Uses of Class
org.compiere.model.MSLAGoal
-
Packages that use MSLAGoal Package Description org.compiere.model Provides for....org.compiere.sla -
-
Uses of MSLAGoal in org.compiere.model
Methods in org.compiere.model that return MSLAGoal Modifier and Type Method Description MSLAGoal[]
MSLACriteria. getGoals()
Get Goals of CriteriaConstructors in org.compiere.model with parameters of type MSLAGoal Constructor Description MSLAMeasure(MSLAGoal goal, Timestamp DateTrx, BigDecimal MeasureActual, String Description)
Parent Constructor -
Uses of MSLAGoal in org.compiere.sla
Methods in org.compiere.sla with parameters of type MSLAGoal Modifier and Type Method Description BigDecimal
DeliveryAccuracy. calculateMeasure(MSLAGoal goal)
Calculate Goal Actual from unprocessed Measuresabstract BigDecimal
SLACriteria. calculateMeasure(MSLAGoal goal)
Calculate Goal Actual from unprocessed Measures of the Goalint
DeliveryAccuracy. createMeasures(MSLAGoal goal)
Create new Measures for the Goalabstract int
SLACriteria. createMeasures(MSLAGoal goal)
Create new Measures for the Goal
-