Uses of Interface
org.osid.subscription.SubscriptionList
Packages that use SubscriptionList
Package
Description
The Open Service Interface Definitions for the org.osid.subscription
service.
The Open Service Interface Definitions for the org.osid.subscription.rules
service.
-
Uses of SubscriptionList in org.osid.subscription
Methods in org.osid.subscription that return SubscriptionListModifier and TypeMethodDescriptionMySubscriptionSession.getSubscriptions()Gets all subscriptions for the subscriber related to the current agent.SubscriptionLookupSession.getSubscriptions()Gets all subscriptions.SubscriptionSearchResults.getSubscriptions()Gets the subscription list resulting from a search.MySubscriptionSession.getSubscriptionsByDateForDispatch(Id dispatchId, DateTime from, DateTime to) Gets a list of all subscriptions corresponding to a dispatchIdand date rang for the subscriber related to the current agent.e.SubscriptionLookupSession.getSubscriptionsByGenusType(Type subscriptionGenusType) Gets aSubscriptionListcorresponding to the given subscription genusTypewhich does not include subscriptions of genus types derived from the specifiedType.SubscriptionLookupSession.getSubscriptionsByGenusTypeForDispatch(Id dispatchId, Type subscriptionGenusType) Gets a list of all subscriptions of the given genus type corresponding to a dispatchId.SubscriptionLookupSession.getSubscriptionsByGenusTypeForDispatchOnDate(Id dispatchId, Type subscriptionGenusType, DateTime from, DateTime to) Gets a list of all subscriptions of the given genus type corresponding to a dispatchIdand effective during the entire given date range inclusive but not confined to the date range.SubscriptionLookupSession.getSubscriptionsByGenusTypeForSubscriber(Id resourceId, Type subscriptionGenusType) Gets a list of subscriptions of the given genus type corresponding to a subscriberId.SubscriptionLookupSession.getSubscriptionsByGenusTypeForSubscriberAndDispatch(Id resourceId, Id dispatchId, Type subscriptionGenusType) Gets a list of all subscriptions of the given genus type corresponding to a susbcriber and dispatchId.SubscriptionLookupSession.getSubscriptionsByGenusTypeForSubscriberAndDispatchOnDate(Id resourceId, Id dispatchId, Type subscriptionGenusType, DateTime from, DateTime to) Gets a list of all subscriptions of the given genus type corresponding to a subscriber and dispatchIdand effective during the entire given date range inclusive but not confined to the date range.SubscriptionLookupSession.getSubscriptionsByGenusTypeForSubscriberOnDate(Id resourceId, Type subscriptionGenusType, DateTime from, DateTime to) Gets a list of all subscriptions of the given genus type corresponding to a subscriberIdand effective during the entire given date range inclusive but not confined to the date range.SubscriptionLookupSession.getSubscriptionsByGenusTypeOnDate(Type subscriptionGenusType, DateTime from, DateTime to) Gets aSubscriptionListof a subscription genus type and effective during the entire given date range inclusive but not confined to the date range.SubscriptionLookupSession.getSubscriptionsByIds(IdList subscriptionIds) Gets aSubscriptionListcorresponding to the givenIdList.SubscriptionLookupSession.getSubscriptionsByParentGenusType(Type subscriptionGenusType) Gets aSubscriptionListcorresponding to the given subscription genusTypeand include any additional subscriptions with genus types derived from the specifiedType.SubscriptionPublisherSession.getSubscriptionsByPublisher(Id publisherId) Gets the list ofSubscriptionsassociated with aPublisher.SubscriptionPublisherSession.getSubscriptionsByPublishers(IdList publisherIds) Gets the list ofSubscriptionscorresponding to a list ofPublishers.SubscriptionQuerySession.getSubscriptionsByQuery(SubscriptionQuery subscriptionQuery) Gets a list of subscriptions matching the given subscription query.SubscriptionLookupSession.getSubscriptionsByRecordType(Type subscriptionRecordType) Gets aSubscriptionListcontaining the given subscription recordType.MySubscriptionSession.getSubscriptionsForDispatch(Id dispatchId) Gets a list of all subscriptions corresponding to a dispatchIdfor the subscriber related to the current agent.SubscriptionLookupSession.getSubscriptionsForDispatch(Id dispatchId) Gets a list of all subscriptions corresponding to a dispatchId.SubscriptionLookupSession.getSubscriptionsForDispatchOnDate(Id dispatchId, DateTime from, DateTime to) Gets a list of all subscriptions corresponding to a dispatchIdand effective during the entire given date range inclusive but not confined to the date range.SubscriptionLookupSession.getSubscriptionsForSubscriber(Id resourceId) Gets a list of subscriptions corresponding to a subscriberId.SubscriptionLookupSession.getSubscriptionsForSubscriberAndDispatch(Id resourceId, Id dispatchId) Gets a list of all subscriptions corresponding to a susbcriber and dispatchId.SubscriptionLookupSession.getSubscriptionsForSubscriberAndDispatchOnDate(Id resourceId, Id dispatchId, DateTime from, DateTime to) Gets a list of all subscriptions corresponding to a subscriber and dispatchIdand effective during the entire given date range inclusive but not confined to the date range.SubscriptionLookupSession.getSubscriptionsForSubscriberOnDate(Id resourceId, DateTime from, DateTime to) Gets a list of all subscriptions corresponding to a subscriberIdand effective during the entire given date range inclusive but not confined to the date range.SubscriptionLookupSession.getSubscriptionsOnDate(DateTime from, DateTime to) Gets aSubscriptionListeffective during the entire given date range inclusive but not confined to the date range. -
Uses of SubscriptionList in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return SubscriptionListModifier and TypeMethodDescriptionSubscriptionEnablerRuleLookupSession.getSubscriptionsBySubscriptionEnabler(Id subscriptionEnablerId) Gets theSubscriptionsmapped to aSubscriptionEnabler.