<<

NAME

Koha::Illrequest::SupplierUpdateProcessor - Represents a SupplerUpdate processor

SYNOPSIS

Object-oriented class that provides an object allowing us to perform processing on a SupplierUpdate

DESCRIPTION

Object-oriented base class that provides an object allowing us to perform processing on a SupplierUpdate ** This class should not be directly instantiated, it should only be sub-classed **

API

Class Methods

new

    my $processor = Koha::Illrequest::SupplierUpdateProcessor->new(
        $target_source_type,
        $target_source_name
    );

Create a new Koha::Illrequest::SupplierUpdateProcessor object.

run

    Koha::Illrequest::SupplierUpdateProcessor->run();

Runs the processor

AUTHOR

Andrew Isherwood <andrew.isherwood@ptfs-europe.com>

<<