@ProviderType public interface Organization extends OrganizationModel, PersistedModel, TreeModel
OrganizationModel
,
OrganizationImpl
,
OrganizationModelImpl
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() |
Organization |
getParentOrganization() |
String |
getParentOrganizationName() |
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() |
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
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()
Organization getParentOrganization() throws PortalException
PortalException
String getParentOrganizationName()
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()