Class OrganizationImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.Organization>
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.Organization>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.Organization>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ExternalReferenceCodeModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.Organization, com.liferay.portal.kernel.model.OrganizationModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedAuditedModel, com.liferay.portal.kernel.model.StagedModel, com.liferay.portal.kernel.model.TreeModel, Serializable, Cloneable, Comparable<com.liferay.portal.kernel.model.Organization>

public class OrganizationImpl extends OrganizationBaseImpl
Author:
Brian Wing Shun Chan, Jorge Ferrer, Marco Leo
See Also:
  • Constructor Details

    • OrganizationImpl

      public OrganizationImpl()
  • Method Details

    • getChildrenTypes

      public static String[] getChildrenTypes(String type)
    • getParentTypes

      public static String[] getParentTypes(String type)
    • isParentable

      public static boolean isParentable(String type)
    • isRootable

      public static boolean isRootable(String type)
    • getAddress

      public com.liferay.portal.kernel.model.Address getAddress()
    • getAddresses

      public List<com.liferay.portal.kernel.model.Address> getAddresses()
    • getAncestorOrganizationIds

      public long[] getAncestorOrganizationIds() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getAncestors

      public List<com.liferay.portal.kernel.model.Organization> getAncestors() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getChildrenTypes

      public String[] getChildrenTypes()
    • getDescendants

      public List<com.liferay.portal.kernel.model.Organization> getDescendants()
    • getGroup

      public com.liferay.portal.kernel.model.Group getGroup()
    • getGroupId

      public long getGroupId()
    • getLogoURL

      public String getLogoURL()
    • getParentOrganization

      public com.liferay.portal.kernel.model.Organization getParentOrganization() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getParentOrganizationName

      public String getParentOrganizationName()
    • getPreferences

      public PortletPreferences getPreferences()
    • getPrivateLayoutsPageCount

      public int getPrivateLayoutsPageCount()
    • getPublicLayoutsPageCount

      public int getPublicLayoutsPageCount()
    • getReminderQueryQuestions

      public Set<String> getReminderQueryQuestions(Locale locale)
    • getReminderQueryQuestions

      public Set<String> getReminderQueryQuestions(String languageId)
    • getSuborganizations

      public List<com.liferay.portal.kernel.model.Organization> getSuborganizations()
    • getSuborganizationsSize

      public int getSuborganizationsSize()
    • getTypeOrder

      public int getTypeOrder()
    • hasPrivateLayouts

      public boolean hasPrivateLayouts()
    • hasPublicLayouts

      public boolean hasPublicLayouts()
    • hasSuborganizations

      public boolean hasSuborganizations()
    • isParentable

      public boolean isParentable()
    • isRoot

      public boolean isRoot()