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.
 
   4 package SL::DB::Manager::MebilMapping;
 
   8 use parent qw(SL::DB::Helper::Manager);
 
  10 sub object_class { 'SL::DB::MebilMapping' }
 
  12 __PACKAGE__->make_manager_methods;
 
  16 # The call above creates the methods shown below.  (The actual 
 
  17 # method bodies vary slightly, but this is the gist of it...)
 
  21 #   shift->get_objects(@_, object_class => 'Product');
 
  24 # sub get_products_iterator
 
  26 #   shift->get_objects_iterator(@_, object_class => 'Product');
 
  29 # sub get_products_count
 
  31 #   shift->get_objects_count(@_, object_class => 'Product');
 
  36 #   shift->update_objects(@_, object_class => 'Product');
 
  41 #   shift->delete_objects(@_, object_class => 'Product');