Package org.compiere.sla
Class SLACriteria
java.lang.Object
org.compiere.sla.SLACriteria
- Direct Known Subclasses:
DeliveryAccuracy
Deprecated.
not fully implement, marked as inactive in application dictionary
Service Level Agreement Criteria
- Version:
- $Id: SLACriteria.java,v 1.3 2006/07/30 00:51:06 jjanke Exp $
- Author:
- Jorg Janke
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract BigDecimal
calculateMeasure
(MSLAGoal goal) Deprecated.Calculate Goal Actual from unprocessed Measures of the Goalvoid
calculateMeasures
(MSLACriteria criteria) Deprecated.Calculate Goal Actual from unprocessed Measures of the Goalint
createMeasures
(MSLACriteria criteria) Deprecated.Create new Measures for the Criteriaabstract int
createMeasures
(MSLAGoal goal) Deprecated.Create new Measures for the Goal
-
Constructor Details
-
SLACriteria
public SLACriteria()Deprecated.
-
-
Method Details
-
createMeasures
Deprecated.Create new Measures for the Goal- Parameters:
goal
- the goal- Returns:
- number created
-
calculateMeasure
Deprecated.Calculate Goal Actual from unprocessed Measures of the Goal- Parameters:
goal
- the goal- Returns:
- new Actual Measure
-
createMeasures
Deprecated.Create new Measures for the Criteria- Parameters:
criteria
- the criteria- Returns:
- measures created
-
calculateMeasures
Deprecated.Calculate Goal Actual from unprocessed Measures of the Goal- Parameters:
criteria
- SLA criteria
-