Interface | osid.contact.Contact | ||
---|---|---|---|
Implements | osid.OsidRelationship | ||
Description |
A Multiple contacts may be related to an | ||
Method | getReferenceId | ||
Description |
Gets the | ||
Return | osid.id.Id | the reference Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getAddresseeId | ||
Description |
Gets the | ||
Return | osid.id.Id | the resource Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getAddressee | ||
Description |
Gets the addressee. | ||
Return | osid.resource.Resource | the resource | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getAddressId | ||
Description |
Gets the | ||
Return | osid.id.Id | the subscriber Id | |
Compliance | mandatory | This method must be implemented. | |
Method | getAddress | ||
Description |
Gets the subscriber's address. | ||
Return | osid.contact.Address | the subscriber's address. | |
Errors | OPERATION_FAILED | unable to complete request | |
Compliance | mandatory | This method must be implemented. | |
Method | getContactRecord | ||
Description |
Gets the contact record corresponding to the given
| ||
Parameters | osid.type.Type | contactRecordType | the type of contact record to retrieve |
Return | osid.contact.records.ContactRecord | the contact record | |
Errors | NULL_ARGUMENT | contactRecordType is null | |
OPERATION_FAILED | unable to complete request | ||
UNSUPPORTED | hasRecordType(contactRecordType) is false | ||
Compliance | mandatory | This method must be implemented. |