Updated ReplaceBatch
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-column-widget@113724 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
f707692a40
commit
5f533eb901
|
@ -196,7 +196,7 @@ public class ReplaceBatchPanel extends FramedPanel implements
|
|||
Log.debug("Create BatchReplacePanel(): [" + trId.toString()
|
||||
+ " , columnLocalId:" + columnLocalId + "]");
|
||||
init();
|
||||
retrieveColumnsWithViewColumnIncluded();
|
||||
retrieveColumnsWithOnlyViewColumnInRel();
|
||||
|
||||
}
|
||||
|
||||
|
@ -646,10 +646,10 @@ public class ReplaceBatchPanel extends FramedPanel implements
|
|||
}
|
||||
}
|
||||
|
||||
protected void retrieveColumnsWithViewColumnIncluded() {
|
||||
protected void retrieveColumnsWithOnlyViewColumnInRel() {
|
||||
Log.debug("Retrieve Column by ColumnId: columnLocalId:" + columnLocalId
|
||||
+ ", trId:" + trId);
|
||||
TDGWTServiceAsync.INSTANCE.getColumnWithViewColumnIncluded(trId,
|
||||
TDGWTServiceAsync.INSTANCE.getColumnWithOnlyViewColumnInRel(trId,
|
||||
new AsyncCallback<ArrayList<ColumnData>>() {
|
||||
|
||||
public void onFailure(Throwable caught) {
|
||||
|
@ -1245,7 +1245,7 @@ public class ReplaceBatchPanel extends FramedPanel implements
|
|||
public void onSuccess(ColumnData result) {
|
||||
Log.debug("Column: " + result);
|
||||
connection = result;
|
||||
retrieveColumnsWithViewColumnIncluded();
|
||||
retrieveColumnsWithOnlyViewColumnInRel();
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue