com.liferay.portal.model
Interface OrganizationConstants


public interface OrganizationConstants

View Source

Author:
Brian Wing Shun Chan

Field Summary
static int ANY_PARENT_ORGANIZATION_ID
           
static int ANY_TYPE
           
static int DEFAULT_PARENT_ORGANIZATION_ID
           
static int TYPE_LOCATION
           
static java.lang.String TYPE_LOCATION_LABEL
           
static int TYPE_REGULAR
           
static java.lang.String TYPE_REGULAR_LABEL
           
 

Field Detail

DEFAULT_PARENT_ORGANIZATION_ID

static final int DEFAULT_PARENT_ORGANIZATION_ID
See Also:
Constant Field Values

ANY_PARENT_ORGANIZATION_ID

static final int ANY_PARENT_ORGANIZATION_ID
See Also:
Constant Field Values

ANY_TYPE

static final int ANY_TYPE
See Also:
Constant Field Values

TYPE_REGULAR

static final int TYPE_REGULAR
See Also:
Constant Field Values

TYPE_REGULAR_LABEL

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

TYPE_LOCATION

static final int TYPE_LOCATION
See Also:
Constant Field Values

TYPE_LOCATION_LABEL

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