org.romaframework.module.users.view.domain.baseprofile
Class BaseProfileFilter

java.lang.Object
  extended by org.romaframework.frontend.domain.entity.ComposedEntityInstance<BaseProfile>
      extended by org.romaframework.module.users.view.domain.baseprofile.BaseProfileFilter
All Implemented Interfaces:
org.romaframework.aspect.security.Secure, org.romaframework.core.domain.entity.ComposedEntity<BaseProfile>

public class BaseProfileFilter
extends org.romaframework.frontend.domain.entity.ComposedEntityInstance<BaseProfile>


Field Summary
 
Fields inherited from interface org.romaframework.core.domain.entity.ComposedEntity
NAME
 
Constructor Summary
BaseProfileFilter()
           
BaseProfileFilter(BaseProfile iProfile)
           
 
Method Summary
 java.lang.String[] getModes()
           
 
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

BaseProfileFilter

public BaseProfileFilter()

BaseProfileFilter

public BaseProfileFilter(BaseProfile iProfile)
Method Detail

getModes

public java.lang.String[] getModes()