public interface NodeAccountingService
extends com.google.gwt.user.client.rpc.RemoteService
Modifier and Type | Method and Description |
---|---|
String |
export(ArrayList<String[]> records,
String name) |
Map<String,ArrayList<String>> |
getGHNs() |
String |
getRecords(String ghn,
String scope,
String serviceClass,
String serviceName,
String sortColumn,
String sortDir,
int start,
int limit,
String[] date) |
ArrayList<ArrayList<String>> |
getScopes() |
Map<String,ArrayList<String>> |
getServices() |
String |
getStartDate() |
String |
getStatistics(String serviceClass,
String serviceName,
String callerScope,
String ghn,
String groupBy,
String sortColumn,
String sortDir,
String[] dates) |
String getRecords(String ghn, String scope, String serviceClass, String serviceName, String sortColumn, String sortDir, int start, int limit, String[] date) throws Exception
Exception
String getStatistics(String serviceClass, String serviceName, String callerScope, String ghn, String groupBy, String sortColumn, String sortDir, String[] dates) throws Exception
Exception
Copyright © 2014. All Rights Reserved.