![]() |
Grima
2018-08
Whispering into Alma's ear
|
Public Member Functions | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| loadFromAlma ($mms_id) | |
| populates the bib with a record from Alma More... | |
| addToAlma () | |
| adds record as a new record to Alma, updates Bib with current Alma version More... | |
| updateAlma () | |
| replaces the Bib in Alma More... | |
| deleteFromAlma () | |
| deletes the Bib from Alma More... | |
| deleteTreeFromAlma () | |
| deletes the Bib and its inventory #XXX More... | |
| hasInventory () | |
| populate holdings property with Holdings items More... | |
| linkedToCZ () | |
| is the bib linked to the community zone? More... | |
| unlinkFromCZ () | |
| does this work : Not supported for CZ More... | |
| getHoldings () | |
| populate holdings property with Holdings items More... | |
| deleteAllPortfolios () | |
| delete all portfolios from the bib More... | |
| getHoldingsList () | |
| populate holdingsList property with info from Alma More... | |
| getPortfolioList () | |
| populate portfolioList property with info from Alma More... | |
| get_title_proper () | |
| a tidy title proper More... | |
| getLCCallNumber () | |
| get LC call number, giving pref to 090 and later fields More... | |
Public Member Functions inherited from AlmaObjectWithMARC | |
| appendField ($tag, $ind1, $ind2, $subfields) | |
| add a field to the MARC record More... | |
| getFields ($tag) | |
| get fields for the given MARC tag More... | |
| getSubfieldValues ($tag, $code) | |
| get subfield value More... | |
| deleteField ($tag) | |
| delete all $tag fields from the MARC record More... | |
| deleteSubfieldMatching ($tag, $code, $regex) | |
| delete subfields matching a regex More... | |
| replaceOrAddSubfield ($tag, $code, $value) | |
| replace or add subfield value in marc More... | |
Public Member Functions inherited from AlmaObject | |
| __construct () | |
| create new blank Alma Object More... | |
| offsetExists ($offset) | |
| offsetGet ($offset) | |
| offsetSet ($offset, $value) | |
| offsetUnset ($offset) | |
Public Attributes | |
| $holdingsList | |
| $holdings = array() | |
| $portfolioList = array() | |
Public Attributes inherited from AlmaObject | |
| $el_access = array() | |
| $xml | |
| $templateDir = __DIR__ . "/templates" | |
Protected Attributes | |
| $el_address | |
Definition at line 1788 of file grima-lib.php.
| Bib::addToAlma | ( | ) |
adds record as a new record to Alma, updates Bib with current Alma version
Definition at line 1861 of file grima-lib.php.
References $grima.
| Bib::deleteAllPortfolios | ( | ) |
delete all portfolios from the bib
Definition at line 1966 of file grima-lib.php.
References $grima, and getPortfolioList().
Referenced by deleteTreeFromAlma().
| Bib::deleteFromAlma | ( | ) |
| Bib::deleteTreeFromAlma | ( | ) |
deletes the Bib and its inventory #XXX
Definition at line 1891 of file grima-lib.php.
References $grima, deleteAllPortfolios(), and getHoldings().
| Bib::get_title_proper | ( | ) |
a tidy title proper
Definition at line 2020 of file grima-lib.php.
| Bib::getHoldings | ( | ) |
populate holdings property with Holdings items
Definition at line 1951 of file grima-lib.php.
References getHoldingsList().
Referenced by deleteTreeFromAlma().
| Bib::getHoldingsList | ( | ) |
populate holdingsList property with info from Alma
Definition at line 1982 of file grima-lib.php.
Referenced by getHoldings(), and hasInventory().
| Bib::getLCCallNumber | ( | ) |
get LC call number, giving pref to 090 and later fields
Definition at line 2045 of file grima-lib.php.
| Bib::getPortfolioList | ( | ) |
populate portfolioList property with info from Alma
Definition at line 1991 of file grima-lib.php.
References $grima.
Referenced by deleteAllPortfolios(), and hasInventory().
| Bib::hasInventory | ( | ) |
populate holdings property with Holdings items
Definition at line 1906 of file grima-lib.php.
References getHoldingsList(), and getPortfolioList().
| Bib::linkedToCZ | ( | ) |
is the bib linked to the community zone?
Definition at line 1925 of file grima-lib.php.
| Bib::loadFromAlma | ( | $mms_id | ) |
populates the bib with a record from Alma
| string | $mms_id | MMS ID of record to load from Alma |
Definition at line 1850 of file grima-lib.php.
References $grima.
| Bib::offsetGet | ( | $offset | ) |
Definition at line 1807 of file grima-lib.php.
| Bib::offsetSet | ( | $offset, | |
| $value | |||
| ) |
Definition at line 1828 of file grima-lib.php.
References AlmaObjectWithMARC\replaceOrAddSubfield().
| Bib::unlinkFromCZ | ( | ) |
does this work : Not supported for CZ
Definition at line 1937 of file grima-lib.php.
References updateAlma().
| Bib::updateAlma | ( | ) |
replaces the Bib in Alma
Definition at line 1871 of file grima-lib.php.
References $grima.
Referenced by unlinkFromCZ().
|
protected |
Definition at line 1796 of file grima-lib.php.
| Bib::$holdings = array() |
Definition at line 1790 of file grima-lib.php.
| Bib::$holdingsList |
Definition at line 1789 of file grima-lib.php.
| Bib::$portfolioList = array() |
Definition at line 1792 of file grima-lib.php.
1.8.14