public interface Business extends OsidCatalog
A Business represents a collection of accounts,
activities, and fiscal periods.
| Modifier and Type | Method and Description |
|---|---|
BusinessRecord |
getBusinessRecord(Type businessRecordType)
Gets the business record corresponding to the given
Business
record Type. |
getDescription, getDisplayName, getGenusType, isOfGenusTypegetId, isCurrentgetRecordTypes, hasRecordTypegetProperties, getPropertiesByRecordTypegetBranding, getBrandingIds, getLicense, getProvider, getProviderIdBusinessRecord getBusinessRecord(Type businessRecordType) throws OperationFailedException
Business
record Type. This method is used to retrieve an
object implementing the requested record. The
businessRecordType may be the Type returned in
getRecordTypes() or any of its parents in a Type
hierarchy where hasRecordType(businessRecordType)
is true .businessRecordType - the type of business record to retrieveNullArgumentException - businessRecordType
is null OperationFailedException - unable to complete requestUnsupportedException -
hasRecordType(businessRecordType) is false
mandatory - This method must be implemented.