|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.hub.service.impl.IntraHubTherapeuticLinkServiceImpl
public class IntraHubTherapeuticLinkServiceImpl
Implementation of IntraHubTherapeuticLinkService
Extends : IntraHubAbstract
Constructor Summary | |
---|---|
IntraHubTherapeuticLinkServiceImpl()
needed for ModuleBootstrapHook. |
|
IntraHubTherapeuticLinkServiceImpl(IntraHubService hubService,
HubReplyValidator validator)
Instantiates a new intra hub therapeutic link service. |
Method Summary | |
---|---|
void |
bootstrap()
|
Collection<TherapeuticLinkType> |
getTherapeuticLink(SelectGetHCPartyPatientConsentType patientConsent)
Gets the therapeutic link. |
void |
putTherapeuticLink(TherapeuticLinkType therapeuticLink)
Put therapeutic link. |
void |
revokeTherapeuticLink(TherapeuticLinkType therapeuticLink)
Revoke therapeutic link. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntraHubTherapeuticLinkServiceImpl(IntraHubService hubService, HubReplyValidator validator) throws TechnicalConnectorException, IntraHubBusinessConnectorException
hubService
- the hub servicevalidator
- the validator
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionpublic IntraHubTherapeuticLinkServiceImpl()
Method Detail |
---|
public void putTherapeuticLink(TherapeuticLinkType therapeuticLink) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubTherapeuticLinkService
putTherapeuticLink
in interface IntraHubTherapeuticLinkService
therapeuticLink
- the therapeutic link
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubTherapeuticLinkService.putTherapeuticLink(be.fgov.ehealth.hubservices.core.v1.TherapeuticLinkType)
public Collection<TherapeuticLinkType> getTherapeuticLink(SelectGetHCPartyPatientConsentType patientConsent) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubTherapeuticLinkService
getTherapeuticLink
in interface IntraHubTherapeuticLinkService
patientConsent
- the patient consent
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubTherapeuticLinkService.getTherapeuticLink(be.fgov.ehealth.hubservices.core.v1.SelectGetHCPartyPatientConsentType)
public void revokeTherapeuticLink(TherapeuticLinkType therapeuticLink) throws TechnicalConnectorException, IntraHubBusinessConnectorException
IntraHubTherapeuticLinkService
revokeTherapeuticLink
in interface IntraHubTherapeuticLinkService
therapeuticLink
- the therapeutic link
TechnicalConnectorException
- the technical connector exception
IntraHubBusinessConnectorException
- the business connector exceptionIntraHubTherapeuticLinkService.revokeTherapeuticLink(be.fgov.ehealth.hubservices.core.v1.TherapeuticLinkType)
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |