Uses of Class
de.hybris.platform.ruleengineservices.enums.RuleStatus
-
Packages that use RuleStatus Package Description de.hybris.platform.personalizationpromotions.action de.hybris.platform.ruleengineservices.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.ruleengineservices.impex.impl de.hybris.platform.ruleengineservices.maintenance.tasks.impl de.hybris.platform.ruleengineservices.model Contains generated models for each type of de.hybris.platform.ruleengineservices.jalo package.de.hybris.platform.ruleengineservices.rule.dao de.hybris.platform.ruleengineservices.rule.dao.impl de.hybris.platform.ruleengineservices.rule.services de.hybris.platform.ruleengineservices.rule.services.impl de.hybris.platform.ruleengineservices.setup.tasks.impl de.hybris.platform.ruleengineservices.versioning.impl -
-
Uses of RuleStatus in de.hybris.platform.personalizationpromotions.action
Methods in de.hybris.platform.personalizationpromotions.action with parameters of type RuleStatus Modifier and Type Method Description voidCxPromotionActionIntegrationTest. executeTest(java.lang.String promotionId, RuleStatus expectedStatus) -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.enums
Methods in de.hybris.platform.ruleengineservices.enums that return RuleStatus Modifier and Type Method Description static RuleStatusRuleStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RuleStatus[]RuleStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.impex.impl
Methods in de.hybris.platform.ruleengineservices.impex.impl that return RuleStatus Modifier and Type Method Description protected RuleStatus[]RuleImportCondition. getLookupRuleStatuses() -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.maintenance.tasks.impl
Methods in de.hybris.platform.ruleengineservices.maintenance.tasks.impl with parameters of type RuleStatus Modifier and Type Method Description protected voidUpdateRulesStatusPostRulesModuleSwappingTask. updateRulesStatus(java.util.Collection<AbstractRuleModel> rules, RuleStatus status) -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.model
Methods in de.hybris.platform.ruleengineservices.model that return RuleStatus Modifier and Type Method Description RuleStatusAbstractRuleModel. getStatus()Generated method - Getter of theAbstractRule.statusattribute defined at extensionruleengineservices.Methods in de.hybris.platform.ruleengineservices.model with parameters of type RuleStatus Modifier and Type Method Description voidAbstractRuleModel. setStatus(RuleStatus value)Generated method - Setter ofAbstractRule.statusattribute defined at extensionruleengineservices. -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.rule.dao
Methods in de.hybris.platform.ruleengineservices.rule.dao with parameters of type RuleStatus Modifier and Type Method Description <T extends AbstractRuleModel>
java.util.List<T>RuleDao. findAllRulesWithStatuses(RuleStatus... ruleStatuses)Return all rule versions with one of the statuses listed in ruleStatuses param<T extends AbstractRuleModel>
java.util.List<T>RuleDao. findAllRuleVersionsByCodeAndStatus(java.lang.String code, RuleStatus ruleStatus)Return all rule versions with a given code and status<T extends AbstractRuleModel>
java.util.List<T>RuleDao. findAllRuleVersionsByCodeAndStatuses(java.lang.String code, RuleStatus... ruleStatuses)Return all rule versions with a given code and one of the statuses listed in ruleStatuses param.<T extends AbstractRuleModel>
java.util.List<T>RuleDao. findByVersionAndStatuses(java.lang.Long version, RuleStatus... ruleStatuses)Return all rules within statuses and versionjava.util.Optional<AbstractRuleModel>RuleDao. findRuleByCodeAndStatus(java.lang.String code, RuleStatus ruleStatus)Return a rule, having latest version with the status -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.rule.dao.impl
Methods in de.hybris.platform.ruleengineservices.rule.dao.impl with parameters of type RuleStatus Modifier and Type Method Description <T extends AbstractRuleModel>
java.util.List<T>DefaultRuleDao. findAllRulesWithStatuses(RuleStatus... ruleStatuses)<T extends AbstractRuleModel>
java.util.List<T>DefaultRuleDao. findAllRuleVersionsByCodeAndStatus(java.lang.String code, RuleStatus ruleStatus)<T extends AbstractRuleModel>
java.util.List<T>DefaultRuleDao. findAllRuleVersionsByCodeAndStatuses(java.lang.String code, RuleStatus... ruleStatuses)<T extends AbstractRuleModel>
java.util.List<T>DefaultRuleDao. findByVersionAndStatuses(java.lang.Long version, RuleStatus... ruleStatuses)java.util.Optional<AbstractRuleModel>DefaultRuleDao. findRuleByCodeAndStatus(java.lang.String code, RuleStatus ruleStatus) -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.rule.services
Methods in de.hybris.platform.ruleengineservices.rule.services with parameters of type RuleStatus Modifier and Type Method Description <T extends AbstractRuleModel>
java.util.List<T>RuleService. getAllRulesForCodeAndStatus(java.lang.String code, RuleStatus... ruleStatuses)Gets all versions ofAbstractRuleModelby code and status<T extends AbstractRuleModel>
java.util.List<T>RuleService. getAllRulesForStatus(RuleStatus... ruleStatuses)Gets all versions ofAbstractRuleModelby status -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.rule.services.impl
Methods in de.hybris.platform.ruleengineservices.rule.services.impl with parameters of type RuleStatus Modifier and Type Method Description <T extends AbstractRuleModel>
java.util.List<T>DefaultRuleService. getAllRulesForCodeAndStatus(java.lang.String code, RuleStatus... ruleStatuses)<T extends AbstractRuleModel>
java.util.List<T>DefaultRuleService. getAllRulesForStatus(RuleStatus... ruleStatuses) -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.setup.tasks.impl
Methods in de.hybris.platform.ruleengineservices.setup.tasks.impl with parameters of type RuleStatus Modifier and Type Method Description protected java.util.List<AbstractRuleModel>UpdateRuleStatusTask. changeStatus(RuleStatus fromStatus, RuleStatus toStatus)protected AbstractRuleModelUpdateRuleStatusTask. changeStatus(AbstractRuleModel rule, RuleStatus status)protected java.util.stream.Stream<SourceRuleModel>LinkSourceRulesTask. selectRules(RuleStatus... statuses)protected java.util.stream.Stream<SourceRuleModel>UpdateRuleStatusTask. selectRulesByStatus(RuleStatus status) -
Uses of RuleStatus in de.hybris.platform.ruleengineservices.versioning.impl
Methods in de.hybris.platform.ruleengineservices.versioning.impl with parameters of type RuleStatus Modifier and Type Method Description protected booleanSourceRuleModelHistoricalContentCreator. hasStatus(InterceptorContext ctx, SourceRuleModel sourceRule, RuleStatus ruleStatus)
-