Uses of Interface
org.compiere.model.I_M_RequisitionLine
-
Packages that use I_M_RequisitionLine Package Description org.adempiere.base org.compiere.model Provides for....org.eevolution.model -
-
Uses of I_M_RequisitionLine in org.adempiere.base
Methods in org.adempiere.base with parameters of type I_M_RequisitionLine Modifier and Type Method Description void
AbstractProductPricing. setRequisitionLine(I_M_RequisitionLine reqLine, String trxName)
void
IProductPricing. setRequisitionLine(I_M_RequisitionLine reqLine, String trxName)
Set requisition line and calculate the parameters from it -
Uses of I_M_RequisitionLine in org.compiere.model
Classes in org.compiere.model that implement I_M_RequisitionLine Modifier and Type Class Description class
MRequisitionLine
Requisition Line Modelclass
X_M_RequisitionLine
Generated Model for M_RequisitionLineMethods in org.compiere.model that return I_M_RequisitionLine Modifier and Type Method Description I_M_RequisitionLine
I_M_DemandDetail. getM_RequisitionLine()
I_M_RequisitionLine
X_M_DemandDetail. getM_RequisitionLine()
Methods in org.compiere.model with parameters of type I_M_RequisitionLine Modifier and Type Method Description void
MProductPricing. setRequisitionLine(I_M_RequisitionLine reqLine, String trxName)
-
Uses of I_M_RequisitionLine in org.eevolution.model
Methods in org.eevolution.model that return I_M_RequisitionLine Modifier and Type Method Description I_M_RequisitionLine
I_PP_MRP. getM_RequisitionLine()
I_M_RequisitionLine
X_PP_MRP. getM_RequisitionLine()
-