Uses of Class
org.romaframework.module.users.view.domain.customprofiling.CustomFunctionListable

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

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

Methods in org.romaframework.module.users.view.domain.customprofiling that return types with arguments of type CustomFunctionListable
 java.util.List<CustomFunctionListable> CustomProfilingSettings.getEnabledFunctions()
           
 

Method parameters in org.romaframework.module.users.view.domain.customprofiling with type arguments of type CustomFunctionListable
 void CustomProfilingSettings.setEnabledFunctions(java.util.List<CustomFunctionListable> enabledFunctions)