Class DLDeleteItemResponseDTO

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

public class DLDeleteItemResponseDTO extends AbstractResponseDTO
Response DTO for the deleteItem business facade method
  • Field Details

    • ITEM_NOT_FOUND_ERROR

      public static final String ITEM_NOT_FOUND_ERROR
      Possible messageIdentCode: "ITEM_NOT_FOUND_ERROR": Item could not be found with the given references.
      See Also:
    • SHIPMENT_NOT_FOUND_ERROR

      public static final String SHIPMENT_NOT_FOUND_ERROR
      Possible messageIdentCode: "SHIPMENT_NOT_FOUND_ERROR": Shipment could not be found with the given references.
      See Also:
    • SHIPMENT_LOCK_ERROR

      public static final String SHIPMENT_LOCK_ERROR
      Possible messageIdentCode: "SHIPMENT_LOCK_ERROR": Shipment could not be locked.
      See Also:
    • DELETE_NOT_POSSIBLE_ERROR

      public static final String DELETE_NOT_POSSIBLE_ERROR
      Possible messageIdentCode: "DELETE_NOT_POSSIBLE_ERROR": Delete is not possible. E.g. because not allowed in the context.
      See Also:
  • Constructor Details

    • DLDeleteItemResponseDTO

      public DLDeleteItemResponseDTO()