Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface Organization

All Superinterfaces:
BaseModel<Organization>, ClassedModel, Cloneable, Comparable<Organization>, OrganizationModel, PersistedModel, Serializable
All Known Implementing Classes:
OrganizationWrapper

public interface Organization
extends OrganizationModel, PersistedModel

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

Field Summary
static Accessor<Organization,String> NAME_ACCESSOR
           
 
Method Summary
 String buildTreePath()
           
 Address getAddress()
           
 List<Address> getAddresses()
           
 List<Organization> getAncestors()
           
 String[] getChildrenTypes()
           
 List<Organization> getDescendants()
           
 Group getGroup()
           
 long getGroupId()
           
 long getLogoId()
           
 Organization getParentOrganization()
           
 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, getExpandoBridge, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getStatusId, getTreePath, getType, hashCode, isCachedModel, isEscapedModel, isNew, isRecursable, setCachedModel, setComments, setCompanyId, setCountryId, setExpandoBridgeAttributes, setName, setNew, setOrganizationId, setParentOrganizationId, setPrimaryKey, setPrimaryKeyObj, setRecursable, setRegionId, setStatusId, setTreePath, setType, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

NAME_ACCESSOR

static final Accessor<Organization,String> NAME_ACCESSOR
Method Detail

buildTreePath

String buildTreePath()
                     throws PortalException,
                            SystemException
Throws:
PortalException
SystemException

getAddress

Address getAddress()

getAddresses

List<Address> getAddresses()
                           throws SystemException
Throws:
SystemException

getAncestors

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

getChildrenTypes

String[] getChildrenTypes()

getDescendants

List<Organization> getDescendants()
                                  throws SystemException
Throws:
SystemException

getGroup

Group getGroup()

getGroupId

long getGroupId()

getLogoId

long getLogoId()

getParentOrganization

Organization getParentOrganization()
                                   throws PortalException,
                                          SystemException
Throws:
PortalException
SystemException

getPreferences

PortletPreferences getPreferences()
                                  throws SystemException
Throws:
SystemException

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

getReminderQueryQuestions

Set<String> getReminderQueryQuestions(Locale locale)
                                      throws SystemException
Throws:
SystemException

getReminderQueryQuestions

Set<String> getReminderQueryQuestions(String languageId)
                                      throws SystemException
Throws:
SystemException

getSuborganizations

List<Organization> getSuborganizations()
                                       throws SystemException
Throws:
SystemException

getSuborganizationsSize

int getSuborganizationsSize()
                            throws SystemException
Throws:
SystemException

getTypeOrder

int getTypeOrder()

hasPrivateLayouts

boolean hasPrivateLayouts()

hasPublicLayouts

boolean hasPublicLayouts()

hasSuborganizations

boolean hasSuborganizations()
                            throws SystemException
Throws:
SystemException

isParentable

boolean isParentable()

isRoot

boolean isRoot()

Liferay 6.1.2-ce-ga3