org.romaframework.module.users.view.domain.baseaccount
Class BaseAccountFilter
java.lang.Object
org.romaframework.frontend.domain.entity.ComposedEntityInstance<T>
org.romaframework.frontend.domain.crud.CRUDFilter<BaseAccount>
org.romaframework.module.users.view.domain.baseaccount.BaseAccountFilter
- All Implemented Interfaces:
- org.romaframework.aspect.security.Secure, org.romaframework.core.domain.entity.ComposedEntity<BaseAccount>
public class BaseAccountFilter
- extends org.romaframework.frontend.domain.crud.CRUDFilter<BaseAccount>
| Fields inherited from interface org.romaframework.core.domain.entity.ComposedEntity |
NAME |
| Methods inherited from class org.romaframework.frontend.domain.entity.ComposedEntityInstance |
canRead, canWrite, equals, getEntity, hashCode, setEntity, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
BaseAccountFilter
public BaseAccountFilter()
BaseAccountFilter
public BaseAccountFilter(BaseAccount iAccount)
getSelectedGroup
public BaseGroup getSelectedGroup()
setSelectedGroup
public void setSelectedGroup(BaseGroup selectedGroup)
getGroups
public org.romaframework.frontend.domain.wrapper.SelectWrapper<BaseGroup> getGroups()