Uses of Class
org.compiere.model.MSLACriteria
-
Packages that use MSLACriteria Package Description org.compiere.model Provides for....org.compiere.sla -
-
Uses of MSLACriteria in org.compiere.model
Methods in org.compiere.model that return MSLACriteria Modifier and Type Method Description static MSLACriteria
MSLACriteria. get(int PA_SLA_Criteria_ID)
Get MSLACriteria from Cachestatic MSLACriteria
MSLACriteria. get(int PA_SLA_Criteria_ID, String trxName)
Get MSLACriteria from Cachestatic MSLACriteria
MSLACriteria. get(Properties ctx, int PA_SLA_Criteria_ID, String trxName)
Get MSLACriteria from CacheMSLACriteria
MSLACriteria. markImmutable()
Constructors in org.compiere.model with parameters of type MSLACriteria Constructor Description MSLACriteria(Properties ctx, MSLACriteria copy)
MSLACriteria(Properties ctx, MSLACriteria copy, String trxName)
MSLACriteria(MSLACriteria copy)
-
Uses of MSLACriteria in org.compiere.sla
Methods in org.compiere.sla with parameters of type MSLACriteria Modifier and Type Method Description void
SLACriteria. calculateMeasures(MSLACriteria criteria)
Calculate Goal Actual from unprocessed Measures of the Goalint
SLACriteria. createMeasures(MSLACriteria criteria)
Create new Measures for the Criteria
-