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

Packages that use BaseGroup
org.romaframework.module.users.domain   
org.romaframework.module.users.view.domain.baseaccount   
org.romaframework.module.users.view.domain.basegroup   
 

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

Methods in org.romaframework.module.users.domain that return BaseGroup
 BaseGroup BaseAccount.getDefaultGroup()
           
 

Methods in org.romaframework.module.users.domain that return types with arguments of type BaseGroup
 java.util.Set<BaseGroup> BaseAccount.getGroups()
           
 

Methods in org.romaframework.module.users.domain with parameters of type BaseGroup
 boolean BaseAccount.addGroup(BaseGroup iGroup)
           
 

Method parameters in org.romaframework.module.users.domain with type arguments of type BaseGroup
 void BaseAccount.setGroups(java.util.Set<BaseGroup> groups)
           
 

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

Methods in org.romaframework.module.users.view.domain.baseaccount that return BaseGroup
 BaseGroup BaseAccountFilter.getSelectedGroup()
           
 

Methods in org.romaframework.module.users.view.domain.baseaccount that return types with arguments of type BaseGroup
 org.romaframework.frontend.domain.wrapper.SelectWrapper<BaseGroup> BaseAccountFilter.getGroups()
           
 

Methods in org.romaframework.module.users.view.domain.baseaccount with parameters of type BaseGroup
 void BaseAccountFilter.setSelectedGroup(BaseGroup selectedGroup)
           
 

Uses of BaseGroup in org.romaframework.module.users.view.domain.basegroup
 

Constructors in org.romaframework.module.users.view.domain.basegroup with parameters of type BaseGroup
BaseGroupFilter(BaseGroup iBaseGroup)
           
BaseGroupListable(BaseGroup iEntity)