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 |
---|---|
Business |
DBBusinessDAO.getFromResultSet(ResultSet set) |
Modifier and Type | Method and Description |
---|---|
protected String |
DBBusinessDAO.getId(Business e1) |
protected Object[] |
DBBusinessDAO.getInsertValues(Business business) |
protected Object[] |
DBBusinessDAO.getUpdateValues(Business business) |
Modifier and Type | Method and Description |
---|---|
Business |
XMLBusinessDAO.select(String hostid) |
Modifier and Type | Method and Description |
---|---|
List<Business> |
XMLBusinessDAO.find(List<Filter> fitlers) |
List<Business> |
XMLBusinessDAO.getAll() |
Modifier and Type | Method and Description |
---|---|
void |
XMLBusinessDAO.delete(Business business) |
void |
XMLBusinessDAO.insert(Business business) |
void |
XMLBusinessDAO.update(Business business) |
Modifier and Type | Method and Description |
---|---|
protected AbstractDAO<Business> |
DbHostConfiguration.getDao() |
Constructor and Description |
---|
DbHostConfiguration(Business business) |
Modifier and Type | Method and Description |
---|---|
static Business |
HostConfigConverter.nodeToNewBusiness(com.fasterxml.jackson.databind.node.ObjectNode object)
Converts the given
ObjectNode into a Business object. |
static Business |
HostConfigConverter.nodeToUpdatedBusiness(com.fasterxml.jackson.databind.node.ObjectNode object,
Business oldBusiness)
Returns the given
Business object updated with the values defined
in the ObjectNode
parameter. |
Modifier and Type | Method and Description |
---|---|
static com.fasterxml.jackson.databind.node.ObjectNode |
HostConfigConverter.businessToNode(Business hostConfig)
Converts the given
Business object into an ObjectNode . |
static Business |
HostConfigConverter.nodeToUpdatedBusiness(com.fasterxml.jackson.databind.node.ObjectNode object,
Business oldBusiness)
Returns the given
Business object updated with the values defined
in the ObjectNode
parameter. |
Copyright © 2009–2020 Waarp. All rights reserved.