Uses of Class
de.hybris.platform.ruleengineservices.rule.data.RuleActionData
Packages that use RuleActionData
Package
Description
-
Uses of RuleActionData in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor
Methods in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor that return RuleActionDataModifier and TypeMethodDescriptionprotected RuleActionDataActionsEditorViewModel.convertTreeNodeToRuleAction(TreeNodeModel<ActionModel> treeNode) protected RuleActionDataActionsEditorViewModel.createRuleActionFromTreeNode(TreeNodeModel<ActionModel> treeNode) Methods in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor that return types with arguments of type RuleActionDataModifier and TypeMethodDescriptionprotected List<RuleActionData>ActionsEditorViewModel.convertTreeToRuleActions(TreeNodeModel<ActionModel> rootNode) Methods in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor with parameters of type RuleActionDataModifier and TypeMethodDescriptionprotected TreeNodeModel<ActionModel>ActionsEditorViewModel.convertActionToTreeNode(RuleActionData ruleAction, Map<String, RuleActionDefinitionData> ruleActionDefinitions, TreeNodeModel<ActionModel> parentNode) protected TreeNodeModel<ActionModel>ActionsEditorViewModel.createTreeNodeFromAction(RuleActionData ruleAction, RuleActionDefinitionData ruleActionDefinition, TreeNodeModel<ActionModel> parentNode) Method parameters in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor with type arguments of type RuleActionDataModifier and TypeMethodDescriptionprotected TreeNodeModel<ActionModel>ActionsEditorViewModel.convertActionsToTree(List<RuleActionData> ruleActions, Map<String, RuleActionDefinitionData> ruleActionDefinitions) -
Uses of RuleActionData in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleActionDataModifier and TypeMethodDescriptionRuleActionTranslator.translate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition) Translates a rule action to the intermediate representation.voidRuleActionValidator.validate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition) Validates a rule action.Method parameters in de.hybris.platform.ruleengineservices.compiler with type arguments of type RuleActionDataModifier and TypeMethodDescriptionRuleActionsTranslator.translate(RuleCompilerContext context, List<RuleActionData> actions) Translates generic rule actions to the intermediate representation.voidRuleActionsTranslator.validate(RuleCompilerContext context, List<RuleActionData> actions) Validates the generic rule actions. -
Uses of RuleActionData in de.hybris.platform.ruleengineservices.compiler.impl
Method parameters in de.hybris.platform.ruleengineservices.compiler.impl with type arguments of type RuleActionDataModifier and TypeMethodDescriptionprotected voidDefaultSourceRuleSourceCodeTranslator.populateRuleParametersFromActions(RuleCompilerContext context, List<RuleActionData> actions) DefaultRuleActionsTranslator.translate(RuleCompilerContext context, List<RuleActionData> actions) voidDefaultRuleActionsTranslator.validate(RuleCompilerContext context, List<RuleActionData> actions) -
Uses of RuleActionData in de.hybris.platform.ruleengineservices.definitions.actions
Methods in de.hybris.platform.ruleengineservices.definitions.actions with parameters of type RuleActionDataModifier and TypeMethodDescriptionRuleExecutableActionTranslator.translate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition) voidRuleExecutableActionTranslator.validate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition) -
Uses of RuleActionData in de.hybris.platform.ruleengineservices.rule.services
Methods in de.hybris.platform.ruleengineservices.rule.services that return RuleActionDataModifier and TypeMethodDescriptionRuleActionsService.createActionFromDefinition(RuleActionDefinitionData definition) Creates a new action from a definition.Methods in de.hybris.platform.ruleengineservices.rule.services that return types with arguments of type RuleActionDataModifier and TypeMethodDescriptionRuleActionsService.convertActionsFromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts the String representation toRuleActionDataobjects.Method parameters in de.hybris.platform.ruleengineservices.rule.services with type arguments of type RuleActionDataModifier and TypeMethodDescriptionRuleActionsService.buildActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Builds breadcrumbs for the actions.RuleActionsService.buildStyledActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Builds styled breadcrumbs for the actions.RuleActionsService.convertActionsToString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts theRuleActionDataobjects to a String representation. -
Uses of RuleActionData in de.hybris.platform.ruleengineservices.rule.services.impl
Methods in de.hybris.platform.ruleengineservices.rule.services.impl that return RuleActionDataModifier and TypeMethodDescriptionDefaultRuleActionsService.createActionFromDefinition(RuleActionDefinitionData definition) protected RuleActionDataDefaultSourceRuleInspectorTest.createRuleAction(String actionId) Methods in de.hybris.platform.ruleengineservices.rule.services.impl that return types with arguments of type RuleActionDataModifier and TypeMethodDescriptionDefaultRuleActionsService.convertActionsFromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) Method parameters in de.hybris.platform.ruleengineservices.rule.services.impl with type arguments of type RuleActionDataModifier and TypeMethodDescriptionDefaultRuleActionsService.buildActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) DefaultRuleActionsService.buildStyledActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) DefaultRuleActionsService.convertActionsToString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) -
Uses of RuleActionData in de.hybris.platform.ruleengineservices.rule.strategies
Methods in de.hybris.platform.ruleengineservices.rule.strategies that return types with arguments of type RuleActionDataModifier and TypeMethodDescriptionRuleActionsConverter.fromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts the String representation to action data objects.Method parameters in de.hybris.platform.ruleengineservices.rule.strategies with type arguments of type RuleActionDataModifier and TypeMethodDescriptionRuleActionBreadcrumbsBuilder.buildActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Builds breadcrumbs for the actions.RuleActionBreadcrumbsBuilder.buildStyledActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Builds styled breadcrumbs for the actions.RuleActionsConverter.toString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts the action data objects to a String representation. -
Uses of RuleActionData in de.hybris.platform.ruleengineservices.rule.strategies.impl
Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl that return types with arguments of type RuleActionDataModifier and TypeMethodDescriptionprotected List<RuleActionData>DefaultRuleActionsConverterTest.createRuleActionsComplex()protected List<RuleActionData>DefaultRuleActionsConverterTest.createRuleActionsSimple()DefaultRuleActionsConverter.fromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) Methods in de.hybris.platform.ruleengineservices.rule.strategies.impl with parameters of type RuleActionDataModifier and TypeMethodDescriptionprotected booleanDefaultRuleActionsConverterTest.isSameAction(RuleActionData ruleAction1, RuleActionData ruleAction2) Method parameters in de.hybris.platform.ruleengineservices.rule.strategies.impl with type arguments of type RuleActionDataModifier and TypeMethodDescriptionDefaultRuleActionBreadcrumbsBuilder.buildActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) protected StringDefaultRuleActionBreadcrumbsBuilder.buildBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions, boolean styled) DefaultRuleActionBreadcrumbsBuilder.buildStyledActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) protected voidDefaultRuleActionsConverter.convertParameterValues(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) protected booleanDefaultRuleActionsConverterTest.isSameActions(List<RuleActionData> ruleActions1, List<RuleActionData> ruleActions2) DefaultRuleActionsConverter.toString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions)