@ProviderType public interface Organization extends OrganizationModel, PersistedModel, TreeModel
OrganizationModel,
OrganizationImpl,
OrganizationModelImpl| Modifier and Type | Field and Description |
|---|---|
static Accessor<Organization,java.lang.String> |
NAME_ACCESSOR |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
java.util.List<Address> |
getAddresses() |
java.util.List<Organization> |
getAncestors() |
java.lang.String[] |
getChildrenTypes() |
java.util.List<Organization> |
getDescendants() |
Group |
getGroup() |
long |
getGroupId() |
long |
getLogoId() |
Organization |
getParentOrganization() |
javax.portlet.PortletPreferences |
getPreferences() |
int |
getPrivateLayoutsPageCount() |
int |
getPublicLayoutsPageCount() |
java.util.Set<java.lang.String> |
getReminderQueryQuestions(java.util.Locale locale) |
java.util.Set<java.lang.String> |
getReminderQueryQuestions(java.lang.String languageId) |
java.util.List<Organization> |
getSuborganizations() |
int |
getSuborganizationsSize() |
int |
getTypeOrder() |
boolean |
hasPrivateLayouts() |
boolean |
hasPublicLayouts() |
boolean |
hasSuborganizations() |
boolean |
isParentable() |
boolean |
isRoot() |
clone, compareTo, getComments, getCompanyId, getCountryId, getCreateDate, getExpandoBridge, getModifiedDate, 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, setModifiedDate, setName, setNew, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetModelAttributes, resetOriginalValues, setModelAttributesgetStagedModelTypegetModelClass, getModelClassNamepersistbuildTreePath, getPrimaryKeyObj, getTreePath, updateTreePathstatic final Accessor<Organization,java.lang.String> NAME_ACCESSOR
Address getAddress()
java.util.List<Address> getAddresses() throws SystemException
SystemExceptionjava.util.List<Organization> getAncestors() throws PortalException, SystemException
PortalExceptionSystemExceptionjava.lang.String[] getChildrenTypes()
java.util.List<Organization> getDescendants() throws SystemException
SystemExceptionGroup getGroup()
long getGroupId()
long getLogoId()
Organization getParentOrganization() throws PortalException, SystemException
PortalExceptionSystemExceptionjavax.portlet.PortletPreferences getPreferences()
throws SystemException
SystemExceptionint getPrivateLayoutsPageCount()
int getPublicLayoutsPageCount()
java.util.Set<java.lang.String> getReminderQueryQuestions(java.util.Locale locale)
throws SystemException
SystemExceptionjava.util.Set<java.lang.String> getReminderQueryQuestions(java.lang.String languageId)
throws SystemException
SystemExceptionjava.util.List<Organization> getSuborganizations() throws SystemException
SystemExceptionint getSuborganizationsSize()
throws SystemException
SystemExceptionint getTypeOrder()
boolean hasPrivateLayouts()
boolean hasPublicLayouts()
boolean hasSuborganizations()
throws SystemException
SystemExceptionboolean isParentable()
boolean isRoot()