com.liferay.portal.model
Interface Organization

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

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 OrganizationImpl and rerun the ServiceBuilder to generate the new methods.

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

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
clone, compareTo, getComments, getCompanyId, getCountryId, getExpandoBridge, getLeftOrganizationId, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getRightOrganizationId, getStatusId, getType, hashCode, isCachedModel, isEscapedModel, isNew, isRecursable, setCachedModel, setComments, setCompanyId, setCountryId, setEscapedModel, setExpandoBridgeAttributes, setLeftOrganizationId, setName, setNew, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setRightOrganizationId, setStatusId, setType, toEscapedModel, toString, toXmlString
 

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()