|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.sla.SLACriteria
public abstract class SLACriteria
Service Level Agreement Criteria
| 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 |
|---|
public SLACriteria()
| Method Detail |
|---|
public abstract int createMeasures(MSLAGoal goal)
goal - the goal
public abstract BigDecimal calculateMeasure(MSLAGoal goal)
goal - the goal
public int createMeasures(MSLACriteria criteria)
criteria - the criteria
public void calculateMeasures(MSLACriteria criteria)
criteria - SLA criteria
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||