Uses of Class
de.hybris.platform.personalizationpromotionsweb.data.PromotionRuleWsDTO
-
-
Uses of PromotionRuleWsDTO in de.hybris.platform.personalizationpromotionsweb.data
Methods in de.hybris.platform.personalizationpromotionsweb.data that return types with arguments of type PromotionRuleWsDTO Modifier and Type Method Description java.util.List<PromotionRuleWsDTO>PromotionRuleListWsDTO. getPromotions()Method parameters in de.hybris.platform.personalizationpromotionsweb.data with type arguments of type PromotionRuleWsDTO Modifier and Type Method Description voidPromotionRuleListWsDTO. setPromotions(java.util.List<PromotionRuleWsDTO> promotions) -
Uses of PromotionRuleWsDTO in de.hybris.platform.personalizationpromotionsweb.populators
Methods in de.hybris.platform.personalizationpromotionsweb.populators with parameters of type PromotionRuleWsDTO Modifier and Type Method Description voidCxPromotionRulePopulator. populate(PromotionSourceRuleModel source, PromotionRuleWsDTO target) -
Uses of PromotionRuleWsDTO in de.hybris.platform.personalizationpromotionsweb.queries
Methods in de.hybris.platform.personalizationpromotionsweb.queries that return types with arguments of type PromotionRuleWsDTO Modifier and Type Method Description protected Converter<PromotionSourceRuleModel,PromotionRuleWsDTO>CxPromotionsForCatalogQueryExecutor. getPromotionConverter()Method parameters in de.hybris.platform.personalizationpromotionsweb.queries with type arguments of type PromotionRuleWsDTO Modifier and Type Method Description voidCxPromotionsForCatalogQueryExecutor. setPromotionConverter(Converter<PromotionSourceRuleModel,PromotionRuleWsDTO> promotionConverter)
-