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