|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.hub.service.impl.IntraHubHCPartyServiceImpl
public class IntraHubHCPartyServiceImpl
Implementation of IntraHubHCPartyService
Extends : IntraHubAbstract
Constructor Summary | |
---|---|
IntraHubHCPartyServiceImpl()
needed for ModuleBootstrapHook. |
|
IntraHubHCPartyServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub hc party service. |
Method Summary | |
---|---|
void |
bootstrap()
|
HCPartyAdaptedType |
getHCParty(HCPartyIdType hcParty)
Gets the hC party. |
ConsentHCPartyType |
getHCPartyConsent(HCPartyIdType hcPartyId)
Gets the hC party consent. |
HCPartyAdaptedType |
putHCParty(HCPartyAdaptedType hcParty)
Put hc party. |
void |
putHCPartyConsent(ConsentHCPartyType consent)
Put hc party consent. |
void |
revokeHCPartyConsent(ConsentHCPartyType consent)
Revoke hc party consent. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntraHubHCPartyServiceImpl(IntraHubService hubService, HubReplyValidator validator) throws TechnicalConnectorException, IntraHubBusinessConnectorException
hubService
- the hub servicevalidator
- the validator
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionpublic IntraHubHCPartyServiceImpl()
Method Detail |
---|
public HCPartyAdaptedType getHCParty(HCPartyIdType hcParty) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubHCPartyService
getHCParty
in interface IntraHubHCPartyService
hcParty
- the hc party
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubHCPartyService.getHCParty(be.fgov.ehealth.hubservices.core.v1.HCPartyIdType)
public HCPartyAdaptedType putHCParty(HCPartyAdaptedType hcParty) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubHCPartyService
putHCParty
in interface IntraHubHCPartyService
hcParty
- the hc party
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubHCPartyService.putHCParty(be.fgov.ehealth.hubservices.core.v1.HCPartyAdaptedType)
public void putHCPartyConsent(ConsentHCPartyType consent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubHCPartyService
putHCPartyConsent
in interface IntraHubHCPartyService
consent
- the consent
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubHCPartyService.putHCPartyConsent(be.fgov.ehealth.hubservices.core.v1.ConsentHCPartyType)
public ConsentHCPartyType getHCPartyConsent(HCPartyIdType hcPartyId) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubHCPartyService
getHCPartyConsent
in interface IntraHubHCPartyService
hcPartyId
- the hc party id
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubHCPartyService.getHCPartyConsent(be.fgov.ehealth.hubservices.core.v1.HCPartyIdType)
public void revokeHCPartyConsent(ConsentHCPartyType consent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubHCPartyService
revokeHCPartyConsent
in interface IntraHubHCPartyService
consent
- the consent
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubHCPartyService.revokeHCPartyConsent(be.fgov.ehealth.hubservices.core.v1.ConsentHCPartyType)
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |