![]() |
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 3248 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 3294 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 3279 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 3346 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 3307 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 3324 of file grima-lib.php.
| ElectronicPortfolio::updateAlma | ( | ) |
replaces the Portfolio in Alma
Definition at line 3334 of file grima-lib.php.
References $grima.
| ElectronicPortfolio::$el_address |
Definition at line 3252 of file grima-lib.php.
| ElectronicPortfolio::$xml |
Definition at line 3249 of file grima-lib.php.
1.8.13