Class LoadProcessingStrategy
java.lang.Object
de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload.AbstractProcessingStrategy
de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload.LoadProcessingStrategy
- All Implemented Interfaces:
ProcessingStrategy
-
Field Summary
Fields inherited from class de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload.AbstractProcessingStrategy
EXCEPTION_KEY, notificationService, OPERATION_STATUS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlreadyRunning(QuickUploadController controller, Map<String, Object> ctx) getBusyMessage(QuickUploadController controller, Map<String, Object> ctx) voidnotifyWhenFinished(QuickUploadController controller, Map<String, Object> ctx) processInternal(QuickUploadController controller, Map<String, Object> ctx) protected DynamicRestClientRetrieves REST client used by the process.voidbooleanbooleanvalidate(QuickUploadController controller, Map<String, Object> ctx) Methods inherited from class de.hybris.platform.datahubbackoffice.presentation.widgets.quickupload.AbstractProcessingStrategy
getContextValue, getSelectedDataHubServer, process, setNotificationService
-
Constructor Details
-
LoadProcessingStrategy
public LoadProcessingStrategy()
-
-
Method Details
-
processInternal
- Specified by:
processInternalin classAbstractProcessingStrategy
-
getBusyMessage
- Specified by:
getBusyMessagein classAbstractProcessingStrategy
-
notifyWhenFinished
- Specified by:
notifyWhenFinishedin classAbstractProcessingStrategy
-
getAlreadyRunning
- Specified by:
getAlreadyRunningin classAbstractProcessingStrategy
-
restClient
Description copied from class:AbstractProcessingStrategyRetrieves REST client used by the process. It must be dynamic.- Specified by:
restClientin classAbstractProcessingStrategy- Returns:
- REST client used by the concrete process implementation.
-
supports
-
validate
- Specified by:
validatein classAbstractProcessingStrategy
-
setCsvImportClient
-