view release on metacpan or search on metacpan
lib/Business/Cart/Generic/Schema/Result/Category.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::CategoryDescription>
=cut
__PACKAGE__->has_many(
"category_descriptions",
"Business::Cart::Generic::Schema::Result::CategoryDescription",
{ "foreign.category_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 products_to_categories
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::ProductsToCategory>
=cut
__PACKAGE__->has_many(
"products_to_categories",
"Business::Cart::Generic::Schema::Result::ProductsToCategory",
{ "foreign.category_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:wYPbDyD6TYFkzTfmL8Fg2w
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Country.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::StreetAddress>
=cut
__PACKAGE__->has_many(
"street_addresses",
"Business::Cart::Generic::Schema::Result::StreetAddress",
{ "foreign.country_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 zones
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Zone>
=cut
__PACKAGE__->has_many(
"zones",
"Business::Cart::Generic::Schema::Result::Zone",
{ "foreign.country_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:1+nOc2FsWJx9rlPkghPhhA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Currency.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Language>
=cut
__PACKAGE__->has_many(
"languages",
"Business::Cart::Generic::Schema::Result::Language",
{ "foreign.currency_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 products
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Product>
=cut
__PACKAGE__->has_many(
"products",
"Business::Cart::Generic::Schema::Result::Product",
{ "foreign.currency_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:q96ZEL3fwEPy0hgKCQOn5w
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Customer.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::EmailList>
=cut
__PACKAGE__->has_many(
"email_lists",
"Business::Cart::Generic::Schema::Result::EmailList",
{ "foreign.customer_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 logons
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Logon>
=cut
__PACKAGE__->has_many(
"logons",
"Business::Cart::Generic::Schema::Result::Logon",
{ "foreign.customer_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 orders
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Order>
=cut
__PACKAGE__->has_many(
"orders",
"Business::Cart::Generic::Schema::Result::Order",
{ "foreign.customer_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 phone_lists
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::PhoneList>
=cut
__PACKAGE__->has_many(
"phone_lists",
"Business::Cart::Generic::Schema::Result::PhoneList",
{ "foreign.customer_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IkTV9P0QPtH+OFw4aoSuSA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/CustomerStatuse.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Customer>
=cut
__PACKAGE__->has_many(
"customers",
"Business::Cart::Generic::Schema::Result::Customer",
{ "foreign.customer_status_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:binQvebXb/h4Q68T4Gierg
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/CustomerType.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Customer>
=cut
__PACKAGE__->has_many(
"customers",
"Business::Cart::Generic::Schema::Result::Customer",
{ "foreign.customer_type_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:WueMSC4N+SlAB1A550mI3g
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/EmailAddress.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::EmailList>
=cut
__PACKAGE__->has_many(
"email_lists",
"Business::Cart::Generic::Schema::Result::EmailList",
{ "foreign.email_address_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:HrgkW94sOwGwijXkC7L2iQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/EmailAddressType.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::EmailAddress>
=cut
__PACKAGE__->has_many(
"email_addresses",
"Business::Cart::Generic::Schema::Result::EmailAddress",
{ "foreign.email_address_type_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Vow7ibqG+a4BKy8am6UVjA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Gender.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Customer>
=cut
__PACKAGE__->has_many(
"customers",
"Business::Cart::Generic::Schema::Result::Customer",
{ "foreign.gender_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Wk9UjYz3AgAUTW3vmprA3A
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Language.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::CategoryDescription>
=cut
__PACKAGE__->has_many(
"category_descriptions",
"Business::Cart::Generic::Schema::Result::CategoryDescription",
{ "foreign.language_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 currency
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::Currency>
=cut
lib/Business/Cart/Generic/Schema/Result/Language.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::ManufacturersInfo>
=cut
__PACKAGE__->has_many(
"manufacturers_infos",
"Business::Cart::Generic::Schema::Result::ManufacturersInfo",
{ "foreign.language_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 order_statuses
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::OrderStatuse>
=cut
__PACKAGE__->has_many(
"order_statuses",
"Business::Cart::Generic::Schema::Result::OrderStatuse",
{ "foreign.language_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 product_descriptions
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::ProductDescription>
=cut
__PACKAGE__->has_many(
"product_descriptions",
"Business::Cart::Generic::Schema::Result::ProductDescription",
{ "foreign.language_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 weight_classes
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::WeightClass>
=cut
__PACKAGE__->has_many(
"weight_classes",
"Business::Cart::Generic::Schema::Result::WeightClass",
{ "foreign.language_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:uLAl2/ukzwuyxOgXDa1/LA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Manufacturer.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::ManufacturersInfo>
=cut
__PACKAGE__->has_many(
"manufacturers_infos",
"Business::Cart::Generic::Schema::Result::ManufacturersInfo",
{ "foreign.manufacturer_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 products
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Product>
=cut
__PACKAGE__->has_many(
"products",
"Business::Cart::Generic::Schema::Result::Product",
{ "foreign.manufacturer_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ixnx5fkBWJU3MPklNPDlHw
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Order.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::OrderHistory>
=cut
__PACKAGE__->has_many(
"order_histories",
"Business::Cart::Generic::Schema::Result::OrderHistory",
{ "foreign.order_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 order_items
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::OrderItem>
=cut
__PACKAGE__->has_many(
"order_items",
"Business::Cart::Generic::Schema::Result::OrderItem",
{ "foreign.order_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 delivery_address
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::StreetAddress>
=cut
lib/Business/Cart/Generic/Schema/Result/OrderStatuse.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::OrderHistory>
=cut
__PACKAGE__->has_many(
"order_histories",
"Business::Cart::Generic::Schema::Result::OrderHistory",
{ "foreign.order_status_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 orders
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Order>
=cut
__PACKAGE__->has_many(
"orders",
"Business::Cart::Generic::Schema::Result::Order",
{ "foreign.order_status_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 language
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::Language>
=cut
lib/Business/Cart/Generic/Schema/Result/PaymentMethod.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Order>
=cut
__PACKAGE__->has_many(
"orders",
"Business::Cart::Generic::Schema::Result::Order",
{ "foreign.payment_method_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:IQZqxPTYihHj+1tPFCUFZQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/PhoneNumber.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::PhoneList>
=cut
__PACKAGE__->has_many(
"phone_lists",
"Business::Cart::Generic::Schema::Result::PhoneList",
{ "foreign.phone_number_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 phone_number_type
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::PhoneNumberType>
=cut
lib/Business/Cart/Generic/Schema/Result/PhoneNumberType.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::PhoneNumber>
=cut
__PACKAGE__->has_many(
"phone_numbers",
"Business::Cart::Generic::Schema::Result::PhoneNumber",
{ "foreign.phone_number_type_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZqI3O90CVWQdol72HvX+jQ
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Product.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::OrderItem>
=cut
__PACKAGE__->has_many(
"order_items",
"Business::Cart::Generic::Schema::Result::OrderItem",
{ "foreign.product_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 product_status
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::ProductStatuse>
=cut
lib/Business/Cart/Generic/Schema/Result/Product.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::ProductsToCategory>
=cut
__PACKAGE__->has_many(
"products_to_categories",
"Business::Cart::Generic::Schema::Result::ProductsToCategory",
{ "foreign.product_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:y4djsv2ZE66lnkyeHWIQhw
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/ProductStatuse.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Product>
=cut
__PACKAGE__->has_many(
"products",
"Business::Cart::Generic::Schema::Result::Product",
{ "foreign.product_status_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:ZzWoaV3KIiN7aZJ/H49hug
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/StreetAddress.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Customer>
=cut
__PACKAGE__->has_many(
"customers",
"Business::Cart::Generic::Schema::Result::Customer",
{ "foreign.default_street_address_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 orders_delivery_addresses
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Order>
=cut
__PACKAGE__->has_many(
"orders_delivery_addresses",
"Business::Cart::Generic::Schema::Result::Order",
{ "foreign.delivery_address_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 orders_customer_addresses
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Order>
=cut
__PACKAGE__->has_many(
"orders_customer_addresses",
"Business::Cart::Generic::Schema::Result::Order",
{ "foreign.customer_address_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 orders_billing_addresses
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Order>
=cut
__PACKAGE__->has_many(
"orders_billing_addresses",
"Business::Cart::Generic::Schema::Result::Order",
{ "foreign.billing_address_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 country
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::Country>
=cut
lib/Business/Cart/Generic/Schema/Result/TaxClass.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Product>
=cut
__PACKAGE__->has_many(
"products",
"Business::Cart::Generic::Schema::Result::Product",
{ "foreign.tax_class_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 tax_rates
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::TaxRate>
=cut
__PACKAGE__->has_many(
"tax_rates",
"Business::Cart::Generic::Schema::Result::TaxRate",
{ "foreign.tax_class_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bM0kdMzRVWdFNiZ2f9ekIw
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Title.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Customer>
=cut
__PACKAGE__->has_many(
"customers",
"Business::Cart::Generic::Schema::Result::Customer",
{ "foreign.title_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:h2Nr6Uye3PFqA8qKl4iDEA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/WeightClass.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::Product>
=cut
__PACKAGE__->has_many(
"products",
"Business::Cart::Generic::Schema::Result::Product",
{ "foreign.weight_class_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 language
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::Language>
=cut
lib/Business/Cart/Generic/Schema/Result/WeightClass.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::WeightClassRule>
=cut
__PACKAGE__->has_many(
"weight_class_rules_to",
"Business::Cart::Generic::Schema::Result::WeightClassRule",
{ "foreign.to_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 weight_class_rules_from
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::WeightClassRule>
=cut
__PACKAGE__->has_many(
"weight_class_rules_from",
"Business::Cart::Generic::Schema::Result::WeightClassRule",
{ "foreign.from_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:aKCNJBAGNMBP6XiHJxo/Gg
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/YesNo.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::OrderHistory>
=cut
__PACKAGE__->has_many(
"order_histories",
"Business::Cart::Generic::Schema::Result::OrderHistory",
{ "foreign.customer_notified_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
# Created by DBIx::Class::Schema::Loader v0.07010 @ 2011-05-09 11:58:48
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:bVfMm6+fXuv/i3GtlR+MYA
# You can replace this text with custom code or comments, and it will be preserved on regeneration
1;
lib/Business/Cart/Generic/Schema/Result/Zone.pm view on Meta::CPAN
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::StreetAddress>
=cut
__PACKAGE__->has_many(
"street_addresses",
"Business::Cart::Generic::Schema::Result::StreetAddress",
{ "foreign.zone_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 tax_rates
Type: has_many
Related object: L<Business::Cart::Generic::Schema::Result::TaxRate>
=cut
__PACKAGE__->has_many(
"tax_rates",
"Business::Cart::Generic::Schema::Result::TaxRate",
{ "foreign.zone_id" => "self.id" },
{ cascade_copy => 0, cascade_delete => 0 },
);
=head2 country
Type: belongs_to
Related object: L<Business::Cart::Generic::Schema::Result::Country>
=cut