From 130c25dd8a70b858e32c4072353086e396358abf Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Thu, 17 Jul 2014 09:15:35 +0000 Subject: [PATCH] Minor Update git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@98724 82a268e6-3cf1-43bd-a215-b396298e98cf --- .../td/gwtservice/server/TDGWTServiceImpl.java | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java index d81cef5..ce4a283 100644 --- a/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java +++ b/src/main/java/org/gcube/portlets/user/td/gwtservice/server/TDGWTServiceImpl.java @@ -493,8 +493,8 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements } /** - * Returns ArrayList other than IdColumnType and - * ValidationColumnType + * Returns ArrayList other than IdColumnType, + * ValidationColumnType and ViewColumn * * {@inheritDoc} */ @@ -522,8 +522,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements List cols = table.getColumns(); int i = 0; - // || c.getColumnType() instanceof DimensionColumnType - // || c.getColumnType() instanceof TimeDimensionColumnType + for (Column c : cols) { if (c.getColumnType() instanceof IdColumnType || c.getColumnType() instanceof ValidationColumnType) { @@ -618,7 +617,7 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements /** * Returns ArrayList other than IdColumnType, - * ValidationColumnType, DimensionColumnType and TimeDimensionColumnType + * ValidationColumnType and ViewColumn * * * {@inheritDoc} @@ -4719,6 +4718,8 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements } /** + * Returns only CodeColumnType, CodeNameColumnType, + * CodeDescriptionColumnType and AnnotationColumnType * * {@inheritDoc} */ @@ -6804,7 +6805,12 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements } } - + + /** + * + * + * {@inheritDoc} + */ @Override public ColumnData getConnection(RefColumn refColumn) throws TDGWTServiceException {