Class CategoryRuleParameterValueMapper
java.lang.Object
de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers.CategoryRuleParameterValueMapper
- All Implemented Interfaces:
RuleParameterValueMapper<CategoryModel>
public class CategoryRuleParameterValueMapper
extends Object
implements RuleParameterValueMapper<CategoryModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) Maps the String representation to the specific object.protected RuleParameterValueMapper<CatalogModel>protected Stringprotected CatalogVersionServiceprotected CategoryDaoprotected StringvoidsetCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper) voidsetCatalogVersionName(String catalogVersionName) voidsetCatalogVersionService(CatalogVersionService catalogVersionService) voidsetCategoryDao(CategoryDao categoryDao) voidsetDelimiter(String delimiter) toString(CategoryModel category) Maps the object to its String representation.
-
Constructor Details
-
CategoryRuleParameterValueMapper
public CategoryRuleParameterValueMapper()
-
-
Method Details
-
toString
Description copied from interface:RuleParameterValueMapperMaps the object to its String representation.- Specified by:
toStringin interfaceRuleParameterValueMapper<CategoryModel>- Parameters:
category- - object to map- Returns:
- String representation
-
fromString
Description copied from interface:RuleParameterValueMapperMaps the String representation to the specific object.- Specified by:
fromStringin interfaceRuleParameterValueMapper<CategoryModel>- Parameters:
value- - String representation- Returns:
- mapped object
-
getCategoryDao
-
setCategoryDao
-
getCatalogRuleParameterValueMapper
-
setCatalogRuleParameterValueMapper
public void setCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper) -
getDelimiter
-
setDelimiter
-
getCatalogVersionName
-
setCatalogVersionName
-
getCatalogVersionService
-
setCatalogVersionService
-