public interface Publisher extends OsidCatalog
A Publisher represents a collection of subscriptions.
Like all OSID objects, a Publisher is identified by its
Id and any persisted references should use the Id.
| Modifier and Type | Method and Description |
|---|---|
PublisherRecord |
getPublisherRecord(Type publisherRecordType)
Gets the publisher record corresponding to the given
Publisher
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdPublisherRecord getPublisherRecord(Type publisherRecordType) throws OperationFailedException
Publisher
record Type. This method is used to retrieve an
object implementing the requested record. The
publisherRecordType may be the Type returned in
getRecordTypes() or any of its parents in a Type
hierarchy where hasRecordType(publisherRecordType)
is true .publisherRecordType - the type of publisher record to retrieveNullArgumentException - publisherRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(publisherRecordType) is false
mandatory - This method must be implemented.