Compiere 3.1

org.compiere.sla
Class SLACriteria

java.lang.Object
  extended by org.compiere.sla.SLACriteria
Direct Known Subclasses:
DeliveryAccuracy

public abstract class SLACriteria
extends Object

Service Level Agreement Criteria

Version:
$Id: SLACriteria.java,v 1.3 2006/07/30 00:51:06 jjanke Exp $
Author:
Jorg Janke

Constructor Summary
SLACriteria()
           
 
Method Summary
abstract  BigDecimal calculateMeasure(MSLAGoal goal)
          Calculate Goal Actual from unprocessed Measures of the Goal
 void calculateMeasures(MSLACriteria criteria)
          Calculate Goal Actual from unprocessed Measures of the Goal
 int createMeasures(MSLACriteria criteria)
          Create new Measures for the Criteria
abstract  int createMeasures(MSLAGoal goal)
          Create new Measures for the Goal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SLACriteria

public SLACriteria()
Method Detail

createMeasures

public abstract int createMeasures(MSLAGoal goal)
Create new Measures for the Goal

Parameters:
goal - the goal
Returns:
number created

calculateMeasure

public abstract BigDecimal calculateMeasure(MSLAGoal goal)
Calculate Goal Actual from unprocessed Measures of the Goal

Parameters:
goal - the goal
Returns:
new Actual Measure

createMeasures

public int createMeasures(MSLACriteria criteria)
Create new Measures for the Criteria

Parameters:
criteria - the criteria
Returns:
measures created

calculateMeasures

public void calculateMeasures(MSLACriteria criteria)
Calculate Goal Actual from unprocessed Measures of the Goal

Parameters:
criteria - SLA criteria

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.