Class DLDeletePickupResponseDTO


  • public class DLDeletePickupResponseDTO
    extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
    Response DTO for the cancelPickup business facade method
    • Field Detail

      • 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:
        Constant Field Values
      • PICKUP_LOCK_ERROR

        public static final String PICKUP_LOCK_ERROR
        Possible messageIdentCode: "PICKUP_LOCK_ERROR": Pickup could not be locked.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
    • Constructor Detail

      • DLDeletePickupResponseDTO

        public DLDeletePickupResponseDTO()