@RemoteServiceRelativePath(value="ExpressionService")
public interface ExpressionService
extends com.google.gwt.user.client.rpc.RemoteService
Allows:
| Modifier and Type | Method and Description |
|---|---|
org.gcube.portlets.user.td.gwtservice.shared.rule.AppliedRulesResponseData |
getActiveRulesByTabularResourceId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId) |
ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> |
getApplicableBaseColumnRules(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnData) |
ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> |
getRules() |
ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> |
getRules(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleScopeType scope) |
void |
removeRulesById(ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> rules) |
String |
saveColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData ruleDescriptionData) |
void |
setDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachColumnRulesSession detachColumnRulesSession) |
String |
startAddColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.AddColumnSession addColumnSession) |
String |
startApplyAndDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyAndDetachColumnRulesSession applyColumnRulesSession) |
String |
startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession)
Submit Column Filter Operation
|
String |
startReplaceColumnByExpression(org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionColumnSession) |
void |
updateColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData ruleDescriptionData) |
String startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
columnFilterSession - ExpressionServiceExceptionorg.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString startReplaceColumnByExpression(org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionColumnSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString startAddColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.AddColumnSession addColumnSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> getRules() throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> getRules(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleScopeType scope) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> getApplicableBaseColumnRules(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnData) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString saveColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData ruleDescriptionData) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionvoid updateColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData ruleDescriptionData)
throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionvoid removeRulesById(ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.RuleDescriptionData> rules) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionString startApplyAndDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyAndDetachColumnRulesSession applyColumnRulesSession) throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionvoid setDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachColumnRulesSession detachColumnRulesSession)
throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionorg.gcube.portlets.user.td.gwtservice.shared.rule.AppliedRulesResponseData getActiveRulesByTabularResourceId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId)
throws org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceException
org.gcube.portlets.user.td.gwtservice.shared.exception.TDGWTServiceExceptionCopyright © 2015. All Rights Reserved.