Class ExecutorIntegrationModuleV4Mock
- java.lang.Object
-
- be.business.connector.common.module.AbstractIntegrationModule
-
- be.business.connector.recipe.executor.AbstractExecutorIntegrationModule
-
- be.business.connector.recipe.executor.AbstractExecutorIntegrationModuleV4
-
- be.business.connector.recipe.executor.ExecutorIntegrationModuleDevV4Impl
-
- be.business.connector.recipe.executor.mock.ExecutorIntegrationModuleV4Mock
-
- All Implemented Interfaces:
ExecutorIntegrationModuleDevV4,ExecutorIntegrationModuleV4,be.recipe.api.executor.ListMandatesByMandateHolder.Command<be.recipe.api.executor.ListMandatesByMandateHolder,be.recipe.api.executor.ListMandatesByMandateHolder.Response>
public class ExecutorIntegrationModuleV4Mock extends ExecutorIntegrationModuleDevV4Impl
The Class ExecutorIntegrationModuleV4Mock.
-
-
Field Summary
-
Fields inherited from class be.business.connector.recipe.executor.AbstractExecutorIntegrationModuleV4
sessionMap
-
Fields inherited from class be.business.connector.common.module.AbstractIntegrationModule
dataUnsealer, EHEALTH_SUCCESS_CODE_100, EHEALTH_SUCCESS_CODE_200, EHEALTH_SUCCESS_CODE_300, EHEALTH_SUCCESS_CODE_400, EHEALTH_SUCCESS_CODE_500
-
-
Constructor Summary
Constructors Constructor Description ExecutorIntegrationModuleV4Mock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetPrescriptionForExecutorResultgetAndMarkAsDelivered(String rid)Gets theGetPrescriptionForExecutorResultand marks it as delivered.GetPrescriptionStatusResultgetData(GetPrescriptionStatusParam request)Gets theGetPrescriptionStatusResult.ListOpenPrescriptionsResultgetData(ListOpenPrescriptionsParam request)Gets theListOpenPrescriptionsResult.ListReservationsResultgetData(ListReservationsParam request)Gets theListReservationsResult.ListRidsHistoryResultgetData(ListRidsHistoryParam request)Gets theListRidsHistoryResult.ListRidsInProcessResultgetData(ListRidsInProcessParam request)Gets theListRidsInProcessResult.PutRidsInProcessResultputData(PutRidsInProcessParam request)Puts thePutRidsInProcessResult.-
Methods inherited from class be.business.connector.recipe.executor.ExecutorIntegrationModuleDevV4Impl
clearSession, createFeedback, createFeedback, createGetPrescriptionForExecutorResult, decryptGetOpenPrescriptionForExecutor, getAndMarkAsDelivered, getAndMarkAsDelivered, getData, getPrescription, getPrescription, getPrescription, getPrescription, listNotifications, listNotifications, listOpenPrescriptionsDecrypted, listOpenPrescriptionsWithExceptionsDecrypted, listReservationsDecrypted, listReservationsDecryptedWithExceptions, markAsArchived, markAsArchived, markAsDelivered, markAsDelivered, markAsUndelivered, markAsUndelivered, revokePrescription, revokePrescription
-
Methods inherited from class be.business.connector.recipe.executor.AbstractExecutorIntegrationModuleV4
decryptListOpenPrescriptionsResult, decryptListOpenPrescriptionsResultWithExceptions, decryptListReservationsResult, decryptListReservationsResultWithExceptions, listMandates
-
Methods inherited from class be.business.connector.recipe.executor.AbstractExecutorIntegrationModule
checkResponseStatus, checkStatus, checkStatus, createGetPrescriptionForExecutorResult, createIdentifierType, createListNotificationItems, getKmehrHelper, getPrescriptionCache, getSealedCreateFeedbackParam, getSealedData, getSealedGetPrescriptionForExecutorParam, getSealedGetPrescriptionForExecutorParam, getSealedListNotificationsParam, getSealedMarkAsArchivedParam, getSealedMarkAsDeliveredParam, getSealedMarkAsUnDeliveredParam, getSealedRevokePrescriptionParam, readLastDateToDisk, sealForRecipe, writeLastDateToDisk, writeReservationsOnDisk
-
Methods inherited from class be.business.connector.common.module.AbstractIntegrationModule
buildDefaultPage, extractExpirationDateFromKmehr, extractReferenceSourceVersionFromKmehr, getArchivedFilePath, getArchivedPrescription, getCurrentXMLGregorianCalendar, getEncryptionUtils, getEtkHelper, getId, getJaxContextCentralizer, getKeyFromKgss, getKeyFromKgss, getOldDataSealer, getOldDataUnsealer, getPropertyHandler, getSymmKey, init, initEncryption, sealRequest, setDataUnsealer, setOldDataSealer, setOldDataUnsealer, unsealForUnknown, unsealNotif, unsealNotiffeed, unsealNotifOld, unsealPrescriptionForUnknown, unsealRequest, unsealWithSymKey, unsealWithSymKey
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface be.business.connector.recipe.executor.ExecutorIntegrationModuleV4
decryptListOpenPrescriptionsResult, decryptListOpenPrescriptionsResultWithExceptions, decryptListReservationsResult, decryptListReservationsResultWithExceptions
-
-
-
-
Method Detail
-
getData
public ListOpenPrescriptionsResult getData(ListOpenPrescriptionsParam request)
Gets theListOpenPrescriptionsResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleDevV4- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Overrides:
getDatain classExecutorIntegrationModuleDevV4Impl- Parameters:
request- aListOpenPrescriptionsParam- Returns:
- the
ListOpenPrescriptionsResult
-
getData
public GetPrescriptionStatusResult getData(GetPrescriptionStatusParam request)
Gets theGetPrescriptionStatusResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleDevV4- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Overrides:
getDatain classExecutorIntegrationModuleDevV4Impl- Parameters:
request- theGetPrescriptionStatusParam- Returns:
- the
GetPrescriptionStatusResult
-
getData
public ListRidsHistoryResult getData(ListRidsHistoryParam request)
Gets theListRidsHistoryResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleDevV4- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Overrides:
getDatain classExecutorIntegrationModuleDevV4Impl- Parameters:
request- theListRidsHistoryParam- Returns:
- the ListPrescriptionHistoryParam
-
getData
public ListReservationsResult getData(ListReservationsParam request)
Gets theListReservationsResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleDevV4- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Overrides:
getDatain classExecutorIntegrationModuleDevV4Impl- Parameters:
request- theGetAllReservationsParam- Returns:
- the
ListReservationsResult
-
getData
public ListRidsInProcessResult getData(ListRidsInProcessParam request)
Gets theListRidsInProcessResult.- Specified by:
getDatain interfaceExecutorIntegrationModuleDevV4- Specified by:
getDatain interfaceExecutorIntegrationModuleV4- Overrides:
getDatain classExecutorIntegrationModuleDevV4Impl- Parameters:
request- theListRidsInProcessParam- Returns:
- the
ListRidsInProcessResult
-
putData
public PutRidsInProcessResult putData(PutRidsInProcessParam request)
Puts thePutRidsInProcessResult.- Specified by:
putDatain interfaceExecutorIntegrationModuleDevV4- Specified by:
putDatain interfaceExecutorIntegrationModuleV4- Overrides:
putDatain classExecutorIntegrationModuleDevV4Impl- Parameters:
request- thePutRidsInProcessParam- Returns:
- the
PutRidsInProcessResult
-
getAndMarkAsDelivered
public GetPrescriptionForExecutorResult getAndMarkAsDelivered(String rid)
Gets theGetPrescriptionForExecutorResultand marks it as delivered. @- Specified by:
getAndMarkAsDeliveredin interfaceExecutorIntegrationModuleDevV4- Specified by:
getAndMarkAsDeliveredin interfaceExecutorIntegrationModuleV4- Overrides:
getAndMarkAsDeliveredin classExecutorIntegrationModuleDevV4Impl- Parameters:
rid- the rid- Returns:
- the
GetPrescriptionForExecutorResult
-
-