Liferay 7.0-ce-b4

com.liferay.portal.model
Class UserGroupConstants

java.lang.Object
  extended by com.liferay.portal.model.UserGroupConstants

public class UserGroupConstants
extends Object


Field Summary
static long DEFAULT_PARENT_USER_GROUP_ID
           
static String NAME_INVALID_CHARACTERS
           
static String NAME_LABEL
           
static String NAME_RESERVED_WORDS
           
 
Constructor Summary
UserGroupConstants()
           
 
Method Summary
static String getNameGeneralRestrictions(Locale locale, boolean allowNumeric)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PARENT_USER_GROUP_ID

public static final long DEFAULT_PARENT_USER_GROUP_ID
See Also:
Constant Field Values

NAME_INVALID_CHARACTERS

public static final String NAME_INVALID_CHARACTERS
See Also:
Constant Field Values

NAME_LABEL

public static final String NAME_LABEL
See Also:
Constant Field Values

NAME_RESERVED_WORDS

public static final String NAME_RESERVED_WORDS
See Also:
Constant Field Values
Constructor Detail

UserGroupConstants

public UserGroupConstants()
Method Detail

getNameGeneralRestrictions

public static String getNameGeneralRestrictions(Locale locale,
                                                boolean allowNumeric)

Liferay 7.0-ce-b4