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, isOfGenusType
getId, isCurrent
getRecordTypes, hasRecordType
getProperties, getPropertiesByRecordType
getBranding, getBrandingIds, getLicense, getProvider, getProviderId
PublisherRecord 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.