The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AxKit::App::TABOO::Data::Plurals::Productsubtypes - Data objects to handle multiple Product sub types in TABOO

DESCRIPTION

Methods

new()

The constructor. Nothing special.

load(what = fields, limit => {key => value, [...]})>

It takes a hashref where the keys are data storage names and the values are corresponding values to retrieve. These will be combined by logical AND. It will retrieve the data, and then call populate() for each of the records retrieved to ensure that the plural data objects actually consists of an array of AxKit::App::TABOO::Data::Productsubtypes. But it calls the internal _load()-method to do the hard work (and that's in the parent class).

BUGS/TODO

This class has not seen a lot of testing, and the documentation really needs more work.

FORMALITIES

See AxKit::App::TABOO.