Uses of Class
org.romaframework.module.users.domain.BaseAccountStatus

Packages that use BaseAccountStatus
org.romaframework.module.users   
org.romaframework.module.users.domain   
org.romaframework.module.users.repository   
org.romaframework.module.users.view.domain.baseaccount   
 

Uses of BaseAccountStatus in org.romaframework.module.users
 

Methods in org.romaframework.module.users with parameters of type BaseAccountStatus
 BaseAccount UsersHelper.setAccount(BaseProfile iProfile, java.lang.String iName, java.lang.String iPassword, BaseAccountStatus iStatus)
           
 BaseAccount UsersHelper.setAccount(java.lang.String iProfileName, java.lang.String iName, java.lang.String iPassword, BaseAccountStatus iStatus)
           
 

Uses of BaseAccountStatus in org.romaframework.module.users.domain
 

Methods in org.romaframework.module.users.domain that return BaseAccountStatus
 BaseAccountStatus BaseAccount.getStatus()
           
 

Methods in org.romaframework.module.users.domain with parameters of type BaseAccountStatus
 void BaseAccount.setStatus(BaseAccountStatus status)
           
 

Constructors in org.romaframework.module.users.domain with parameters of type BaseAccountStatus
BaseAccount(java.lang.String name, java.lang.String password, BaseProfile iProfile, BaseAccountStatus iStatus)
           
 

Uses of BaseAccountStatus in org.romaframework.module.users.repository
 

Methods in org.romaframework.module.users.repository that return BaseAccountStatus
 BaseAccountStatus BaseAccountStatusRepository.findByName(java.lang.String name)
           
 

Uses of BaseAccountStatus in org.romaframework.module.users.view.domain.baseaccount
 

Methods in org.romaframework.module.users.view.domain.baseaccount that return types with arguments of type BaseAccountStatus
 java.util.List<BaseAccountStatus> BaseAccountInstance.getStatuses()