public interface ExpressionServiceAsync
| Modifier and Type | Field and Description |
|---|---|
static ExpressionServiceAsync |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
getActiveRulesByTabularResourceId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.gwtservice.shared.rule.AppliedRulesResponseData> callback) |
void |
getApplicableBaseColumnRules(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnData,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData>> callback) |
void |
getRules(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData>> callback) |
void |
getRules(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleScopeType scope,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData>> callback) |
void |
removeRulesById(ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> rules,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
saveRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
setDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachColumnRulesSession detachColumnRulesSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
setDetachTableRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachTableRulesSession detachTableRulesSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
void |
startAddColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.AddColumnSession addColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startApplyAndDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyAndDetachColumnRulesSession ruleOnColumnApplySession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startApplyTableRule(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyTableRuleSession applyTableRuleSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
startReplaceColumnByExpression(org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback) |
void |
updateColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback) |
static final ExpressionServiceAsync INSTANCE
void startFilterColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.FilterColumnSession filterColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startReplaceColumnByExpression(org.gcube.portlets.user.td.gwtservice.shared.tr.column.ReplaceColumnByExpressionSession replaceColumnByExpressionSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void startAddColumn(org.gcube.portlets.user.td.gwtservice.shared.tr.column.AddColumnSession addColumnSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getRules(com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData>> callback)
void getRules(org.gcube.portlets.user.td.gwtservice.shared.rule.RuleScopeType scope,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData>> callback)
void getApplicableBaseColumnRules(org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData columnData,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData>> callback)
void saveRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void updateColumnRule(org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData ruleDescriptionData,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void removeRulesById(ArrayList<org.gcube.portlets.user.td.gwtservice.shared.rule.description.RuleDescriptionData> rules, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void startApplyAndDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyAndDetachColumnRulesSession ruleOnColumnApplySession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void setDetachColumnRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachColumnRulesSession detachColumnRulesSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void setDetachTableRules(org.gcube.portlets.user.td.gwtservice.shared.rule.DetachTableRulesSession detachTableRulesSession,
com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void startApplyTableRule(org.gcube.portlets.user.td.gwtservice.shared.rule.ApplyTableRuleSession applyTableRuleSession,
com.google.gwt.user.client.rpc.AsyncCallback<String> callback)
void getActiveRulesByTabularResourceId(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
com.google.gwt.user.client.rpc.AsyncCallback<org.gcube.portlets.user.td.gwtservice.shared.rule.AppliedRulesResponseData> callback)
Copyright © 2018. All Rights Reserved.