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, toEscapedModel |
Methods inherited from interface java.lang.Comparable |
compareTo |
isRoot
public boolean isRoot()
isRegular
public boolean isRegular()
getType
public int getType()
getTypeLabel
public java.lang.String getTypeLabel()
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