Package | Description |
---|---|
org.waarp.openr66.dao.database | |
org.waarp.openr66.dao.xml | |
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.http.restv2.converters |
This package regroups the different utility classes used to convert between
database objects and their
representations as
ObjectNode . |
org.waarp.openr66.protocol.http.restv2.utils |
A series of utility classes for the RESTv2 handlers.
|
Modifier and Type | Method and Description |
---|---|
Rule |
DBRuleDAO.getFromResultSet(ResultSet set) |
Modifier and Type | Method and Description |
---|---|
protected String |
DBRuleDAO.getId(Rule e1) |
protected Object[] |
DBRuleDAO.getInsertValues(Rule rule) |
protected Object[] |
DBRuleDAO.getUpdateValues(Rule rule) |
Modifier and Type | Method and Description |
---|---|
Rule |
XMLRuleDAO.select(String rulename) |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
XMLRuleDAO.find(List<Filter> fitlers) |
List<Rule> |
XMLRuleDAO.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
XMLRuleDAO.delete(Rule rule) |
void |
XMLRuleDAO.insert(Rule rule) |
void |
XMLRuleDAO.update(Rule rule) |
Modifier and Type | Method and Description |
---|---|
protected AbstractDAO<Rule> |
DbRule.getDao() |
Constructor and Description |
---|
DbRule(Rule rule) |
Modifier and Type | Field and Description |
---|---|
Comparator<Rule> |
RuleConverter.Order.comparator
The
Comparator used to sort a list of Rule . |
Modifier and Type | Method and Description |
---|---|
static Rule |
RuleConverter.nodeToNewRule(com.fasterxml.jackson.databind.node.ObjectNode object)
Converts the given
ObjectNode into a Rule object. |
static Rule |
RuleConverter.nodeToUpdatedRule(com.fasterxml.jackson.databind.node.ObjectNode object,
Rule oldRule)
Returns the given
Rule object updated with the values defined in
the ObjectNode parameter. |
Modifier and Type | Method and Description |
---|---|
static Rule |
RuleConverter.nodeToUpdatedRule(com.fasterxml.jackson.databind.node.ObjectNode object,
Rule oldRule)
Returns the given
Rule object updated with the values defined in
the ObjectNode parameter. |
static com.fasterxml.jackson.databind.node.ObjectNode |
RuleConverter.ruleToNode(Rule rule)
Converts the given
Rule object into an ObjectNode . |
Modifier and Type | Field and Description |
---|---|
List<Rule> |
XmlSerializable.Rules.rules
The list of rules.
|
Constructor and Description |
---|
Rules(List<Rule> rules) |
Copyright © 2009–2020 Waarp. All rights reserved.