Fixed package name

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-csv-import-widget@84029 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-10-24 12:39:01 +00:00
parent 6118145465
commit 1d079a510c
14 changed files with 32 additions and 32 deletions

View File

@ -5,11 +5,11 @@ import java.util.ArrayList;
import org.gcube.portlets.user.csvimportwizardtd.client.csvgrid.CSVGrid; import org.gcube.portlets.user.csvimportwizardtd.client.csvgrid.CSVGrid;
import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard; import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard;
import org.gcube.portlets.user.csvimportwizardtd.client.util.ErrorMessageBox; import org.gcube.portlets.user.csvimportwizardtd.client.util.ErrorMessageBox;
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync; import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
import org.gcube.portlets.user.td.gxtservice.shared.csv.AvailableCharsetList; import org.gcube.portlets.user.td.gwtservice.shared.csv.AvailableCharsetList;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVImportSession; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportSession;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVRowError; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVRowError;
import org.gcube.portlets.user.td.gxtservice.shared.file.HeaderPresence; import org.gcube.portlets.user.td.gwtservice.shared.file.HeaderPresence;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.core.client.GWT; import com.google.gwt.core.client.GWT;
@ -250,7 +250,7 @@ public class CSVConfigCard extends WizardCard {
csvCheckPanel.setActiveCheckingPanel(); csvCheckPanel.setActiveCheckingPanel();
csvCheckPanel.getCheckConfiguration().setEnabled(false); csvCheckPanel.getCheckConfiguration().setEnabled(false);
TDGXTServiceAsync.INSTANCE.checkCSV(100, TDGWTServiceAsync.INSTANCE.checkCSV(100,
new AsyncCallback<ArrayList<CSVRowError>>() { new AsyncCallback<ArrayList<CSVRowError>>() {
@Override @Override
@ -291,7 +291,7 @@ public class CSVConfigCard extends WizardCard {
String encoding = encodings.getCurrentValue(); String encoding = encodings.getCurrentValue();
char commentChar = commentField.getValue().charAt(0); char commentChar = commentField.getValue().charAt(0);
TDGXTServiceAsync.INSTANCE.configureCSVParser(encoding, headerPresence, TDGWTServiceAsync.INSTANCE.configureCSVParser(encoding, headerPresence,
delimiter, commentChar, new AsyncCallback<ArrayList<String>>() { delimiter, commentChar, new AsyncCallback<ArrayList<String>>() {
@Override @Override
@ -346,7 +346,7 @@ public class CSVConfigCard extends WizardCard {
setEnableNextButton(false); setEnableNextButton(false);
encodings.focus(); encodings.focus();
TDGXTServiceAsync.INSTANCE TDGWTServiceAsync.INSTANCE
.getAvailableCharset(new AsyncCallback<AvailableCharsetList>() { .getAvailableCharset(new AsyncCallback<AvailableCharsetList>() {
@Override @Override

View File

@ -2,7 +2,7 @@ package org.gcube.portlets.user.csvimportwizardtd.client;
import java.util.ArrayList; import java.util.ArrayList;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVRowError; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVRowError;

View File

@ -1,7 +1,7 @@
package org.gcube.portlets.user.csvimportwizardtd.client; package org.gcube.portlets.user.csvimportwizardtd.client;
import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardWindow; import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardWindow;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVImportSession; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportSession;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.user.client.Command; import com.google.gwt.user.client.Command;

View File

@ -4,8 +4,8 @@
package org.gcube.portlets.user.csvimportwizardtd.client; package org.gcube.portlets.user.csvimportwizardtd.client;
import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard; import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard;
import org.gcube.portlets.user.td.gxtservice.shared.TabResource; import org.gcube.portlets.user.td.gwtservice.shared.TabResource;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVImportSession; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportSession;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.user.client.Command; import com.google.gwt.user.client.Command;

View File

@ -4,7 +4,7 @@
package org.gcube.portlets.user.csvimportwizardtd.client; package org.gcube.portlets.user.csvimportwizardtd.client;
import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard; import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVImportSession; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportSession;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.user.client.Command; import com.google.gwt.user.client.Command;

View File

@ -4,7 +4,7 @@ import java.util.ArrayList;
import org.gcube.portlets.user.csvimportwizardtd.client.dataresource.ResourceBundle; import org.gcube.portlets.user.csvimportwizardtd.client.dataresource.ResourceBundle;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVRowError; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVRowError;
import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickEvent;
import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.event.dom.client.ClickHandler;

View File

@ -5,9 +5,9 @@ package org.gcube.portlets.user.csvimportwizardtd.client;
import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard; import org.gcube.portlets.user.csvimportwizardtd.client.general.WizardCard;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVImportSession; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportSession;
import org.gcube.portlets.user.td.gxtservice.shared.source.FileSource; import org.gcube.portlets.user.td.gwtservice.shared.source.FileSource;
import org.gcube.portlets.user.td.gxtservice.shared.source.WorkspaceSource; import org.gcube.portlets.user.td.gwtservice.shared.source.WorkspaceSource;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.event.logical.shared.ValueChangeEvent; import com.google.gwt.event.logical.shared.ValueChangeEvent;

View File

@ -3,7 +3,7 @@
*/ */
package org.gcube.portlets.user.csvimportwizardtd.client.general; package org.gcube.portlets.user.csvimportwizardtd.client.general;
import org.gcube.portlets.user.td.gxtservice.shared.TRId; import org.gcube.portlets.user.td.gwtservice.shared.TRId;
/** /**

View File

@ -6,7 +6,7 @@ package org.gcube.portlets.user.csvimportwizardtd.client.general;
import java.util.ArrayList; import java.util.ArrayList;
import org.gcube.portlets.user.csvimportwizardtd.client.util.ErrorMessageBox; import org.gcube.portlets.user.csvimportwizardtd.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; import com.allen_sauer.gwt.log.client.Log;

View File

@ -6,7 +6,7 @@ package org.gcube.portlets.user.csvimportwizardtd.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.allen_sauer.gwt.log.client.Log;
import com.sencha.gxt.widget.core.client.ProgressBar; import com.sencha.gxt.widget.core.client.ProgressBar;

View File

@ -3,7 +3,7 @@
*/ */
package org.gcube.portlets.user.csvimportwizardtd.client.progress; package org.gcube.portlets.user.csvimportwizardtd.client.progress;
import org.gcube.portlets.user.td.gxtservice.shared.TRId; import org.gcube.portlets.user.td.gwtservice.shared.TRId;

View File

@ -5,9 +5,9 @@ package org.gcube.portlets.user.csvimportwizardtd.client.progress;
import java.util.ArrayList; import java.util.ArrayList;
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync; import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
import org.gcube.portlets.user.td.gxtservice.shared.TRId; import org.gcube.portlets.user.td.gwtservice.shared.TRId;
import org.gcube.portlets.user.td.gxtservice.shared.csv.CSVImportMonitor; import org.gcube.portlets.user.td.gwtservice.shared.csv.CSVImportMonitor;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
@ -33,7 +33,7 @@ public class CSVImportProgressUpdater extends Timer {
@Override @Override
public void run() { public void run() {
Log.debug("requesting operation progress"); Log.debug("requesting operation progress");
TDGXTServiceAsync.INSTANCE.getCSVImportMonitor(new AsyncCallback<CSVImportMonitor>() { TDGWTServiceAsync.INSTANCE.getCSVImportMonitor(new AsyncCallback<CSVImportMonitor>() {
@Override @Override
public void onFailure(Throwable caught) { public void onFailure(Throwable caught) {

View File

@ -5,8 +5,8 @@ package org.gcube.portlets.user.csvimportwizardtd.client.progress;
import java.util.ArrayList; import java.util.ArrayList;
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync; import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
import org.gcube.portlets.user.td.gxtservice.shared.file.FileUploadMonitor; import org.gcube.portlets.user.td.gwtservice.shared.file.FileUploadMonitor;
import com.allen_sauer.gwt.log.client.Log; import com.allen_sauer.gwt.log.client.Log;
import com.google.gwt.user.client.Timer; import com.google.gwt.user.client.Timer;
@ -31,7 +31,7 @@ public class FileUploadProgressUpdater extends Timer {
@Override @Override
public void run() { public void run() {
Log.debug("requesting operation progress"); Log.debug("requesting operation progress");
TDGXTServiceAsync.INSTANCE.getFileUploadMonitor(new AsyncCallback<FileUploadMonitor>() { TDGWTServiceAsync.INSTANCE.getFileUploadMonitor(new AsyncCallback<FileUploadMonitor>() {
@Override @Override
public void onFailure(Throwable caught) { public void onFailure(Throwable caught) {

View File

@ -2,9 +2,9 @@ package org.gcube.portlets.user.csvimportwizardtd.client;
import java.util.List; import java.util.List;
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTService; import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTService;
import org.gcube.portlets.user.td.gxtservice.client.rpc.TDGXTServiceAsync; import org.gcube.portlets.user.td.gwtservice.client.rpc.TDGWTServiceAsync;
import org.gcube.portlets.user.td.gxtservice.shared.TabResource; import org.gcube.portlets.user.td.gwtservice.shared.TabResource;
import com.google.gwt.core.client.GWT; import com.google.gwt.core.client.GWT;
import com.google.gwt.junit.client.GWTTestCase; import com.google.gwt.junit.client.GWTTestCase;
@ -35,7 +35,7 @@ public class GwtTestCSVImportWizardTD extends GWTTestCase {
*/ */
public void testResource() { public void testResource() {
// Create the service that we will test. // Create the service that we will test.
TDGXTServiceAsync tdGXTService = GWT.create(TDGXTService.class); TDGWTServiceAsync tdGXTService = GWT.create(TDGWTService.class);
ServiceDefTarget target = (ServiceDefTarget) tdGXTService; ServiceDefTarget target = (ServiceDefTarget) tdGXTService;
System.out.println(GWT.getModuleBaseURL() + "TDGXTService"); System.out.println(GWT.getModuleBaseURL() + "TDGXTService");
target.setServiceEntryPoint(GWT.getModuleBaseURL() + "TDGXTService"); target.setServiceEntryPoint(GWT.getModuleBaseURL() + "TDGXTService");