Uses of Class
org.compiere.model.MCommissionLine
-
Packages that use MCommissionLine Package Description org.compiere.model Provides for....org.compiere.process Provides Processes used in Server and optionally Client Level. -
-
Uses of MCommissionLine in org.compiere.model
Methods in org.compiere.model that return MCommissionLine Modifier and Type Method Description MCommissionLine[]
MCommission. getLines()
Get Lines -
Uses of MCommissionLine in org.compiere.process
Methods in org.compiere.process with parameters of type MCommissionLine Modifier and Type Method Description protected String
CommissionCalc. getCommissionCalculationSQL(MCommissionLine commissionLine)
Creates the SQL statement string that is used to generate the Commission detail recordsprotected String
CommissionCalc. getCommissionLineWhereClause(MCommissionLine commissionLine)
Creates the SQL WHERE clause based on the field values defined in the Commission Lien record
-