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 MSLACriteriaMSLACriteria. get(int PA_SLA_Criteria_ID)Get MSLACriteria from Cachestatic MSLACriteriaMSLACriteria. get(int PA_SLA_Criteria_ID, String trxName)Get MSLACriteria from Cachestatic MSLACriteriaMSLACriteria. get(Properties ctx, int PA_SLA_Criteria_ID, String trxName)Get MSLACriteria from CacheMSLACriteriaMSLACriteria. 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 voidSLACriteria. calculateMeasures(MSLACriteria criteria)Calculate Goal Actual from unprocessed Measures of the GoalintSLACriteria. createMeasures(MSLACriteria criteria)Create new Measures for the Criteria
-