Interface OrganizationService


public interface OrganizationService
  • Method Details

    • getOrganizations

      List<Organization> getOrganizations()
    • getUserIdsByOrganizations

      List<Long> getUserIdsByOrganizations(List<Long> organizationIds)
    • getOrganizations

      List<Organization> getOrganizations(List<Long> organizationIds)
    • getOrganizationManagersAsList

      List<Long> getOrganizationManagersAsList(Long organizationId)
      gets a list of users which have certifier role for a given organization.
      Parameters:
      organizationId - - orgnaization id
      Returns:
      list of user Ids
    • getOrganization

      Organization getOrganization(Long organizationId)
    • getRoleIdsByOrganizations

      List<Long> getRoleIdsByOrganizations(List<Long> organizationIds)
    • getOrganizationsByRole

      List<Organization> getOrganizationsByRole(Long roleId)
      Returns the organizations available for a given role id/key. Uses EntityPublicationService API.
      Parameters:
      roleId - Role Id/Entity key
      Returns:
      List of Organization objects
    • getAllAttributes

      Set<String> getAllAttributes()