Device DAO interface.
More...
Device DAO interface.
- Author
- Xia Yu
- Version
- 1.0
abstract void com.sanmixy.dao.DeviceDao.addDevice |
( |
Device |
device) | |
|
|
pure virtual |
abstract void com.sanmixy.dao.DeviceDao.deleteDevice |
( |
Class |
clazz, |
|
|
Serializable |
serializable |
|
) |
| |
|
pure virtual |
abstract Device com.sanmixy.dao.DeviceDao.findDeviceByID |
( |
Serializable |
serializable) | |
|
|
pure virtual |
abstract Device com.sanmixy.dao.DeviceDao.findDeviceByName |
( |
String |
deviceName) | |
|
|
pure virtual |
abstract List com.sanmixy.dao.DeviceDao.findDeviceByPartSeq |
( |
String |
partNameSeq) | |
|
|
pure virtual |
abstract boolean com.sanmixy.dao.DeviceDao.isDeviceExist |
( |
String |
partName) | |
|
|
pure virtual |
abstract boolean com.sanmixy.dao.DeviceDao.isSeqExist |
( |
String |
part_seq) | |
|
|
pure virtual |
The documentation for this interface was generated from the following file:
- BioFunctionalDesigner/src/com/sanmixy/dao/DeviceDao.java