org.romaframework.module.users.view.domain.customprofiling
Class CustomProfilingSettings
java.lang.Object
org.romaframework.module.users.view.domain.customprofiling.CustomProfilingSettings
- All Implemented Interfaces:
- org.romaframework.aspect.view.ViewCallback
public class CustomProfilingSettings
- extends java.lang.Object
- implements org.romaframework.aspect.view.ViewCallback
|
Constructor Summary |
CustomProfilingSettings(org.romaframework.core.schema.SchemaClassDefinition schemaClass)
|
CustomProfilingSettings(org.romaframework.core.schema.SchemaClassDefinition schemaClass,
boolean actions,
boolean fields)
|
CustomProfilingSettings(org.romaframework.core.schema.SchemaClassDefinition schemaClass,
java.util.Map<java.lang.String,java.lang.String> labelAssoc)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomProfilingSettings
public CustomProfilingSettings(org.romaframework.core.schema.SchemaClassDefinition schemaClass)
CustomProfilingSettings
public CustomProfilingSettings(org.romaframework.core.schema.SchemaClassDefinition schemaClass,
java.util.Map<java.lang.String,java.lang.String> labelAssoc)
CustomProfilingSettings
public CustomProfilingSettings(org.romaframework.core.schema.SchemaClassDefinition schemaClass,
boolean actions,
boolean fields)
onDispose
public void onDispose()
- Specified by:
onDispose in interface org.romaframework.aspect.view.ViewCallback
onShow
public void onShow()
- Specified by:
onShow in interface org.romaframework.aspect.view.ViewCallback
cancel
public void cancel()
save
public void save()
all
public void all()
none
public void none()
getEnabledFunctions
public java.util.List<CustomFunctionListable> getEnabledFunctions()
setEnabledFunctions
public void setEnabledFunctions(java.util.List<CustomFunctionListable> enabledFunctions)