![]() |
Grima
2018-08
Whispering into Alma's ear
|
class ElectronicPortfolio More...
Public Member Functions | |
| addToAlmaService ($collection_id, $service_id) | |
| populate item record from the information in an PortfolioList node : Insufficient permission More... | |
| addToAlmaBib ($mms_id) | |
| add portfolio to Bib in Alma : Insufficient permission More... | |
| loadFromAlma ($portfolio_id) | |
| populate portfolio with info from Alma More... | |
| loadFromAlmaX ($portfolio_id) | |
| loadFromPortfolioListNode ($node) | |
| populate item record from the information in an PortfolioList node More... | |
| updateAlma () | |
| replaces the Portfolio in Alma More... | |
| deleteFromAlma ($bib_treat="retain") | |
| delete portfolio from Alma 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 | |
| $xml | |
| $el_address | |
Public Attributes inherited from AlmaObject | |
| $el_access = array() | |
| $xml | |
| $templateDir = __DIR__ . "/templates" | |
class ElectronicPortfolio
Definition at line 2788 of file grima-lib.php.
| ElectronicPortfolio::addToAlmaBib | ( | $mms_id | ) |
add portfolio to Bib in Alma : Insufficient permission
| Int | $mms_id | - id of bib to add portfolio to |
Definition at line 2832 of file grima-lib.php.
References $grima.
| ElectronicPortfolio::addToAlmaService | ( | $collection_id, | |
| $service_id | |||
| ) |
populate item record from the information in an PortfolioList node : Insufficient permission
| DomNode | $node | node from a PortfolioList |
Definition at line 2817 of file grima-lib.php.
References $grima.
| ElectronicPortfolio::deleteFromAlma | ( | $bib_treat = "retain" | ) |
delete portfolio from Alma
| string | bib_treat - for bibs with no inventory "retain" or "delete" |
Definition at line 2884 of file grima-lib.php.
References $grima.
| ElectronicPortfolio::loadFromAlma | ( | $portfolio_id | ) |
populate portfolio with info from Alma
| Int | $portfolo_id | - id of portfolio to pull from Alma |
Definition at line 2845 of file grima-lib.php.
References $grima.
| ElectronicPortfolio::loadFromAlmaX | ( | $portfolio_id | ) |
| ElectronicPortfolio::loadFromPortfolioListNode | ( | $node | ) |
populate item record from the information in an PortfolioList node
| DomNode | $node | node from a PortfolioList |
Definition at line 2862 of file grima-lib.php.
| ElectronicPortfolio::updateAlma | ( | ) |
replaces the Portfolio in Alma
Definition at line 2872 of file grima-lib.php.
References $grima.
| ElectronicPortfolio::$el_address |
Definition at line 2792 of file grima-lib.php.
| ElectronicPortfolio::$xml |
Definition at line 2789 of file grima-lib.php.
1.8.14