Uses of Interface
de.hybris.platform.ruleengineservices.rule.evaluation.RuleActionContext
-
-
Uses of RuleActionContext in de.hybris.platform.couponservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.couponservices.rule.evaluation.actions.impl with parameters of type RuleActionContext Modifier and Type Method Description protected void
RuleAddCouponRAOAction. addCoupon(RuleActionContext context, java.lang.String couponId)
boolean
RuleAddCouponRAOAction. performActionInternal(RuleActionContext context)
-
Uses of RuleActionContext in de.hybris.platform.droolsruleengineservices.compiler.impl
Classes in de.hybris.platform.droolsruleengineservices.compiler.impl that implement RuleActionContext Modifier and Type Class Description class
DefaultDroolsRuleActionContext
Default implementation ofRuleActionContext
for the drools rule engine. -
Uses of RuleActionContext in de.hybris.platform.promotionengineservices.action.strategies
Methods in de.hybris.platform.promotionengineservices.action.strategies with parameters of type RuleActionContext Modifier and Type Method Description protected java.math.BigDecimal
CartTotalThresholdPotentialPromotionMessageActionSupplementStrategy. getValueToDisplay(RuleActionContext context)
protected int
QualifyingCategoryPotentialPromotionMessageActionSupplementStrategy. getValueToDisplay(RuleActionContext context)
protected int
QualifyingProductPotentialPromotionMessageActionSupplementStrategy. getValueToDisplay(RuleActionContext context)
boolean
CartTotalThresholdPotentialPromotionMessageActionSupplementStrategy. isActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
NoOpPotentialPromotionMessageActionSupplementStrategy. isActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
QualifyingCategoryPotentialPromotionMessageActionSupplementStrategy. isActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
QualifyingProductPotentialPromotionMessageActionSupplementStrategy. isActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
CartTotalThresholdPotentialPromotionMessageActionSupplementStrategy. shouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
NoOpPotentialPromotionMessageActionSupplementStrategy. shouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
QualifyingCategoryPotentialPromotionMessageActionSupplementStrategy. shouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
QualifyingProductPotentialPromotionMessageActionSupplementStrategy. shouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
-
Uses of RuleActionContext in de.hybris.platform.ruledefinitions.actions
Methods in de.hybris.platform.ruledefinitions.actions with parameters of type RuleActionContext Modifier and Type Method Description void
AbstractRAOActionAware. executeAction(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
Execute abstract action. -
Uses of RuleActionContext in de.hybris.platform.ruleengineservices.rule.evaluation
Methods in de.hybris.platform.ruleengineservices.rule.evaluation with parameters of type RuleActionContext Modifier and Type Method Description void
RuleExecutableAction. executeAction(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
execute rule consequence -
Uses of RuleActionContext in de.hybris.platform.ruleengineservices.rule.evaluation.actions
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions with parameters of type RuleActionContext Modifier and Type Method Description protected void
AbstractRuleExecutableSupport. addMetadataToRao(AbstractRuleActionRAO rao, RuleActionContext context)
protected boolean
AbstractRuleExecutableSupport. allowedByRuntimeConfiguration(RuleActionContext context)
query method to allow for rule execution byRuleConfigurationRRD
protected org.drools.core.spi.KnowledgeHelper
AbstractRuleExecutableSupport. checkAndGetRuleContext(RuleActionContext context)
Checks that the givenruleContext
is of typeKnowledgeHelper
(i.e.protected <T extends AbstractRuleActionRAO>
voidAbstractRuleExecutableSupport. consumeOrderEntries(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> strategies, T actionRAO)
Deprecated, for removal: This API element is subject to removal in a future version.<T extends AbstractRuleActionRAO>
voidRAOConsumptionSupport. consumeOrderEntries(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> strategies, T actionRAO)
Creates newOrderEntryConusmedRAO
s for the given strategies, links them to the givenactionRAO
and reduces available quantity of order entry by given quantity for every Order Entry from the set and using quantity fromdiscountedOrderEntryMap
.protected java.util.List<EntriesSelectionStrategyRPD>
AbstractRulePartnerProductAction. createSelectionStrategyRPDsQualifyingProducts(RuleActionContext context, OrderEntrySelectionStrategy selectionStrategy, java.util.Map<java.lang.String,java.lang.Integer> qualifyingProductsContainers)
protected java.util.List<EntriesSelectionStrategyRPD>
AbstractRulePartnerProductAction. createSelectionStrategyRPDsTargetProducts(RuleActionContext context, OrderEntrySelectionStrategy selectionStrategy, java.util.Map<java.lang.String,java.lang.Integer> targetProductsContainers)
protected java.util.Optional<java.math.BigDecimal>
AbstractRuleExecutableSupport. extractAmountForCurrency(RuleActionContext context, java.lang.Object currencyAmount)
protected java.util.Map<java.lang.String,java.lang.String>
AbstractRuleExecutableSupport. getMetaDataFromRule(RuleActionContext context)
protected java.lang.String
AbstractRuleExecutableSupport. getMetaDataFromRule(RuleActionContext context, java.lang.String key)
Returns the rule's meta-data for the given key (ornull
).protected java.util.Set<OrderEntryRAO>
AbstractRulePartnerProductAction. getOrderEntries(RuleActionContext context, java.util.Map.Entry<java.lang.String,java.lang.Integer> entry)
protected java.lang.String
AbstractRuleExecutableSupport. getRuleCode(RuleActionContext context)
Returns the rule's rule code meta data.protected RuleConfigurationRRD
AbstractRuleExecutableSupport. getRuleConfigurationRRD(java.lang.String ruleCode, RuleActionContext context)
retrieves the RuleConfigurationRRD for the given ruleCode from the given context.protected RuleGroupExecutionRRD
AbstractRuleExecutableSupport. getRuleGroupExecutionRRD(java.lang.String ruleGroupCode, RuleActionContext context)
retrieves the RuleGroupExecutionRRD for the given ruleGroupCode from the given context.protected java.util.Map<java.lang.Integer,java.lang.Integer>
AbstractRuleExecutableSupport. getSelectedOrderEntryQuantities(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> strategies)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useRAOConsumptionSupport.getSelectedOrderEntryQuantities(RuleActionContext, Collection)
java.util.Map<java.lang.Integer,java.lang.Integer>
RAOConsumptionSupport. getSelectedOrderEntryQuantities(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> strategies)
Gets Order Entry identifiers (orderEntry.entryNumber) and Unit Quantity To Be Consumed for the Order Entries.protected boolean
AbstractRuleExecutableSupport. hasEnoughQuantity(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> selectionStrategyRPDs)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useRAOConsumptionSupport.hasEnoughQuantity(RuleActionContext, Collection)
boolean
RAOConsumptionSupport. hasEnoughQuantity(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> selectionStrategyRPDs)
Checks if allentriesSelectionStrategyRPDs
have enough quantity.boolean
ActionSupplementStrategy. isActionProperToHandle(AbstractRuleActionRAO actionRao, RuleActionContext context)
Checks if the action result is proper to be processed by the strategyprotected <T> java.util.Optional<T>
AbstractRuleExecutableSupport. lookupRAOByType(java.lang.Class<T> raoType, RuleActionContext context, java.util.function.Predicate<T>... raoFilters)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useRAOLookupService.lookupRAOByType(Class, RuleActionContext, Predicate[])
<T> java.util.Optional<T>
RAOLookupService. lookupRAOByType(java.lang.Class<T> raoType, RuleActionContext context, java.util.function.Predicate<T>... raoFilters)
Performs lookup for the RAO object identified by its type within providedRuleActionContext
protected <T> java.util.List<T>
AbstractRuleExecutableSupport. lookupRAOObjectsByType(java.lang.Class<T> raoType, RuleActionContext context, java.util.function.Predicate<T>... raoFilters)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useRAOLookupService.lookupRAOObjectsByType(Class, RuleActionContext, Predicate[])
<T> java.util.List<T>
RAOLookupService. lookupRAOObjectsByType(java.lang.Class<T> raoType, RuleActionContext context, java.util.function.Predicate<T>... raoFilters)
Performs lookup for the RAO objects identified by its type within providedRuleActionContext
protected boolean
AbstractRuleExecutableSupport. mergeDiscounts(RuleActionContext context, DiscountRAO discountRao, OrderEntryRAO entry)
void
AbstractRuleExecutableSupport. performAction(RuleActionContext context)
void
RAOAction. performAction(RuleActionContext context)
perform action on RAO objectsprotected boolean
AbstractRuleExecutableSupport. performActionInternal(RuleActionContext context)
template method called inside ofAbstractRuleExecutableSupport.performAction(RuleActionContext)
protected void
AbstractRuleExecutableSupport. postProcessAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
default void
ActionSupplementStrategy. postProcessAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
Post process ofAbstractRuleActionRAO
.void
AbstractRuleExecutableSupport. setRAOMetaData(RuleActionContext context, AbstractRuleActionRAO... raos)
protected boolean
AbstractRuleExecutableSupport. shouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
boolean
ActionSupplementStrategy. shouldPerformAction(AbstractRuleActionRAO actionRao, RuleActionContext context)
Gives additional input into whether an action should be performed or notprotected void
AbstractRuleExecutableSupport. trackActionExecution(RuleActionContext context)
protected void
AbstractRuleExecutableSupport. trackConsumedProducts(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905, please useRAOConsumptionSupport.trackConsumedProducts(RuleActionContext)
void
RAOConsumptionSupport. trackConsumedProducts(RuleActionContext context)
protected void
AbstractRuleExecutableSupport. trackRuleExecution(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08 no longer usedprotected void
AbstractRuleExecutableSupport. trackRuleGroupCode(java.lang.String ruleGroupCode, RuleActionContext context, RuleConfigurationRRD config)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08 no longer usedprotected void
AbstractRuleExecutableSupport. trackRuleGroupExecutions(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.since 18.08 no longer usedprotected void
AbstractRuleExecutableSupport. validateRule(RuleActionContext context)
Validates that the required meta-data is available.protected void
AbstractRuleExecutableSupport. validateSelectionStrategy(java.util.Collection<EntriesSelectionStrategyRPD> strategies, RuleActionContext context)
ValidatesentriesSelectionStrategyRPDs
checking if the collection is not empty, if orderEntries list of each entry of entriesSelectionStrategyRPDs is not empty and all the orderEntries are from the same Order. -
Uses of RuleActionContext in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl
Methods in de.hybris.platform.ruleengineservices.rule.evaluation.actions.impl with parameters of type RuleActionContext Modifier and Type Method Description protected void
RuleOrderEntryFixedPriceRAOAction. addDiscount(RuleActionContext context, OrderEntryRAO orderEntryRao, int quantity, DiscountRAO discount)
protected void
RuleOrderEntryFixedPriceRAOAction. addDiscount(RuleActionContext context, OrderEntryRAO orderEntryRao, DiscountRAO discount)
protected java.util.List<DiscountRAO>
RuleOrderEntryPercentageDiscountWithStrategyRAOAction. addDiscountAndConsume(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> selectionStrategies, boolean absolute, java.math.BigDecimal price)
Deprecated, for removal: This API element is subject to removal in a future version.protected java.util.List<DiscountRAO>
RulePartnerOrderEntryFixedDiscountRAOAction. addDiscountAndConsume(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> selectionStrategies, boolean absolute, java.math.BigDecimal price, RuleEngineResultRAO result)
protected java.util.List<DiscountRAO>
RulePartnerOrderEntryPercentageDiscountRAOAction. addDiscountAndConsume(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> selectionStrategies, boolean absolute, java.math.BigDecimal price)
protected java.util.List<DiscountRAO>
RulePartnerOrderEntryFixedPriceRAOAction. addFixedPriceEntryDiscount(java.util.List<EntriesSelectionStrategyRPD> selectionStrategies, java.math.BigDecimal fixedPrice, RuleActionContext context)
protected java.util.List<DiscountRAO>
RuleAddFreeProductDiscountRAOAction. addFreeOrderEntryLevelDiscount(java.util.Collection<EntriesSelectionStrategyRPD> strategies, int consumeableQty, RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.protected boolean
RuleHaltRAOAction. allowedByRuntimeConfiguration(RuleActionContext context)
void
RuleChangeDeliveryModeRAOAction. changeDeliveryMode(CartRAO cartRao, DeliveryModeRAO mode, RuleEngineResultRAO result, RuleActionContext context)
protected org.drools.core.spi.KnowledgeHelper
DefaultRAOLookupService. checkAndGetRuleContext(RuleActionContext context)
Checks that the givenruleContext
is of typeKnowledgeHelper
(i.e.<T extends AbstractRuleActionRAO>
voidDefaultRAOConsumptionSupport. consumeOrderEntries(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> strategies, T actionRAO)
protected ProductModel
RuleFreeGiftRAOAction. findProduct(java.lang.String productCode, RuleActionContext context)
protected java.util.Optional<ProductModel>
RuleFreeGiftToBundleRAOAction. findProduct(java.lang.String productCode, RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.java.util.Map<java.lang.Integer,java.lang.Integer>
DefaultRAOConsumptionSupport. getSelectedOrderEntryQuantities(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> strategies)
boolean
DefaultRAOConsumptionSupport. hasEnoughQuantity(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> selectionStrategyRPDs)
<T> java.util.Optional<T>
DefaultRAOLookupService. lookupRAOByType(java.lang.Class<T> raoType, RuleActionContext context, java.util.function.Predicate<T>... raoFilters)
<T> java.util.List<T>
DefaultRAOLookupService. lookupRAOObjectsByType(java.lang.Class<T> raoType, RuleActionContext context, java.util.function.Predicate<T>... raoFilters)
protected void
RuleAddFreeProductDiscountRAOAction. performAction(RuleActionContext context, java.util.Collection<EntriesSelectionStrategyRPD> strategies, int quantity, int consumed)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
RuleAddProductPercentageDiscountRAOAction. performAction(RuleActionContext context, java.math.BigDecimal amount)
Deprecated, for removal: This API element is subject to removal in a future version.protected boolean
RuleChangeDeliveryModeRAOAction. performAction(RuleActionContext context, java.lang.String deliveryModeCode)
protected boolean
RuleFreeGiftRAOAction. performAction(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Integer> qualifyingProductsContainers, java.lang.String productCode, java.lang.Integer quantity)
protected boolean
RuleFreeGiftToBundleRAOAction. performAction(RuleActionContext context, java.lang.String productCode, java.util.Collection<EntriesSelectionStrategyRPD> strategies, java.lang.Integer quantity)
Deprecated, for removal: This API element is subject to removal in a future version.protected boolean
RuleOrderEntryFixedDiscountRAOAction. performAction(RuleActionContext context, OrderEntryRAO orderEntryRao, java.math.BigDecimal valueForCurrency)
protected boolean
RuleOrderEntryPercentageDiscountWithStrategyRAOAction. performAction(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs, java.math.BigDecimal amount)
Deprecated, for removal: This API element is subject to removal in a future version.protected boolean
RuleOrderFixedDiscountRAOAction. performAction(RuleActionContext context, java.math.BigDecimal amount)
protected boolean
RuleOrderPercentageDiscountExcludedProductsRAOAction. performAction(RuleActionContext context, java.util.List<java.lang.String> excludedProducts, java.math.BigDecimal threshold, java.math.BigDecimal amount)
Deprecated, for removal: This API element is subject to removal in a future version.protected boolean
RuleOrderPercentageDiscountRAOAction. performAction(RuleActionContext context, java.math.BigDecimal amount)
protected boolean
RulePartnerOrderEntryFixedDiscountRAOAction. performAction(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs, java.math.BigDecimal amount)
boolean
RulePartnerOrderEntryFixedPriceRAOAction. performAction(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs, java.math.BigDecimal amount)
protected boolean
RulePartnerOrderEntryPercentageDiscountRAOAction. performAction(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs, java.math.BigDecimal amount)
protected boolean
RuleTargetBundlePriceRAOAction. performAction(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDs, java.math.BigDecimal amount)
boolean
RuleAddFreeProductDiscountRAOAction. performActionInternal(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.boolean
RuleAddProductPercentageDiscountRAOAction. performActionInternal(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.boolean
RuleChangeDeliveryModeRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleFreeGiftRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleFreeGiftToBundleRAOAction. performActionInternal(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.boolean
RuleHaltRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleOrderEntryFixedDiscountRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleOrderEntryFixedPriceRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleOrderEntryPercentageDiscountRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleOrderEntryPercentageDiscountWithStrategyRAOAction. performActionInternal(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.boolean
RuleOrderFixedDiscountRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleOrderPercentageDiscountExcludedProductsRAOAction. performActionInternal(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.boolean
RuleOrderPercentageDiscountRAOAction. performActionInternal(RuleActionContext context)
boolean
RulePartnerOrderEntryFixedDiscountRAOAction. performActionInternal(RuleActionContext context)
boolean
RulePartnerOrderEntryFixedPriceRAOAction. performActionInternal(RuleActionContext context)
boolean
RulePartnerOrderEntryPercentageDiscountRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleTargetBundlePriceRAOAction. performActionInternal(RuleActionContext context)
boolean
RuleTriggerMessageRAOAction. performActionInternal(RuleActionContext context)
protected DisplayMessageRAO
RuleTriggerMessageRAOAction. performDisplayMessageAction(RuleActionContext context)
Deprecated, for removal: This API element is subject to removal in a future version.since 1905protected boolean
RuleOrderEntryFixedPriceRAOAction. processOrderEntry(RuleActionContext context, OrderEntryRAO orderEntryRao, java.math.BigDecimal valueForCurrency)
protected boolean
RuleOrderEntryPercentageDiscountRAOAction. processOrderEntry(RuleActionContext context, OrderEntryRAO orderEntryRao, java.math.BigDecimal value)
protected boolean
RuleOrderEntryFixedPriceRAOAction. processWithCartTotalThreshold(RuleActionContext context, boolean discountedPriceIncluded)
protected boolean
RuleOrderEntryFixedPriceRAOAction. processWithoutCartTotalThreshold(RuleActionContext context)
void
DefaultRAOConsumptionSupport. trackConsumedProducts(RuleActionContext context)
protected void
RuleFreeGiftRAOAction. updateFactsWithOrderEntries(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDS)
protected void
RuleOrderEntryPercentageDiscountWithStrategyRAOAction. updateFactsWithOrderEntries(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDS)
Deprecated, for removal: This API element is subject to removal in a future version.protected void
RulePartnerOrderEntryFixedPriceRAOAction. updateFactsWithOrderEntries(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDS)
protected void
RulePartnerOrderEntryPercentageDiscountRAOAction. updateFactsWithOrderEntries(RuleActionContext context, java.util.List<EntriesSelectionStrategyRPD> entriesSelectionStrategyRPDS)
-
Uses of RuleActionContext in de.hybris.platform.sap.productconfig.rules.cps.rule.evaluation.impl
Methods in de.hybris.platform.sap.productconfig.rules.cps.rule.evaluation.impl with parameters of type RuleActionContext Modifier and Type Method Description void
DisplayPromoMessageRAOAction. performAction(RuleActionContext context)
void
PercentageDiscountForOptionRAOAction. performAction(RuleActionContext context)
protected java.lang.String
DisplayPromoMessageRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
protected java.lang.String
PercentageDiscountForOptionRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
-
Uses of RuleActionContext in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl
Methods in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl that return RuleActionContext Modifier and Type Method Description protected RuleActionContext
AbstractProductConfigRAOActionTest. getContext()
Methods in de.hybris.platform.sap.productconfig.rules.rule.evaluation.impl with parameters of type RuleActionContext Modifier and Type Method Description void
DisplayCsticReadonlyRAOAction. performAction(RuleActionContext context)
void
DisplayMessageRAOAction. performAction(RuleActionContext context)
void
HideCsticRAOAction. performAction(RuleActionContext context)
void
RemoveAssignableValueRAOAction. performAction(RuleActionContext context)
void
SetCsticValueRAOAction. performAction(RuleActionContext context)
protected java.lang.String
DisplayCsticReadonlyRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
protected java.lang.String
DisplayMessageRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
protected java.lang.String
HideCsticRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
protected abstract java.lang.String
ProductConfigAbstractRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
protected java.lang.String
RemoveAssignableValueRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
protected java.lang.String
SetCsticValueRAOAction. prepareActionLogText(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters)
protected void
ProductConfigAbstractRAOAction. updateContext(RuleActionContext context, AbstractRuleActionRAO actionRAO)
protected boolean
ProductConfigAbstractRAOAction. validateAllowedByRuntime(RuleActionContext context)
protected boolean
ProductConfigAbstractRAOAction. validateProcessStep(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters, ProcessStep... expectedProcessSteps)
protected void
ProductConfigAbstractRAOAction. validateRuleAndLog(RuleActionContext context, java.util.Map<java.lang.String,java.lang.Object> parameters, java.lang.String... parameterNames)
-