Interface | osid.personnel.Organization | ||
---|---|---|---|
Implements | osid.OsidObject | ||
osid.Federateable | |||
osid.Temporal | |||
Description |
An | ||
Method | getDisplayLabel | ||
Description |
Gets the display label or code for this organization. | ||
Return | osid.locale.DisplayText | the display label | |
Compliance | mandatory | This method must be implemented. | |
Method | getOrganizationRecord | ||
Description |
Gets the record corresponding to the given | ||
Parameters | osid.type.Type | organizationRecordType | the type of organization record to retrieve |
Return | osid.personnel.records.OrganizationRecord | the organization record | |
Errors | NULL_ARGUMENT | organizationRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(organizationRecordType) is false
| ||
Compliance | mandatory | This method must be implemented. |