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

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract BigDecimal
    Deprecated, for removal: This API element is subject to removal in a future version.
    Calculate Goal Actual from unprocessed Measures of the Goal
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
    Calculate Goal Actual from unprocessed Measures of the Goal
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
    Create new Measures for the Criteria
    abstract int
    Deprecated, for removal: This API element is subject to removal in a future version.
    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 Details

    • SLACriteria

      public SLACriteria()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • createMeasures

      public abstract int createMeasures(MSLAGoal goal)
      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

      public abstract BigDecimal calculateMeasure(MSLAGoal goal)
      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

      public int createMeasures(MSLACriteria criteria)
      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

      public void calculateMeasures(MSLACriteria criteria)
      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