![]() |
Grima
2018-08
Whispering into Alma's ear
|
class ElectronicService More...
Public Member Functions | |
| __construct () | |
| offsetSet ($offset, $value) | |
| loadFromAlma ($collection_id, $service_id) | |
| load record from Alma More... | |
| loadFromServiceListNode ($node) | |
| populate item record from the information in an ServiceList node More... | |
| retrieveAllPortfolios () | |
| getPortfolios ($limit=10, $offset=0) | |
| get list of portfolios from Alma More... | |
| deleteAllPortfolios ($bib_treat) | |
| delete all portfolios from the service 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 | |
| $number_of_portfolios | |
| $portfolios = array() | |
| $el_address | |
| $el_override = array() | |
Public Attributes inherited from AlmaObject | |
| $el_access = array() | |
| $xml | |
| $templateDir = __DIR__ . "/templates" | |
class ElectronicService
Definition at line 2663 of file grima-lib.php.
| ElectronicService::__construct | ( | ) |
Definition at line 2675 of file grima-lib.php.
| ElectronicService::deleteAllPortfolios | ( | $bib_treat | ) |
delete all portfolios from the service
| string | $bib_treat | - for bibs with no inventory, "retain" or "delete" |
Definition at line 2753 of file grima-lib.php.
References $grima, and getPortfolios().
| ElectronicService::getPortfolios | ( | $limit = 10, |
|
$offset = 0 |
|||
| ) |
get list of portfolios from Alma
| Int | $limit | max to download (default 10, max 100) |
| Int | $offset | starting point in list for download |
Definition at line 2732 of file grima-lib.php.
References $grima.
Referenced by deleteAllPortfolios(), and retrieveAllPortfolios().
| ElectronicService::loadFromAlma | ( | $collection_id, | |
| $service_id | |||
| ) |
| ElectronicService::loadFromServiceListNode | ( | $node | ) |
populate item record from the information in an ServiceList node
| DomNode | $node | node from an ItemList |
Definition at line 2705 of file grima-lib.php.
| ElectronicService::offsetSet | ( | $offset, | |
| $value | |||
| ) |
Definition at line 2679 of file grima-lib.php.
| ElectronicService::retrieveAllPortfolios | ( | ) |
Definition at line 2714 of file grima-lib.php.
References getPortfolios().
| ElectronicService::$el_address |
Definition at line 2668 of file grima-lib.php.
| ElectronicService::$el_override = array() |
Definition at line 2673 of file grima-lib.php.
| ElectronicService::$number_of_portfolios |
Definition at line 2664 of file grima-lib.php.
| ElectronicService::$portfolios = array() |
Definition at line 2666 of file grima-lib.php.
1.8.14