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