Uses of Interface
de.hybris.platform.ruleenginebackoffice.actions.InteractiveAction
-
Packages that use InteractiveAction Package Description de.hybris.platform.promotionenginebackoffice.actions de.hybris.platform.ruleenginebackoffice.actions -
-
Uses of InteractiveAction in de.hybris.platform.promotionenginebackoffice.actions
Classes in de.hybris.platform.promotionenginebackoffice.actions that implement InteractiveAction 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 InteractiveAction in de.hybris.platform.ruleenginebackoffice.actions
Classes in de.hybris.platform.ruleenginebackoffice.actions that implement InteractiveAction Modifier and Type Class Description classAbstractInteractiveAction<I,O>AbstractInteractiveAction is the abstract class for the common functionality interactive actions.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.classRuleArchiveActionDeprecated, for removal: This API element is subject to removal in a future version.since 1811classRuleCloneActionAction 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.Methods in de.hybris.platform.ruleenginebackoffice.actions that return InteractiveAction Modifier and Type Method Description protected InteractiveActionAbstractRuleCompileForModuleComposer. getInteractiveAction()returns reference to the action instance.protected InteractiveActionAbstractRuleUndeployFromModuleComposer. getInteractiveAction()returns reference to the action instance.protected InteractiveActionRuleArchiveComposer. getInteractiveAction()Deprecated, for removal: This API element is subject to removal in a future version.returns reference to the action instance.protected InteractiveActionRuleCloneComposer. getInteractiveAction()protected InteractiveActionRuleCreateFromTemplateComposer. getInteractiveAction()protected InteractiveActionRulesModuleSyncComposer. getInteractiveAction()returns reference to the action instance.
-