Package de.aeb.xnsg.dl.bf
Class DLDeletePickupResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.bf.DLDeletePickupResponseDTO
Response DTO for the cancelPickup business facade method
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Possible messageIdentCode: "DELETION_NOT_POSSIBLE_ERROR": Deletion of pickup is not possible.static final String
Possible messageIdentCode: "PICKUP_LOCK_ERROR": Pickup could not be locked.static final String
Possible messageIdentCode: "PICKUP_NOT_FOUND_ERROR": Pickup 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
-
PICKUP_NOT_FOUND_ERROR
Possible messageIdentCode: "PICKUP_NOT_FOUND_ERROR": Pickup could not be found with the given references.- See Also:
-
PICKUP_LOCK_ERROR
Possible messageIdentCode: "PICKUP_LOCK_ERROR": Pickup could not be locked.- See Also:
-
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()
-