Class DLDeletePickupResponseDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.bf.DLDeletePickupResponseDTO

public class DLDeletePickupResponseDTO extends AbstractResponseDTO
Response DTO for the cancelPickup business facade method
  • Field Details

    • PICKUP_NOT_FOUND_ERROR

      public static final String PICKUP_NOT_FOUND_ERROR
      Possible messageIdentCode: "PICKUP_NOT_FOUND_ERROR": Pickup could not be found with the given references.
      See Also:
    • PICKUP_LOCK_ERROR

      public static final String PICKUP_LOCK_ERROR
      Possible messageIdentCode: "PICKUP_LOCK_ERROR": Pickup could not be locked.
      See Also:
    • DELETION_NOT_POSSIBLE_ERROR

      public static final String DELETION_NOT_POSSIBLE_ERROR
      Possible messageIdentCode: "DELETION_NOT_POSSIBLE_ERROR": Deletion of pickup is not possible. E.g. because not allowed by carrier.
      See Also:
  • Constructor Details

    • DLDeletePickupResponseDTO

      public DLDeletePickupResponseDTO()