org.romaframework.module.users.view.domain.customprofiling
Class CustomProfilingSettings

java.lang.Object
  extended by 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)
           
 
Method Summary
 void all()
           
 void cancel()
           
 java.util.List<CustomFunctionListable> getEnabledFunctions()
           
 void none()
           
 void onDispose()
           
 void onShow()
           
 void save()
           
 void setEnabledFunctions(java.util.List<CustomFunctionListable> enabledFunctions)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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)