Class MultiThreadedExecutorListOpenPrescriptionsUseCase
- java.lang.Object
-
- be.business.connector.recipe.utils.executorlistopenprescriptions.MultiThreadedExecutorListOpenPrescriptionsUseCase
-
public class MultiThreadedExecutorListOpenPrescriptionsUseCase extends Object
-
-
Constructor Summary
Constructors Constructor Description MultiThreadedExecutorListOpenPrescriptionsUseCase(ETKHelper etkHelper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListOpenPrescriptionsResultexecute(ListOpenPrescriptionsResult listOpenPrescriptionsResult)ListOpenPrescriptionsResultWithExceptionsexecuteWithExceptions(ListOpenPrescriptionsResult listOpenPrescriptionsResult)
-
-
-
Constructor Detail
-
MultiThreadedExecutorListOpenPrescriptionsUseCase
public MultiThreadedExecutorListOpenPrescriptionsUseCase(ETKHelper etkHelper)
-
-
Method Detail
-
execute
public ListOpenPrescriptionsResult execute(ListOpenPrescriptionsResult listOpenPrescriptionsResult) throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
executeWithExceptions
public ListOpenPrescriptionsResultWithExceptions executeWithExceptions(ListOpenPrescriptionsResult listOpenPrescriptionsResult) throws IntegrationModuleException
- Throws:
IntegrationModuleException
-
-