org.gcube.messaging.common.consumerlibrary.query
Class AccountingQuery

java.lang.Object
  extended by org.gcube.messaging.common.consumerlibrary.query.Query<ConsumerCL>
      extended by org.gcube.messaging.common.consumerlibrary.query.AccountingQuery
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NodeAccountingQuery, PortalAccountingQuery

public class AccountingQuery
extends Query<ConsumerCL>

Author:
Andrea Manzi(CERN)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.gcube.messaging.common.consumerlibrary.query.Query
call, dateFormat, groupClause, limitClause, orderClause, query, results
 
Constructor Summary
AccountingQuery()
           
 
Method Summary
 String performQuery()
          The method implemented by subclasses, that performed the query
 
Methods inherited from class org.gcube.messaging.common.consumerlibrary.query.Query
getCall, getDimensions, getGroupClause, getLimitClause, getOrderClause, getQuery, getResults, getResultsAsArray, printQueryResults, query, setCall, setGroupClause, setLimitClause, setLimitClause, setOrderClause, setQuery, setResults, toJSON
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountingQuery

public AccountingQuery()
Method Detail

performQuery

public String performQuery()
                    throws Exception
Description copied from class: Query
The method implemented by subclasses, that performed the query

Specified by:
performQuery in class Query<ConsumerCL>
Returns:
the query result as a string
Throws:
Exception


Copyright © 2013. All Rights Reserved.