Uses of Interface
overit.geocallapp.utilities.rs.validator.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in overit.geocallapp.utilities.rs
Methods in overit.geocallapp.utilities.rs with parameters of type ValidatorModifier and TypeMethodDescriptionstatic <I> org.springframework.http.ResponseEntity<List<DTOIdentifier<Long>>> RestUtils.batchCreate(BatchInsertEvent<I> event, Validator<I> validator) Creates multiple resources using the provided batch insert event with custom validation.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.batchUpdate(BatchUpdateEvent<I> event, Validator<I> validator) Updates multiple resources using the provided batch update event with custom validation.static <I> org.springframework.http.ResponseEntity<DTOIdentifier<Long>> RestUtils.create(InsertEvent<I> event, Validator<I> validator) Creates a new resource using the provided insert event with custom validation.static <I,O, T extends DynO>
org.springframework.http.ResponseEntity<T> RestUtils.load(GenericLoadEvent<I, O> event, Class<T> outClass, String language, Collection<String> fields, Validator<O> validator) Retrieves a single resource with full customization options including validation.static <F,T, D extends DynO>
org.springframework.http.ResponseEntity<PageResponse<D>> RestUtils.search(SearchEvent<F, T> event, String ordering, String language, Collection<String> fields, Class<D> outClass, Validator<T> validator) Searches for resources with full customization options including validation.static <I> org.springframework.http.ResponseEntity<Void> RestUtils.update(UpdateEvent<I> event, Validator<I> validator) Updates a single resource using the provided update event with custom validation. -
Uses of Validator in overit.geocallapp.utilities.rs.validator
Classes in overit.geocallapp.utilities.rs.validator that implement ValidatorModifier and TypeClassDescriptionclassNo-operation implementation ofValidatorthat performs no validation.
This validator accepts all objects as valid and never throws validation exceptions.classValidatorimplementation for validating time string representations.
This validator checks if string values conform to ISO local time format and can be parsed asLocalTimeobjects.
Supports validation of both single strings and arrays of strings, providing detailed error information for invalid formats. -
Uses of Validator in overit.geocallapp.wfm.accounts.rs1.contact
Classes in overit.geocallapp.wfm.accounts.rs1.contact that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between account and contact -
Uses of Validator in overit.geocallapp.wfm.accounts.rs1.meter
Classes in overit.geocallapp.wfm.accounts.rs1.meter that implement Validator -
Uses of Validator in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue
Classes in overit.geocallapp.wfm.assets.rs1.asset.characteristicvalue that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between asset and characteristic -
Uses of Validator in overit.geocallapp.wfm.assets.rs1.operationcenter
Classes in overit.geocallapp.wfm.assets.rs1.operationcenter that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between asset and operation center -
Uses of Validator in overit.geocallapp.wfm.assets.rs1.type.template
Classes in overit.geocallapp.wfm.assets.rs1.type.template that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between asset type and template -
Uses of Validator in overit.geocallapp.wfm.assets.rs1.type.template.characteristic
Classes in overit.geocallapp.wfm.assets.rs1.type.template.characteristic that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between template and characteristic -
Uses of Validator in overit.geocallapp.wfm.bundler.rs1.operation
Classes in overit.geocallapp.wfm.bundler.rs1.operation that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between bundle and operation -
Uses of Validator in overit.geocallapp.wfm.bundler.rs1.skill
Classes in overit.geocallapp.wfm.bundler.rs1.skill that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between bundle and bundle skill -
Uses of Validator in overit.geocallapp.wfm.bundler.rs1.skilldivision
Classes in overit.geocallapp.wfm.bundler.rs1.skilldivision that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between bundle and bundle skill division -
Uses of Validator in overit.geocallapp.wfm.calendars.rs1.workshift
Classes in overit.geocallapp.wfm.calendars.rs1.workshift that implement ValidatorModifier and TypeClassDescriptionclassValidator for non-dummy work shift -
Uses of Validator in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem
Classes in overit.geocallapp.wfm.characteristics.rs1.valuedomainitem that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between domain and item -
Uses of Validator in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address
Classes in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.address that implement Validator -
Uses of Validator in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill
Classes in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill that implement Validator -
Uses of Validator in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician
Classes in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.technician that implement Validator -
Uses of Validator in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift
Classes in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.workshift that implement ValidatorModifier and TypeClassDescriptionclassValidator for non-dummy crew shell work shift -
Uses of Validator in overit.geocallapp.wfm.datacollection.rs1.template.release
Classes in overit.geocallapp.wfm.datacollection.rs1.template.release that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between template and release -
Uses of Validator in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules
Classes in overit.geocallapp.wfm.datacollection.rs1.template.structure.outcomerules that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between template and outcome rule -
Uses of Validator in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header
Classes in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.header that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between data collection visibility rules headers and templates -
Uses of Validator in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row
Classes in overit.geocallapp.wfm.datacollection.rs1.template.visibilityrules.row that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between data collection visibility rules headers and rows -
Uses of Validator in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote
Classes in overit.geocallapp.wfm.execution.rs1.outcomereason.encodednote that implement ValidatorModifier and TypeClassDescriptionclassValidator for outcome reason encoded note -
Uses of Validator in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail
Classes in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.detail that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between forecast activity header and detail -
Uses of Validator in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity
Classes in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.forecastactivity that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between forecast header and activity -
Uses of Validator in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill
Classes in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.activity.skill that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between forecast activity header and skill -
Uses of Validator in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail
Classes in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.detail that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between forecast activity header and detail -
Uses of Validator in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource
Classes in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.forecastresource that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between forecast resource and detail -
Uses of Validator in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail
Classes in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.shiftmodel.detail that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between forecast shift model and detail -
Uses of Validator in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill
Classes in overit.geocallapp.wfm.forecastcapacity.rs1.forecast.resource.skill that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between forecast activity header and detail -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.account.attachment that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between an account and an attachment. -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement that implement ValidatorModifier and TypeClassDescriptionclassValidator for the account measuring element. -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.account.measuringelement.measure that implement ValidatorModifier and TypeClassDescriptionclassValidator for the measure account measuring element. -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.attachment that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between an asset and an attachment. -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.characteristicvalue that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between asset and characteristic value -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.asset.measuringelement that implement ValidatorModifier and TypeClassDescriptionclassValidator for the asset measuring element. -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.type.template
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.type.template that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between asset type and template -
Uses of Validator in overit.geocallapp.wfm.orchestrator.assets.rs1.type.template.characteristic
Classes in overit.geocallapp.wfm.orchestrator.assets.rs1.type.template.characteristic that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between template and characteristic -
Uses of Validator in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure
Classes in overit.geocallapp.wfm.orchestrator.workorders.rs1.interventionmeasure that implement ValidatorModifier and TypeClassDescriptionclassValidator for the intervention measure. -
Uses of Validator in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure
Classes in overit.geocallapp.wfm.orchestrator.workorders.rs1.workcyclestructure that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between work cycle and structure -
Uses of Validator in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment
Classes in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorder.attachment that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between a work order and an attachment -
Uses of Validator in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment
Classes in overit.geocallapp.wfm.orchestrator.workorders.rs1.workorderoperation.attachment that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between a work order operation and an attachment. -
Uses of Validator in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress
Classes in overit.geocallapp.wfm.organizationalstructures.rs1.operationcenteraddress that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between operation center and address. -
Uses of Validator in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod
Classes in overit.geocallapp.wfm.organizationalstructures.rs1.structurevalidityperiod that implement Validator -
Uses of Validator in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight
Classes in overit.geocallapp.wfm.roughplanning.rs1.weight.workloaddistributionweight that implement ValidatorModifier and TypeClassDescriptionclassValidator for workload distribution weight -
Uses of Validator in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision
Classes in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision that implement ValidatorModifier and TypeClassDescriptionclassUtility class to validate the relation between aBOSkillConfigurationand aBOSkillDivision. -
Uses of Validator in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill
Classes in overit.geocallapp.wfm.skills.rs1.skillconfigurationskill that implement ValidatorModifier and TypeClassDescriptionclassUtility class to validate the relation between aBOSkillConfigurationand aBOSkill. -
Uses of Validator in overit.geocallapp.wfm.teams.rs1.teamshifts
Classes in overit.geocallapp.wfm.teams.rs1.teamshifts that implement ValidatorModifier and TypeClassDescriptionclassUtility class to validate the relation between aBOTeamShiftand aBOTeam. -
Uses of Validator in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration
Classes in overit.geocallapp.wfm.workorders.rs1.activity.activityskillconfiguration that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between activity and skill configuration -
Uses of Validator in overit.geocallapp.wfm.workorders.rs1.operation
Classes in overit.geocallapp.wfm.workorders.rs1.operation that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between work order and operation -
Uses of Validator in overit.geocallapp.wfm.workorders.rs1.type.structure
Classes in overit.geocallapp.wfm.workorders.rs1.type.structure that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between work order type and structure -
Uses of Validator in overit.geocallapp.wfm.workorders.rs1.workcyclestructure
Classes in overit.geocallapp.wfm.workorders.rs1.workcyclestructure that implement ValidatorModifier and TypeClassDescriptionclassValidator for relation between work cycle and structure