Uses of Interface
org.compiere.model.I_M_RMALine
-
Packages that use I_M_RMALine Package Description org.adempiere.base org.compiere.model Provides for.... -
-
Uses of I_M_RMALine in org.adempiere.base
Methods in org.adempiere.base with parameters of type I_M_RMALine Modifier and Type Method Description void
AbstractProductPricing. setRMALine(I_M_RMALine rmaLine, String trxName)
void
IProductPricing. setRMALine(I_M_RMALine rmaLine, String trxName)
Set rma line and calculate the parameters from it -
Uses of I_M_RMALine in org.compiere.model
Classes in org.compiere.model that implement I_M_RMALine Modifier and Type Class Description class
MRMALine
RMA Line Modelclass
X_M_RMALine
Generated Model for M_RMALineMethods in org.compiere.model that return I_M_RMALine Modifier and Type Method Description I_M_RMALine
I_C_InvoiceLine. getM_RMALine()
I_M_RMALine
I_M_InOutLine. getM_RMALine()
I_M_RMALine
X_C_InvoiceLine. getM_RMALine()
I_M_RMALine
X_M_InOutLine. getM_RMALine()
I_M_RMALine
I_M_RMALine. getRef_RMALine()
I_M_RMALine
X_M_RMALine. getRef_RMALine()
Methods in org.compiere.model with parameters of type I_M_RMALine Modifier and Type Method Description void
MProductPricing. setRMALine(I_M_RMALine rmaLine, String trxName)
-