![]() |
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 brief info from Alma More... |
|
| getPortfolios () | |
| get full portfolios for the bib More... |
|
| getItems () | |
| populate items property with Items objects ## XXX TEST More... |
|
| getItemList () | |
| populates itemList property 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
| |
| useNormac () | |
| addControlField ($tag, $data) | |
| add a data field to the MARC record using Normac More... |
|
| addDataField ($tag, $indicators, $subfields) | |
| add a data field to the MARC record using Normac More... |
|
| normacToXML () | |
| convert normac fields back to XML More... |
|
| appendField ($tag, $ind1, $ind2, $subfields) | |
| add a field to the MARC record More... |
|
| getFields ($tag) | |
| get fields for the given MARC tag More... |
|
| getMarcFields ($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() | |
| $itemList | |
| $items = array() | |
| $portfolioList = array() | |
Public Attributes inherited from AlmaObjectWithMARC
| |
| $marc | |
Public Attributes inherited from AlmaObject
| |
| $el_access = array() | |
| $xml | |
| $templateDir = __DIR__ . "/templates" | |
Protected Attributes | |
| $el_address | |
Definition at line 2159 of file grima-lib.php.
| Bib::addToAlma | ( | ) |
adds record as a new record to Alma, updates Bib with current Alma version
Definition at line 2236 of file grima-lib.php.
References $grima.
| Bib::deleteAllPortfolios | ( | ) |
delete all portfolios from the bib
Definition at line 2344 of file grima-lib.php.
References $grima.
| Bib::deleteFromAlma | ( | ) |
| Bib::deleteTreeFromAlma | ( | ) |
deletes the Bib and its inventory #XXX
Definition at line 2268 of file grima-lib.php.
References $grima.
| Bib::get_title_proper | ( | ) |
a tidy title proper
Definition at line 2423 of file grima-lib.php.
| Bib::getHoldings | ( | ) |
populate holdings property with Holdings items
Definition at line 2328 of file grima-lib.php.
References Grima\getHoldingsList().
| Bib::getHoldingsList | ( | ) |
| Bib::getItemList | ( | ) |
populates itemList property from Alma
Definition at line 2413 of file grima-lib.php.
References $grima.
| Bib::getItems | ( | ) |
populate items property with Items objects ## XXX TEST
Definition at line 2402 of file grima-lib.php.
References Grima\getItemList().
| Bib::getLCCallNumber | ( | ) |
get LC call number, giving pref to 090 and later fields
Definition at line 2448 of file grima-lib.php.
| Bib::getPortfolioList | ( | ) |
populate portfolioList property with brief info from Alma
Definition at line 2370 of file grima-lib.php.
References $grima.
| Bib::getPortfolios | ( | ) |
get full portfolios for the bib
Definition at line 2389 of file grima-lib.php.
| Bib::hasInventory | ( | ) |
populate holdings property with Holdings items
Definition at line 2283 of file grima-lib.php.
References Grima\getHoldingsList().
| Bib::linkedToCZ | ( | ) |
is the bib linked to the community zone?
Definition at line 2302 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 2225 of file grima-lib.php.
References $grima.
| Bib::offsetGet | ( | $offset | ) |
Definition at line 2182 of file grima-lib.php.
| Bib::offsetSet | ( | $offset, | |
| $value | |||
| ) |
Definition at line 2203 of file grima-lib.php.
| Bib::unlinkFromCZ | ( | ) |
| Bib::updateAlma | ( | ) |
replaces the Bib in Alma
Definition at line 2246 of file grima-lib.php.
References $grima.
|
protected |
Definition at line 2170 of file grima-lib.php.
| Bib::$holdings = array() |
Definition at line 2161 of file grima-lib.php.
| Bib::$holdingsList |
Definition at line 2160 of file grima-lib.php.
| Bib::$itemList |
Definition at line 2163 of file grima-lib.php.
| Bib::$items = array() |
Definition at line 2164 of file grima-lib.php.
| Bib::$portfolioList = array() |
Definition at line 2166 of file grima-lib.php.
1.8.13