Uses of Interface
org.compiere.model.I_C_OrderLine
-
Packages that use I_C_OrderLine Package Description org.adempiere.base org.compiere.model Provides for....org.eevolution.model -
-
Uses of I_C_OrderLine in org.adempiere.base
Methods in org.adempiere.base with parameters of type I_C_OrderLine Modifier and Type Method Description void
AbstractProductPricing. setOrderLine(I_C_OrderLine orderLine, String trxName)
void
IProductPricing. setOrderLine(I_C_OrderLine orderLine, String trxName)
Set order line and calculate the parameters from it -
Uses of I_C_OrderLine in org.compiere.model
Classes in org.compiere.model that implement I_C_OrderLine Modifier and Type Class Description class
MOrderLine
Order Line Model.class
X_C_OrderLine
Generated Model for C_OrderLineMethods in org.compiere.model with parameters of type I_C_OrderLine Modifier and Type Method Description void
MProductPricing. setOrderLine(I_C_OrderLine orderLine, String trxName)
-
Uses of I_C_OrderLine in org.eevolution.model
Methods in org.eevolution.model that return I_C_OrderLine Modifier and Type Method Description I_C_OrderLine
I_PP_MRP. getC_OrderLine()
I_C_OrderLine
I_PP_Order. getC_OrderLine()
I_C_OrderLine
X_PP_MRP. getC_OrderLine()
I_C_OrderLine
X_PP_Order. getC_OrderLine()
-