<<

API

Methods

list

Controller function that handles listing the items from a train

get

Controller function that handles retrieving a single Koha::Preservation::Train object

add

Controller function that handles adding a new Koha::Preservation::Train object

update

Controller function that handles updating a Koha::Preservation::Train object

delete

Controller function that handles deleting a Koha::Preservation::Train object

get_item

Controller function that handles getting an item from a train

add_items

Controller function that handles adding items in batch to a train

add_item

Controller function that handles adding a new item to a train

copy_item

Controller function that handles copying an item from a train to an other

update_item

Controller function that handles updating an item from a train

remove_item

Controller function that handles removing an item from a train

<<