Uses of Interface
de.hybris.platform.ruleengineservices.rule.strategies.RuleParameterValueMapper
-
-
Uses of RuleParameterValueMapper in de.hybris.platform.couponservices.rule.strategies.impl.mappers
Classes in de.hybris.platform.couponservices.rule.strategies.impl.mappers that implement RuleParameterValueMapper Modifier and Type Class Description classCouponRuleParameterValueMapperPerforms mapping between AbstractCouponModel and a String representation of it instance. -
Uses of RuleParameterValueMapper in de.hybris.platform.ruleengineservices.rule.strategies.impl
Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl that return RuleParameterValueMapper Modifier and Type Method Description RuleParameterValueMapperRuleParameterValueMapperDefinition. getMapper()Deprecated, for removal: This API element is subject to removal in a future version.RuleParameterValueMapperRuleParameterValueTypeDefinition. getMapper()Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl that return types with arguments of type RuleParameterValueMapper Modifier and Type Method Description protected java.util.Map<java.lang.String,RuleParameterValueMapper>DefaultRuleParameterValueMapperStrategy. getMappers()Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl with parameters of type RuleParameterValueMapper Modifier and Type Method Description voidRuleParameterValueMapperDefinition. setMapper(RuleParameterValueMapper<?> mapper)Deprecated, for removal: This API element is subject to removal in a future version.voidRuleParameterValueTypeDefinition. setMapper(RuleParameterValueMapper mapper) -
Uses of RuleParameterValueMapper in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers
Classes in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that implement RuleParameterValueMapper Modifier and Type Class Description classCatalogRuleParameterValueMapperPerforms mapping betweenCatalogModeland a String representation of its instance.classCatalogVersionRuleParameterValueMapperPerforms mapping betweenCatalogVersionModeland a String representation of its instance.classCategoryRuleParameterValueMapperclassCurrencyRuleParameterValueMapperclassCustomerRuleParameterValueMapperclassDeliveryModeRuleParameterValueMapperclassDynamicEnumRuleParameterValueMapperPerforms mapping between Dynamic Enum(Enumeration Value) and a String representation of its instance.classLanguageRuleParameterValueMapperclassProductRuleParameterValueMapperclassSourceRuleParameterValueMapperPerforms mapping between AbstractRuleModel and a String representation of it instance.classUserGroupRuleParameterValueMapperMethods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers that return RuleParameterValueMapper Modifier and Type Method Description protected RuleParameterValueMapper<CatalogModel>CategoryRuleParameterValueMapper. getCatalogRuleParameterValueMapper()protected RuleParameterValueMapper<CatalogModel>ProductRuleParameterValueMapper. getCatalogRuleParameterValueMapper()Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers with parameters of type RuleParameterValueMapper Modifier and Type Method Description voidCategoryRuleParameterValueMapper. setCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper)voidProductRuleParameterValueMapper. setCatalogRuleParameterValueMapper(RuleParameterValueMapper<CatalogModel> catalogRuleParameterValueMapper) -
Uses of RuleParameterValueMapper in de.hybris.platform.sap.productconfig.rules.strategies.mappers.impl
Classes in de.hybris.platform.sap.productconfig.rules.strategies.mappers.impl that implement RuleParameterValueMapper Modifier and Type Class Description classProductConfigMessageRuleParameterValueMapper
-