@ProviderType public interface Organization extends OrganizationModel, PersistedModel, TreeModel
OrganizationModel
Modifier and Type | Field and Description |
---|---|
static Accessor<Organization,java.lang.String> |
NAME_ACCESSOR |
static Accessor<Organization,java.lang.Long> |
ORGANIZATION_ID_ACCESSOR
NOTE FOR DEVELOPERS:
Never modify this interface directly.
|
Modifier and Type | Method and Description |
---|---|
Address |
getAddress() |
java.util.List<Address> |
getAddresses() |
long[] |
getAncestorOrganizationIds() |
java.util.List<Organization> |
getAncestors() |
java.lang.String[] |
getChildrenTypes() |
java.util.List<Organization> |
getDescendants() |
Group |
getGroup() |
long |
getGroupId() |
Organization |
getParentOrganization() |
java.lang.String |
getParentOrganizationName() |
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() |
getComments, getCompanyId, getCountryId, getCreateDate, getExternalReferenceCode, getLogoId, getModifiedDate, getMvccVersion, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getRecursable, getRegionId, getStatusId, getTreePath, getType, getUserId, getUserName, getUserUuid, getUuid, isRecursable, setComments, setCompanyId, setCountryId, setCreateDate, setExternalReferenceCode, setLogoId, setModifiedDate, setMvccVersion, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setStatusId, setTreePath, setType, setUserId, setUserName, setUserUuid, setUuid
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
clone, getStagedModelType
getModelClass, getModelClassName
persist
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
static final Accessor<Organization,java.lang.Long> ORGANIZATION_ID_ACCESSOR
com.liferay.portal.model.impl.OrganizationImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.static final Accessor<Organization,java.lang.String> NAME_ACCESSOR
Address getAddress()
java.util.List<Address> getAddresses()
long[] getAncestorOrganizationIds() throws PortalException
PortalException
java.util.List<Organization> getAncestors() throws PortalException
PortalException
java.lang.String[] getChildrenTypes()
java.util.List<Organization> getDescendants()
Group getGroup()
long getGroupId()
Organization getParentOrganization() throws PortalException
PortalException
java.lang.String getParentOrganizationName()
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()