Uses of Class
org.compiere.model.MShippingTransaction
Package
Description
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
One of the package that provide implementation of iDempiere core processes.
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of MShippingTransaction in org.adempiere.model
Modifier and TypeMethodDescriptionboolean
IShipmentProcessor.processShipment
(Properties ctx, MShippingTransaction shippingTransaction, String trxName) Perform online shipmentboolean
MFreightShipmentProcessor.processShipment
(Properties ctx, MShippingTransaction st, String trxName) boolean
IShipmentProcessor.rateInquiry
(Properties ctx, MShippingTransaction shippingTransaction, boolean isPriviledgedRate, String trxName) Perform shipment rate inquiryboolean
MFreightShipmentProcessor.rateInquiry
(Properties ctx, MShippingTransaction st, boolean isPriviledgedRate, String trxName) Get shipping rate fromMFreight
boolean
IShipmentProcessor.voidShipment
(Properties ctx, MShippingTransaction shippingTransaction, String get_TrxName) Void online shipmentboolean
MFreightShipmentProcessor.voidShipment
(Properties ctx, MShippingTransaction st, String get_TrxName) -
Uses of MShippingTransaction in org.adempiere.process
Modifier and TypeMethodDescriptionstatic MShippingTransaction
SalesOrderRateInquiryProcess.createShippingTransaction
(Properties ctx, MOrder m_order, String action, boolean isPriviledgedRate, String trxName) Create MShippingTransaction record for order. -
Uses of MShippingTransaction in org.compiere.model
Modifier and TypeMethodDescriptionMPackage.createShippingTransaction
(String action, boolean isPriviledgedRate, String trxName) Create online shipping transaction