public interface SAMServiceAsync
| Modifier and Type | Method and Description |
|---|---|
void |
export(ArrayList<String[]> records,
String name,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getRecords(String type,
String scope,
String sortColumn,
String sortDir,
int start,
int limit,
String[] date,
com.google.gwt.user.client.rpc.AsyncCallback<List> callback) |
void |
getSAMTestsTypes(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getScopes(String type,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback) |
void |
getStartDate(String type,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
getStatistics(String type,
String scope,
String group,
String sortColumn,
String sortDir,
String[] date,
com.google.gwt.user.client.rpc.AsyncCallback<List> callback) |
void getScopes(String type, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void getStartDate(String type, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getSAMTestsTypes(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<String>> callback)
void getRecords(String type, String scope, String sortColumn, String sortDir, int start, int limit, String[] date, com.google.gwt.user.client.rpc.AsyncCallback<List> callback)
void getStatistics(String type, String scope, String group, String sortColumn, String sortDir, String[] date, com.google.gwt.user.client.rpc.AsyncCallback<List> callback)
Copyright © 2014. All Rights Reserved.