Class GeneratedRuleengineservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.ruleengineservices.jalo.GeneratedRuleengineservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
RuleengineservicesManager

public abstract class GeneratedRuleengineservicesManager extends Extension
Generated class for type RuleEngineServicesManager.
See Also:
  • Field Details

    • CAMPAIGN2SOURCERULERELATION_SRC_ORDERED

      protected static String CAMPAIGN2SOURCERULERELATION_SRC_ORDERED
      Relation ordering override parameter constants for Campaign2SourceRuleRelation from ((ruleengineservices))
    • CAMPAIGN2SOURCERULERELATION_TGT_ORDERED

      protected static String CAMPAIGN2SOURCERULERELATION_TGT_ORDERED
    • CAMPAIGN2SOURCERULERELATION_MARKMODIFIED

      protected static String CAMPAIGN2SOURCERULERELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for Campaign2SourceRuleRelation from ((ruleengineservices))
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedRuleengineservicesManager

      public GeneratedRuleengineservicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • createObjectPatternConstraint

      public ObjectPatternConstraint createObjectPatternConstraint(SessionContext ctx, Map attributeValues)
    • createObjectPatternConstraint

      public ObjectPatternConstraint createObjectPatternConstraint(Map attributeValues)
    • createRuleActionDefinition

      public RuleActionDefinition createRuleActionDefinition(SessionContext ctx, Map attributeValues)
    • createRuleActionDefinition

      public RuleActionDefinition createRuleActionDefinition(Map attributeValues)
    • createRuleActionDefinitionCategory

      public RuleActionDefinitionCategory createRuleActionDefinitionCategory(SessionContext ctx, Map attributeValues)
    • createRuleActionDefinitionCategory

      public RuleActionDefinitionCategory createRuleActionDefinitionCategory(Map attributeValues)
    • createRuleActionDefinitionParameter

      public RuleActionDefinitionParameter createRuleActionDefinitionParameter(SessionContext ctx, Map attributeValues)
    • createRuleActionDefinitionParameter

      public RuleActionDefinitionParameter createRuleActionDefinitionParameter(Map attributeValues)
    • createRuleActionDefinitionRuleTypeMapping

      public RuleActionDefinitionRuleTypeMapping createRuleActionDefinitionRuleTypeMapping(SessionContext ctx, Map attributeValues)
    • createRuleActionDefinitionRuleTypeMapping

      public RuleActionDefinitionRuleTypeMapping createRuleActionDefinitionRuleTypeMapping(Map attributeValues)
    • createRuleConditionDefinition

      public RuleConditionDefinition createRuleConditionDefinition(SessionContext ctx, Map attributeValues)
    • createRuleConditionDefinition

      public RuleConditionDefinition createRuleConditionDefinition(Map attributeValues)
    • createRuleConditionDefinitionCategory

      public RuleConditionDefinitionCategory createRuleConditionDefinitionCategory(SessionContext ctx, Map attributeValues)
    • createRuleConditionDefinitionCategory

      public RuleConditionDefinitionCategory createRuleConditionDefinitionCategory(Map attributeValues)
    • createRuleConditionDefinitionParameter

      public RuleConditionDefinitionParameter createRuleConditionDefinitionParameter(SessionContext ctx, Map attributeValues)
    • createRuleConditionDefinitionParameter

      public RuleConditionDefinitionParameter createRuleConditionDefinitionParameter(Map attributeValues)
    • createRuleConditionDefinitionRuleTypeMapping

      public RuleConditionDefinitionRuleTypeMapping createRuleConditionDefinitionRuleTypeMapping(SessionContext ctx, Map attributeValues)
    • createRuleConditionDefinitionRuleTypeMapping

      public RuleConditionDefinitionRuleTypeMapping createRuleConditionDefinitionRuleTypeMapping(Map attributeValues)
    • createRuleEngineCronJob

      public RuleEngineCronJob createRuleEngineCronJob(SessionContext ctx, Map attributeValues)
    • createRuleEngineCronJob

      public RuleEngineCronJob createRuleEngineCronJob(Map attributeValues)
    • createRuleEngineJob

      public RuleEngineJob createRuleEngineJob(SessionContext ctx, Map attributeValues)
    • createRuleEngineJob

      public RuleEngineJob createRuleEngineJob(Map attributeValues)
    • createRuleGroup

      public RuleGroup createRuleGroup(SessionContext ctx, Map attributeValues)
    • createRuleGroup

      public RuleGroup createRuleGroup(Map attributeValues)
    • createRuleToEngineRuleTypeMapping

      public RuleToEngineRuleTypeMapping createRuleToEngineRuleTypeMapping(SessionContext ctx, Map attributeValues)
    • createRuleToEngineRuleTypeMapping

      public RuleToEngineRuleTypeMapping createRuleToEngineRuleTypeMapping(Map attributeValues)
    • createSourceRule

      public SourceRule createSourceRule(SessionContext ctx, Map attributeValues)
    • createSourceRule

      public SourceRule createSourceRule(Map attributeValues)
    • createSourceRuleTemplate

      public SourceRuleTemplate createSourceRuleTemplate(SessionContext ctx, Map attributeValues)
    • createSourceRuleTemplate

      public SourceRuleTemplate createSourceRuleTemplate(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getMaxAllowedRuns

      public Integer getMaxAllowedRuns(SessionContext ctx, AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Returns:
      the maxAllowedRuns - Number of times rule can be applied
    • getMaxAllowedRuns

      public Integer getMaxAllowedRuns(AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Returns:
      the maxAllowedRuns - Number of times rule can be applied
    • getMaxAllowedRunsAsPrimitive

      public int getMaxAllowedRunsAsPrimitive(SessionContext ctx, AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Returns:
      the maxAllowedRuns - Number of times rule can be applied
    • getMaxAllowedRunsAsPrimitive

      public int getMaxAllowedRunsAsPrimitive(AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Returns:
      the maxAllowedRuns - Number of times rule can be applied
    • setMaxAllowedRuns

      public void setMaxAllowedRuns(SessionContext ctx, AbstractRuleEngineRule item, Integer value)
      Generated method - Setter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Parameters:
      value - the maxAllowedRuns - Number of times rule can be applied
    • setMaxAllowedRuns

      public void setMaxAllowedRuns(AbstractRuleEngineRule item, Integer value)
      Generated method - Setter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Parameters:
      value - the maxAllowedRuns - Number of times rule can be applied
    • setMaxAllowedRuns

      public void setMaxAllowedRuns(SessionContext ctx, AbstractRuleEngineRule item, int value)
      Generated method - Setter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Parameters:
      value - the maxAllowedRuns - Number of times rule can be applied
    • setMaxAllowedRuns

      public void setMaxAllowedRuns(AbstractRuleEngineRule item, int value)
      Generated method - Setter of the AbstractRuleEngineRule.maxAllowedRuns attribute.
      Parameters:
      value - the maxAllowedRuns - Number of times rule can be applied
    • getMessageFired

      public String getMessageFired(SessionContext ctx, AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.messageFired attribute.
      Returns:
      the messageFired - Message for fired rule.
    • getMessageFired

      public String getMessageFired(AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.messageFired attribute.
      Returns:
      the messageFired - Message for fired rule.
    • getAllMessageFired

      public Map<Language,String> getAllMessageFired(SessionContext ctx, AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.messageFired attribute.
      Returns:
      the localized messageFired - Message for fired rule.
    • getAllMessageFired

      public Map<Language,String> getAllMessageFired(AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.messageFired attribute.
      Returns:
      the localized messageFired - Message for fired rule.
    • setMessageFired

      public void setMessageFired(SessionContext ctx, AbstractRuleEngineRule item, String value)
      Generated method - Setter of the AbstractRuleEngineRule.messageFired attribute.
      Parameters:
      value - the messageFired - Message for fired rule.
    • setMessageFired

      public void setMessageFired(AbstractRuleEngineRule item, String value)
      Generated method - Setter of the AbstractRuleEngineRule.messageFired attribute.
      Parameters:
      value - the messageFired - Message for fired rule.
    • setAllMessageFired

      public void setAllMessageFired(SessionContext ctx, AbstractRuleEngineRule item, Map<Language,String> value)
      Generated method - Setter of the AbstractRuleEngineRule.messageFired attribute.
      Parameters:
      value - the messageFired - Message for fired rule.
    • setAllMessageFired

      public void setAllMessageFired(AbstractRuleEngineRule item, Map<Language,String> value)
      Generated method - Setter of the AbstractRuleEngineRule.messageFired attribute.
      Parameters:
      value - the messageFired - Message for fired rule.
    • getRuleGroupCode

      public String getRuleGroupCode(SessionContext ctx, AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.ruleGroupCode attribute.
      Returns:
      the ruleGroupCode - The code of the rule group that this rule is part of (derived from the AbstractRule).
    • getRuleGroupCode

      public String getRuleGroupCode(AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.ruleGroupCode attribute.
      Returns:
      the ruleGroupCode - The code of the rule group that this rule is part of (derived from the AbstractRule).
    • setRuleGroupCode

      public void setRuleGroupCode(SessionContext ctx, AbstractRuleEngineRule item, String value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleGroupCode attribute.
      Parameters:
      value - the ruleGroupCode - The code of the rule group that this rule is part of (derived from the AbstractRule).
    • setRuleGroupCode

      public void setRuleGroupCode(AbstractRuleEngineRule item, String value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleGroupCode attribute.
      Parameters:
      value - the ruleGroupCode - The code of the rule group that this rule is part of (derived from the AbstractRule).
    • getRuleParameters

      public String getRuleParameters(SessionContext ctx, AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.ruleParameters attribute.
      Returns:
      the ruleParameters
    • getRuleParameters

      public String getRuleParameters(AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.ruleParameters attribute.
      Returns:
      the ruleParameters
    • setRuleParameters

      public void setRuleParameters(SessionContext ctx, AbstractRuleEngineRule item, String value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleParameters attribute.
      Parameters:
      value - the ruleParameters
    • setRuleParameters

      public void setRuleParameters(AbstractRuleEngineRule item, String value)
      Generated method - Setter of the AbstractRuleEngineRule.ruleParameters attribute.
      Parameters:
      value - the ruleParameters
    • getSourceRule

      public AbstractRule getSourceRule(SessionContext ctx, AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.sourceRule attribute.
      Returns:
      the sourceRule
    • getSourceRule

      public AbstractRule getSourceRule(AbstractRuleEngineRule item)
      Generated method - Getter of the AbstractRuleEngineRule.sourceRule attribute.
      Returns:
      the sourceRule
    • setSourceRule

      public void setSourceRule(SessionContext ctx, AbstractRuleEngineRule item, AbstractRule value)
      Generated method - Setter of the AbstractRuleEngineRule.sourceRule attribute.
      Parameters:
      value - the sourceRule
    • setSourceRule

      public void setSourceRule(AbstractRuleEngineRule item, AbstractRule value)
      Generated method - Setter of the AbstractRuleEngineRule.sourceRule attribute.
      Parameters:
      value - the sourceRule
    • getSourceRules

      public Set<SourceRule> getSourceRules(SessionContext ctx, Campaign item)
      Generated method - Getter of the Campaign.sourceRules attribute.
      Returns:
      the sourceRules
    • getSourceRules

      public Set<SourceRule> getSourceRules(Campaign item)
      Generated method - Getter of the Campaign.sourceRules attribute.
      Returns:
      the sourceRules
    • getSourceRulesCount

      public long getSourceRulesCount(SessionContext ctx, Campaign item)
    • getSourceRulesCount

      public long getSourceRulesCount(Campaign item)
    • setSourceRules

      public void setSourceRules(SessionContext ctx, Campaign item, Set<SourceRule> value)
      Generated method - Setter of the Campaign.sourceRules attribute.
      Parameters:
      value - the sourceRules
    • setSourceRules

      public void setSourceRules(Campaign item, Set<SourceRule> value)
      Generated method - Setter of the Campaign.sourceRules attribute.
      Parameters:
      value - the sourceRules
    • addToSourceRules

      public void addToSourceRules(SessionContext ctx, Campaign item, SourceRule value)
      Generated method - Adds value to sourceRules.
      Parameters:
      value - the item to add to sourceRules
    • addToSourceRules

      public void addToSourceRules(Campaign item, SourceRule value)
      Generated method - Adds value to sourceRules.
      Parameters:
      value - the item to add to sourceRules
    • removeFromSourceRules

      public void removeFromSourceRules(SessionContext ctx, Campaign item, SourceRule value)
      Generated method - Removes value from sourceRules.
      Parameters:
      value - the item to remove from sourceRules
    • removeFromSourceRules

      public void removeFromSourceRules(Campaign item, SourceRule value)
      Generated method - Removes value from sourceRules.
      Parameters:
      value - the item to remove from sourceRules