Package com.skava.catalog.service.impl
Class ExportSampleCatalogSheetServiceImpl
java.lang.Object
com.skava.catalog.service.impl.ExportSampleCatalogSheetServiceImpl
- All Implemented Interfaces:
ExportSampleCatalogSheetService
,com.skava.core.EcommService<ImportExportRequestInternal,
CatalogFileAPIResponse>
@Service
public class ExportSampleCatalogSheetServiceImpl
extends Object
implements ExportSampleCatalogSheetService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<com.skava.core.validation.ValidatorComponent>
process
(ImportExportRequestInternal request) To download sample CatalogSampleSheet data as .xlsx fileMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.skava.core.EcommService
getValidateException, getValidator
-
Constructor Details
-
ExportSampleCatalogSheetServiceImpl
public ExportSampleCatalogSheetServiceImpl()
-
-
Method Details
-
getValidator
- Specified by:
getValidator
in interfacecom.skava.core.EcommService<ImportExportRequestInternal,
CatalogFileAPIResponse>
-
process
To download sample CatalogSampleSheet data as .xlsx file- Specified by:
process
in interfacecom.skava.core.EcommService<ImportExportRequestInternal,
CatalogFileAPIResponse> - Parameters:
request
- It contains the attributes required to download CatalogSampleSheet data.- Returns:
- It returns the
CatalogFileAPIResponse
. - Throws:
com.skava.core.ECommerceException
- It will throw Ecommerce exception if it process get failed.
-