Uses of Enum Class
org.broadleafcommerce.openadmin.web.rulebuilder.BLCOperator
Packages that use BLCOperator
Package
Description
-
Uses of BLCOperator in org.broadleafcommerce.openadmin.web.rulebuilder
Methods in org.broadleafcommerce.openadmin.web.rulebuilder that return BLCOperatorModifier and TypeMethodDescriptionstatic BLCOperatorReturns the enum constant of this class with the specified name.static BLCOperator[]BLCOperator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.broadleafcommerce.openadmin.web.rulebuilder with parameters of type BLCOperatorModifier and TypeMethodDescriptionprotected voidDataDTOToMVELTranslator.buildExpression(ExpressionDTO expressionDTO, StringBuffer sb, String entityKey, BLCOperator operator, RuleBuilderFieldService fieldService) -
Uses of BLCOperator in org.broadleafcommerce.openadmin.web.rulebuilder.grouping
Methods in org.broadleafcommerce.openadmin.web.rulebuilder.grouping that return BLCOperatorMethods in org.broadleafcommerce.openadmin.web.rulebuilder.grouping with parameters of type BLCOperator -
Uses of BLCOperator in org.broadleafcommerce.openadmin.web.rulebuilder.statement
Fields in org.broadleafcommerce.openadmin.web.rulebuilder.statement declared as BLCOperatorMethods in org.broadleafcommerce.openadmin.web.rulebuilder.statement that return BLCOperatorModifier and TypeMethodDescriptionExpression.getOperator()protected BLCOperatorPhraseTranslator.getOperator(String field, String operator, String value, boolean isNegation, boolean isFieldComparison, boolean isIgnoreCase) Methods in org.broadleafcommerce.openadmin.web.rulebuilder.statement with parameters of type BLCOperator