Uses of Class
overit.geocall.sql.code.criterion.Criteria
Packages that use Criteria
Package
Description
-
Uses of Criteria in overit.geocall.sql.code.criterion
Fields in overit.geocall.sql.code.criterion declared as CriteriaModifier and TypeFieldDescriptionstatic final CriteriaCriteria.INSERT_ASSIGNIt's a predefinedCriteriaand it's used to define the content of the INSERT's SET clause.
This Criteria discard control fields and empty or null values.
For the others uses the EQUALS criterion.static final CriteriaCriteria.SEARCHstatic final CriteriaCriteria.SEARCH_STRONGstatic final CriteriaCriteria.SEARCH_WEAKstatic final CriteriaCriteria.STARTDefines an empty Criteria used as starting point for your custom criteria.static final CriteriaCriteria.UPDATE_ASSIGNIt's a predefinedCriteriaand it's used to define the content of the UPDATE?Methods in overit.geocall.sql.code.criterion that return CriteriaModifier and TypeMethodDescriptionIt creates a Criteria with a primary Criterion passed by parameter and a secondary Criterion which depends on the criterion passed by parameter.This method allows to add a decision criterion to the set of criteria defined by the current criteria.
It's very used to add a customized decision criterion, for example it's used in this way:
Criteria.static CriteriaCreates a new Criteria with a specific Criterion passed by parameters. -
Uses of Criteria in overit.geocallapp.utilities.core.data
Methods in overit.geocallapp.utilities.core.data that return CriteriaModifier and TypeMethodDescriptionstatic CriteriaDAOUtils.getDefaultFilterCriterion()Deprecated, for removal: This API element is subject to removal in a future version.static CriteriaDAOUtils.getDefaultFilterCriterion(CommandContext cc) Retrieves the default filter criterion for search DAOs.static CriteriaDAOUtils.getDefaultFilterCriterion(CommandContext cc, Decision... decisions) Retrieves the default filter criterion for search DAOs with additional custom decisions.static CriteriaDAOUtils.getDefaultFilterCriterion(Decision... decisions) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Criteria in overit.geocallapp.wfm.ai.bl.agendaaffinity.data
Methods in overit.geocallapp.wfm.ai.bl.agendaaffinity.data that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaDAOAgendaAffinityAccountingsExtractor.getFilterCriterion(CommandContext cc) -
Uses of Criteria in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data
Methods in overit.geocallapp.wfm.ai.bl.automaticmeterreading.data that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaDAOAutomaticMeterReadingPredictions.getFilterCriterion(CommandContext cc) DAOAutomaticMeterReadingSearch.getFilterCriterion(CommandContext cc) -
Uses of Criteria in overit.geocallapp.wfm.ai.bl.duration.prediction.data
Methods in overit.geocallapp.wfm.ai.bl.duration.prediction.data that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaDAOSearchWOOperations.getFilterCriterion(CommandContext cc) -
Uses of Criteria in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data
Methods in overit.geocallapp.wfm.ai.bl.predictivepartsmanagement.data that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaDAOPPartsManagement.getFilterCriterion(CommandContext cc) protected CriteriaDAOPPartsManagementOrdersExtractor.getFilterCriterion(CommandContext cc) protected CriteriaDAOPPartsManagementPrediction.getFilterCriterion(CommandContext cc) DAOPPartsManagementSearch.getFilterCriterion(CommandContext cc) -
Uses of Criteria in overit.geocallapp.wfm.ai.bl.teamsuggestion.data
Methods in overit.geocallapp.wfm.ai.bl.teamsuggestion.data that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaDAOPredictionExtractor.getFilterCriterion(CommandContext cc) protected CriteriaDAOTeamSuggestionAccountingsExtractor.getFilterCriterion(CommandContext cc) -
Uses of Criteria in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data
Methods in overit.geocallapp.wfm.ai.bl.teamsuggestion.teamaffinity.data that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaDAOTeamAffinity.getFilterCriterion(CommandContext cc) -
Uses of Criteria in overit.geocallapp.wfm.core.bl.workshift.data
Fields in overit.geocallapp.wfm.core.bl.workshift.data declared as Criteria -
Uses of Criteria in overit.geocallapp.wfm.core.bl.workshift.oncall.data
Fields in overit.geocallapp.wfm.core.bl.workshift.oncall.data declared as Criteria -
Uses of Criteria in overit.geocallapp.wfm.core.bl.workshift.receipt.data
Fields in overit.geocallapp.wfm.core.bl.workshift.receipt.data declared as Criteria -
Uses of Criteria in overit.geocallapp.wfm.execution.bl.intervention.data
Methods in overit.geocallapp.wfm.execution.bl.intervention.data that return CriteriaModifier and TypeMethodDescriptionprotected CriteriaDAOInterventionSearch.getResourceInterventionsSearchCriteria(CommandContext cc) Returns the criteria for filtering by resource interventions.protected CriteriaDAOInterventionSearch.getResourceWithInterventionsSearchCriteria(CommandContext cc) Returns the criteria for filtering by resource with interventions.