Uses of Interface
org.osid.subscription.PublisherList
Packages that use PublisherList
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 PublisherList in org.osid.subscription
Methods in org.osid.subscription that return PublisherListModifier and TypeMethodDescriptionPublisherHierarchySession.getChildPublishers(Id publisherId) Gets the child publishers of the givenid.PublisherHierarchySession.getParentPublishers(Id publisherId) Gets the parent publishers of the givenid.PublisherLookupSession.getPublishers()Gets allPublishers.PublisherSearchResults.getPublishers()Gets the publisher list resulting from a search.DispatchPublisherSession.getPublishersByDispatch(Id dispatchId) Gets the list ofPublisherobjects mapped to aDispatch.PublisherLookupSession.getPublishersByGenusType(Type publisherGenusType) Gets aPublisherListcorresponding to the given publisher genusTypewhich does not include publishers of genus types derived from the specifiedType.In plenary mode, the returned list contains all known publishers or an error results.PublisherLookupSession.getPublishersByIds(IdList publisherIds) Gets aPublisherListcorresponding to the givenIdList.PublisherLookupSession.getPublishersByParentGenusType(Type publisherGenusType) Gets aPublisherListcorresponding to the given publisher genusTypeand include any additional publishers with genus types derived from the specifiedType.In plenary mode, the returned list contains all known publishers or an error results.PublisherLookupSession.getPublishersByProvider(Id resourceId) Gets aPublisherListfrom the given provider.PublisherQuerySession.getPublishersByQuery(PublisherQuery publisherQuery) Gets a list ofPublishersmatching the given publisher query.PublisherLookupSession.getPublishersByRecordType(Type publisherRecordType) Gets aPublisherListcontaining the given publisher recordType.In plenary mode, the returned list contains all known publishers or an error results.SubscriptionPublisherSession.getPublishersBySubscription(Id subscriptionId) Gets the list ofPublisherobjects mapped to aSubscription.PublisherHierarchySession.getRootPublishers()Gets the root publishers in the publisher hierarchy. -
Uses of PublisherList in org.osid.subscription.rules
Methods in org.osid.subscription.rules that return PublisherListModifier and TypeMethodDescriptionDispatchConstrainerPublisherSession.getPublishersByDispatchConstrainer(Id dispatchConstrainerId) Gets thePublishersmapped to aDispatchConstrainer.DispatchConstrainerEnablerPublisherSession.getPublishersByDispatchConstrainerEnabler(Id dispatchConstrainerEnablerId) Gets thePublishersmapped to aDispatchConstrainerEnabler.DispatchEnablerPublisherSession.getPublishersByDispatchEnabler(Id dispatchEnablerId) Gets thePublishersmapped to aDispatchEnabler.DispatchProcessorPublisherSession.getPublishersByDispatchProcessor(Id dispatchProcessorId) Gets thePublishersmapped to aDispatchConstrainer.DispatchProcessorEnablerPublisherSession.getPublishersByDispatchProcessorEnabler(Id dispatchProcessorEnablerId) Gets thePublishersmapped to aDispatchProcessorEnabler.SubscriptionEnablerPublisherSession.getSubscriptionsBySubscriptionEnabler(Id subscriptionEnablerId) Gets the publishers mapped to aSubscriptionEnabler.