Class MagdaClientSocialStatuteService
java.lang.Object
be.vlaanderen.vip.magda.client.domain.givesocialstatute.MagdaClientSocialStatuteService
- All Implemented Interfaces:
GiveSocialStatuteService
-
Constructor Summary
ConstructorsConstructorDescriptionMagdaClientSocialStatuteService(MagdaClient service, MagdaResponseSocialStatutesAdapter adapter) -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a list of social statutes from a GeefSociaalStatuutRequest request.Retrieves a list of social statutes from a GeefMultipleSociaalStatuutRequest request.
-
Constructor Details
-
MagdaClientSocialStatuteService
public MagdaClientSocialStatuteService(MagdaClient service, MagdaResponseSocialStatutesAdapter adapter)
-
-
Method Details
-
getSocialStatutes
public SocialStatutes getSocialStatutes(GeefSociaalStatuutRequest request) throws MagdaClientException Description copied from interface:GiveSocialStatuteServiceRetrieves a list of social statutes from a GeefSociaalStatuutRequest request.- Specified by:
getSocialStatutesin interfaceGiveSocialStatuteService- Throws:
MagdaClientException- See Also:
-
getSocialStatutesByMultipleCriteria
public SocialStatutes getSocialStatutesByMultipleCriteria(GeefMultipleSociaalStatuutRequest request) throws MagdaClientException Description copied from interface:GiveSocialStatuteServiceRetrieves a list of social statutes from a GeefMultipleSociaalStatuutRequest request.- Specified by:
getSocialStatutesByMultipleCriteriain interfaceGiveSocialStatuteService- Throws:
MagdaClientException- See Also:
-