Uses of Class
com.gentics.api.lib.expressionparser.filtergenerator.FilterGeneratorException

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
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.