Uses of Interface
org.osid.subscription.rules.SubscriptionEnablerList
Packages that use SubscriptionEnablerList
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of SubscriptionEnablerList in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return SubscriptionEnablerListModifier and TypeMethodDescriptionSubscriptionEnablerLookupSession.getSubscriptionEnablers()Gets allSubscriptionEnablers.SubscriptionEnablerSearchResults.getSubscriptionEnablers()Gets theSubscriptionEnablerListresulting from a search.SubscriptionEnablerLookupSession.getSubscriptionEnablersByGenusType(Type subscriptionEnablerGenusType) Gets aSubscriptionEnablerListcorresponding to the given subscription enabler genusTypewhich does not include subscription enablers of genus types derived from the specifiedType.SubscriptionEnablerLookupSession.getSubscriptionEnablersByIds(IdList subscriptionEnablerIds) Gets aSubscriptionEnablerListcorresponding to the givenIdList.SubscriptionEnablerLookupSession.getSubscriptionEnablersByParentGenusType(Type subscriptionEnablerGenusType) Gets aSubscriptionEnablerListcorresponding to the given subscription enabler genusTypeand include any additional subscription enablers with genus types derived from the specifiedType.SubscriptionEnablerPublisherSession.getSubscriptionEnablersByPublisher(Id publisherId) Gets the list of subscription enablers associated with aPublisher.SubscriptionEnablerPublisherSession.getSubscriptionEnablersByPublishers(IdList publisherIds) Gets the list of subscription enablers corresponding to a list ofPublishers.SubscriptionEnablerQuerySession.getSubscriptionEnablersByQuery(SubscriptionEnablerQuery subscriptionEnablerQuery) Gets a list ofSubscriptionEnablersmatching the given subscription enabler query.SubscriptionEnablerLookupSession.getSubscriptionEnablersByRecordType(Type subscriptionEnablerRecordType) Gets aSubscriptionEnablerListcontaining the given subscription enabler recordType.SubscriptionEnablerRuleLookupSession.getSubscriptionEnablersForSubscription(Id subscriptionId) Gets theSubscriptionEnablerassociated with aSubscription.SubscriptionEnablerLookupSession.getSubscriptionEnablersOnDate(DateTime from, DateTime to) Gets aSubscriptionEnablerListthat are effective for the entire given date range inclusive but not confined to the date range for any agent.SubscriptionEnablerLookupSession.getSubscriptionEnablersOnDateWithAgent(Id agentId, DateTime from, DateTime to) Gets aSubscriptionEnablerListthat are effective for the entire given date range inclusive but not confined to the date range and evaluated against the given agent.