|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.ehealth.businessconnector.recipe.service.impl.PrescriberServiceImpl
@Deprecated public class PrescriberServiceImpl
Implementation of PrescriberService
Constructor Summary | |
---|---|
PrescriberServiceImpl(EhealthReplyValidator replyValidator)
Deprecated. Instantiates a new prescriber service impl. |
|
PrescriberServiceImpl(SessionValidator sessionValidator,
EhealthReplyValidator replyValidator)
Deprecated. |
Method Summary | |
---|---|
CreatePrescriptionResponse |
createPrescription(SAMLToken token,
CreatePrescriptionRequest request)
Deprecated. Creates the prescription. |
GetPrescriptionForPrescriberResponse |
getPrescription(SAMLToken token,
GetPrescriptionForPrescriberRequest request)
Deprecated. Gets the prescription. |
ListFeedbacksResponse |
listFeedbacks(SAMLToken token,
ListFeedbacksRequest request)
Deprecated. List feedbacks. |
ListOpenPrescriptionsResponse |
listOpenPrescription(SAMLToken token,
ListOpenPrescriptionsRequest request)
Deprecated. List open prescription. |
RevokePrescriptionResponse |
revokePrescription(SAMLToken token,
RevokePrescriptionRequest request)
Deprecated. Revoke prescription. |
SendNotificationResponse |
sendNotification(SAMLToken token,
SendNotificationRequest request)
Deprecated. Send notification. |
UpdateFeedbackFlagResponse |
updateFeedbackFlag(SAMLToken token,
UpdateFeedbackFlagRequest request)
Deprecated. Update feedback flag. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrescriberServiceImpl(EhealthReplyValidator replyValidator)
replyValidator
- the reply validator@Deprecated public PrescriberServiceImpl(SessionValidator sessionValidator, EhealthReplyValidator replyValidator)
sessionValidator
- the session validatorreplyValidator
- the reply validatorMethod Detail |
---|
public CreatePrescriptionResponse createPrescription(SAMLToken token, CreatePrescriptionRequest request) throws TechnicalConnectorException, SessionManagementException
createPrescription
in interface PrescriberService
token
- the tokenrequest
- the request
TechnicalConnectorException
- the technical connector exception the technical connector exception
SessionManagementException
public SendNotificationResponse sendNotification(SAMLToken token, SendNotificationRequest request) throws TechnicalConnectorException, SessionManagementException
sendNotification
in interface PrescriberService
token
- the tokenrequest
- the request
TechnicalConnectorException
- the technical connector exception the technical connector exception
SessionManagementException
public RevokePrescriptionResponse revokePrescription(SAMLToken token, RevokePrescriptionRequest request) throws TechnicalConnectorException, SessionManagementException
revokePrescription
in interface PrescriberService
token
- the tokenrequest
- the request
TechnicalConnectorException
- the technical connector exception the technical connector exception
SessionManagementException
public GetPrescriptionForPrescriberResponse getPrescription(SAMLToken token, GetPrescriptionForPrescriberRequest request) throws TechnicalConnectorException, SessionManagementException
getPrescription
in interface PrescriberService
token
- the tokenrequest
- the request
TechnicalConnectorException
- the technical connector exception the technical connector exception
SessionManagementException
public ListOpenPrescriptionsResponse listOpenPrescription(SAMLToken token, ListOpenPrescriptionsRequest request) throws TechnicalConnectorException, SessionManagementException
listOpenPrescription
in interface PrescriberService
token
- the tokenrequest
- the request
TechnicalConnectorException
- the technical connector exception the technical connector exception
SessionManagementException
public UpdateFeedbackFlagResponse updateFeedbackFlag(SAMLToken token, UpdateFeedbackFlagRequest request) throws TechnicalConnectorException, SessionManagementException
updateFeedbackFlag
in interface PrescriberService
token
- the tokenrequest
- the request
TechnicalConnectorException
- the technical connector exception the technical connector exception
SessionManagementException
public ListFeedbacksResponse listFeedbacks(SAMLToken token, ListFeedbacksRequest request) throws TechnicalConnectorException, SessionManagementException
listFeedbacks
in interface PrescriberService
token
- the tokenrequest
- the request
TechnicalConnectorException
- the technical connector exception the technical connector exception
SessionManagementException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |