Package de.aeb.xnsg.dl.bf
Class DLProcessPackageResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.dl.bf.DLProcessPackageResponseDTO
Response DTO for the getPackageDocuments business facade method
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringPossible messageIdentCode: "BULK_MASTER_PACKAGE_NOT_FOUND_ERROR": Bulk master package could not be found with the given references.static final StringPossible messageIdentCode: "BULK_MASTER_SHIPMENT_NOT_ASSIGNED_ERROR": Bulk master shipment not assigned.static final StringPossible messageIdentCode: "BULK_MASTER_SHIPMENT_NOT_FOUND_ERROR": Bulk master shipment could not be found with the given references.The content of the barcode identifying the package as defined by the carrier.The carrier tracking number of the package.The additional return tracking number given by the carrier, if the data for the possible return shipment are to be generated with the initial shipping data.The documents for the package.static final StringPossible messageIdentCode: "MOVE_NOT_POSSIBLE_ERROR": Package cannot be moved.static final StringPossible messageIdentCode: "PACKAGE_LOCK_ERROR": Package or its shipment could not be locked.static final StringPossible messageIdentCode: "PACKAGE_NOT_FOUND_ERROR": Package could not be found with the given references.static final StringPossible messageIdentCode: "PACKAGE_NOT_PREPARED_ERROR": Package is not prepared for label printing.static final StringPossible messageIdentCode: "MODIFY_NOT_POSSIBLE_ERROR": Item cannot be modified.static final StringPossible messageIdentCode: "SHIPMENT_NOT_FOUND_ERROR": the package's 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
-
SHIPMENT_NOT_FOUND_ERROR
Possible messageIdentCode: "SHIPMENT_NOT_FOUND_ERROR": the package's shipment could not be found with the given references.- See Also:
-
PACKAGE_NOT_FOUND_ERROR
Possible messageIdentCode: "PACKAGE_NOT_FOUND_ERROR": Package could not be found with the given references.- See Also:
-
PACKAGE_LOCK_ERROR
Possible messageIdentCode: "PACKAGE_LOCK_ERROR": Package or its shipment could not be locked.- See Also:
-
PACKAGE_NOT_PREPARED_ERROR
Possible messageIdentCode: "PACKAGE_NOT_PREPARED_ERROR": Package is not prepared for label printing.- See Also:
-
MOVE_NOT_POSSIBLE_ERROR
Possible messageIdentCode: "MOVE_NOT_POSSIBLE_ERROR": Package cannot be moved.- See Also:
-
PACKED_ITEM_MODIFY_NOT_POSSIBLE_ERROR
Possible messageIdentCode: "MODIFY_NOT_POSSIBLE_ERROR": Item cannot be modified.- See Also:
-
BULK_MASTER_SHIPMENT_NOT_ASSIGNED_ERROR
Possible messageIdentCode: "BULK_MASTER_SHIPMENT_NOT_ASSIGNED_ERROR": Bulk master shipment not assigned.- See Also:
-
BULK_MASTER_PACKAGE_NOT_FOUND_ERROR
Possible messageIdentCode: "BULK_MASTER_PACKAGE_NOT_FOUND_ERROR": Bulk master package could not be found with the given references.- See Also:
-
BULK_MASTER_SHIPMENT_NOT_FOUND_ERROR
Possible messageIdentCode: "BULK_MASTER_SHIPMENT_NOT_FOUND_ERROR": Bulk master shipment could not be found with the given references.- See Also:
-
carrierPackageNumber
The carrier tracking number of the package.length=50
-
carrierPackageIdentBarcode
The content of the barcode identifying the package as defined by the carrier. The carrierPackageNumber is most likely part of the carrierPackageIdentBarcode and for same carrier it is identical. However, this depends solely on the carriers' specification. NOTE: this is currently in BETA phase and only supported for a very small number of carriers.length=50
-
carrierPackageNumberReturn
The additional return tracking number given by the carrier, if the data for the possible return shipment are to be generated with the initial shipping data.length=50
-
documents
The documents for the package. Only filled when asked for in request (documentOutputMode).
-
-
Constructor Details
-
DLProcessPackageResponseDTO
public DLProcessPackageResponseDTO()
-