GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Interchange6::Schema::Result::OrderlinesShipping(3) User Contributed Perl Documentation Interchange6::Schema::Result::OrderlinesShipping(3)

Interchange6::Schema::Result::OrderlinesShipping

Foreign key constraint on "orderlines_id" in Interchange6::Schema::Result::Orderline via "orderline" relationship.

Foreign key constraint on "addresses_id" in Interchange6::Schema::Result::Address via "address" relationship.

Foreign key constraint on "shipments_id" in Interchange6::Schema::Result::Shipment via "shipment" relationship.

The partial or full quantity shipped for the related Interchange6::Schema::Result::Orderline in this shipment.

Each unique combination of "orderline" and "address" can have multiple related "shipments" in case an "orderline" needs to be shipped in more than one consignment.
  • "orderlines_id"
  • "addresses_id"
  • "shipments_id"

Type: belongs_to

Related object: Interchange6::Schema::Result::Address

Type: belongs_to

Related object: Interchange6::Schema::Result::Orderline

Type: belongs_to

Related object: Interchange6::Schema::Result::Shipment

Rows in this table should not be deleted so we overload "delete" in DBIx::Class::Row to throw an exception.

NOTE: if "delete" in DBIx::Class::ResultSet is called on a result set then this overloaded method is bypassed. Please consider using "delete_all" in DBIx::Class::ResultSet instead. Of course we also cannot prevent deletes performed outside DBIx::Class control.

If "quantity" in Interchange6::Schema::Result::Orderline is greater than "quantity" then return 1. Otherwise returns 0.
2016-07-16 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.