81: TDM - Allow the creation and use of expressions on multi column in TDM portlet

Task-Url: https://support.d4science.org/issues/81

Updated service interface

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-expression-widget@115278 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2015-06-09 17:04:39 +00:00
parent dea1958869
commit 2304a4d4fb
1 changed files with 5 additions and 6 deletions

View File

@ -483,20 +483,19 @@ public class ExpressionServiceImpl extends TDGWTServiceImpl implements
"Error saving rule, rule type is not RuleColumnType!");
}
//TODO
/*RuleId ruleId = null;
service.saveRule(
RuleId ruleId = service.saveRule(
ruleDescriptionData.getName(),
ruleDescriptionData.getDescription(),
conditionExpression, ruleType);
logger.debug("RuleId: " + ruleId);
*/
String ruleIdent = null;
/*if (ruleId != null) {
if (ruleId != null) {
ruleIdent = String.valueOf(ruleId.getValue());
}*/
}
return ruleIdent;