@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, 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
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
clone, getStagedModelType
getModelClass, getModelClassName
persist
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
static final Accessor<Organization,Long> ORGANIZATION_ID_ACCESSOR
static final Accessor<Organization,String> NAME_ACCESSOR
Address getAddress()
List<Address> getAddresses()
long[] getAncestorOrganizationIds() throws PortalException
PortalException
List<Organization> getAncestors() throws PortalException
PortalException
String[] getChildrenTypes()
List<Organization> getDescendants()
Group getGroup()
long getGroupId()
String getLogoURL()
Organization getParentOrganization() throws PortalException
PortalException
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()