Package com.liferay.portal.kernel.model
Interface Organization
- All Superinterfaces:
AuditedModel
,BaseModel<Organization>
,ClassedModel
,Cloneable
,Comparable<Organization>
,CTModel<Organization>
,ExternalReferenceCodeModel
,MVCCModel
,OrganizationModel
,PersistedModel
,Serializable
,ShardedModel
,StagedAuditedModel
,StagedModel
,TreeModel
- All Known Implementing Classes:
OrganizationWrapper
The extended model interface for the Organization service. Represents a row in the "Organization_" database table, with each column mapped to a property of this class.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Accessor<Organization,
String> static final Accessor<Organization,
Long> -
Method Summary
Modifier and TypeMethodDescriptionlong[]
String[]
getGroup()
long
int
int
getReminderQueryQuestions
(String languageId) getReminderQueryQuestions
(Locale locale) int
int
boolean
boolean
boolean
boolean
boolean
isRoot()
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.OrganizationModel
cloneWithOriginalValues, getComments, getCompanyId, getCountryId, getCreateDate, getCtCollectionId, getExternalReferenceCode, getLogoId, getModifiedDate, getMvccVersion, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getRecursable, getRegionId, getStatusListTypeId, getTreePath, getType, getUserId, getUserName, getUserUuid, getUuid, isRecursable, setComments, setCompanyId, setCountryId, setCreateDate, setCtCollectionId, setExternalReferenceCode, setLogoId, setModifiedDate, setMvccVersion, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setStatusListTypeId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuid, toXmlString
Methods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persist
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
Methods inherited from interface com.liferay.portal.kernel.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
-
Field Details
-
ORGANIZATION_ID_ACCESSOR
-
NAME_ACCESSOR
-
-
Method Details
-
getAddress
Address getAddress() -
getAddresses
-
getAncestorOrganizationIds
- Throws:
PortalException
-
getAncestors
- Throws:
PortalException
-
getChildrenTypes
String[] getChildrenTypes() -
getDescendants
List<Organization> getDescendants() -
getGroup
Group getGroup() -
getGroupId
long getGroupId() -
getLogoURL
String getLogoURL() -
getParentOrganization
- Throws:
PortalException
-
getParentOrganizationName
String getParentOrganizationName() -
getPreferences
PortletPreferences getPreferences() -
getPrivateLayoutsPageCount
int getPrivateLayoutsPageCount() -
getPublicLayoutsPageCount
int getPublicLayoutsPageCount() -
getReminderQueryQuestions
-
getReminderQueryQuestions
-
getSuborganizations
List<Organization> getSuborganizations() -
getSuborganizationsSize
int getSuborganizationsSize() -
getTypeOrder
int getTypeOrder() -
hasPrivateLayouts
boolean hasPrivateLayouts() -
hasPublicLayouts
boolean hasPublicLayouts() -
hasSuborganizations
boolean hasSuborganizations() -
isParentable
boolean isParentable() -
isRoot
boolean isRoot()
-