Class CatalogVersionRuleParameterValueMapper
java.lang.Object
de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers.CatalogVersionRuleParameterValueMapper
- All Implemented Interfaces:
RuleParameterValueMapper<CatalogVersionModel>
public class CatalogVersionRuleParameterValueMapper
extends Object
implements RuleParameterValueMapper<CatalogVersionModel>
Performs mapping between
CatalogVersionModel and a String representation of its instance.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) Maps the String representation to the specific object.protected CatalogVersionDaoprotected StringvoidsetCatalogVersionDao(CatalogVersionDao catalogVersionDao) voidsetDelimiter(String delimiter) toString(CatalogVersionModel catalog) Maps the object to its String representation.
-
Constructor Details
-
CatalogVersionRuleParameterValueMapper
public CatalogVersionRuleParameterValueMapper()
-
-
Method Details
-
toString
Description copied from interface:RuleParameterValueMapperMaps the object to its String representation.- Specified by:
toStringin interfaceRuleParameterValueMapper<CatalogVersionModel>- Parameters:
catalog- - object to map- Returns:
- String representation
-
fromString
Description copied from interface:RuleParameterValueMapperMaps the String representation to the specific object.- Specified by:
fromStringin interfaceRuleParameterValueMapper<CatalogVersionModel>- Parameters:
value- - String representation- Returns:
- mapped object
-
getCatalogVersionDao
-
setCatalogVersionDao
-
getDelimiter
-
setDelimiter
-