Interface PmOrganizationService

All Known Implementing Classes:
DefaultPmOrganizationService

@Deprecated(since="2208") public interface PmOrganizationService
Deprecated.
2208
Service responsible for handling PmOrganizationModel related operations.
Since:
2108
  • Method Details

    • getOrganization

      PmOrganizationModel getOrganization(String id)
      Deprecated.
      Returns the organization for the provided id.
      Parameters:
      id - The unique identifier of the organization
      Returns:
      The PmOrganizationModel for the provided id
    • findOrganizationParties

      List<PmOrganizationModel> findOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext, Integer offset, Integer limit)
      Deprecated.
      Retrieves a list of PmOrganizationModel for a given filtering context.
      Parameters:
      pmOrganizationFilteringContext - the organization party context.
      offset - the offset.
      limit - the maximum number of returned parties.
      Returns:
      the list of organization parties found for the given context.
    • getNumberOfOrganizationParties

      Integer getNumberOfOrganizationParties(PmOrganizationFilteringContextData pmOrganizationFilteringContext)
      Deprecated.
      Retrieves the total number of organization parties found for a given filtering context.
      Parameters:
      pmOrganizationFilteringContext - the organization party context.
      Returns:
      the number of organization parties found.
    • removeOrganization

      void removeOrganization(PmOrganizationModel organization)
      Deprecated.
      Removes the given PmOrganizationModel
      Parameters:
      organization - the organization to be removed
    • createOrganization

      PmOrganizationModel createOrganization()
      Deprecated.
      Creates an instance of PmOrganizationModel
      Returns:
      the newly created organization
    • saveOrganization

      void saveOrganization(PmOrganizationModel organizationModel)
      Deprecated.
      Saves a given PmOrganizationModel
      Parameters:
      organizationModel - the organization to be saved