Uses of Interface
de.hybris.platform.sap.productconfig.runtime.interf.model.ProductConfigMessage
Packages that use ProductConfigMessage
Package
Description
-
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.facades.impl
Methods in de.hybris.platform.sap.productconfig.facades.impl with parameters of type ProductConfigMessageModifier and TypeMethodDescriptionprotected voidConfigurationMessageMapperImplTest.addMessageToConfig(ConfigModel configModel, ProductConfigMessage message) protected ProductConfigMessageDataConfigurationMessageMapperImpl.createUiMessage(ProductConfigMessage message) protected ProductConfigMessageUISeverityConfigurationMessageMapperImpl.mapMessageSeverity(ProductConfigMessage message) Method parameters in de.hybris.platform.sap.productconfig.facades.impl with type arguments of type ProductConfigMessageModifier and TypeMethodDescriptionprotected List<ProductConfigMessageData>ConfigurationMessageMapperImpl.mapMessagesFromModelToData(Set<ProductConfigMessage> modelMessages) -
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.facades.populator
Methods in de.hybris.platform.sap.productconfig.facades.populator with parameters of type ProductConfigMessageModifier and TypeMethodDescriptionprotected CharacteristicValueMessageConfigurationOverviewValuePopulator.processMessage(ProductConfigMessage productConfigMessage) Method parameters in de.hybris.platform.sap.productconfig.facades.populator with type arguments of type ProductConfigMessageModifier and TypeMethodDescriptionprotected List<CharacteristicValueMessage>ConfigurationOverviewValuePopulator.processMessages(Set<ProductConfigMessage> sourceMessages) -
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.rules.action.strategy.impl
Methods in de.hybris.platform.sap.productconfig.rules.action.strategy.impl that return ProductConfigMessageModifier and TypeMethodDescriptionprotected ProductConfigMessageDisplayMessageRuleActionStrategyImpl.createMessage(String code, String messageFired, ProductConfigMessageSeverity severity) protected ProductConfigMessageProductConfigAbstractRuleActionStrategy.createMessage(String code, String messageFired, ProductConfigMessageSeverity severity) Methods in de.hybris.platform.sap.productconfig.rules.action.strategy.impl with parameters of type ProductConfigMessageModifier and TypeMethodDescriptionprotected voidProductConfigAbstractRuleActionStrategy.addMessageToConfigModel(ConfigModel model, String ruleMessageForCstic, String ruleMessageForCsticValue, ProductConfigMessage productConfigMessage, CsticModel cstic, CsticValueModel csticValue) protected voidProductConfigAbstractRuleActionStrategy.addMessageToCsticValue(ProductConfigMessage productConfigMessage, CsticModel cstic, CsticValueModel csticValue) protected voidProductConfigAbstractRuleActionStrategy.logMessageData(AbstractRuleEngineRuleModel rule, String csticName, String csticValueName, ProductConfigMessage productConfigMessage) protected voidProductConfigAbstractRuleActionStrategy.showMessage(ConfigModel model, Map<String, CsticModel> csticMap, AbstractRuleEngineRuleModel rule, String ruleMessageForCstic, String ruleMessageForCsticValue, ProductConfigMessage productConfigMessage) -
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.rules.integrationtests
Method parameters in de.hybris.platform.sap.productconfig.rules.integrationtests with type arguments of type ProductConfigMessageModifier and TypeMethodDescriptionprotected StringProductConfigRulesTest.getLogString(Set<ProductConfigMessage> messages) -
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.rules.service
Methods in de.hybris.platform.sap.productconfig.rules.service that return types with arguments of type ProductConfigMessageModifier and TypeMethodDescriptionProductConfigRulesResultUtil.retrieveDiscountMessages(String configId) Returns all discount messages for the given configuration as structured data. -
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.rules.service.impl
Methods in de.hybris.platform.sap.productconfig.rules.service.impl that return ProductConfigMessageModifier and TypeMethodDescriptionprotected ProductConfigMessagePricingRuleAwareServiceImplTest.createMessage(String messageStr, String messageKey, ProductConfigMessagePromoType promoType) protected ProductConfigMessageProductConfigurationRuleAwareServiceImplTest.createMessage(ProductConfigMessageSourceSubType mesgSubType, String key) Methods in de.hybris.platform.sap.productconfig.rules.service.impl that return types with arguments of type ProductConfigMessageModifier and TypeMethodDescriptionProductConfigRulesResultUtilImpl.retrieveDiscountMessages(String configId) Methods in de.hybris.platform.sap.productconfig.rules.service.impl with parameters of type ProductConfigMessageModifier and TypeMethodDescriptionprotected booleanProductConfigurationRuleAwareServiceImpl.removeMessageBeforeNextStep(ProcessStep nextStep, ProductConfigMessage message) Method parameters in de.hybris.platform.sap.productconfig.rules.service.impl with type arguments of type ProductConfigMessageModifier and TypeMethodDescriptionprotected voidProductConfigurationRuleAwareServiceImpl.removeMessagesRecomputedOnNextStep(Set<ProductConfigMessage> oldMessages, ProcessStep nextStep) protected voidPricingRuleAwareServiceImpl.restoreDiscountMessageForCstic(CsticModel csticModel, Map<String, List<ProductConfigMessage>> messagesByValue) voidPricingRuleAwareServiceImpl.restoreDiscountMessageForInstance(InstanceModel instance, Map<String, Map<String, List<ProductConfigMessage>>> messagesByCstic) -
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.runtime.interf.model
Methods in de.hybris.platform.sap.productconfig.runtime.interf.model that return types with arguments of type ProductConfigMessageModifier and TypeMethodDescriptiondefault Set<ProductConfigMessage>ConfigModel.getMessages()default Set<ProductConfigMessage>CsticModel.getMessages()default Set<ProductConfigMessage>CsticValueModel.getMessages()Method parameters in de.hybris.platform.sap.productconfig.runtime.interf.model with type arguments of type ProductConfigMessageModifier and TypeMethodDescriptiondefault voidConfigModel.setMessages(Set<ProductConfigMessage> messages) default voidCsticModel.setMessages(Set<ProductConfigMessage> messages) default voidCsticValueModel.setMessages(Set<ProductConfigMessage> messages) -
Uses of ProductConfigMessage in de.hybris.platform.sap.productconfig.runtime.interf.model.impl
Classes in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that implement ProductConfigMessageModifier and TypeClassDescriptionclassA Message class implementation for CPQ
This class is immutable.classMethods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that return ProductConfigMessageMethods in de.hybris.platform.sap.productconfig.runtime.interf.model.impl that return types with arguments of type ProductConfigMessageModifier and TypeMethodDescriptionConfigModelImpl.getMessages()CsticModelImpl.getMessages()CsticValueModelImpl.getMessages()Method parameters in de.hybris.platform.sap.productconfig.runtime.interf.model.impl with type arguments of type ProductConfigMessageModifier and TypeMethodDescriptionvoidConfigModelImpl.setMessages(Set<ProductConfigMessage> messages) voidCsticModelImpl.setMessages(Set<ProductConfigMessage> messages) voidCsticValueModelImpl.setMessages(Set<ProductConfigMessage> messages)