<<

Name

Koha::Edifact::File - Koha::Object class for single EDIFACT file

Class methods

vendor

  my $vendor = $edifile->vendor;

Returns the Koha::Acquisition::Bookseller associated with this EDIFACT file

basket

  my $basket = $edifile->basket;

Returns the Koha::Acquisition::Basket associated with this EDIFACT file.

to_api_mapping

This method returns the mapping for representing a Koha::Edifact::File object on the API.

Internal methods

_type

Returns name of corresponding DBIC resultset

AUTHOR

Martin Renvoize <martin.renvoize@ptfs-europe.com>

Koha Development Team

<<