com.liferay.portal.model
Interface Organization
- All Superinterfaces:
- BaseModel<Organization>, java.lang.Cloneable, java.lang.Comparable<Organization>, OrganizationModel, java.io.Serializable
- All Known Implementing Classes:
- OrganizationWrapper
public interface Organization
- extends OrganizationModel
The model interface for the Organization service. Represents a row in the "Organization_" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to OrganizationImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a organization model instance should use the Organization interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
OrganizationModel,
OrganizationImpl,
OrganizationModelImpl- Generated:
| Methods inherited from interface com.liferay.portal.model.OrganizationModel |
clone, compareTo, getComments, getCompanyId, getCountryId, getExpandoBridge, getLeftOrganizationId, getName, getOrganizationId, getParentOrganizationId, getPrimaryKey, getPrimaryKeyObj, getRecursable, getRegionId, getRightOrganizationId, getStatusId, getType, hashCode, isCachedModel, isEscapedModel, isNew, isRecursable, setCachedModel, setComments, setCompanyId, setCountryId, setEscapedModel, setExpandoBridgeAttributes, setLeftOrganizationId, setName, setNew, setOrganizationId, setParentOrganizationId, setPrimaryKey, setRecursable, setRegionId, setRightOrganizationId, setStatusId, setType, toEscapedModel, toString, toXmlString |
getAncestors
java.util.List<Organization> getAncestors()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getParentOrganization
Organization getParentOrganization()
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getAddress
Address getAddress()
getAddresses
java.util.List<Address> getAddresses()
throws SystemException
- Throws:
SystemException
getChildrenTypes
java.lang.String[] getChildrenTypes()
getDescendants
java.util.List<Organization> getDescendants()
throws SystemException
- Throws:
SystemException
getGroup
Group getGroup()
getLogoId
long getLogoId()
getPreferences
javax.portlet.PortletPreferences getPreferences()
throws SystemException
- Throws:
SystemException
getPrivateLayoutsPageCount
int getPrivateLayoutsPageCount()
getPublicLayoutsPageCount
int getPublicLayoutsPageCount()
getReminderQueryQuestions
java.util.Set<java.lang.String> getReminderQueryQuestions(java.util.Locale locale)
throws SystemException
- Throws:
SystemException
getReminderQueryQuestions
java.util.Set<java.lang.String> getReminderQueryQuestions(java.lang.String languageId)
throws SystemException
- Throws:
SystemException
getSuborganizations
java.util.List<Organization> getSuborganizations()
throws SystemException
- Throws:
SystemException
getSuborganizationsSize
int getSuborganizationsSize()
throws SystemException
- Throws:
SystemException
getTypeOrder
int getTypeOrder()
hasPrivateLayouts
boolean hasPrivateLayouts()
hasPublicLayouts
boolean hasPublicLayouts()
hasSuborganizations
boolean hasSuborganizations()
throws SystemException
- Throws:
SystemException
isParentable
boolean isParentable()
isRoot
boolean isRoot()