Liferay 7.0-ce-b6

com.liferay.portal.model
Class OrganizationConstants

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

public class OrganizationConstants
extends Object


Field Summary
static int ANY_PARENT_ORGANIZATION_ID
           
static int DEFAULT_PARENT_ORGANIZATION_ID
           
static String NAME_GENERAL_RESTRICTIONS
           
static String NAME_LABEL
           
static String NAME_RESERVED_WORDS
           
static String TYPE_LOCATION
          Deprecated. As of 7.0.0, with no direct replacement
static String TYPE_ORGANIZATION
           
static String TYPE_REGULAR_ORGANIZATION
          Deprecated. As of 7.0.0, with no direct replacement
 
Constructor Summary
OrganizationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_PARENT_ORGANIZATION_ID

public static final int ANY_PARENT_ORGANIZATION_ID
See Also:
Constant Field Values

DEFAULT_PARENT_ORGANIZATION_ID

public static final int DEFAULT_PARENT_ORGANIZATION_ID
See Also:
Constant Field Values

NAME_GENERAL_RESTRICTIONS

public static final String NAME_GENERAL_RESTRICTIONS
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

TYPE_LOCATION

@Deprecated
public static final String TYPE_LOCATION
Deprecated. As of 7.0.0, with no direct replacement
See Also:
Constant Field Values

TYPE_ORGANIZATION

public static final String TYPE_ORGANIZATION
See Also:
Constant Field Values

TYPE_REGULAR_ORGANIZATION

@Deprecated
public static final String TYPE_REGULAR_ORGANIZATION
Deprecated. As of 7.0.0, with no direct replacement
See Also:
Constant Field Values
Constructor Detail

OrganizationConstants

public OrganizationConstants()

Liferay 7.0-ce-b6