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
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()
getAddress
Address getAddress()
getAddresses
java.util.List<Address> getAddresses()
throws com.liferay.portal.SystemException,
com.liferay.portal.PortalException
- Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException