public interface IDSDDatasetResponseProvider
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsSet<DSDDatasetResponse> |
getAllDatasetResponses(String sLogPrefix,
String sDatasetType,
String sCountryCode,
ITCErrorHandler aErrorHdl)
Get all DSD Responses that match the provided country code and document
type ID.
|
@Nonnull com.helger.commons.collection.impl.ICommonsSet<DSDDatasetResponse> getAllDatasetResponses(@Nonnull String sLogPrefix, @Nonnull String sDatasetType, @Nullable String sCountryCode, @Nonnull ITCErrorHandler aErrorHdl)
sLogPrefix - The logging prefix to be used. May not be null.sDatasetType - Dataset Type to query. May not be null.sCountryCode - Country code to use. Must be a 2-digit string. May be
null.aErrorHdl - The error handler to be used. May not be null.null but maybe empty set of datasets.Copyright © 2020 toop.eu. All rights reserved.