- All Implemented Interfaces:
systems.dennis.shared.pojo_form.DataProvider<Long>
public class UserStatusProvider
extends Object
implements systems.dennis.shared.pojo_form.DataProvider<Long>
-
-
Constructor Summary
Constructors
-
Method Summary
getItems(systems.dennis.shared.config.WebContext.LocalWebContext context)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
REGISTERED_AND_VERIFIED
public static final Long REGISTERED_AND_VERIFIED
-
REGISTERED_NOT_VERIFIED
public static final Long REGISTERED_NOT_VERIFIED
-
NOT_REGISTERED
public static final Long NOT_REGISTERED
-
REGISTERED_NO_VERIFICATION_REQUIRED
public static final Long REGISTERED_NO_VERIFICATION_REQUIRED
-
Constructor Details
-
UserStatusProvider
public UserStatusProvider()
-
Method Details
-
getItems
public ArrayList<systems.dennis.shared.pojo_form.ItemValue<Long>> getItems(systems.dennis.shared.config.WebContext.LocalWebContext context)
- Specified by:
getItems in interface systems.dennis.shared.pojo_form.DataProvider<Long>