- castAsClass(Type) - Static method in class io.vertigo.vega.webservice.WebServiceTypeUtil
-
Cast as Class;
- checkFieldDateAfter(O, String, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Vérifie que la date du champ 2 est après (strictement) la date du champ 1.
- checkFieldDateAfter(DtObject, String, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
-
Vérifie que la date du champ 2 est après (strictement) la date du champ 1.
- checkFieldEquals(O, String, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Vérifie l'égalité des champs.
- checkFieldEquals(DtObject, String, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
-
Vérifie l'égalité des champs.
- checkFieldLongAfter(O, String, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Vérifie que le Long du champ 2 est après (strictement) le Long du champ 1.
- checkFieldLongAfter(DtObject, String, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
-
Vérifie que le Long du champ 2 est après (strictement) le Long du champ 1.
- checkFieldNotNull(O, String, DtObjectErrors, MessageText) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Vérifie que le champ est renseigner.
- checkFieldNotNull(DtObject, String, MessageText) - Method in class io.vertigo.vega.webservice.validation.UiErrorBuilder
-
Vérifie que le champ est renseigner.
- checkFormat(UiMessageStack) - Method in interface io.vertigo.vega.webservice.model.UiList
-
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
- checkFormat(UiMessageStack) - Method in interface io.vertigo.vega.webservice.model.UiObject
-
Vérifie les UiObjects de la liste et remplis la pile d'erreur.
- checkMonoFieldConstraints(O, DtField, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Effectue des controles monochamps spécifiques.
- checkMonoFieldConstraints(O, DtField, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.DefaultDtObjectValidator
-
Effectue des controles monochamps spécifiques.
- checkMultiFieldConstraints(O, Set<String>, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Effectue des controles multichamps spécifiques.
- checkOneAndOnlyOneFieldNotNull(O, DtObjectErrors, MessageText, String...) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Vérifie qu'au plus un des champs est renseigné.
- checkOneOrMoreFieldNotNull(O, DtObjectErrors, MessageText, String...) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Vérifie qu'au moins l'un des champs est renseigné.
- clearErrors(String) - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
-
Clear all errors linked to a specific field
- clearErrors() - Method in class io.vertigo.vega.webservice.validation.DtObjectErrors
-
Clears all errors.
- consumeServerSideToken() - Method in class io.vertigo.vega.webservice.metamodel.WebServiceParamBuilder
-
If serverSide token is consume
- Validate - Annotation Type in io.vertigo.vega.webservice.stereotype
-
Define some specific validators, on this annotated parameter.
- validate(O, Set<String>, DtObjectErrors) - Method in class io.vertigo.vega.webservice.validation.AbstractDtObjectValidator
-
Effectue les validations prévu d'un objet.
- validate(O, Set<String>, DtObjectErrors) - Method in interface io.vertigo.vega.webservice.validation.DtObjectValidator
-
Effectue les validations prévu d'un objet.
- ValidationUserException - Exception in io.vertigo.vega.webservice.validation
-
Validation exception on a object's field.
- ValidationUserException() - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
-
Constructor.
- ValidationUserException(List<UiError>) - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
-
Constructor.
- ValidationUserException(MessageText, DtObject, DtFieldName) - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
-
Create a UserException on a field
- ValidationUserException(MessageText, DtObject, String) - Constructor for exception io.vertigo.vega.webservice.validation.ValidationUserException
-
Create a UserException on a field
- valueOf(String) - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceDefinition.Verb
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.ImplicitParam
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.WebServiceParamType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.vertigo.vega.webservice.validation.UiMessageStack.Level
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceDefinition.Verb
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.ImplicitParam
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertigo.vega.webservice.metamodel.WebServiceParam.WebServiceParamType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.vertigo.vega.webservice.validation.UiMessageStack.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VegaUiMessageStack - Class in io.vertigo.vega.webservice.validation
-
Class d'enregistrement des messages.
- VegaUiMessageStack(UiContextResolver) - Constructor for class io.vertigo.vega.webservice.validation.VegaUiMessageStack
-
Constructor.