epic-s6g
[kivitendo-erp.git] / SL / DB / Manager / MebilMapping.pm
1 # This file has been auto-generated only because it didn't exist.
2 # Feel free to modify it at will; it will not be overwritten automatically.
3
4 package SL::DB::Manager::MebilMapping;
5
6 use strict;
7
8 use parent qw(SL::DB::Helper::Manager);
9
10 sub object_class { 'SL::DB::MebilMapping' }
11
12 __PACKAGE__->make_manager_methods;
13
14 1;
15
16 # The call above creates the methods shown below.  (The actual 
17 # method bodies vary slightly, but this is the gist of it...)
18 #
19 # sub get_products
20 # {
21 #   shift->get_objects(@_, object_class => 'Product');
22 # }
23 #
24 # sub get_products_iterator
25 # {
26 #   shift->get_objects_iterator(@_, object_class => 'Product');
27 # }
28 #
29 # sub get_products_count
30 # {
31 #   shift->get_objects_count(@_, object_class => 'Product');
32 # }
33 #
34 # sub update_products
35 # {
36 #   shift->update_objects(@_, object_class => 'Product');
37 # }
38 #
39 # sub delete_products
40 # {
41 #   shift->delete_objects(@_, object_class => 'Product');
42 # }