Uses of Class
org.compiere.model.MShipper
-
Packages that use MShipper Package Description org.adempiere.model org.compiere.model Provides for.... -
-
Uses of MShipper in org.adempiere.model
Methods in org.adempiere.model that return MShipper Modifier and Type Method Description MShipper
MShipperFacade. getMShipper()
Constructors in org.adempiere.model with parameters of type MShipper Constructor Description MShipperFacade(MShipper shipper)
-
Uses of MShipper in org.compiere.model
Methods in org.compiere.model that return MShipper Modifier and Type Method Description MShipper
MShippingTransaction. getMShipper()
Methods in org.compiere.model that return types with arguments of type MShipper Modifier and Type Method Description static List<MShipper>
MShipper. getShippersForFreightCategory(Properties ctx, int FreightCategory_ID, String trxName)
Methods in org.compiere.model with parameters of type MShipper Modifier and Type Method Description static MPackage
MPackage. create(MInOut shipment, MShipper shipper, Timestamp shipDate)
Create one Package for Shipmentstatic MPackage
MPackage. createPackage(MInOut shipment, MShipper shipper, Timestamp shipDate)
Constructors in org.compiere.model with parameters of type MShipper Constructor Description MPackage(MInOut shipment, MShipper shipper)
Shipment Constructor
-