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(java.lang.String baseName, Resolvable resolvable)
          Add a base resolvable to the resolver with the given baseName
 boolean DatasourceFilter.allowsNullValues(java.lang.String attributeName)
          Determines if the given attribute may contain null values.
 FilterPart DatasourceFilter.generateConstantFilterPart(java.lang.String constantString, java.lang.Object[] params)
          Generate a filterpart for a constant string with optional parameters
 FilterPart DatasourceFilter.generateLiteralFilterPart(java.lang.Object literal, int expectedValueType)
          Generate a filterpart for a literal.
 FilterPart DatasourceFilter.generateVariableFilterPart(java.lang.String expressionName, int expectedValueType)
          Generate a filterpart for a variable.
 int DatasourceFilter.getValueType(java.lang.String attributeName)
          Get the value type of the given attribute
 java.lang.String DatasourceFilter.getVariableName(java.lang.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.