Uses of Class
de.hybris.platform.ruleengineservices.rule.data.RuleActionDefinitionData
Packages that use RuleActionDefinitionData
Package
Description
-
Uses of RuleActionDefinitionData in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor
Methods in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor that return RuleActionDefinitionDataModifier and TypeMethodDescriptionActionDefinitionModel.getActionDefinition()ActionModel.getActionDefinition()Methods in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor with parameters of type RuleActionDefinitionDataModifier and TypeMethodDescriptionprotected TreeNodeModel<ActionModel>ActionsEditorViewModel.createTreeNodeFromAction(RuleActionData ruleAction, RuleActionDefinitionData ruleActionDefinition, TreeNodeModel<ActionModel> parentNode) protected TreeNodeModel<ActionModel>ActionsEditorViewModel.createTreeNodeFromActionDefinition(RuleActionDefinitionData ruleActionDefinition, TreeNodeModel<ActionModel> parentNode) voidActionDefinitionModel.setActionDefinition(RuleActionDefinitionData conditionDefinition) voidActionModel.setActionDefinition(RuleActionDefinitionData actionDefinition) Method parameters in de.hybris.platform.rulebuilderbackoffice.editors.actionseditor with type arguments of type RuleActionDefinitionDataModifier and TypeMethodDescriptionprotected TreeNodeModel<ActionModel>ActionsEditorViewModel.convertActionsToTree(List<RuleActionData> ruleActions, Map<String, RuleActionDefinitionData> ruleActionDefinitions) protected TreeNodeModel<ActionModel>ActionsEditorViewModel.convertActionToTreeNode(RuleActionData ruleAction, Map<String, RuleActionDefinitionData> ruleActionDefinitions, TreeNodeModel<ActionModel> parentNode) protected voidActionsEditorViewModel.loadActionDefinitions(Map<String, RuleActionDefinitionData> ruleActionDefinitions) protected voidActionsEditorViewModel.loadActions(Map<String, RuleActionDefinitionData> ruleActionDefinitions) -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.compiler
Methods in de.hybris.platform.ruleengineservices.compiler that return types with arguments of type RuleActionDefinitionDataModifier and TypeMethodDescriptionRuleCompilerContext.getActionDefinitions()Returns action definitions for ruleMethods in de.hybris.platform.ruleengineservices.compiler with parameters of type RuleActionDefinitionDataModifier 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. -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.compiler.impl
Methods in de.hybris.platform.ruleengineservices.compiler.impl that return types with arguments of type RuleActionDefinitionDataMethods in de.hybris.platform.ruleengineservices.compiler.impl with parameters of type RuleActionDefinitionDataModifier and TypeMethodDescriptionprotected voidDefaultRuleActionsTranslator.validateParameters(RuleCompilerContext context, RuleActionDefinitionData ruleDefinition, Map<String, RuleParameterData> parameters, Map<String, RuleParameterDefinitionData> parameterDefinitions) -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.definitions.actions
Methods in de.hybris.platform.ruleengineservices.definitions.actions with parameters of type RuleActionDefinitionDataModifier and TypeMethodDescriptionRuleExecutableActionTranslator.translate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition) voidRuleExecutableActionTranslator.validate(RuleCompilerContext context, RuleActionData action, RuleActionDefinitionData actionDefinition) -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.rule.services
Methods in de.hybris.platform.ruleengineservices.rule.services that return types with arguments of type RuleActionDefinitionDataModifier and TypeMethodDescriptionRuleActionsRegistry.getActionDefinitionsForRuleType(Class<?> ruleType) ReturnsRuleActionDefinitionDataobjects for given rule type.RuleActionsRegistry.getActionDefinitionsForRuleTypeAsMap(Class<?> ruleType) ReturnsRuleActionDefinitionDataobjects for given rule type.RuleActionsRegistry.getAllActionDefinitions()Returns allRuleActionDefinitionDataobjects.RuleActionsRegistry.getAllActionDefinitionsAsMap()Returns allRuleActionDefinitionDataobjects.Methods in de.hybris.platform.ruleengineservices.rule.services with parameters of type RuleActionDefinitionDataModifier and TypeMethodDescriptionRuleActionsService.createActionFromDefinition(RuleActionDefinitionData definition) Creates a new action from a definition.Method parameters in de.hybris.platform.ruleengineservices.rule.services with type arguments of type RuleActionDefinitionDataModifier 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.convertActionsFromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts the String representation toRuleActionDataobjects.RuleActionsService.convertActionsToString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts theRuleActionDataobjects to a String representation. -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.rule.services.impl
Methods in de.hybris.platform.ruleengineservices.rule.services.impl that return types with arguments of type RuleActionDefinitionDataModifier and TypeMethodDescriptionprotected List<RuleActionDefinitionData>DefaultRuleActionsRegistry.convertActionDefinitions(List<RuleActionDefinitionModel> definitions) DefaultRuleActionsRegistry.getActionDefinitionsForRuleType(Class<?> ruleType) DefaultRuleActionsRegistry.getActionDefinitionsForRuleTypeAsMap(Class<?> ruleType) DefaultRuleActionsRegistry.getAllActionDefinitions()DefaultRuleActionsRegistry.getAllActionDefinitionsAsMap()DefaultRuleActionsRegistry.getRuleActionDefinitionConverter()Methods in de.hybris.platform.ruleengineservices.rule.services.impl with parameters of type RuleActionDefinitionDataModifier and TypeMethodDescriptionDefaultRuleActionsService.createActionFromDefinition(RuleActionDefinitionData definition) Method parameters in de.hybris.platform.ruleengineservices.rule.services.impl with type arguments of type RuleActionDefinitionDataModifier and TypeMethodDescriptionDefaultRuleActionsService.buildActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) DefaultRuleActionsService.buildStyledActionBreadcrumbs(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) DefaultRuleActionsService.convertActionsFromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) DefaultRuleActionsService.convertActionsToString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) voidDefaultRuleActionsRegistry.setRuleActionDefinitionConverter(Converter<RuleActionDefinitionModel, RuleActionDefinitionData> ruleActionDefinitionConverter) -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators
Methods in de.hybris.platform.ruleengineservices.rule.services.impl.converters.populators with parameters of type RuleActionDefinitionDataModifier and TypeMethodDescriptionvoidRuleActionDefinitionPopulator.populate(RuleActionDefinitionModel source, RuleActionDefinitionData target) -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.rule.strategies
Method parameters in de.hybris.platform.ruleengineservices.rule.strategies with type arguments of type RuleActionDefinitionDataModifier 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.fromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts the String representation to action data objects.RuleActionsConverter.toString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions) Converts the action data objects to a String representation. -
Uses of RuleActionDefinitionData in de.hybris.platform.ruleengineservices.rule.strategies.impl
Method parameters in de.hybris.platform.ruleengineservices.rule.strategies.impl with type arguments of type RuleActionDefinitionDataModifier 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) DefaultRuleActionsConverter.fromString(String actions, Map<String, RuleActionDefinitionData> actionDefinitions) DefaultRuleActionsConverter.toString(List<RuleActionData> actions, Map<String, RuleActionDefinitionData> actionDefinitions)