Class MagdaClientGiveEnrollmentHistoryService
java.lang.Object
be.vlaanderen.vip.magda.client.domain.giveenrollmenthistory.MagdaClientGiveEnrollmentHistoryService
- All Implemented Interfaces:
GiveEnrollmentHistoryService
public class MagdaClientGiveEnrollmentHistoryService
extends Object
implements GiveEnrollmentHistoryService
-
Constructor Summary
ConstructorsConstructorDescriptionMagdaClientGiveEnrollmentHistoryService(MagdaClient client, MagdaResponseEnrollmentHistoryAdapter adapter) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves education enrollment history information, if any, from a GeefHistoriekInschrijvingRequest request.getEnrollmentHistory(GeefHistoriekInschrijvingRequest request, UUID requestId) Retrieves education enrollment history information, if any, from a GeefHistoriekInschrijvingRequest request, with a provided request ID.
-
Constructor Details
-
MagdaClientGiveEnrollmentHistoryService
public MagdaClientGiveEnrollmentHistoryService(MagdaClient client, MagdaResponseEnrollmentHistoryAdapter adapter) -
MagdaClientGiveEnrollmentHistoryService
-
-
Method Details
-
getEnrollmentHistory
public Optional<EnrollmentHistory> getEnrollmentHistory(GeefHistoriekInschrijvingRequest request) throws MagdaClientException Description copied from interface:GiveEnrollmentHistoryServiceRetrieves education enrollment history information, if any, from a GeefHistoriekInschrijvingRequest request.- Specified by:
getEnrollmentHistoryin interfaceGiveEnrollmentHistoryService- Throws:
MagdaClientException- See Also:
-
getEnrollmentHistory
public Optional<EnrollmentHistory> getEnrollmentHistory(GeefHistoriekInschrijvingRequest request, UUID requestId) throws MagdaClientException Description copied from interface:GiveEnrollmentHistoryServiceRetrieves education enrollment history information, if any, from a GeefHistoriekInschrijvingRequest request, with a provided request ID.- Specified by:
getEnrollmentHistoryin interfaceGiveEnrollmentHistoryService- Throws:
MagdaClientException- See Also:
-