public interface IDSDParticipantIDProvider
| Modifier and Type | Method and Description |
|---|---|
com.helger.commons.collection.impl.ICommonsSet<com.helger.peppolid.IParticipantIdentifier> |
getAllParticipantIDs(String sLogPrefix,
String sDatasetType,
String sCountryCode,
com.helger.peppolid.IDocumentTypeIdentifier aDocumentTypeID,
ITCErrorHandler aErrorHandler)
Get all participant IDs that match the provided country code and document
type ID.
|
@Nonnull com.helger.commons.collection.impl.ICommonsSet<com.helger.peppolid.IParticipantIdentifier> getAllParticipantIDs(@Nonnull String sLogPrefix, @Nonnull String sDatasetType, @Nullable String sCountryCode, @Nonnull com.helger.peppolid.IDocumentTypeIdentifier aDocumentTypeID, @Nonnull ITCErrorHandler aErrorHandler)
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.aDocumentTypeID - Document type ID to query. May not be null.aErrorHandler - The error handler to be used. May not be null.null but maybe empty set of Participant IDs.Copyright © 2020 toop.eu. All rights reserved.