public class SAMServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements SAMService
| Modifier and Type | Field and Description |
|---|---|
static String |
DATE_FORMAT |
static SimpleDateFormat |
format |
| Constructor and Description |
|---|
SAMServiceImpl() |
| 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 scope,
String group,
String sortColumn,
String sortDir,
String[] date) |
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, servicepublic static final String DATE_FORMAT
public static final SimpleDateFormat format
public List getRecords(String type, String scope, String sortColumn, String sortDir, int start, int limit, String[] date) throws Exception
getRecords in interface SAMServiceExceptionpublic String getStartDate(String type) throws Exception
getStartDate in interface SAMServiceExceptionpublic ArrayList<String> getScopes(String type) throws Exception
getScopes in interface SAMServiceExceptionpublic ArrayList<String> getSAMTestsTypes() throws Exception
getSAMTestsTypes in interface SAMServiceExceptionpublic List getStatistics(String type, String scope, String group, String sortColumn, String sortDir, String[] date) throws Exception
getStatistics in interface SAMServiceExceptionCopyright © 2014. All Rights Reserved.