Updated package name
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-sdmx-import-widget@84058 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dfc7f87d6e
commit
5170f9fbce
|
@ -5,7 +5,7 @@ package org.gcube.portlets.user.sdmximportwizardtd.client;
|
|||
|
||||
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.Agencies;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.Agencies;
|
||||
|
||||
import com.google.gwt.editor.client.Editor.Path;
|
||||
import com.sencha.gxt.core.client.ValueProvider;
|
||||
|
|
|
@ -5,7 +5,7 @@ package org.gcube.portlets.user.sdmximportwizardtd.client;
|
|||
|
||||
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.Codelist;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.Codelist;
|
||||
|
||||
import com.google.gwt.editor.client.Editor.Path;
|
||||
import com.sencha.gxt.core.client.ValueProvider;
|
||||
|
|
|
@ -8,8 +8,8 @@ import java.util.Arrays;
|
|||
import java.util.List;
|
||||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.dataresource.ResourceBundle;
|
||||
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.Codelist;
|
||||
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.Codelist;
|
||||
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
|
@ -186,7 +186,7 @@ public class CodelistSelectionPanel extends ContentPanel implements HasSelection
|
|||
|
||||
|
||||
protected void loadData(ListLoadConfig loadConfig, final AsyncCallback<ListLoadResult<Codelist>> callback) {
|
||||
TDGXTServiceAsync.INSTANCE.getCodelists(new AsyncCallback<ArrayList<Codelist>>() {
|
||||
TDGWTServiceAsync.INSTANCE.getCodelists(new AsyncCallback<ArrayList<Codelist>>() {
|
||||
|
||||
@Override
|
||||
public void onFailure(Throwable caught) {
|
||||
|
|
|
@ -5,7 +5,7 @@ package org.gcube.portlets.user.sdmximportwizardtd.client;
|
|||
|
||||
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.Dataset;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.Dataset;
|
||||
|
||||
import com.google.gwt.editor.client.Editor.Path;
|
||||
import com.sencha.gxt.core.client.ValueProvider;
|
||||
|
|
|
@ -7,8 +7,8 @@ import java.util.ArrayList;
|
|||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.Dataset;
|
||||
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.Dataset;
|
||||
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
|
@ -160,7 +160,7 @@ public class DatasetSelectionPanel extends ContentPanel implements HasSelectionH
|
|||
|
||||
|
||||
protected void loadData(ListLoadConfig loadConfig, final AsyncCallback<ListLoadResult<Dataset>> callback) {
|
||||
TDGXTServiceAsync.INSTANCE.getDatasets(new AsyncCallback<ArrayList<Dataset>>() {
|
||||
TDGWTServiceAsync.INSTANCE.getDatasets(new AsyncCallback<ArrayList<Dataset>>() {
|
||||
|
||||
@Override
|
||||
public void onFailure(Throwable caught) {
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
package org.gcube.portlets.user.sdmximportwizardtd.client;
|
||||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardCard;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.Codelist;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.Codelist;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
import com.google.gwt.event.logical.shared.SelectionEvent;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
package org.gcube.portlets.user.sdmximportwizardtd.client;
|
||||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardCard;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
*/
|
||||
package org.gcube.portlets.user.sdmximportwizardtd.client;
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.document.CodelistDocument;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.document.DatasetDocument;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.document.CodelistDocument;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.document.DatasetDocument;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardCard;
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package org.gcube.portlets.user.sdmximportwizardtd.client;
|
||||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardWindow;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -7,10 +7,10 @@ import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardCard;
|
|||
import org.gcube.portlets.user.sdmximportwizardtd.client.progress.ImportProgressBarUpdater;
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.progress.OperationProgressListener;
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.progress.OperationProgressUpdater;
|
||||
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.source.SDMXRegistrySource;
|
||||
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.source.SDMXRegistrySource;
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
import com.google.gwt.user.client.Command;
|
||||
|
@ -133,7 +133,7 @@ public class SDMXOperationInProgressCard extends WizardCard implements
|
|||
}
|
||||
|
||||
public void importSDMX() {
|
||||
TDGXTServiceAsync.INSTANCE.importSDMXClientLibraryRequest(
|
||||
TDGWTServiceAsync.INSTANCE.importSDMXClientLibraryRequest(
|
||||
importSession, new AsyncCallback<Void>() {
|
||||
|
||||
@Override
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
package org.gcube.portlets.user.sdmximportwizardtd.client;
|
||||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardCard;
|
||||
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.source.SDMXRegistrySource;
|
||||
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.source.SDMXRegistrySource;
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
import com.google.gwt.dom.client.Element;
|
||||
|
@ -141,7 +141,7 @@ public class SDMXRegistrySelectionCard extends WizardCard {
|
|||
((SDMXRegistrySource) importSession.getSource())
|
||||
.setUrl(url.getCurrentValue());
|
||||
|
||||
TDGXTServiceAsync.INSTANCE.setSDMXSession(
|
||||
TDGWTServiceAsync.INSTANCE.setSDMXSession(
|
||||
importSession, new AsyncCallback<Void>() {
|
||||
|
||||
@Override
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
package org.gcube.portlets.user.sdmximportwizardtd.client;
|
||||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardCard;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.TabResource;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.TabResource;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
import com.google.gwt.core.client.GWT;
|
||||
|
|
|
@ -5,10 +5,10 @@ package org.gcube.portlets.user.sdmximportwizardtd.client;
|
|||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.general.WizardCard;
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.source.FileSource;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.source.SDMXRegistrySource;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.source.WorkspaceSource;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportSession;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.source.FileSource;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.source.SDMXRegistrySource;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.source.WorkspaceSource;
|
||||
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
package org.gcube.portlets.user.sdmximportwizardtd.client.general;
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,7 +6,7 @@ package org.gcube.portlets.user.sdmximportwizardtd.client.general;
|
|||
import java.util.ArrayList;
|
||||
|
||||
import org.gcube.portlets.user.sdmximportwizardtd.client.util.ErrorMessageBox;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
|
||||
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
|
|
|
@ -6,7 +6,7 @@ package org.gcube.portlets.user.sdmximportwizardtd.client.progress;
|
|||
|
||||
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
import com.sencha.gxt.widget.core.client.ProgressBar;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*/
|
||||
package org.gcube.portlets.user.sdmximportwizardtd.client.progress;
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -5,9 +5,9 @@ package org.gcube.portlets.user.sdmximportwizardtd.client.progress;
|
|||
|
||||
import java.util.ArrayList;
|
||||
|
||||
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.sdmx.SDMXImportMonitor;
|
||||
import org.gcube.portlets.user.td.gxtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.TRId;
|
||||
import org.gcube.portlets.user.td.gwtservice.shared.sdmx.SDMXImportMonitor;
|
||||
|
||||
|
||||
import com.allen_sauer.gwt.log.client.Log;
|
||||
|
@ -33,7 +33,7 @@ public class OperationProgressUpdater extends Timer {
|
|||
@Override
|
||||
public void run() {
|
||||
Log.debug("requesting operation progress");
|
||||
TDGXTServiceAsync.INSTANCE.getSDMXImportMonitor(new AsyncCallback<SDMXImportMonitor>() {
|
||||
TDGWTServiceAsync.INSTANCE.getSDMXImportMonitor(new AsyncCallback<SDMXImportMonitor>() {
|
||||
|
||||
@Override
|
||||
public void onFailure(Throwable caught) {
|
||||
|
|
Loading…
Reference in New Issue