Uses of Class
org.cyclopsgroup.doorman.service.storage.UserState

Packages that use UserState
org.cyclopsgroup.doorman.service.storage JPA data POJOs 
 

Uses of UserState in org.cyclopsgroup.doorman.service.storage
 

Methods in org.cyclopsgroup.doorman.service.storage that return UserState
 UserState StoredUser.getUserState()
           
static UserState UserState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserState[] UserState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.cyclopsgroup.doorman.service.storage with parameters of type UserState
 void StoredUser.setUserState(UserState userState)
           
 



Copyright © 2010-2012. All Rights Reserved.