Minor update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@101138 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
efd24462a6
commit
d42d25cdca
|
@ -2,8 +2,8 @@ package org.gcube.portlets.user.td.gwtservice.shared.tr.batch;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
* @author giancarlo
|
||||||
* @author "Giancarlo Panichi"
|
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public enum ShowOccurrencesType {
|
public enum ShowOccurrencesType {
|
||||||
|
|
|
@ -5,6 +5,12 @@ import java.util.ArrayList;
|
||||||
|
|
||||||
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author giancarlo
|
||||||
|
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class DeleteRowsSession implements Serializable {
|
public class DeleteRowsSession implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = -4503878699159491057L;
|
private static final long serialVersionUID = -4503878699159491057L;
|
||||||
|
|
|
@ -6,6 +6,12 @@ import java.util.ArrayList;
|
||||||
import org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData;
|
import org.gcube.portlets.user.td.gwtservice.shared.tr.ColumnData;
|
||||||
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author giancarlo
|
||||||
|
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class DuplicatesSession implements Serializable {
|
public class DuplicatesSession implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = -4503878699159491057L;
|
private static final long serialVersionUID = -4503878699159491057L;
|
||||||
|
|
|
@ -9,8 +9,8 @@ import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
* @author giancarlo
|
||||||
* @author "Giancarlo Panichi"
|
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class EditRowSession implements Serializable {
|
public class EditRowSession implements Serializable {
|
||||||
|
|
|
@ -5,6 +5,12 @@ import java.io.Serializable;
|
||||||
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
import org.gcube.portlets.user.td.widgetcommonevent.shared.TRId;
|
||||||
import org.gcube.portlets.user.td.widgetcommonevent.shared.tr.TableType;
|
import org.gcube.portlets.user.td.widgetcommonevent.shared.tr.TableType;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author giancarlo
|
||||||
|
* email: <a href="mailto:g.panichi@isti.cnr.it">g.panichi@isti.cnr.it</a>
|
||||||
|
*
|
||||||
|
*/
|
||||||
public class ChangeTableTypeSession implements Serializable {
|
public class ChangeTableTypeSession implements Serializable {
|
||||||
|
|
||||||
private static final long serialVersionUID = -2634056887663230720L;
|
private static final long serialVersionUID = -2634056887663230720L;
|
||||||
|
|
Loading…
Reference in New Issue