Uses of Class
com.sgs.common.database.OrderInformation
-
Packages that use OrderInformation Package Description com.sgapi.services This package provides endpoints for integrating data with the SG V5 System Imports are handled within the IntegrationImport class Exports are handled within the IntegrationExport classcom.sgs.common.database This package is responsible for holding all of the objects that can be persisted in the SG V5 System. -
-
Uses of OrderInformation in com.sgapi.services
Method parameters in com.sgapi.services with type arguments of type OrderInformation Modifier and Type Method Description javax.ws.rs.core.ResponseIntegrationImport. setOrderInformation(java.util.List<OrderInformation> orderInformations)Imports order information for use in purchase orders and sales orders. -
Uses of OrderInformation in com.sgs.common.database
Fields in com.sgs.common.database declared as OrderInformation Modifier and Type Field Description OrderInformationSalesOrder. brokerThe broker for the sales orderOrderInformationSalesOrder. carrierThe carrier for the sales orderOrderInformationTransfer. carrierThe carrier for the goodsOrderInformationClient. defaultBrokerDefault broker order information linkOrderInformationClient. defaultCarrierDefault carrier order information linkOrderInformationClient. defaultPaymentTermsDefault payment terms order information linkOrderInformationClient. defaultShippingTermsDefault shipping terms order information linkOrderInformationPurchaseOrder. paymentTermsPayment TermsOrderInformationPurchaseOrder. shippingTermsShipping TermsMethods in com.sgs.common.database that return OrderInformation Modifier and Type Method Description OrderInformationSalesOrder. getBroker()OrderInformationSalesOrder. getCarrier()OrderInformationTransfer. getCarrier()OrderInformationClient. getDefaultBroker()OrderInformationClient. getDefaultCarrier()OrderInformationClient. getDefaultPaymentTerms()OrderInformationClient. getDefaultShippingTerms()OrderInformationPurchaseOrder. getPaymentTerms()OrderInformationPurchaseOrder. getShippingTerms()Methods in com.sgs.common.database with parameters of type OrderInformation Modifier and Type Method Description voidSalesOrder. setBroker(OrderInformation broker)voidSalesOrder. setCarrier(OrderInformation carrier)voidTransfer. setCarrier(OrderInformation carrier)voidClient. setDefaultBroker(OrderInformation defaultBroker)voidClient. setDefaultCarrier(OrderInformation defaultCarrier)voidClient. setDefaultPaymentTerms(OrderInformation defaultPaymentTerms)voidClient. setDefaultShippingTerms(OrderInformation defaultShippingTerms)voidPurchaseOrder. setPaymentTerms(OrderInformation paymentTerms)voidPurchaseOrder. setShippingTerms(OrderInformation shippingTerms)
-