Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101112 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
9773cf6512
commit
6c7a99b2fd
|
@ -52,6 +52,7 @@ import org.gcube.portlets.user.td.gwtservice.shared.tr.normalization.Normalizati
|
|||
import org.gcube.portlets.user.td.gwtservice.shared.tr.open.TDOpenSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.paging.CodelistPagingLoadConfig;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.paging.CodelistPagingLoadResult;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.resources.RemoveResourceSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.resources.ResourceTDDescriptor;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.resources.ResourceTDType;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.rows.DeleteRowsSession;
|
||||
|
@ -134,7 +135,7 @@ public interface TDGWTServiceAsync {
|
|||
|
||||
void getColumnWithViewColumnIncluded(TRId trId,
|
||||
AsyncCallback<ArrayList<ColumnData>> callback);
|
||||
|
||||
|
||||
void getColumnsForStatistical(TRId trId,
|
||||
AsyncCallback<ArrayList<ColumnData>> callback);
|
||||
|
||||
|
@ -368,6 +369,9 @@ public interface TDGWTServiceAsync {
|
|||
void getResourcesTDByType(TRId trId, ResourceTDType reourceTDType,
|
||||
AsyncCallback<ArrayList<ResourceTDDescriptor>> callback);
|
||||
|
||||
void removeResource(RemoveResourceSession removeResourceSession,
|
||||
AsyncCallback<Void> callback);
|
||||
|
||||
// GIS MAP
|
||||
void startMapCreation(MapCreationSession mapCreationSession,
|
||||
AsyncCallback<String> callback);
|
||||
|
|
Loading…
Reference in New Issue