Package de.aeb.xnsg.logistics.bf
Class SetCurrencyRateMasterFileDataResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.logistics.bf.SetCurrencyRateMasterFileDataResponseDTO
Response for setting currency rate master file data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionNumber of created currency rates.
This counter is null, if the processing of the request was cancelled because of missing mandatory fields.Number of deleted currency rates.
This counter is null, if the processing of the request was cancelled because of missing mandatory fields.Number of currency rates with errors (not created nor updated nor locked)
This counter is null, if the processing of the request was cancelled because of missing mandatory fields.Number of locked currency rates (not updated).
This counter is null, if the processing of the request was cancelled because of missing mandatory fields.Number of updated currency rates.
This counter is null, if the processing of the request was cancelled because of missing mandatory fields.Results for every passed rate.
Unless some mandatory basic fields are missing (e.g. clientIdentCode or rateId), this array contains for every passed CurrencyRateMFDTO information about its processing status.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
-
countCreated
Number of created currency rates.
This counter is null, if the processing of the request was cancelled because of missing mandatory fields. -
countUpdated
Number of updated currency rates.
This counter is null, if the processing of the request was cancelled because of missing mandatory fields. -
countDeleted
Number of deleted currency rates.
This counter is null, if the processing of the request was cancelled because of missing mandatory fields. -
countError
Number of currency rates with errors (not created nor updated nor locked)
This counter is null, if the processing of the request was cancelled because of missing mandatory fields. -
countLocked
Number of locked currency rates (not updated).
This counter is null, if the processing of the request was cancelled because of missing mandatory fields. -
results
Results for every passed rate.
Unless some mandatory basic fields are missing (e.g. clientIdentCode or rateId), this array contains for every passed CurrencyRateMFDTO information about its processing status.
-
-
Constructor Details
-
SetCurrencyRateMasterFileDataResponseDTO
public SetCurrencyRateMasterFileDataResponseDTO()
-