Package | Description |
---|---|
org.waarp.openr66.dao | |
org.waarp.openr66.dao.database | |
org.waarp.openr66.dao.xml |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDAO.delete(E object)
Remove the specified object from the persistance layer
|
Transfer |
TransferDAO.select(long id,
String requester,
String requested,
String owner)
Retrieve the Transfer object with the specified Special ID from the
persistance layer
|
E |
AbstractDAO.select(String id)
Retrieve the object with the specified id from the persistance
layer
|
void |
AbstractDAO.update(E object)
Update the specified object in the persistance layer
|
Modifier and Type | Method and Description |
---|---|
void |
StatementExecutor.delete(E e1) |
void |
DBTransferDAO.delete(Transfer transfer) |
Transfer |
DBTransferDAO.select(long id,
String requester,
String requested,
String owner) |
E |
StatementExecutor.select(String id) |
void |
StatementExecutor.update(E e1) |
Modifier and Type | Method and Description |
---|---|
Transfer |
XMLTransferDAO.select(long id,
String requester,
String requested,
String owner) |
Business |
XMLBusinessDAO.select(String hostid) |
Host |
XMLHostDAO.select(String hostid) |
Limit |
XMLLimitDAO.select(String hostid) |
Transfer |
XMLTransferDAO.select(String id)
|
Rule |
XMLRuleDAO.select(String rulename) |
Copyright © 2009–2020 Waarp. All rights reserved.