Uses of Class
com.echothree.util.common.form.ValidationResult
Packages that use ValidationResult
Package
Description
-
Uses of ValidationResult in com.echothree.control.user.chain.server.command
Methods in com.echothree.control.user.chain.server.command that return ValidationResult -
Uses of ValidationResult in com.echothree.control.user.communication.server.server
Methods in com.echothree.control.user.communication.server.server that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultCreateCommunicationSourceCommand.validate() -
Uses of ValidationResult in com.echothree.control.user.contact.server.command
Methods in com.echothree.control.user.contact.server.command that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultCreateContactPostalAddressCommand.validate() -
Uses of ValidationResult in com.echothree.control.user.core.server.command
Methods in com.echothree.control.user.core.server.command that return ValidationResultModifier and TypeMethodDescriptionstatic ValidationResultCreateEntityAttributeCommand.AdditionalEntityAttributeValidation(EntityAttributeEdit edit, Validator validator, EntityAttributeType entityAttributeType) protected ValidationResultCreateEntityAttributeCommand.validate()protected ValidationResultprotected ValidationResultEditEntityAttributeCommand.validateEdit(Validator validator) -
Uses of ValidationResult in com.echothree.control.user.filter.server.command
Methods in com.echothree.control.user.filter.server.command that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultCreateFilterAdjustmentAmountCommand.validate()protected ValidationResultCreateFilterAdjustmentFixedAmountCommand.validate() -
Uses of ValidationResult in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultCreateItemDescriptionTypeCommand.validate()protected ValidationResultEditItemDescriptionTypeCommand.validateEdit(Validator validator) -
Uses of ValidationResult in com.echothree.control.user.party.server.command
Methods in com.echothree.control.user.party.server.command that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultCreateCustomerWithLoginCommand.validate() -
Uses of ValidationResult in com.echothree.control.user.payment.server.command
Methods in com.echothree.control.user.payment.server.command that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultCreatePaymentMethodCommand.validate()protected ValidationResultEditPaymentMethodCommand.validateEdit(Validator validator) -
Uses of ValidationResult in com.echothree.control.user.search.server.command
Methods in com.echothree.control.user.search.server.command that return ValidationResult -
Uses of ValidationResult in com.echothree.control.user.selector.server.command
Methods in com.echothree.control.user.selector.server.command that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultCreateSelectorNodeCommand.validate() -
Uses of ValidationResult in com.echothree.control.user.term.server.command
Methods in com.echothree.control.user.term.server.command that return ValidationResult -
Uses of ValidationResult in com.echothree.util.common.command
Methods in com.echothree.util.common.command that return ValidationResultConstructors in com.echothree.util.common.command with parameters of type ValidationResultModifierConstructorDescriptionCommandResult(SecurityResult securityResult, ValidationResult validationResult, ExecutionResult executionResult) Creates a new instance of CommandResult -
Uses of ValidationResult in com.echothree.util.server.control
Methods in com.echothree.util.server.control that return ValidationResultModifier and TypeMethodDescriptionprotected ValidationResultBaseCommand.validate()protected ValidationResultBaseEditCommand.validate()protected ValidationResultBaseSimpleCommand.validate()protected ValidationResultprotected ValidationResultBaseEditCommand.validateEdit(Validator validator) protected ValidationResultBaseEditCommand.validateLock()protected ValidationResultBaseEditCommand.validateSpec(Validator validator) protected ValidationResultBaseEditCommand.validateUpdate() -
Uses of ValidationResult in com.echothree.util.server.validation
Methods in com.echothree.util.server.validation that return ValidationResultModifier and TypeMethodDescriptionValidator.validate(BaseForm form, List<FieldDefinition> fieldDefinitions)