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 . |
Modifier and Type | Method and Description |
---|---|
Limit |
DBLimitDAO.getFromResultSet(ResultSet set) |
Modifier and Type | Method and Description |
---|---|
protected String |
DBLimitDAO.getId(Limit e1) |
protected Object[] |
DBLimitDAO.getInsertValues(Limit limit) |
protected Object[] |
DBLimitDAO.getUpdateValues(Limit limit) |
Modifier and Type | Method and Description |
---|---|
Limit |
XMLLimitDAO.select(String hostid) |
Modifier and Type | Method and Description |
---|---|
List<Limit> |
XMLLimitDAO.find(List<Filter> fitlers) |
List<Limit> |
XMLLimitDAO.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
XMLLimitDAO.delete(Limit limit) |
void |
XMLLimitDAO.insert(Limit limit) |
void |
XMLLimitDAO.update(Limit limit) |
Modifier and Type | Method and Description |
---|---|
protected AbstractDAO<Limit> |
DbConfiguration.getDao() |
Constructor and Description |
---|
DbConfiguration(Limit limit) |
Modifier and Type | Method and Description |
---|---|
static Limit |
LimitsConverter.nodeToNewLimit(com.fasterxml.jackson.databind.node.ObjectNode object)
Converts the given
ObjectNode into a Limit object. |
static Limit |
LimitsConverter.nodeToUpdatedLimit(com.fasterxml.jackson.databind.node.ObjectNode object,
Limit oldLimits)
Returns the given
Limit object updated with the values defined in
the ObjectNode parameter. |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
LimitsConverter.limitToNode(Limit limits)
Converts the given
Limit object into an ObjectNode . |
static Limit |
LimitsConverter.nodeToUpdatedLimit(com.fasterxml.jackson.databind.node.ObjectNode object,
Limit oldLimits)
Returns the given
Limit object updated with the values defined in
the ObjectNode parameter. |
Copyright © 2009–2020 Waarp. All rights reserved.