Class DLShipmentCancelParmsDTO

java.lang.Object
de.aeb.xnsg.dl.bf.DLShipmentCancelParmsDTO

public class DLShipmentCancelParmsDTO extends Object
Parameters for the cancle operation for a shipment.
  • Field Details

    • processMode

      public DLProcessModeDTO processMode

      Sets the process mode for the cancel operation.

    • 'BASIC': the shipment is cancelled asynchronously by a job. Therefore the response doesn't contain any errors or warnings of the cancel process itself. This is the default which is used, when no parms are specified.
    • 'EXTENDED': the cancel operation is processed synchronously. The response contains all errors or warnings that occurred during the cancel process.


      Keep in mind that processMode 'EXTENDED' consumes more system resources and reduces the effect of load balancing. It should only be used in case the client system needs an immediate response (e.g. if the client system makes subsequent business facade calls which have to rely on a successful cancellation)

  • Constructor Details

    • DLShipmentCancelParmsDTO

      public DLShipmentCancelParmsDTO()