About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
legacy:vufind_1.x_developer_manual:building_an_ils_driver

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
legacy:vufind_1.x_developer_manual:building_an_ils_driver [2015/12/21 17:47] – ↷ Links adapted because of a move operation demiankatzlegacy:vufind_1.x_developer_manual:building_an_ils_driver [2018/04/18 12:45] – [getTrendingBibs] demiankatz
Line 238: Line 238:
 This method returns information on recently received issues of a serial. This method returns information on recently received issues of a serial.
  
-  * Input: Bibliogrpahic record ID+  * Input: Bibliographic record ID
   * Output: Array of associative arrays, each with a single key:   * Output: Array of associative arrays, each with a single key:
     * issue - String describing the issue     * issue - String describing the issue
  
 Currently, most drivers do not implement this method, instead always returning an empty array.  It is only necessary to implement this in more detail if you want to populate the "Most Recent Received Issues" section of the record holdings tab. Currently, most drivers do not implement this method, instead always returning an empty array.  It is only necessary to implement this in more detail if you want to populate the "Most Recent Received Issues" section of the record holdings tab.
 +
 +==== getRecentlyReturnedBibs ====
 +This method returns information on bibliographic records for which items have been recently returned. // Introduced in VuFind 5.0. //
 +
 +  * Input: Limit (max bibs to return), Maximum age (in days), Patron array (optional)
 +  * Output: Array of associative arrays, each with a single key:
 +    * id - Bibliographic ID
  
 ==== getRenewDetails ==== ==== getRenewDetails ====
Line 279: Line 286:
  
   * Output: An array of bibliographic record IDs.   * Output: An array of bibliographic record IDs.
 +
 +==== getTrendingBibs ====
 +This method returns information on bibliographic records which have been subject to recent activity; the exact mechanism for determining this may vary from ILS to ILS (it could, for example, be based on highest circulation within a time window). // Introduced in VuFind 5.0. //
 +
 +  * Input: Limit (max bibs to return), Maximum age (in days -- defining the period in which activity is considered significant), Patron array (optional)
 +  * Output: Array of associative arrays, each with a single key:
 +    * id - Bibliographic ID
  
 ==== hasHoldings ==== ==== hasHoldings ====
legacy/vufind_1.x_developer_manual/building_an_ils_driver.txt · Last modified: 2018/12/19 14:15 by demiankatz