Uses of Class
de.hybris.platform.ruleenginebackoffice.actions.AbstractInteractiveAction
-
Packages that use AbstractInteractiveAction Package Description de.hybris.platform.promotionenginebackoffice.actions de.hybris.platform.ruleenginebackoffice.actions -
-
Uses of AbstractInteractiveAction in de.hybris.platform.promotionenginebackoffice.actions
Subclasses of AbstractInteractiveAction in de.hybris.platform.promotionenginebackoffice.actions Modifier and Type Class Description classRuleClonePromotionActionAction to clone a promotion rule.classRuleCompileAllPromotionsForModuleActionclassRuleCompilePromotionForModuleActionAction to compile a single rule for a user-specified environment.classRuleCreatePromotionFromTemplateActionAction to create a promotion source rule by template.classRuleUndeployPromotionFromModuleActionAction to undeploy a single rule for a user-specified environment.classRuleUndeploySelectedPromotionsFromModuleAction -
Uses of AbstractInteractiveAction in de.hybris.platform.ruleenginebackoffice.actions
Subclasses of AbstractInteractiveAction in de.hybris.platform.ruleenginebackoffice.actions Modifier and Type Class Description classAbstractRuleProcessingForModuleAction<I,O>AbstractRuleProcessingForModuleAction is the abstract class for the common functionality of rule processing actions which could perform in 2 ways: as a set of items and as a single item.classAbstractRuleSetProcessingForModuleAction<O>AbstractRuleSetProcessingForModuleAction is the abstract class for the common functionality of group rule processing actions.classRuleCloneActionAction to clone a rule.classRuleCompileAllForModuleActionAction to compile multiple rules for a user-specified rules module.classRuleCompileForModuleActionAction to compile a single rule for a user-specified rules module.classRuleCreateFromTemplateActionAction to create a source rule by template.classRulesModuleSyncActionAction to synchronize a rules module with a user-specified one.classRuleUndeployFromModuleActionAction to undeploy a single rule for a user-specified environment.classRuleUndeploySelectedFromModuleActionAction to undeploy multiple rules from a user-specified rules module.
-