Liferay 7.0-ce-b4

com.liferay.portal.model
Interface Organization

All Superinterfaces:
AuditedModel, BaseModel<Organization>, ClassedModel, Cloneable, Comparable<Organization>, MVCCModel, OrganizationModel, PersistedModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel, TreeModel
All Known Implementing Classes:
OrganizationBaseImpl, OrganizationImpl, OrganizationWrapper

@ProviderType
public interface Organization
extends OrganizationModel, PersistedModel, TreeModel

The extended model interface for the Organization service. Represents a row in the "Organization_" database table, with each column mapped to a property of this class.

See Also:
OrganizationModel, OrganizationImpl, OrganizationModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<Organization,String> NAME_ACCESSOR
           
static Accessor<Organization,Long> ORGANIZATION_ID_ACCESSOR
           
 
Method Summary
 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()
           
 
Methods inherited from interface com.liferay.portal.model.OrganizationModel
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 
Methods inherited from interface com.liferay.portal.model.TreeModel
buildTreePath, getPrimaryKeyObj, getTreePath, updateTreePath
 

Field Detail

ORGANIZATION_ID_ACCESSOR

static final Accessor<Organization,Long> ORGANIZATION_ID_ACCESSOR

NAME_ACCESSOR

static final Accessor<Organization,String> NAME_ACCESSOR
Method Detail

getAddress

Address getAddress()

getAddresses

List<Address> getAddresses()

getAncestorOrganizationIds

long[] getAncestorOrganizationIds()
                                  throws PortalException
Throws:
PortalException

getAncestors

List<Organization> getAncestors()
                                throws PortalException
Throws:
PortalException

getChildrenTypes

String[] getChildrenTypes()

getDescendants

List<Organization> getDescendants()

getGroup

Group getGroup()

getGroupId

long getGroupId()

getParentOrganization

Organization getParentOrganization()
                                   throws PortalException
Throws:
PortalException

getParentOrganizationName

String getParentOrganizationName()

getPreferences

PortletPreferences getPreferences()

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

getReminderQueryQuestions

Set<String> getReminderQueryQuestions(Locale locale)

getReminderQueryQuestions

Set<String> getReminderQueryQuestions(String languageId)

getSuborganizations

List<Organization> getSuborganizations()

getSuborganizationsSize

int getSuborganizationsSize()

getTypeOrder

int getTypeOrder()

hasPrivateLayouts

boolean hasPrivateLayouts()

hasPublicLayouts

boolean hasPublicLayouts()

hasSuborganizations

boolean hasSuborganizations()

isParentable

boolean isParentable()

isRoot

boolean isRoot()

Liferay 7.0-ce-b4