Uses of Interface
org.osid.personnel.OrganizationList
Packages that use OrganizationList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of OrganizationList in org.osid.personnel
Methods in org.osid.personnel that return OrganizationListModifier and TypeMethodDescriptionOrganizationHierarchySession.getChildOrganizations(Id organizationId) Gets the children of the given organization.OrganizationLookupSession.getOrganizations()Gets all organizations.OrganizationSearchResults.getOrganizations()Gets the organization list resulting from a search.OrganizationLookupSession.getOrganizationsByGenusType(Type organizationGenusType) Gets anOrganizationListcorresponding to the given organization genusTypewhich does not include organizations of types derived from the specifiedType.OrganizationLookupSession.getOrganizationsByIds(IdList organizationIds) Gets anOrganizationListcorresponding to the givenIdList.OrganizationLookupSession.getOrganizationsByParentGenusType(Type organizationGenusType) Gets anOrganizationListcorresponding to the given organization genusTypeand include any additional organizations with genus types derived from the specifiedType.OrganizationQuerySession.getOrganizationsByQuery(OrganizationQuery organizationQuery) Gets a list of organizations matching the given organization query.OrganizationRealmSession.getOrganizationsByRealm(Id realmId) Gets the list ofOrganizationsassociated with aRealm.OrganizationRealmSession.getOrganizationsByRealms(IdList realmIds) Gets the list ofOrganizationscorresponding to a list ofRealms.OrganizationLookupSession.getOrganizationsByRecordType(Type organizationRecordType) Gets anOrganizationListcontaining the given organization recordType.OrganizationLookupSession.getOrganizationsOnDate(DateTime from, DateTime to) Gets anOrganizationListeffective during the entire given date range inclusive but not confined to the date range.OrganizationHierarchySession.getParentOrganizations(Id organizationId) Gets the parents of the given organization.OrganizationHierarchySession.getRootOrganizations()Gets the root organizations in this organization hierarchy.