org.romaframework.module.users.view.domain.baseaccount
Class BaseAccountFilter

java.lang.Object
  extended by org.romaframework.frontend.domain.entity.ComposedEntityInstance<T>
      extended by org.romaframework.frontend.domain.crud.CRUDFilter<BaseAccount>
          extended by 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>


Field Summary
 
Fields inherited from interface org.romaframework.core.domain.entity.ComposedEntity
NAME
 
Constructor Summary
BaseAccountFilter()
           
BaseAccountFilter(BaseAccount iAccount)
           
 
Method Summary
 org.romaframework.frontend.domain.wrapper.SelectWrapper<BaseGroup> getGroups()
           
 BaseGroup getSelectedGroup()
           
 void setSelectedGroup(BaseGroup selectedGroup)
           
 
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
 

Constructor Detail

BaseAccountFilter

public BaseAccountFilter()

BaseAccountFilter

public BaseAccountFilter(BaseAccount iAccount)
Method Detail

getSelectedGroup

public BaseGroup getSelectedGroup()

setSelectedGroup

public void setSelectedGroup(BaseGroup selectedGroup)

getGroups

public org.romaframework.frontend.domain.wrapper.SelectWrapper<BaseGroup> getGroups()