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