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