com.liferay.portal.model
Interface Organization

All Superinterfaces:
BaseModel<Organization>, java.lang.Cloneable, java.lang.Comparable<Organization>, OrganizationModel, java.io.Serializable

public interface Organization
extends OrganizationModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the Organization table in the database.

Customize com.liferay.portal.model.impl.OrganizationImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 Address getAddress()
           
 java.util.List<Address> getAddresses()
           
 java.util.List<Organization> getAncestors()
           
 java.lang.String[] getChildrenTypes()
           
 java.util.List<Organization> getDescendants()
           
 Group getGroup()
           
 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
getComments, getCompanyId, getCountryId, getLeftOrganizationId, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getRecursable, getRegionId, getRightOrganizationId, getStatusId, getType, isRecursable, setComments, setCompanyId, setCountryId, setLeftOrganizationId, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setRightOrganizationId, setStatusId, setType, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAncestors

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

getParentOrganization

Organization getParentOrganization()
                                   throws com.liferay.portal.PortalException,
                                          com.liferay.portal.SystemException
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getAddress

Address getAddress()

getAddresses

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

getChildrenTypes

java.lang.String[] getChildrenTypes()

getDescendants

java.util.List<Organization> getDescendants()
                                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getGroup

Group getGroup()

getLogoId

long getLogoId()

getPreferences

javax.portlet.PortletPreferences getPreferences()
                                                throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

getReminderQueryQuestions

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

getReminderQueryQuestions

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

getSuborganizations

java.util.List<Organization> getSuborganizations()
                                                 throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getSuborganizationsSize

int getSuborganizationsSize()
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

getTypeOrder

int getTypeOrder()

hasPrivateLayouts

boolean hasPrivateLayouts()

hasPublicLayouts

boolean hasPublicLayouts()

hasSuborganizations

boolean hasSuborganizations()
                            throws com.liferay.portal.SystemException
Throws:
com.liferay.portal.SystemException

isParentable

boolean isParentable()

isRoot

boolean isRoot()