Class DLValidateShippingProposalResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.intbf.DLValidateShippingProposalResponseDTO

public class DLValidateShippingProposalResponseDTO extends AbstractResponseDTO
Possible Result Values: VALIDATION_FAILED VALIDATION_OK VALIDATION_REQUEST_NOT_SUPPORTED VALIDATION_MISSING_DATA VALIDATION_NO_CHECK_SELECTED VALIDATION_EXECUTION_ERROR
  • Field Details

    • VALIDATION_FAILED

      public static final String VALIDATION_FAILED
      The validation was performed with a negative result.
      See Also:
    • VALIDATION_OK

      public static final String VALIDATION_OK
      The validation was successfully performed.
      See Also:
    • VALIDATION_REQUEST_NOT_SUPPORTED

      public static final String 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

      public static final String 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

      public static final String VALIDATION_NO_CHECK_SELECTED
      The validation mode in DLShipmentValidationParmsDTO is empty. No validation was performed.
      See Also:
    • VALIDATION_EXECUTION_ERROR

      public static final String 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

      public String validationResult
      "VALIDATION_OK" or any of the other constants to indicate the result of the validation.
  • Constructor Details

    • DLValidateShippingProposalResponseDTO

      public DLValidateShippingProposalResponseDTO()