Package de.aeb.xnsg.dl.bf
Class DLDeleteItemResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.bf.DLDeleteItemResponseDTO
Response DTO for the deleteItem business facade method
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Possible messageIdentCode: "DELETE_NOT_POSSIBLE_ERROR": Delete is not possible.static final String
Possible messageIdentCode: "ITEM_NOT_FOUND_ERROR": Item could not be found with the given references.static final String
Possible messageIdentCode: "SHIPMENT_LOCK_ERROR": Shipment could not be locked.static final String
Possible messageIdentCode: "SHIPMENT_NOT_FOUND_ERROR": Shipment could not be found with the given references.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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
Possible messageIdentCode: "SHIPMENT_NOT_FOUND_ERROR": Shipment could not be found with the given references.- See Also:
-
SHIPMENT_LOCK_ERROR
Possible messageIdentCode: "SHIPMENT_LOCK_ERROR": Shipment could not be locked.- See Also:
-
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()
-