com.liferay.portal.model
Interface Organization

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, 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.service.model.impl.OrganizationImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portal.service.model.OrganizationModel, com.liferay.portal.service.model.impl.OrganizationImpl, com.liferay.portal.service.model.impl.OrganizationModelImpl

Method Summary
 Address getAddress()
           
 java.util.List<Address> getAddresses()
           
 Group getGroup()
           
 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, getLocation, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getRecursable, getRegionId, getStatusId, isLocation, isRecursable, setComments, setCompanyId, setCountryId, setLocation, setName, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setStatusId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isRoot

boolean isRoot()

isRegular

boolean isRegular()

getType

int getType()

getType

int getType(boolean location)

getTypeLabel

java.lang.String getTypeLabel()

getTypeLabel

java.lang.String getTypeLabel(int type)

getGroup

Group getGroup()

getPrivateLayoutsPageCount

int getPrivateLayoutsPageCount()

hasPrivateLayouts

boolean hasPrivateLayouts()

getPublicLayoutsPageCount

int getPublicLayoutsPageCount()

hasPublicLayouts

boolean hasPublicLayouts()

getAddress

Address getAddress()

getAddresses

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