org.broadleafcommerce.openadmin.client.translation.statement
public class PhraseTranslator extends Object
| Constructor and Description |
|---|
PhraseTranslator() |
| Modifier and Type | Method and Description |
|---|---|
Expression |
createExpression(String phrase) |
protected String[] |
extractComponents(String phrase) |
protected String[] |
extractProjection(String[] components) |
protected String[] |
extractSpecialComponents(String[] components,
String key) |
protected com.smartgwt.client.types.OperatorId |
getOperator(String field,
String operator,
String value,
boolean isNegation,
boolean isFieldComparison,
boolean isIgnoreCase) |
public Expression createExpression(String phrase) throws IncompatibleMVELTranslationException
protected String[] extractComponents(String phrase) throws IncompatibleMVELTranslationException
protected String[] extractSpecialComponents(String[] components, String key)
protected com.smartgwt.client.types.OperatorId getOperator(String field, String operator, String value, boolean isNegation, boolean isFieldComparison, boolean isIgnoreCase) throws IncompatibleMVELTranslationException
Copyright © 2015. All Rights Reserved.