Uses of Interface
org.osid.ordering.PriceScheduleList
Packages that use PriceScheduleList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering
service.
-
Uses of PriceScheduleList in org.osid.ordering
Methods in org.osid.ordering that return PriceScheduleListModifier and TypeMethodDescriptionPriceScheduleLookupSession.getPriceSchedules()Gets allPriceSchedules.PriceScheduleSearchResults.getPriceSchedules()Gets the price schedule list resulting from a search.Product.getPriceSchedules()Gets the price schedules.PriceScheduleLookupSession.getPriceSchedulesByGenusType(Type priceScheduleGenusType) Gets aPriceScheduleListcorresponding to the given price schedule genusTypewhich does not include price schedules of genus types derived from the specifiedType.PriceScheduleLookupSession.getPriceSchedulesByIds(IdList priceScheduleIds) Gets aPriceScheduleListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the price schedules specified in theIdlist, in the order of the list, including duplicates, or an error results if anIdin the supplied list is not found or inaccessible.PriceScheduleLookupSession.getPriceSchedulesByParentGenusType(Type priceScheduleGenusType) Gets aPriceScheduleListcorresponding to the given price schedule genusTypeand include any additional price schedules with genus types derived from the specifiedType.PriceScheduleQuerySession.getPriceSchedulesByQuery(PriceScheduleQuery priceScheduleQuery) Gets a list ofPriceSchedulesmatching the given price schedule query.PriceScheduleLookupSession.getPriceSchedulesByRecordType(Type priceScheduleRecordType) Gets aPriceScheduleListcontaining the given repository recordType.In plenary mode, the returned list contains all known price schedules or an error results.PriceScheduleStoreSession.getPriceSchedulesByStore(Id storeId) Gets the list ofPriceSchedulesassociated with aStore.PriceScheduleStoreSession.getPriceSchedulesByStores(IdList storeIds) Gets the list ofPriceSchedulescorresponding to a list ofStores.