Package de.aeb.xnsg.dl.intbf
Class DLValidateShippingProposalResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.intbf.DLValidateShippingProposalResponseDTO
Possible Result Values:
VALIDATION_FAILED
VALIDATION_OK
VALIDATION_REQUEST_NOT_SUPPORTED
VALIDATION_MISSING_DATA
VALIDATION_NO_CHECK_SELECTED
VALIDATION_EXECUTION_ERROR
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The validation could not be performed.static final String
The validation was performed with a negative result.static final String
Required data to perform the validation are missing.static final String
The validation mode in DLShipmentValidationParmsDTO is empty.static final String
The validation was successfully performed.static final String
The requested validation is not supported."VALIDATION_OK" or any of the other constants to indicate the result of the validation.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
VALIDATION_FAILED
The validation was performed with a negative result.- See Also:
-
VALIDATION_OK
The validation was successfully performed.- See Also:
-
VALIDATION_REQUEST_NOT_SUPPORTED
The requested validation is not supported. Currently these means that either e.g. the carrier doesn't support this kind of validation requests or that the validation has not been implemented by AEB, yet.- See Also:
-
VALIDATION_MISSING_DATA
Required data to perform the validation are missing. No validation was performed. The data required depend mainly on the validation mode and the selected carrier, service, etc.- See Also:
-
VALIDATION_NO_CHECK_SELECTED
The validation mode in DLShipmentValidationParmsDTO is empty. No validation was performed.- See Also:
-
VALIDATION_EXECUTION_ERROR
The validation could not be performed. This could be caused by a technical problem of a back-end system (timeout, etc.).- See Also:
-
validationResult
"VALIDATION_OK" or any of the other constants to indicate the result of the validation.
-
-
Constructor Details
-
DLValidateShippingProposalResponseDTO
public DLValidateShippingProposalResponseDTO()
-