Interface GiveDmfaVoorWerknemerService
- All Known Implementing Classes:
MagdaClientGiveDmfaVoorWerknemerService
public interface GiveDmfaVoorWerknemerService
A service for interfacing with MAGDA's "GeefDmfaVoorWerknemer" services for retrieving information on a person's DmfA certificates (wage and work time information for each quarter).
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves dfma certificates from a GeefDmfaVoorWerknemer request.Retrieves dfma certificates from a GeefDmfaVoorWerknemer request.
-
Method Details
-
getDmfaAttests
Retrieves dfma certificates from a GeefDmfaVoorWerknemer request.- Throws:
MagdaClientException- See Also:
-
getDmfaAttestsWithSourceResponse
WithMagdaResponse<DmfaAttest> getDmfaAttestsWithSourceResponse(GeefDmfaVoorWerknemerRequest request) throws MagdaClientException Retrieves dfma certificates from a GeefDmfaVoorWerknemer request. Includes the source MagdaResponse from which the DmfaAttest is mapped.- Throws:
MagdaClientException- See Also:
-