|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterGeneratorException | |
---|---|
com.gentics.api.lib.expressionparser.filtergenerator |
Uses of FilterGeneratorException in com.gentics.api.lib.expressionparser.filtergenerator |
---|
Methods in com.gentics.api.lib.expressionparser.filtergenerator that throw FilterGeneratorException | |
---|---|
void |
DatasourceFilter.addBaseResolvable(String baseName,
Resolvable resolvable)
Add a base resolvable to the resolver with the given baseName |
boolean |
DatasourceFilter.allowsNullValues(String attributeName)
Determines if the given attribute may contain null values. |
FilterPart |
DatasourceFilter.generateConstantFilterPart(String constantString,
Object[] params)
Generate a filterpart for a constant string with optional parameters |
FilterPart |
DatasourceFilter.generateLiteralFilterPart(Object literal,
int expectedValueType)
Generate a filterpart for a literal. |
FilterPart |
DatasourceFilter.generateVariableFilterPart(String expressionName,
int expectedValueType)
Generate a filterpart for a variable. |
int |
DatasourceFilter.getValueType(String attributeName)
Get the value type of the given attribute |
String |
DatasourceFilter.getVariableName(String expressionName,
int expectedValueType)
Convert the name of a variable in the expression into the datasource specific name |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |