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

Packages that use BaseFunction
org.romaframework.module.users.domain   
org.romaframework.module.users.view.domain.basefunction   
org.romaframework.module.users.view.domain.baseprofile   
 

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

Methods in org.romaframework.module.users.domain that return types with arguments of type BaseFunction
 java.util.Map<java.lang.String,BaseFunction> BaseProfile.getFunctions()
           
 

Method parameters in org.romaframework.module.users.domain with type arguments of type BaseFunction
 BaseProfile BaseProfile.setFunctions(java.util.Map<java.lang.String,BaseFunction> functions)
           
 

Uses of BaseFunction in org.romaframework.module.users.view.domain.basefunction
 

Constructors in org.romaframework.module.users.view.domain.basefunction with parameters of type BaseFunction
BaseFunctionListable(BaseFunction iEntity)
           
 

Uses of BaseFunction in org.romaframework.module.users.view.domain.baseprofile
 

Methods in org.romaframework.module.users.view.domain.baseprofile that return BaseFunction
 BaseFunction BaseProfileInstance.getSelectedFunction()
           
 

Methods in org.romaframework.module.users.view.domain.baseprofile with parameters of type BaseFunction
 void BaseProfileInstance.setSelectedFunction(BaseFunction selectedFunction)