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 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()
           
 Group getGroup()
           
 Organization getParentOrganization()
           
 int getPrivateLayoutsPageCount()
           
 int getPublicLayoutsPageCount()
           
 int getType()
           
 int getType(boolean location)
           
 java.lang.String getTypeLabel()
           
 java.lang.String getTypeLabel(int type)
           
 boolean hasPrivateLayouts()
           
 boolean hasPublicLayouts()
           
 boolean isRegular()
           
 boolean isRoot()
           
 
Methods inherited from interface com.liferay.portal.model.OrganizationModel
getComments, getCompanyId, getCountryId, getLeftOrganizationId, getLocation, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getRecursable, getRegionId, getRightOrganizationId, getStatusId, isLocation, isRecursable, setComments, setCompanyId, setCountryId, setLeftOrganizationId, setLocation, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setRightOrganizationId, setStatusId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getAddress

Address getAddress()

getAddresses

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

getGroup

Group getGroup()

getParentOrganization

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

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

getType

int getType()

getType

int getType(boolean location)

getTypeLabel

java.lang.String getTypeLabel()

getTypeLabel

java.lang.String getTypeLabel(int type)

hasPrivateLayouts

boolean hasPrivateLayouts()

hasPublicLayouts

boolean hasPublicLayouts()

isRegular

boolean isRegular()

isRoot

boolean isRoot()