com.liferay.portal.model
Interface Organization

All Superinterfaces:
BaseModel<Organization>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<Organization>, OrganizationModel, PersistedModel, java.io.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.

Author:
Brian Wing Shun Chan
See Also:
OrganizationModel, OrganizationImpl, OrganizationModelImpl
Generated:

Field Summary
static Accessor<Organization,java.lang.String> NAME_ACCESSOR
           
 
Method Summary
 java.lang.String buildTreePath()
           
 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()
           
 
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, 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,java.lang.String> NAME_ACCESSOR
Method Detail

buildTreePath

java.lang.String buildTreePath()
                               throws PortalException,
                                      SystemException
Throws:
PortalException
SystemException

getAddress

Address getAddress()

getAddresses

java.util.List<Address> getAddresses()
                                     throws SystemException
Throws:
SystemException

getAncestors

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

getChildrenTypes

java.lang.String[] getChildrenTypes()

getDescendants

java.util.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

javax.portlet.PortletPreferences getPreferences()
                                                throws SystemException
Throws:
SystemException

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

getReminderQueryQuestions

java.util.Set<java.lang.String> getReminderQueryQuestions(java.util.Locale locale)
                                                          throws SystemException
Throws:
SystemException

getReminderQueryQuestions

java.util.Set<java.lang.String> getReminderQueryQuestions(java.lang.String languageId)
                                                          throws SystemException
Throws:
SystemException

getSuborganizations

java.util.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()