org.opentaps.analytics.gwt.query.client
Interface QueryBuilderService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
QueryBuilderServiceImpl

public interface QueryBuilderService
extends com.google.gwt.user.client.rpc.RemoteService

RPC service to read the configured filters available for each dimension and autocomplete values.


Method Summary
 java.util.List<ConditionDef> getAvailableConditions(java.lang.String report)
          Gets the list of ConditionDef configured for particular report.
 java.util.List<ValueDef> getConditionValues(java.lang.String conditionId)
          Gets the list of values applicable for the condition field.
 

Method Detail

getAvailableConditions

java.util.List<ConditionDef> getAvailableConditions(java.lang.String report)
Gets the list of ConditionDef configured for particular report.

Returns:
the list of ConditionDef configured

getConditionValues

java.util.List<ValueDef> getConditionValues(java.lang.String conditionId)
Gets the list of values applicable for the condition field.

Parameters:
conditionId - a String value
Returns:
the list of values