Uses of Class
org.compiere.model.MGoalRestriction
-
Packages that use MGoalRestriction Package Description org.compiere.model Provides for.... -
-
Uses of MGoalRestriction in org.compiere.model
Methods in org.compiere.model that return MGoalRestriction Modifier and Type Method Description MGoalRestriction[]
MGoal. getRestrictions(boolean reload)
Get Restriction LinesMethods in org.compiere.model with parameters of type MGoalRestriction Modifier and Type Method Description static String
MMeasureCalc. addRestrictions(String sql, boolean queryOnly, MGoalRestriction[] restrictions, MRole role, String tableName, String orgColumn, String bpColumn, String pColumn)
Add Restrictions to SQLMQuery
MMeasureCalc. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, MRole role)
Get Zoom QueryMQuery
MProjectType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int C_Phase_ID, MRole role)
Get Zoom QueryMQuery
MRequestType. getQuery(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp date, int R_Status_ID, MRole role)
Get Zoom QueryString
MMeasureCalc. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, Timestamp startDate, MRole role)
Get Sql to value for the bar chartString
MProjectType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)
Get Sql to value for the bar chartString
MRequestType. getSqlBarChart(MGoalRestriction[] restrictions, String MeasureDisplay, String MeasureDataType, Timestamp startDate, MRole role)
Get Sql to value for the bar chartString
MMeasureCalc. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)
Get Sql to return single value for the Performance IndicatorString
MProjectType. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)
Get Sql to return single value for the Performance IndicatorString
MRequestType. getSqlPI(MGoalRestriction[] restrictions, String MeasureScope, String MeasureDataType, Timestamp reportDate, MRole role)
Get Sql to return single value for the Performance Indicator
-