Uses of Interface
org.osid.offering.OfferingList
Packages that use OfferingList
Package
Description
The Open Service Interface Definitions for the org.osid.offering
service.
-
Uses of OfferingList in org.osid.offering
Methods in org.osid.offering that return OfferingListModifier and TypeMethodDescriptionOfferingLookupSession.getOfferings()Gets all offerings.OfferingSearchResults.getOfferings()Gets the offering list resulting from a search.OfferingCatalogueSession.getOfferingsByCatalogue(Id catalogueId) Gets the list ofOfferingsassociated with aCatalogue.OfferingCatalogueSession.getOfferingsByCatalogues(IdList catalogueIds) Gets the list ofOfferingscorresponding to a list ofCatalogues.OfferingLookupSession.getOfferingsByCodeAndTimePeriod(String code, Id timePeriodId) Gets anOfferingListby code and time period.OfferingLookupSession.getOfferingsByGenusType(Type offeringGenusType) Gets anOfferingListcorresponding to the given offering genusTypewhich does not include offerings of types derived from the specifiedType.OfferingLookupSession.getOfferingsByGenusTypeForCanonicalUnit(Id canonicalUnitId, Type offeringGenusType) Gets anOfferingListby genus type for the given canonical unit.OfferingLookupSession.getOfferingsByGenusTypeForCanonicalUnitAndTimePeriod(Id canonicalUnitId, Id timePeriodId, Type offeringGenusType) Gets anOfferingListby genus type for the given canonical unit and time period.OfferingLookupSession.getOfferingsByGenusTypeForCanonicalUnitAndTimePeriodOnDate(Id canonicalUnitId, Id timePeriodId, Type offeringGenusType, DateTime from, DateTime to) Gets anOfferingListby genus type for the given canonical, time period, and effective during the entire given date range inclusive but not confined to the date range.OfferingLookupSession.getOfferingsByGenusTypeForCanonicalUnitOnDate(Id canonicalUnitId, Type offeringGenusType, DateTime from, DateTime to) Gets anOfferingListby genus type for the given canonical unit and effective during the entire given date range inclusive but not confined to the date range.OfferingLookupSession.getOfferingsByGenusTypeForTimePeriod(Id timePeriodId, Type offeringGenusType) Gets anOfferingListby genus type for the given time period.OfferingLookupSession.getOfferingsByGenusTypeForTimePeriodOnDate(Id timePeriodId, Type offeringGenusType, DateTime from, DateTime to) Gets anOfferingListby genus type for the given time period and effective during the entire given date range inclusive but not confined to the date range.OfferingLookupSession.getOfferingsByGenusTypeOnDate(Type offeringGenusType, DateTime from, DateTime to) Gets anOfferingListby genus type and effective during the entire given date range inclusive but not confined to the date range.OfferingLookupSession.getOfferingsByIds(IdList offeringIds) Gets anOfferingListcorresponding to the givenIdList.OfferingLookupSession.getOfferingsByParentGenusType(Type offeringGenusType) Gets anOfferingListcorresponding to the given offering genusTypeand include any additional offerings with genus types derived from the specifiedType.OfferingQuerySession.getOfferingsByQuery(OfferingQuery offeringQuery) Gets a list of offerings matching the given offering query.OfferingLookupSession.getOfferingsByRecordType(Type offeringRecordType) Gets anOfferingListcontaining the given offering recordType.OfferingLookupSession.getOfferingsForCanonicalUnit(Id canonicalUnitId) Gets anOfferingListfor the given canonical unit.OfferingLookupSession.getOfferingsForCanonicalUnitAndTimePeriod(Id canonicalUnitId, Id timePeriodId) Gets anOfferingListfor the given canonical unit and time period.OfferingLookupSession.getOfferingsForCanonicalUnitAndTimePeriodOnDate(Id canonicalUnitId, Id timePeriodId, DateTime from, DateTime to) Gets anOfferingListfor the given canonical unit, time period, and effective during the entire given date range inclusive but not confined to the date range.OfferingLookupSession.getOfferingsForCanonicalUnitOnDate(Id canonicalUnitId, DateTime from, DateTime to) Gets anOfferingListfor the given canonical unit and effective during the entire given date range inclusive but not confined to the date range.OfferingLookupSession.getOfferingsForTimePeriod(Id timePeriodId) Gets anOfferingListfor the given time period.OfferingLookupSession.getOfferingsForTimePeriodOnDate(Id timePeriodId, DateTime from, DateTime to) Gets anOfferingListfor the given time period and effective during the entire given date range inclusive but not confined to the date range.OfferingLookupSession.getOfferingsOnDate(DateTime from, DateTime to) Gets anOfferingListeffective during the entire given date range inclusive but not confined to the date range.