org.romaframework.module.users.view.domain.baseprofile
Class BaseProfileHelper

java.lang.Object
  extended by org.romaframework.module.users.view.domain.baseprofile.BaseProfileHelper

public class BaseProfileHelper
extends java.lang.Object


Field Summary
static java.lang.String MODE_ALLOW_ALL_BUT
           
static byte MODE_ALLOW_ALL_BUT_VALUE
           
static java.lang.String MODE_DENY_ALL_BUT
           
static byte MODE_DENY_ALL_BUT_VALUE
           
static java.lang.String[] MODES
           
 
Constructor Summary
BaseProfileHelper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODE_ALLOW_ALL_BUT_VALUE

public static final byte MODE_ALLOW_ALL_BUT_VALUE
See Also:
Constant Field Values

MODE_DENY_ALL_BUT_VALUE

public static final byte MODE_DENY_ALL_BUT_VALUE
See Also:
Constant Field Values

MODE_ALLOW_ALL_BUT

public static final java.lang.String MODE_ALLOW_ALL_BUT
See Also:
Constant Field Values

MODE_DENY_ALL_BUT

public static final java.lang.String MODE_DENY_ALL_BUT
See Also:
Constant Field Values

MODES

public static final java.lang.String[] MODES
Constructor Detail

BaseProfileHelper

public BaseProfileHelper()