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()longintintgetReminderQueryQuestions(String languageId) getReminderQueryQuestions(Locale locale) intintbooleanbooleanbooleanbooleanbooleanisRoot()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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods 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, toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.PersistedModel
persistMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelTypeMethods 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()
-