Liferay 6.2-ce-ga5

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 TYPE_LOCATION
           
static String TYPE_REGULAR_ORGANIZATION
           
 
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

TYPE_LOCATION

public static final String TYPE_LOCATION
See Also:
Constant Field Values

TYPE_REGULAR_ORGANIZATION

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

OrganizationConstants

public OrganizationConstants()

Liferay 6.2-ce-ga5