Uses of Interface
org.osid.subscription.batch.PublisherBatchFormList
Packages that use PublisherBatchFormList
Package
Description
The Open Service Interface Definitions for the org.osid.subscription.batch
service.
-
Uses of PublisherBatchFormList in org.osid.subscription.batch
Methods in org.osid.subscription.batch that return PublisherBatchFormListModifier and TypeMethodDescriptionPublisherBatchAdminSession.getPublisherFormsForCreate(long number, Type[] publisherRecordTypes) Gets the publisher forms for creating a bunch of new publishers.PublisherBatchAdminSession.getPublisherFormsForUpdate(IdList publisherIds) Gets the publisher forms for updating an existing set of publishers.Methods in org.osid.subscription.batch with parameters of type PublisherBatchFormListModifier and TypeMethodDescriptionPublisherBatchAdminSession.createPublishers(PublisherBatchFormList publisherForms) Creates a new set ofPublishers.PublisherBatchAdminSession.updatePublishers(PublisherBatchFormList publisherForms) Updates existing publishers.