Class DaySchedulingsValidateOutput
java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.schedule.validate.event.DaySchedulingsValidateOutput
- All Implemented Interfaces:
ConstraintValidator<DynO.Valid,,DynO> Serializable,overit.geocall.timezone.model.TimeZoned
Business object representing the output to instantiate a
DaySchedulingsValidateEvent event. - Since:
- 16.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class overit.geocall.model.DynO
DynO.SpanFields, DynO.SpanTable, DynO.Valid -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the error messagesReturns the validation output messagesReturns true if there is an errorbooleanReturns true if there are some not validated crew shellsvoidsetErrorMessages(List<DaySchedulingsValidateErrorMessage> errorMessages) Sets error messagesvoidsetNotValidatedCrewShells(boolean notValidatedCrewShells) Sets true if there are some not validated crew shellsvoidsetOutputMessages(Map<Date, String> outputMessages) Sets the validation output messagesvoidsetValidationError(Boolean validationError) Sets true if there is an errorMethods inherited from class overit.geocall.model.DynO
addExtension, extract, extract, fields, from, from, getCriteria, getCriteriaNotExploded, getExtension, getFakeFilter, getUnknownAttributes, getUnknownCriteria, getVariant, getZone, insert, insert, isValid, make, removeCriteria, removeExtensionAttribute, setCriteria, setCriteriaNotExploded, setExtension, setFakeFilter, setUnknownAttributes, setUnknownCriteria, setVariant, setZone, toFlatMap, toFlatMap, toMap, toMap, toString, update, validateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.validation.ConstraintValidator
initializeMethods inherited from interface overit.geocall.timezone.model.TimeZoned
hasZone
-
Constructor Details
-
DaySchedulingsValidateOutput
public DaySchedulingsValidateOutput()
-
-
Method Details
-
isNotValidatedCrewShells
public boolean isNotValidatedCrewShells()Returns true if there are some not validated crew shells- Returns:
- true if there are some not validated crew shells
-
setNotValidatedCrewShells
public void setNotValidatedCrewShells(boolean notValidatedCrewShells) Sets true if there are some not validated crew shells- Parameters:
notValidatedCrewShells- true if there are some not validated crew shells
-
getOutputMessages
Returns the validation output messages- Returns:
- the validation output messages
-
setOutputMessages
Sets the validation output messages- Parameters:
outputMessages- the validation output messages
-
getValidationError
Returns true if there is an error- Returns:
- the validation error flag
-
setValidationError
Sets true if there is an error- Parameters:
validationError- the validation error flag
-
getErrorMessages
Returns the error messages- Returns:
- the error messages
-
setErrorMessages
Sets error messages- Parameters:
errorMessages- the error messages
-