| Package | Description |
|---|---|
| com.helger.peppol.smlclient | |
| com.helger.peppol.smlclient.participant |
| Modifier and Type | Method and Description |
|---|---|
void |
ManageParticipantIdentifierServiceCaller.create(ServiceMetadataPublisherServiceForParticipantType aSMPParticpantService)
Creates a new business identifier for the SMP given by the publisher id in
ServiceMetadataPublisherServiceForParticipantType.
|
void |
ManageParticipantIdentifierServiceCaller.create(String sSMPID,
com.helger.peppolid.IParticipantIdentifier aIdentifier)
Creates a new participant identifier for the SMP given by the ID.
|
void |
ManageParticipantIdentifierServiceCaller.createList(Iterable<? extends com.helger.peppolid.IParticipantIdentifier> aParticipantIdentifiers,
String sSMPID)
Creates a list of participant identifiers.
|
void |
ManageParticipantIdentifierServiceCaller.delete(ServiceMetadataPublisherServiceForParticipantType aSMPParticpantService)
Deletes a given participant identifier given by the
ServiceMetadataPublisherServiceForBusinessType parameter.
|
void |
ManageParticipantIdentifierServiceCaller.delete(String sSMPID,
com.helger.peppolid.IParticipantIdentifier aIdentifier)
Deletes a given participant identifier.
|
void |
ManageParticipantIdentifierServiceCaller.deleteList(Iterable<? extends com.helger.peppolid.ParticipantIdentifierType> aParticipantIdentifiers)
Deletes a list of participant identifiers
|
ParticipantIdentifierPageType |
ManageParticipantIdentifierServiceCaller.list(PageRequestType aPageRequest)
Lists the participant identifiers registered for the SMP associated with
the publisher id.
|
ParticipantIdentifierPageType |
ManageParticipantIdentifierServiceCaller.list(String sPageId,
String sSMPID)
Lists the participant identifiers registered for the SMP associated with
the publisher id.
|
void |
ManageParticipantIdentifierServiceCaller.migrate(com.helger.peppolid.IParticipantIdentifier aIdentifier,
String sMigrationKey,
String sSMPID)
Migrates a given participant identifier to an SMP given by the publisher
id.
|
String |
ManageParticipantIdentifierServiceCaller.prepareToMigrate(com.helger.peppolid.IParticipantIdentifier aIdentifier,
String sSMPID)
Prepares a migrate of the given participant identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManageBusinessIdentifierServiceSoap.create(ServiceMetadataPublisherServiceForParticipantType messagePart) |
void |
ManageBusinessIdentifierServiceSoap.createList(ParticipantIdentifierPageType createListIn) |
void |
ManageBusinessIdentifierServiceSoap.delete(ServiceMetadataPublisherServiceForParticipantType messagePart) |
void |
ManageBusinessIdentifierServiceSoap.deleteList(ParticipantIdentifierPageType deleteListIn) |
ParticipantIdentifierPageType |
ManageBusinessIdentifierServiceSoap.list(PageRequestType messagePart) |
void |
ManageBusinessIdentifierServiceSoap.migrate(MigrationRecordType migrateIn) |
void |
ManageBusinessIdentifierServiceSoap.prepareToMigrate(MigrationRecordType prepareMigrateIn) |
Copyright © 2015–2019 Philip Helger. All rights reserved.