Uses of Class
edu.mayo.bsi.ngsportal.shared.SGEScriptSummary

Packages that use SGEScriptSummary
edu.mayo.bsi.ngsportal.server   
edu.mayo.bsi.ngsportal.shared   
 

Uses of SGEScriptSummary in edu.mayo.bsi.ngsportal.server
 

Methods in edu.mayo.bsi.ngsportal.server that return types with arguments of type SGEScriptSummary
 List<SGEScriptSummary> NGSPortalServiceImpl.getAvgCPUSecondsPerScript(SGEFilter filter, int connectionID)
           
 List<SGEScriptSummary> NGSPortalServiceImpl.getAvgRun(SGEFilter filter, int connectionID)
           
 List<SGEScriptSummary> NGSPortalServiceImpl.getScriptInvocations(SGEFilter filter, int connectionID)
           
 List<SGEScriptSummary> NGSPortalServiceImpl.getSumCPUSecondsPerScript(SGEFilter filter, int connectionID)
           
 

Uses of SGEScriptSummary in edu.mayo.bsi.ngsportal.shared
 

Methods in edu.mayo.bsi.ngsportal.shared that return types with arguments of type SGEScriptSummary
 List<SGEScriptSummary> NGSPortalService.getAvgCPUSecondsPerScript(SGEFilter filter, int connectionID)
          Queries the portal database and returns a list of SGEScriptSummary containing the average of cpuseconds consumed by the scripts defined by the provided SGEFilter
 List<SGEScriptSummary> NGSPortalService.getAvgRun(SGEFilter filter, int connectionID)
          Queries the portal database and returns a list of SGEScriptSummary containing the sum of cpuseconds consumed by the scripts defined by the provided SGEFilter
 List<SGEScriptSummary> NGSPortalService.getScriptInvocations(SGEFilter filter, int connectionID)
          Queries the portal database and returns a list of SGEScriptSummary containing the total script invocations in the runs defined by the provided SGEFilter
 List<SGEScriptSummary> NGSPortalService.getSumCPUSecondsPerScript(SGEFilter filter, int connectionID)
          Queries the portal database and returns a list of SGEScriptSummary containing the sum of cpuseconds consumed by the scripts defined by the provided SGEFilter
 

Method parameters in edu.mayo.bsi.ngsportal.shared with type arguments of type SGEScriptSummary
 void NGSPortalServiceAsync.getAvgCPUSecondsPerScript(SGEFilter filter, int connectionID, com.google.gwt.user.client.rpc.AsyncCallback<List<SGEScriptSummary>> callback)
           
 void NGSPortalServiceAsync.getAvgRun(SGEFilter filter, int connectionID, com.google.gwt.user.client.rpc.AsyncCallback<List<SGEScriptSummary>> callback)
           
 void NGSPortalServiceAsync.getScriptInvocations(SGEFilter filter, int connectionID, com.google.gwt.user.client.rpc.AsyncCallback<List<SGEScriptSummary>> callback)
           
 void NGSPortalServiceAsync.getSumCPUSecondsPerScript(SGEFilter filter, int connectionID, com.google.gwt.user.client.rpc.AsyncCallback<List<SGEScriptSummary>> callback)