Class ProductConfigRulesSetupImpexService
java.lang.Object
de.hybris.platform.commerceservices.setup.impl.DefaultSetupImpexService
de.hybris.platform.sap.productconfig.rules.setup.ProductConfigRulesSetupImpexService
- All Implemented Interfaces:
SetupImpexService
- Direct Known Subclasses:
ProductConfigRulesSetupImpexServiceTestHelper
@Deprecated(since="2211",
forRemoval=true)
public class ProductConfigRulesSetupImpexService
extends DefaultSetupImpexService
Deprecated, for removal: This API element is subject to removal in a future version.
since 22.11 release due to using of the standard essentialdata impex logic
Extends the
DefaultSetupImpexService with functionality for addons-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionprotected StringbuildMacroHeader(Map<String, Object> macroParameters) Deprecated, for removal: This API element is subject to removal in a future version.protected InputStreamgetMergedInputStream(Map<String, Object> macroParameters, InputStream fileStream) Deprecated, for removal: This API element is subject to removal in a future version.booleanimportImpexFile(String file, ImpexMacroParameterData macroParameters, boolean errorIfMissing) Deprecated, for removal: This API element is subject to removal in a future version.booleanimportImpexFile(String file, Map<String, Object> macroParameters, boolean errorIfMissing) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class de.hybris.platform.commerceservices.setup.impl.DefaultSetupImpexService
getCommonI18NService, getFileEncoding, getImpexExt, getImportService, importImpexFile, importImpexFile, importImpexFile, importImpexFile, importImpexFile, setCommonI18NService, setFileEncoding, setImpexExt, setImportService
-
Constructor Details
-
ProductConfigRulesSetupImpexService
public ProductConfigRulesSetupImpexService()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
importImpexFile
public boolean importImpexFile(String file, Map<String, Object> macroParameters, boolean errorIfMissing) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
importImpexFilein interfaceSetupImpexService- Overrides:
importImpexFilein classDefaultSetupImpexService- Parameters:
file- the file path to importmacroParameters- the macro parameterserrorIfMissing- flag, set to true to error if the file is not found- Returns:
falsefor default implementation
-
importImpexFile
public boolean importImpexFile(String file, ImpexMacroParameterData macroParameters, boolean errorIfMissing) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
importImpexFilein interfaceSetupImpexService- Overrides:
importImpexFilein classDefaultSetupImpexService- Parameters:
file- the file path to importmacroParameters- the macro parameterserrorIfMissing- flag, set to true to error if the file is not found- Returns:
falsefor default implementation
-
buildMacroHeader
Deprecated, for removal: This API element is subject to removal in a future version. -
getMergedInputStream
protected InputStream getMergedInputStream(Map<String, Object> macroParameters, InputStream fileStream) Deprecated, for removal: This API element is subject to removal in a future version.
-