PersonType |
FifaConnectIdClient.addRegistrations(AddRegistrationsRequestType request,
Boolean force) |
Adds person registrations
|
BulkDeactivateRegistrationsResponseType |
FifaConnectIdClient.bulkDeactivateRegistrations(BulkDeactivateRegistrationsRequestType request) |
Bulk deactivate registrations given in request.
|
String |
FifaConnectIdClient.forceRegisterPerson(PersonData personData) |
Registers a new person even if possible duplicates are found.
|
String |
FifaConnectIdClient.forceRegisterPerson(PersonData personData,
String personLocalId) |
Registers a new person even if possible duplicates are found.
|
NationalAssociationsOnboardedResponseType |
FifaConnectIdClient.getAllNationalAssociationsOnboardedStatus() |
Asks Connect ID if specific organisation is onboarded.
|
List<String> |
FifaConnectIdClient.getDataHoldersOfPerson(String personFifaId) |
Gets systems registered as Data Holder for the given person
|
List<String> |
FifaConnectIdClientImpl.getDataHoldersOfPerson(String personFifaId) |
Gets systems registered as Data Holder for the given person
|
FacilityLocalType |
FifaConnectIdClient.getFacility(String facilityFifaId) |
Gets facility data associated with the specified FIFA Unique Identifier.
|
List<FacilityLocalType> |
FifaConnectIdClient.getFacilityDuplicates(FacilityLocalType facility) |
Gets a list of facilities this facility may be duplicated with.
|
MemberAssociationResponseType |
FifaConnectIdClient.getMemberAssociationForFifaId(String organisationFifaId) |
Gets FIFA Id and short name of the Member Association the searched organisation belongs to.
|
List<String> |
FifaConnectIdClient.getMergedSecondaryFifaIdsForPerson(String personFifaId) |
Gets secondary FIFA IDs directly merged into person
|
NationalAssociationsOnboardedResponseType |
FifaConnectIdClient.getNationalAssociationsOnboardedStatus(NationalAssociationsOnboardedRequestType request) |
Asks Connect ID if specific organisation is onboarded.
|
OrganisationLocalType |
FifaConnectIdClient.getOrganisation(String organisationFifaId) |
Gets organisation data associated with the specified FIFA Unique Identifier.
|
List<OrganisationLocalType> |
FifaConnectIdClient.getOrganisationDuplicates(OrganisationLocalType organisation) |
Gets a list of organisations this organisation may be duplicated with.
|
PersonType |
FifaConnectIdClient.getPerson(String personFifaId) |
Gets person data associated with the specified FIFA Unique Identifier.
|
List<PersonDuplicateType> |
FifaConnectIdClient.getPersonDuplicates(PersonData personData) |
Gets a list of people this person may be duplicated with.
|
List<PersonDuplicateType> |
FifaConnectIdClient.getPersonDuplicates(PersonData personData,
List<String> organisationsIds) |
Gets a list of people this person may be duplicated with.
|
GetDuplicatesOfRegisteredPersonResponseType |
FifaConnectIdClient.getPersonDuplicatesExceptTrustedKnownDuplicates(String personFifaId,
List<String> trustedOrganisationsIds) |
Gets a list of people this person may be duplicated with.
|
RegistrationType |
FifaConnectIdClient.getPrimaryDataProviderRegistrationType(String personFifaId) |
Gets registration belonging to the primary data provider of the person with the specified FIFA Unique Identifier.
|
OrganisationLocalType |
FifaConnectIdClient.mergeOrganisations(String primaryOrganisationFifaId,
String secondaryOrganisationFifaId) |
Merges two organisations.
|
PersonType |
FifaConnectIdClient.mergePersons(String primaryPersonId,
String secondaryPersonId) |
Merges two persons.
|
void |
FifaConnectIdClient.registerAsDataHolderOfPerson(String personFifaId) |
Registers current system as Data Holder for the given person
|
void |
FifaConnectIdClientImpl.registerAsDataHolderOfPerson(String personFifaId) |
Registers current system as Data Holder for the given person
|
String |
FifaConnectIdClient.registerFacility(FacilityLocalType facility) |
Registers a new facility and assigns FIFA Unique Identifier.
|
String |
FifaConnectIdClient.registerFacility(FacilityLocalType facility,
Boolean force) |
Registers a new facility and assigns FIFA Unique Identifier.
|
String |
FifaConnectIdClient.registerOrganisation(OrganisationLocalType organisation) |
Registers a new organisation and assigns FIFA Unique Identifier.
|
String |
FifaConnectIdClient.registerOrganisation(OrganisationLocalType organisation,
Boolean force) |
Registers a new organisation and assigns FIFA Unique Identifier.
|
String |
FifaConnectIdClient.registerPerson(PersonData personData) |
Registers a new person and assigns FIFA Unique Identifier.
|
String |
FifaConnectIdClient.registerPerson(PersonData personData,
String personLocalId) |
Registers a new person and assigns FIFA Unique Identifier.
|
OrganisationLocalType |
FifaConnectIdClient.unmergeOrganisations(String primaryOrganisationFifaId,
String secondaryOrganisationFifaId) |
Reverts merge operation.
|
PersonType |
FifaConnectIdClient.unmergePersons(String primaryPersonId,
String secondaryPersonId) |
Reverts merge operation.
|
FacilityLocalType |
FifaConnectIdClient.updateFacility(FacilityLocalType facility) |
Updates the facility.
|
FacilityLocalType |
FifaConnectIdClient.updateFacility(FacilityLocalType facility,
Boolean force) |
Updates the facility.
|
OrganisationLocalType |
FifaConnectIdClient.updateOrganisation(OrganisationLocalType organisation) |
Updates the organisation.
|
OrganisationLocalType |
FifaConnectIdClient.updateOrganisation(OrganisationLocalType organisation,
Boolean force) |
Updates the organisation.
|
PersonType |
FifaConnectIdClient.updatePerson(String personId,
List<PersonName> names,
org.joda.time.LocalDate dateOfBirth,
boolean force) |
Updates person data.
|
PersonType |
FifaConnectIdClient.updatePerson(String personId,
List<PersonName> names,
org.joda.time.LocalDate dateOfBirth,
String gender,
boolean force) |
Updates person data.
|
PersonType |
FifaConnectIdClient.updateRegistrations(UpdateRegistrationsRequestType request,
Boolean force) |
Updates person registrations
|