Uses of Interface
org.osid.personnel.PositionList
Packages that use PositionList
Package
Description
The Open Service Interface Definitions for the org.osid.personnel
service.
-
Uses of PositionList in org.osid.personnel
Methods in org.osid.personnel that return PositionListModifier and TypeMethodDescriptionPositionLookupSession.getPositions()Gets all positions.PositionSearchResults.getPositions()Gets the position list resulting from a search.PositionLookupSession.getPositionsByGenusType(Type positionGenusType) Gets aPositionListcorresponding to the given position genusTypewhich does not include positions of types derived from the specifiedType.PositionLookupSession.getPositionsByIds(IdList positionIds) Gets aPositionListcorresponding to the givenIdList.PositionLookupSession.getPositionsByParentGenusType(Type positionGenusType) Gets aPositionListcorresponding to the given position genusTypeand include any additional positions with genus types derived from the specifiedType.PositionQuerySession.getPositionsByQuery(PositionQuery positionQuery) Gets a list of positions matching the given position query.PositionRealmSession.getPositionsByRealm(Id realmId) Gets the list ofPositionsassociated with aRealm.PositionRealmSession.getPositionsByRealms(IdList realmIds) Gets the list ofPositionscorresponding to a list ofRealms.PositionLookupSession.getPositionsByRecordType(Type positionRecordType) Gets aPositionListcontaining the given position recordType.PositionLookupSession.getPositionsForOrganization(Id organizationId) Gets aPositionListfor the given organization.PositionLookupSession.getPositionsForOrganizationOnDate(Id organizationId, DateTime from, DateTime to) Gets aPositionListfor an organizatoon and effective during the entire given date range inclusive but not confined to the date range.PositionLookupSession.getPositionsOnDate(DateTime from, DateTime to) Gets aPositionListeffective during the entire given date range inclusive but not confined to the date range.