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 ValidationResult
CreateCommunicationSourceCommand.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 ValidationResult
CreateContactPostalAddressCommand.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 ValidationResult
CreateEntityAttributeCommand.AdditionalEntityAttributeValidation
(EntityAttributeEdit edit, Validator validator, EntityAttributeType entityAttributeType) protected ValidationResult
CreateEntityAttributeCommand.validate()
protected ValidationResult
protected ValidationResult
EditEntityAttributeCommand.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 ValidationResult
CreateFilterAdjustmentAmountCommand.validate()
protected ValidationResult
CreateFilterAdjustmentFixedAmountCommand.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 ValidationResult
CreateItemDescriptionTypeCommand.validate()
protected ValidationResult
EditItemDescriptionTypeCommand.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 ValidationResult
CreateCustomerWithLoginCommand.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 ValidationResult
CreatePaymentMethodCommand.validate()
protected ValidationResult
EditPaymentMethodCommand.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 ValidationResult
CreateSelectorNodeCommand.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 ValidationResult
BaseCommand.validate()
protected ValidationResult
BaseEditCommand.validate()
protected ValidationResult
BaseSimpleCommand.validate()
protected ValidationResult
protected ValidationResult
BaseEditCommand.validateEdit
(Validator validator) protected ValidationResult
BaseEditCommand.validateLock()
protected ValidationResult
BaseEditCommand.validateSpec
(Validator validator) protected ValidationResult
BaseEditCommand.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)