Uses of Interface
org.osid.ordering.rules.PriceEnablerList
Packages that use PriceEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.ordering.rules
service.
-
Uses of PriceEnablerList in org.osid.ordering.rules
Methods in org.osid.ordering.rules that return PriceEnablerListModifier and TypeMethodDescriptionPriceEnablerLookupSession.getPriceEnablers()Gets allPriceEnablers.PriceEnablerSearchResults.getPriceEnablers()Gets thePriceEnablerListresulting from a search.PriceEnablerLookupSession.getPriceEnablersByDate(DateTime from, DateTime to) Gets aPriceEnablerListwithin the given date range.PriceEnablerLookupSession.getPriceEnablersByGenusType(Type priceEnablerGenusType) Gets aPriceEnablerListcorresponding to the given price enabler genusTypewhich does not include price enablers of genus types derived from the specifiedType.PriceEnablerLookupSession.getPriceEnablersByIds(IdList priceEnablerIds) Gets aPriceEnablerListcorresponding to the givenIdList.In plenary mode, the returned list contains all of the price enablers 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.PriceEnablerLookupSession.getPriceEnablersByParentGenusType(Type priceEnablerGenusType) Gets aPriceEnablerListcorresponding to the given price enabler genusTypeand include any additional price enablers with genus types derived from the specifiedType.PriceEnablerQuerySession.getPriceEnablersByQuery(PriceEnablerQuery priceEnablerQuery) Gets a list ofPriceEnablersmatching the given price enabler query.PriceEnablerLookupSession.getPriceEnablersByRecordType(Type priceEnablerRecordType) Gets aPriceEnablerListcontaining the given price enabler recordType.PriceEnablerStoreSession.getPriceEnablersByStore(Id storeId) Gets the list of price enablers associated with aStore.PriceEnablerStoreSession.getPriceEnablersByStores(IdList storeIds) Gets the list of price enablers corresponding to a list ofStores.PriceEnablerRuleLookupSession.getPriceEnablersForPrice(Id priceId) Gets thePriceEnablerassociated with aPrice.PriceEnablerRuleLookupSession.getPriceEnablersForPriceOnDate(Id priceId, DateTime date) Gets thePriceEnablersassociated with aPriceand the given date is within the effective dates inclusive.