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

Packages that use CustomFunction
org.romaframework.module.users.domain   
org.romaframework.module.users.view.domain.customprofiling   
 

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

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

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

Uses of CustomFunction in org.romaframework.module.users.view.domain.customprofiling
 

Constructors in org.romaframework.module.users.view.domain.customprofiling with parameters of type CustomFunction
CustomFunctionListable(java.lang.String label, CustomFunction baseFunction)