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 getAddresses()
           
 Group getGroup()
           
 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

isRoot

public boolean isRoot()

getGroup

public Group getGroup()

getAddress

public Address getAddress()

getAddresses

public java.util.List getAddresses()
                            throws com.liferay.portal.SystemException,
                                   com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException