Uses of Interface
org.osid.resourcing.EffortList
Packages that use EffortList
Package
Description
The Open Service Interface Definitions for the org.osid.resourcing
service.
-
Uses of EffortList in org.osid.resourcing
Methods in org.osid.resourcing that return EffortListModifier and TypeMethodDescriptionEffortLookupSession.getEfforts()Gets allEfforts.EffortSearchResults.getEfforts()Gets the effort list resulting from a search.EffortFoundrySession.getEffortsByFoundries(IdList foundryIds) Gets the list ofEffortcorresponding to a list ofFoundries.EffortFoundrySession.getEffortsByFoundry(Id foundryId) Gets the list ofEffortsassociated with aFoundry.EffortLookupSession.getEffortsByGenusType(Type effortGenusType) Gets anEffortListcorresponding to the given effort genusTypewhich does not include efforts of genus types derived from the specifiedType.EffortLookupSession.getEffortsByIds(IdList effortIds) Gets anEffortListcorresponding to the givenIdList.EffortLookupSession.getEffortsByParentGenusType(Type effortGenusType) Gets anEffortListcorresponding to the given effort genusTypeand include any additional efforts with genus types derived from the specifiedType.EffortQuerySession.getEffortsByQuery(EffortQuery effortQuery) Gets a list ofEffortsmatching the given effort query.EffortLookupSession.getEffortsByRecordType(Type effortRecordType) Gets anEffortListcontaining the given effort recordType.EffortLookupSession.getEffortsForCommission(Id commissionId) Gets a list of efforts for a commission.EffortLookupSession.getEffortsForCommissionOnDate(Id commissionId, DateTime from, DateTime to) Gets a list of efforts for a commission and effective during the entire given date range inclusive but not confined to the date range.EffortLookupSession.getEffortsForResource(Id resourceId) Gets a list of efforts for a resource.EffortLookupSession.getEffortsForResourceAndCommission(Id resourceId, Id commissionId) Gets a list of efforts for a resource and commission.EffortLookupSession.getEffortsForResourceAndCommissionOnDate(Id resourceId, Id commissionId, DateTime from, DateTime to) Gets a list of efforts for a resource and commission and effective during the entire given date range inclusive but not confined to the date range.EffortLookupSession.getEffortsForResourceAndWork(Id resourceId, Id workId) Gets a list of efforts for a resource and work.EffortLookupSession.getEffortsForResourceAndWorkOnDate(Id resourceId, Id workId, DateTime from, DateTime to) Gets a list of efforts for a resource and work and effective during the entire given date range inclusive but not confined to the date range.EffortLookupSession.getEffortsForResourceOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of efforts for a resource and effective beginning in the date range.EffortLookupSession.getEffortsForWork(Id workId) Gets a list of efforts for a work.EffortLookupSession.getEffortsForWorkOnDate(Id workId, DateTime from, DateTime to) Gets a list of efforts for a work and effective during the entire given date range inclusive but not confined to the date range.EffortLookupSession.getEffortsOnDate(DateTime from, DateTime to) Gets a list of efforts effective during the entire given date range inclusive but not confined to the date range.MyWorkSession.getMyEfforts()Gets the efforts for the resource related to this agent.