Class TestImportBatchHandler
java.lang.Object
de.hybris.platform.impex.distributed.batch.impl.TestImportBatchHandler
- All Implemented Interfaces:
ImportBatchHandler
This is test implementation.
-
Field Summary
Fields inherited from interface de.hybris.platform.impex.distributed.batch.ImportBatchHandler
CODE_EXECUTION_FLAG, IMPORT_BY_LINE_FLAG, PROCESS_CODE, SLD_ENABLED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetProperty(String propertyName) longvoidsetOutputData(String data) voidsetProperty(String propertyName, String propertyValue) voidsetRemainingWorkLoad(long remainingWorkLoad)
-
Constructor Details
-
TestImportBatchHandler
-
-
Method Details
-
getInputData
- Specified by:
getInputDatain interfaceImportBatchHandler
-
setOutputData
- Specified by:
setOutputDatain interfaceImportBatchHandler
-
setRemainingWorkLoad
public void setRemainingWorkLoad(long remainingWorkLoad) - Specified by:
setRemainingWorkLoadin interfaceImportBatchHandler
-
getProperty
- Specified by:
getPropertyin interfaceImportBatchHandler
-
setProperty
- Specified by:
setPropertyin interfaceImportBatchHandler
-
getOutputData
-
getRemainingWorkLoad
public long getRemainingWorkLoad()
-