| Package | Description |
|---|---|
| org.osid.subscription |
The Open Service Interface Definitions for the org.osid.subscription
service.
|
| org.osid.subscription.batch |
The Open Service Interface Definitions for the org.osid.subscription.batch
service.
|
| Modifier and Type | Method and Description |
|---|---|
PublisherForm |
PublisherAdminSession.getPublisherFormForCreate(Type[] publisherRecordTypes)
Gets the publisher form for creating new publishers.
|
PublisherForm |
PublisherAdminSession.getPublisherFormForUpdate(Id publisherId)
Gets the publisher form for updating an existing publisher.
|
| Modifier and Type | Method and Description |
|---|---|
Publisher |
PublisherAdminSession.createPublisher(PublisherForm publisherForm)
Creates a new
Publisher. |
void |
PublisherAdminSession.updatePublisher(PublisherForm publisherForm)
Updates an existing publisher.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PublisherBatchForm
This is the form for creating and updating publishers in bulk.
|