Minor Update

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@94158 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2014-04-03 08:39:15 +00:00
parent 6637964723
commit a17d4b01cf
3 changed files with 11 additions and 1 deletions

View File

@ -2118,7 +2118,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
parameterInstances.put(Constants.PARAMETER_HASHEADER, hasHeader);// true
parameterInstances.put(Constants.PARAMETER_FIELDMASK,
csvImportSession.getColumnToImportMask());// Column Mask
parameterInstances.put(Constants.PARAMETER_SKIPERROR, csvImportSession.isSkipInvalidLines());
return parameterInstances;
}

View File

@ -19,6 +19,7 @@ public class Constants {
public static final String PARAMETER_ENCODING = "encoding";
public static final String PARAMETER_HASHEADER = "hasHeader";
public static final String PARAMETER_FIELDMASK ="fieldMask";
public static final String PARAMETER_SKIPERROR ="skipError";
public static final String PARAMETER_SEPARATOR = "separator";
public static final String PARAMETER_COLUMNS = "columns";
public static final String PARAMETER_URL = "url";

View File

@ -1,4 +1,13 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.2-1-0"
date="2014-04-04">
<Change>Added replace value operation</Change>
<Change>Added share</Change>
<Change>Added clone operation</Change>
<Change>Added retrieve of codelist</Change>
<Change>Added delete and apply template operation</Change>
<Change>Added the management of views</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.2-0-0"
date="2014-02-01">
<Change>Added column delete operation</Change>