|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.therlink.service.impl.TherLinkServiceImpl
public class TherLinkServiceImpl
Implementation for TherLinkService
Constructor Summary | |
---|---|
TherLinkServiceImpl()
|
Method Summary | |
---|---|
void |
bootstrap()
|
GetTherapeuticLinkResponse |
getTherapeuticLink(SAMLToken token,
GetTherapeuticLinkRequest request)
Get a therapeutic link |
HasTherapeuticLinkResponse |
hasTherapeuticLink(SAMLToken token,
HasTherapeuticLinkRequest request)
Check if a therapeutic link exists between the patient and healthcare party |
PutTherapeuticLinkResponse |
putTherapeuticLink(SAMLToken token,
PutTherapeuticLinkRequest request)
Put a therapeutic link |
RevokeTherapeuticLinkResponse |
revokeTherapeuticLink(SAMLToken token,
RevokeTherapeuticLinkRequest request)
Revoke a therapeutic link |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TherLinkServiceImpl()
Method Detail |
---|
public PutTherapeuticLinkResponse putTherapeuticLink(SAMLToken token, PutTherapeuticLinkRequest request) throws TherLinkBusinessConnectorException, TechnicalConnectorException
TherLinkService
putTherapeuticLink
in interface TherLinkService
token
- the tokenrequest
- the putTherapeuticLink request
TherLinkBusinessConnectorException
TechnicalConnectorException
public GetTherapeuticLinkResponse getTherapeuticLink(SAMLToken token, GetTherapeuticLinkRequest request) throws TechnicalConnectorException, TherLinkBusinessConnectorException
TherLinkService
getTherapeuticLink
in interface TherLinkService
token
- the tokenrequest
- the getTherapeuticLink request
TechnicalConnectorException
TherLinkBusinessConnectorException
public RevokeTherapeuticLinkResponse revokeTherapeuticLink(SAMLToken token, RevokeTherapeuticLinkRequest request) throws TechnicalConnectorException, TherLinkBusinessConnectorException
TherLinkService
revokeTherapeuticLink
in interface TherLinkService
token
- the tokenrequest
- the request
TechnicalConnectorException
TherLinkBusinessConnectorException
public HasTherapeuticLinkResponse hasTherapeuticLink(SAMLToken token, HasTherapeuticLinkRequest request) throws TechnicalConnectorException, TherLinkBusinessConnectorException
TherLinkService
hasTherapeuticLink
in interface TherLinkService
token
- the tokenrequest
- the request
TechnicalConnectorException
TherLinkBusinessConnectorException
public void bootstrap()
bootstrap
in interface ConfigurationModuleBootstrap.ModuleBootstrapHook
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |