Uses of Interface
org.broadleafcommerce.common.rule.SimpleRule
Packages that use SimpleRule
Package
Description
-
Uses of SimpleRule in org.broadleafcommerce.cms.page.domain
Subinterfaces of SimpleRule in org.broadleafcommerce.cms.page.domainModifier and TypeInterfaceDescriptioninterface
Implementations hold the values for a rule used to determine if aPage
should be displayed.Classes in org.broadleafcommerce.cms.page.domain that implement SimpleRule -
Uses of SimpleRule in org.broadleafcommerce.cms.structure.domain
Subinterfaces of SimpleRule in org.broadleafcommerce.cms.structure.domainModifier and TypeInterfaceDescriptioninterface
Implementations hold the values for a rule used to determine if aStructuredContent
item should be displayed.Classes in org.broadleafcommerce.cms.structure.domain that implement SimpleRule -
Uses of SimpleRule in org.broadleafcommerce.core.offer.domain
Subinterfaces of SimpleRule in org.broadleafcommerce.core.offer.domainClasses in org.broadleafcommerce.core.offer.domain that implement SimpleRule -
Uses of SimpleRule in org.broadleafcommerce.openadmin.server.service.persistence.module.provider
Methods in org.broadleafcommerce.openadmin.server.service.persistence.module.provider with parameters of type SimpleRuleModifier and TypeMethodDescriptionprotected Property
RuleFieldPersistenceProvider.convertSimpleRuleToJson
(MVELToDataWrapperTranslator translator, com.fasterxml.jackson.databind.ObjectMapper mapper, SimpleRule simpleRule, String jsonProp, String fieldService) protected Long
RuleFieldPersistenceProvider.getContainedRuleId
(SimpleRule simpleRule, jakarta.persistence.EntityManager em) protected Long
RuleFieldPersistenceProvider.getRuleId
(SimpleRule rule, jakarta.persistence.EntityManager em) protected void
RuleFieldPersistenceProvider.updateSimpleRule
(PopulateValueRequest populateValueRequest, String mvel, boolean persist, SimpleRule rule)