@ProviderType public interface Organization extends OrganizationModel, PersistedModel, TreeModel
OrganizationModel| Modifier and Type | Field and Description |
|---|---|
static Accessor<Organization,String> |
NAME_ACCESSOR |
static Accessor<Organization,Long> |
ORGANIZATION_ID_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
List<Address> |
getAddresses() |
long[] |
getAncestorOrganizationIds() |
List<Organization> |
getAncestors() |
String[] |
getChildrenTypes() |
List<Organization> |
getDescendants() |
Group |
getGroup() |
long |
getGroupId() |
String |
getLogoURL() |
Organization |
getParentOrganization() |
String |
getParentOrganizationName() |
javax.portlet.PortletPreferences |
getPreferences() |
int |
getPrivateLayoutsPageCount() |
int |
getPublicLayoutsPageCount() |
Set<String> |
getReminderQueryQuestions(Locale locale) |
Set<String> |
getReminderQueryQuestions(String languageId) |
List<Organization> |
getSuborganizations() |
int |
getSuborganizationsSize() |
int |
getTypeOrder() |
boolean |
hasPrivateLayouts() |
boolean |
hasPublicLayouts() |
boolean |
hasSuborganizations() |
boolean |
isParentable() |
boolean |
isRoot() |
cloneWithOriginalValues, getComments, getCompanyId, getCountryId, getCreateDate, getCtCollectionId, getExternalReferenceCode, getLogoId, getModifiedDate, getMvccVersion, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getRecursable, getRegionId, getStatusId, getTreePath, getType, getUserId, getUserName, getUserUuid, getUuid, isRecursable, setComments, setCompanyId, setCountryId, setCreateDate, setCtCollectionId, setExternalReferenceCode, setLogoId, setModifiedDate, setMvccVersion, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setStatusId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuidclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclone, getStagedModelTypegetModelClass, getModelClassNamepersistbuildTreePath, getPrimaryKeyObj, getTreePath, updateTreePathstatic final Accessor<Organization,Long> ORGANIZATION_ID_ACCESSOR
static final Accessor<Organization,String> NAME_ACCESSOR
Address getAddress()
List<Address> getAddresses()
long[] getAncestorOrganizationIds()
throws PortalException
PortalExceptionList<Organization> getAncestors() throws PortalException
PortalExceptionString[] getChildrenTypes()
List<Organization> getDescendants()
Group getGroup()
long getGroupId()
String getLogoURL()
Organization getParentOrganization() throws PortalException
PortalExceptionString getParentOrganizationName()
javax.portlet.PortletPreferences getPreferences()
int getPrivateLayoutsPageCount()
int getPublicLayoutsPageCount()
Set<String> getReminderQueryQuestions(Locale locale)
Set<String> getReminderQueryQuestions(String languageId)
List<Organization> getSuborganizations()
int getSuborganizationsSize()
int getTypeOrder()
boolean hasPrivateLayouts()
boolean hasPublicLayouts()
boolean hasSuborganizations()
boolean isParentable()
boolean isRoot()