Uses of Class
org.compiere.model.MFreight
-
Packages that use MFreight Package Description org.compiere.model Provides for.... -
-
Uses of MFreight in org.compiere.model
Methods in org.compiere.model that return MFreight Modifier and Type Method Description static MFreight
MFreight. get(Properties ctx, int shipperId, int freightCategoryId, Timestamp dateOrdered, BigDecimal weight, BigDecimal maxProductDimension, int countryFrom, int countryTo, int regionFrom, int regionTo, String trxName)
Get a freight record based on the parameters Shipper, Freight Category are used as filters DateOrdered is used to get the most recent record that is valid for that date MaxDimension is used to get records that are valid for such dimensions Country/Region From/To are used to get the records, first valid is the more detailed defined
-