Package org.compiere.sla
Class SLACriteria
java.lang.Object
org.compiere.sla.SLACriteria
- Direct Known Subclasses:
DeliveryAccuracy
@Deprecated(since="13",
forRemoval=true)
@GeneratedCodeCoverageExclusion
public abstract class SLACriteria
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
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
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionabstract BigDecimalcalculateMeasure(MSLAGoal goal) Deprecated, for removal: This API element is subject to removal in a future version.Calculate Goal Actual from unprocessed Measures of the GoalvoidcalculateMeasures(MSLACriteria criteria) Deprecated, for removal: This API element is subject to removal in a future version.Calculate Goal Actual from unprocessed Measures of the GoalintcreateMeasures(MSLACriteria criteria) Deprecated, for removal: This API element is subject to removal in a future version.Create new Measures for the Criteriaabstract intcreateMeasures(MSLAGoal goal) Deprecated, for removal: This API element is subject to removal in a future version.Create new Measures for the Goal
-
Constructor Details
-
SLACriteria
public SLACriteria()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
createMeasures
Deprecated, for removal: This API element is subject to removal in a future version.Create new Measures for the Goal- Parameters:
goal- the goal- Returns:
- number created
-
calculateMeasure
Deprecated, for removal: This API element is subject to removal in a future version.Calculate Goal Actual from unprocessed Measures of the Goal- Parameters:
goal- the goal- Returns:
- new Actual Measure
-
createMeasures
Deprecated, for removal: This API element is subject to removal in a future version.Create new Measures for the Criteria- Parameters:
criteria- the criteria- Returns:
- measures created
-
calculateMeasures
Deprecated, for removal: This API element is subject to removal in a future version.Calculate Goal Actual from unprocessed Measures of the Goal- Parameters:
criteria- SLA criteria
-