Uses of Class
de.hybris.platform.ruleengineservices.rao.ProcessStep
-
Packages that use ProcessStep Package Description de.hybris.platform.ruleengineservices.rao de.hybris.platform.sap.productconfig.rules.model Contains generated models for each type of de.hybris.platform.sap.productconfig.rules.jalo package.de.hybris.platform.sap.productconfig.rules.rao de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl de.hybris.platform.sap.productconfig.rules.service.impl -
-
Uses of ProcessStep in de.hybris.platform.ruleengineservices.rao
Methods in de.hybris.platform.ruleengineservices.rao that return ProcessStep Modifier and Type Method Description static ProcessStepProcessStep. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProcessStep[]ProcessStep. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProcessStep in de.hybris.platform.sap.productconfig.rules.model
Methods in de.hybris.platform.sap.productconfig.rules.model that return ProcessStep Modifier and Type Method Description ProcessStepProductConfigProcessStepModel. getProcessStep()Methods in de.hybris.platform.sap.productconfig.rules.model with parameters of type ProcessStep Modifier and Type Method Description voidProductConfigProcessStepModel. setProcessStep(ProcessStep processStep) -
Uses of ProcessStep in de.hybris.platform.sap.productconfig.rules.rao
Methods in de.hybris.platform.sap.productconfig.rules.rao that return ProcessStep Modifier and Type Method Description ProcessStepProductConfigProcessStepRAO. getProcessStep()Methods in de.hybris.platform.sap.productconfig.rules.rao with parameters of type ProcessStep Modifier and Type Method Description voidProductConfigProcessStepRAO. setProcessStep(ProcessStep processStep) -
Uses of ProcessStep in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl
Methods in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl with parameters of type ProcessStep Modifier and Type Method Description protected booleanProductConfigAbstractRAOAction. validateProcessStep(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters, ProcessStep... expectedProcessSteps) -
Uses of ProcessStep in de.hybris.platform.sap.productconfig.rules.service.impl
Methods in de.hybris.platform.sap.productconfig.rules.service.impl with parameters of type ProcessStep Modifier and Type Method Description protected booleanProductConfigurationRuleAwareServiceImpl. adjustConfigurationRuleBased(ConfigModel currentConfigModel, ProcessStep processStep, ConfigurationRetrievalOptions retrievalOptions)protected booleanProductConfigurationRuleAwareServiceImpl. removeMessageBeforeNextStep(ProcessStep nextStep, ProductConfigMessage message)protected voidProductConfigurationRuleAwareServiceImpl. removeMessagesRecomputedOnNextStep(java.util.Set<ProductConfigMessage> oldMessages, ProcessStep nextStep)
-