Koha::ILL::Request::Workflow::Availability - Koha ILL Availability Searching
Object-oriented class that provides availability searching via availability plugins
This class provides the ability to identify and fetch API services that can be used to search for item availability
my $services = Koha::ILL::Request::Workflow::Availability->get_services($params);
Given our metadata, iterate plugins with the right method and check if they can service our request and, if so, return an arrayref of services. Optionally accept a hashref specifying additional filter parameters
my $show_availability = Koha::ILL::Request::Workflow::Availability->show_availability($params);
Given $params, return true if availability should be shown
my $availability_template_params = Koha::ILL::Request::Workflow::Availability->availability_template_params( $params);
Given $params, return true if availability should be shown
Andrew Isherwood <andrew.isherwood@ptfs-europe.com>