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::OrderStatus;
8 use parent qw(SL::DB::Helper::Manager);
10 use SL::DB::Helper::Paginated;
11 use SL::DB::Helper::Sorted;
13 sub object_class { 'SL::DB::OrderStatus' }
15 __PACKAGE__->make_manager_methods;
19 default => [ 'position', 1 ],
22 name => 'lower(order_status.name)',
23 description => 'lower(order_status.description)',