|
Open Monograph Press
3.3.0
|
Additional Inherited Members | |
Data Fields inherited from DataObject | |
| $_data = array() | |
| $_extractionAdaptersLoaded = false | |
| $_hasLoadableAdapters = false | |
| $_injectionAdaptersLoaded = false | |
| $_metadataExtractionAdapters = array() | |
| $_metadataInjectionAdapters = array() | |
Basic class describing a representative composite type (used on the ONIX templates for publication formats). This type is used for both Agents and Suppliers.
Definition at line 17 of file Representative.inc.php.
| Representative::getEmail | ( | ) |
Get the representative email address.
Definition at line 133 of file Representative.inc.php.
References DataObject\getData().
| Representative::getIsSupplier | ( | ) |
Get the representative's is_supplier setting.
Definition at line 165 of file Representative.inc.php.
References DataObject\getData().
Referenced by getNameForONIXCode().
| Representative::getMonographId | ( | ) |
get monograph id.
Definition at line 22 of file Representative.inc.php.
References DataObject\getData().
| Representative::getName | ( | ) |
Get the representative name.
Definition at line 101 of file Representative.inc.php.
References DataObject\getData().
| Representative::getNameForONIXCode | ( | ) |
Get the human readable name for this ONIX code
Definition at line 54 of file Representative.inc.php.
References DAORegistry\getDAO(), getIsSupplier(), and getRole().
| Representative::getPhone | ( | ) |
Get the representative phone.
Definition at line 117 of file Representative.inc.php.
References DataObject\getData().
| Representative::getRepresentativeIdType | ( | ) |
Get the representative ID type (ONIX Code).
Definition at line 77 of file Representative.inc.php.
References DataObject\getData().
| Representative::getRepresentativeIdValue | ( | ) |
Get the representative ID value.
Definition at line 93 of file Representative.inc.php.
References DataObject\getData().
| Representative::getRole | ( | ) |
Get the ONIX code for this representative role.
Definition at line 46 of file Representative.inc.php.
References DataObject\getData().
Referenced by getNameForONIXCode().
| Representative::getUrl | ( | ) |
Get the representative's url.
Definition at line 149 of file Representative.inc.php.
References DataObject\getData().
| Representative::setEmail | ( | ) |
Set the representative email address.
| string |
Definition at line 141 of file Representative.inc.php.
References DataObject\setData().
| Representative::setIsSupplier | ( | $isSupplier | ) |
Set the representative's is_supplier setting.
| int | $isSupplier |
Definition at line 173 of file Representative.inc.php.
References DataObject\setData().
| Representative::setMonographId | ( | $monographId | ) |
set monograph id.
| $monographId | int |
Definition at line 30 of file Representative.inc.php.
References DataObject\setData().
| Representative::setName | ( | $name | ) |
Set the representative name.
| string | $name |
Definition at line 109 of file Representative.inc.php.
References DataObject\setData().
| Representative::setPhone | ( | $phone | ) |
Set the representative phone.
| string | $phone |
Definition at line 125 of file Representative.inc.php.
References DataObject\setData().
| Representative::setRepresentativeIdType | ( | $representativeIdType | ) |
Set the ONIX code for this representative's ID type (List92) (GLN, SAN, etc). GLN is the recommended one.
| $representativeIdType | string |
Definition at line 69 of file Representative.inc.php.
References DataObject\setData().
| Representative::setRepresentativeIdValue | ( | $representativeIdValue | ) |
Set this representative's ID value.
| $representativeIdValue | string |
Definition at line 85 of file Representative.inc.php.
References DataObject\setData().
| Representative::setRole | ( | $role | ) |
Set the ONIX code for this representative role (List93 for Suppliers, List69 for Agents)
| $type | string |
Definition at line 38 of file Representative.inc.php.
References DataObject\setData().
| Representative::setUrl | ( | $url | ) |
Set the representative url.
| string | $url |
Definition at line 157 of file Representative.inc.php.
References DataObject\setData().