Uses of Interface
de.hybris.platform.ruleenginebackoffice.actions.InteractiveAction
Packages that use InteractiveAction
Package
Description
-
Uses of InteractiveAction in de.hybris.platform.promotionenginebackoffice.actions
Classes in de.hybris.platform.promotionenginebackoffice.actions that implement InteractiveActionModifier and TypeClassDescriptionclassAction to clone a promotion rule.classclassAction to compile a single rule for a user-specified environment.classAction to create a promotion source rule by template.classAction to undeploy a single rule for a user-specified environment.class -
Uses of InteractiveAction in de.hybris.platform.ruleenginebackoffice.actions
Classes in de.hybris.platform.ruleenginebackoffice.actions that implement InteractiveActionModifier and TypeClassDescriptionclassAbstractInteractiveAction is the abstract class for the common functionality interactive actions.classAbstractRuleProcessingForModuleAction 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 is the abstract class for the common functionality of group rule processing actions.classAction to clone a rule.classAction to compile multiple rules for a user-specified rules module.classAction to compile a single rule for a user-specified rules module.classAction to create a source rule by template.classAction to synchronize a rules module with a user-specified one.classAction to undeploy a single rule for a user-specified environment.classAction to undeploy multiple rules from a user-specified rules module.Methods in de.hybris.platform.ruleenginebackoffice.actions that return InteractiveActionModifier and TypeMethodDescriptionprotected InteractiveActionAbstractRuleCompileForModuleComposer.getInteractiveAction()returns reference to the action instance.protected InteractiveActionAbstractRuleUndeployFromModuleComposer.getInteractiveAction()returns reference to the action instance.protected InteractiveActionRuleCloneComposer.getInteractiveAction()protected InteractiveActionRuleCreateFromTemplateComposer.getInteractiveAction()protected InteractiveActionRulesModuleSyncComposer.getInteractiveAction()returns reference to the action instance.