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
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 java.lang.Comparable |
compareTo |
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