Uses of Class
org.gcube.portlets.user.td.gwtservice.shared.TDGWTServiceException

Packages that use TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.client.rpc   
org.gcube.portlets.user.td.gwtservice.server   
 

Uses of TDGWTServiceException in org.gcube.portlets.user.td.gwtservice.client.rpc
 

Methods in org.gcube.portlets.user.td.gwtservice.client.rpc that throw TDGWTServiceException
 ArrayList<CSVRowError> TDGWTService.checkCSV(long errorsLimit)
           
 ArrayList<String> TDGWTService.configureCSVParser(String encoding, HeaderPresence headerPresence, char delimiter, char comment)
           
 TabResource TDGWTService.createTabularResource(TabResource tabResource)
          Creates a TabResource on Service
 ArrayList<Agencies> TDGWTService.getAgencies()
          Get Agecies on a registry
 AvailableCharsetList TDGWTService.getAvailableCharset()
           
 ArrayList<Codelist> TDGWTService.getCodelists()
          Get Codelist on a registry
 CSVImportMonitor TDGWTService.getCSVImportMonitor()
          Get Operation Monitor during the CSV Import operation
 ArrayList<Dataset> TDGWTService.getDatasets()
          Get Datasets on a registry
 FileUploadMonitor TDGWTService.getFileUploadMonitor()
          Get File Upload Monitor during the file upload operation in Import CSV
 SDMXImportMonitor TDGWTService.getSDMXImportMonitor()
          Get Operation Monitor during the SDMX Import operation
 TabResource TDGWTService.getTabResourceInformation()
          Get informations on the current tabular resource
 List<TabResource> TDGWTService.getTabularResources()
          Return all tabular resource of a user
 void TDGWTService.setCSVSession(CSVImportSession s)
           
 void TDGWTService.setSDMXSession(SDMXImportSession s)
          Set SDMXImportSession for SDMX Import
 void TDGWTService.setTabResource(TabResource tr)
          Set current tabular resource
 void TDGWTService.setTDOpenSession(TDOpenSession s)
          Set open session for return all tabular resource of a user
 void TDGWTService.startCSVImport(CSVImportSession s)
          Start CSV Import and invokes the client library
 void TDGWTService.startSDMXImport(SDMXImportSession s)
          Start SDMX Import and invokes the client library
 

Uses of TDGWTServiceException in org.gcube.portlets.user.td.gwtservice.server
 

Methods in org.gcube.portlets.user.td.gwtservice.server that throw TDGWTServiceException
 ArrayList<CSVRowError> TDGWTServiceImpl.checkCSV(long errorsLimit)
          
 ArrayList<String> TDGWTServiceImpl.configureCSVParser(String encoding, HeaderPresence headerPresence, char delimiter, char comment)
           
 TabResource TDGWTServiceImpl.createTabularResource(TabResource tabResource)
          Creates a TabResource on Service
 ArrayList<Agencies> TDGWTServiceImpl.getAgencies()
          Get Agecies on a registry
 AvailableCharsetList TDGWTServiceImpl.getAvailableCharset()
          
 ArrayList<Codelist> TDGWTServiceImpl.getCodelists()
          Get Codelist on a registry
 CSVImportMonitor TDGWTServiceImpl.getCSVImportMonitor()
          Get Operation Monitor during the CSV Import operation
 ArrayList<Dataset> TDGWTServiceImpl.getDatasets()
          Get Datasets on a registry
protected  org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation TDGWTServiceImpl.getEligibleOperationWithId(String op, List<org.gcube.data.analysis.tabulardata.operation.worker.EligibleOperation> capabilities)
           
 FileUploadMonitor TDGWTServiceImpl.getFileUploadMonitor()
          Get File Upload Monitor during the file upload operation in Import CSV
 SDMXImportMonitor TDGWTServiceImpl.getSDMXImportMonitor()
          Get Operation Monitor during the SDMX Import operation
 TabResource TDGWTServiceImpl.getTabResourceInformation()
          Get informations on the current tabular resource
 ArrayList<TabResource> TDGWTServiceImpl.getTabularResources()
          Return all tabular resource of a user
protected  void TDGWTServiceImpl.importCSVFileOnService(String user, FileUploadSession fileUploadSession, CSVImportSession csvImportSession)
           
 void TDGWTServiceImpl.removeTabularResource(TabResource tabResource)
           
protected  void TDGWTServiceImpl.retriveTRMetadataFromService(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr)
           
protected  TabResource TDGWTServiceImpl.retriveTRMetadataFromService(org.gcube.data.analysis.tabulardata.service.tabular.TabularResource tr, int i)
          Retrieves the informations for a specific Tabular Resource from service
 void TDGWTServiceImpl.setCSVSession(CSVImportSession importSession)
          
 void TDGWTServiceImpl.setSDMXSession(SDMXImportSession sdmxImportSession)
          Set SDMXImportSession for SDMX Import
 void TDGWTServiceImpl.setTabResource(TabResource tabResource)
          Set current tabular resource
 void TDGWTServiceImpl.setTDOpenSession(TDOpenSession s)
          Set open session for return all tabular resource of a user
 void TDGWTServiceImpl.startCSVImport(CSVImportSession csvImportSession)
          Start CSV Import and invokes the client library
 void TDGWTServiceImpl.startSDMXImport(SDMXImportSession sdmxImportSession)
          Start SDMX Import and invokes the client library
 



Copyright © 2014. All Rights Reserved.