JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.broadleafcommerce.common.rule
Interface RuleProcessor<T>
All Known Implementing Classes:
AbstractRuleProcessor
public interface
RuleProcessor<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
checkForMatch
(
T
sc,
Map
<
String
,
Object
> valueMap)
Method Details
checkForMatch
boolean
checkForMatch
(
T
sc,
Map
<
String
,
Object
> valueMap)