votorola.a.register
Class WP_Register.RegisterFetcher

java.lang.Object
  extended by WP_Register.RegisterFetcher
All Implemented Interfaces:
Serializable
Enclosing class:
WP_Register

@ThreadRestricted(value="wicket")
public static final class WP_Register.RegisterFetcher
extends Object
implements Serializable

A serializeable container for the register and its latest voter list.

See Also:
Serialized Form

Constructor Summary
WP_Register.RegisterFetcher(VRequestCycle cycle)
           
 
Method Summary
 VoterList listToReport()
           
 Register register()
           
 Register register(VRequestCycle cycle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WP_Register.RegisterFetcher

public WP_Register.RegisterFetcher(VRequestCycle cycle)
Method Detail

listToReport

public VoterList listToReport()

register

public Register register()

register

public Register register(VRequestCycle cycle)