public interface FrontOffice extends OsidCatalog
A FrontOffice represents a collection of issues and
efforts.
| Modifier and Type | Method and Description |
|---|---|
FrontOfficeRecord |
getFrontOfficeRecord(Type frontOfficeRecordType)
Gets the front office record corresponding to the given
FrontOffice record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdFrontOfficeRecord getFrontOfficeRecord(Type frontOfficeRecordType) throws OperationFailedException
FrontOffice record Type. This method is used to
retrieve an object implementing the requested record. The
frontOfficeRecordType may be the Type returned
in getRecordTypes() or any of its parents in a
Type hierarchy where
hasRecordType(frontOfficeRecordType) is true .frontOfficeRecordType - the type of front office record to
retrieveNullArgumentException - frontOfficeRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(frontOfficeRecordType) is false
mandatory - This method must be implemented.