| Modifier and Type | Method and Description |
|---|---|
RuleDescriptionData |
ApplyTableRuleSession.getRuleDescriptionData() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,ArrayList<RuleDescriptionData>> |
AppliedRulesResponseData.getColumnRuleMapping() |
ArrayList<RuleDescriptionData> |
DetachColumnRulesSession.getRules() |
ArrayList<RuleDescriptionData> |
DetachTableRulesSession.getRules() |
ArrayList<RuleDescriptionData> |
ApplyAndDetachColumnRulesSession.getRulesThatWillBeApplied() |
ArrayList<RuleDescriptionData> |
ApplyAndDetachColumnRulesSession.getRulesThatWillBeDetached() |
ArrayList<RuleDescriptionData> |
AppliedRulesResponseData.getTableRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplyTableRuleSession.setRuleDescriptionData(RuleDescriptionData ruleDescriptionData) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppliedRulesResponseData.setColumnRuleMapping(HashMap<String,ArrayList<RuleDescriptionData>> columnRuleMapping) |
void |
DetachColumnRulesSession.setRules(ArrayList<RuleDescriptionData> rules) |
void |
DetachTableRulesSession.setRules(ArrayList<RuleDescriptionData> rules) |
void |
ApplyAndDetachColumnRulesSession.setRulesThatWillBeApplied(ArrayList<RuleDescriptionData> rulesThatWillBeApplied) |
void |
ApplyAndDetachColumnRulesSession.setRulesThatWillBeDetached(ArrayList<RuleDescriptionData> rulesThatWillBeDetached) |
void |
AppliedRulesResponseData.setTableRules(ArrayList<RuleDescriptionData> tableRules) |
| Constructor and Description |
|---|
ApplyTableRuleSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
RuleDescriptionData ruleDescriptionData,
HashMap<String,String> placeHolderToColumnMap) |
| Constructor and Description |
|---|
AppliedRulesResponseData(ArrayList<RuleDescriptionData> tableRules,
HashMap<String,ArrayList<RuleDescriptionData>> columnRuleMapping) |
AppliedRulesResponseData(ArrayList<RuleDescriptionData> tableRules,
HashMap<String,ArrayList<RuleDescriptionData>> columnRuleMapping) |
ApplyAndDetachColumnRulesSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
ArrayList<RuleDescriptionData> rulesThatWillBeApplied,
ArrayList<RuleDescriptionData> rulesThatWillBeDetached) |
ApplyAndDetachColumnRulesSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
ArrayList<RuleDescriptionData> rulesThatWillBeApplied,
ArrayList<RuleDescriptionData> rulesThatWillBeDetached) |
DetachColumnRulesSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
org.gcube.portlets.user.td.widgetcommonevent.shared.tr.column.ColumnData column,
ArrayList<RuleDescriptionData> rules) |
DetachTableRulesSession(org.gcube.portlets.user.td.widgetcommonevent.shared.TRId trId,
ArrayList<RuleDescriptionData> rules) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleDescriptionData.equals(RuleDescriptionData ruleDescriptionData) |
| Modifier and Type | Method and Description |
|---|---|
RuleDescriptionData |
ShareRule.getRuleDescriptionData() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShareRule.setRuleDescriptionData(RuleDescriptionData ruleDescriptionData) |
| Constructor and Description |
|---|
ShareRule(RuleDescriptionData ruleDescriptionData,
ArrayList<Contacts> contacts) |
Copyright © 2017. All Rights Reserved.