Interface Organization

All Superinterfaces:
AuditedModel, BaseModel<Organization>, ClassedModel, Cloneable, Comparable<Organization>, CTModel<Organization>, ExternalReferenceCodeModel, MVCCModel, OrganizationModel, PersistedModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel, TreeModel
All Known Implementing Classes:
OrganizationWrapper

@ProviderType public interface Organization extends OrganizationModel, PersistedModel, TreeModel
The extended model interface for the Organization service. Represents a row in the "Organization_" database table, with each column mapped to a property of this class.
Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

  • Method Details

    • getAddress

      Address getAddress()
    • getAddresses

      List<Address> getAddresses()
    • getAncestorOrganizationIds

      long[] getAncestorOrganizationIds() throws PortalException
      Throws:
      PortalException
    • getAncestors

      List<Organization> getAncestors() throws PortalException
      Throws:
      PortalException
    • getChildrenTypes

      String[] getChildrenTypes()
    • getDescendants

      List<Organization> getDescendants()
    • getGroup

      Group getGroup()
    • getGroupId

      long getGroupId()
    • getLogoURL

      String getLogoURL()
    • getParentOrganization

      Organization getParentOrganization() throws PortalException
      Throws:
      PortalException
    • getParentOrganizationName

      String getParentOrganizationName()
    • getPreferences

      PortletPreferences getPreferences()
    • getPrivateLayoutsPageCount

      int getPrivateLayoutsPageCount()
    • getPublicLayoutsPageCount

      int getPublicLayoutsPageCount()
    • getReminderQueryQuestions

      Set<String> getReminderQueryQuestions(Locale locale)
    • getReminderQueryQuestions

      Set<String> getReminderQueryQuestions(String languageId)
    • getSuborganizations

      List<Organization> getSuborganizations()
    • getSuborganizationsSize

      int getSuborganizationsSize()
    • getTypeOrder

      int getTypeOrder()
    • hasPrivateLayouts

      boolean hasPrivateLayouts()
    • hasPublicLayouts

      boolean hasPublicLayouts()
    • hasSuborganizations

      boolean hasSuborganizations()
    • isParentable

      boolean isParentable()
    • isRoot

      boolean isRoot()