public class OrganizationImpl extends OrganizationBaseImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FINDER_CACHE_ENABLED_GROUPS_ORGS, FINDER_CACHE_ENABLED_USERS_ORGS, LOCK_EXPIRATION_TIME, MAPPING_TABLE_GROUPS_ORGS_COLUMNS, MAPPING_TABLE_GROUPS_ORGS_NAME, MAPPING_TABLE_GROUPS_ORGS_SQL_CREATE, MAPPING_TABLE_USERS_ORGS_COLUMNS, MAPPING_TABLE_USERS_ORGS_NAME, MAPPING_TABLE_USERS_ORGS_SQL_CREATE, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, ORGANIZATIONID_COLUMN_BITMASK, PARENTORGANIZATIONID_COLUMN_BITMASK, SESSION_FACTORY, TABLE_COLUMNS, TABLE_COLUMNS_MAP, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TREEPATH_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK
Constructor and Description |
---|
OrganizationImpl() |
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.model.Address |
getAddress() |
List<com.liferay.portal.kernel.model.Address> |
getAddresses() |
long[] |
getAncestorOrganizationIds() |
List<com.liferay.portal.kernel.model.Organization> |
getAncestors() |
String[] |
getChildrenTypes() |
static String[] |
getChildrenTypes(String type) |
List<com.liferay.portal.kernel.model.Organization> |
getDescendants() |
com.liferay.portal.kernel.model.Group |
getGroup() |
long |
getGroupId() |
com.liferay.portal.kernel.model.Organization |
getParentOrganization() |
String |
getParentOrganizationName() |
static String[] |
getParentTypes(String type) |
PortletPreferences |
getPreferences() |
int |
getPrivateLayoutsPageCount() |
int |
getPublicLayoutsPageCount() |
Set<String> |
getReminderQueryQuestions(Locale locale) |
Set<String> |
getReminderQueryQuestions(String languageId) |
List<com.liferay.portal.kernel.model.Organization> |
getSuborganizations() |
int |
getSuborganizationsSize() |
int |
getTypeOrder() |
boolean |
hasPrivateLayouts() |
boolean |
hasPublicLayouts() |
boolean |
hasSuborganizations() |
boolean |
isParentable() |
static boolean |
isParentable(String type) |
boolean |
isRoot() |
static boolean |
isRootable(String type) |
buildTreePath, persist, updateTreePath
clone, compareTo, equals, getColumnBitmask, getComments, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getLogoId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getMvccVersion, getName, getOrganizationId, getOriginalCompanyId, getOriginalName, getOriginalOrganizationId, getOriginalParentOrganizationId, getOriginalTreePath, getOriginalUuid, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getStagedModelType, getStatusId, getTreePath, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, hasSetModifiedDate, isEntityCacheEnabled, isFinderCacheEnabled, isRecursable, resetOriginalValues, setComments, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setLogoId, setModelAttributes, setModifiedDate, setMvccVersion, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
clone, compareTo, getComments, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getLogoId, getModifiedDate, getMvccVersion, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getStatusId, getTreePath, getType, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, isRecursable, setCachedModel, setComments, setCompanyId, setCountryId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setLogoId, setModifiedDate, setMvccVersion, setName, setNew, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
public static String[] getChildrenTypes(String type)
public static String[] getParentTypes(String type)
public static boolean isParentable(String type)
public static boolean isRootable(String type)
public com.liferay.portal.kernel.model.Address getAddress()
public List<com.liferay.portal.kernel.model.Address> getAddresses()
public long[] getAncestorOrganizationIds() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public List<com.liferay.portal.kernel.model.Organization> getAncestors() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String[] getChildrenTypes()
public List<com.liferay.portal.kernel.model.Organization> getDescendants()
public com.liferay.portal.kernel.model.Group getGroup()
public long getGroupId()
public com.liferay.portal.kernel.model.Organization getParentOrganization() throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
public String getParentOrganizationName()
public PortletPreferences getPreferences()
public int getPrivateLayoutsPageCount()
public int getPublicLayoutsPageCount()
public Set<String> getReminderQueryQuestions(Locale locale)
public Set<String> getReminderQueryQuestions(String languageId)
public List<com.liferay.portal.kernel.model.Organization> getSuborganizations()
public int getSuborganizationsSize()
public int getTypeOrder()
public boolean hasPrivateLayouts()
public boolean hasPublicLayouts()
public boolean hasSuborganizations()
public boolean isParentable()
public boolean isRoot()