org.gcube.data.analysis.tabulardata.client
Interface TestService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
TestServiceImpl

@RemoteServiceRelativePath(value="testService")
public interface TestService
extends com.google.gwt.user.client.rpc.RemoteService

The client side stub for the RPC service.


Method Summary
 org.gcube.data.analysis.tabulardata.model.column.Column testColumn(org.gcube.data.analysis.tabulardata.model.column.Column column)
           
 org.gcube.data.analysis.tabulardata.model.table.Table testTable(org.gcube.data.analysis.tabulardata.model.table.Table table)
           
 

Method Detail

testTable

org.gcube.data.analysis.tabulardata.model.table.Table testTable(org.gcube.data.analysis.tabulardata.model.table.Table table)
                                                                throws IllegalArgumentException
Throws:
IllegalArgumentException

testColumn

org.gcube.data.analysis.tabulardata.model.column.Column testColumn(org.gcube.data.analysis.tabulardata.model.column.Column column)
                                                                   throws IllegalArgumentException
Throws:
IllegalArgumentException


Copyright © 2013. All Rights Reserved.