DoublePartCir DAO interface. More...
Public Member Functions | |
abstract void | addDoublePartCir (DoublePartCir doublePartCir) |
Add method. More... | |
abstract void | deleteDoublePartCir (Class clazz, Serializable serializable) |
Delete method. More... | |
abstract List | getNextPart (String userCir, double value) |
Analyse the part sequence. More... | |
abstract List | getNextPart (String userCir, String type, double value) |
get Next parts with a certain type More... | |
abstract boolean | isTrue (String[] userCir, double value) |
Check method. More... | |
DoublePartCir DAO interface.
|
pure virtual |
|
pure virtual |
Delete method.
clazz | |
serializable |
Implemented in com.sanmixy.daoImpl.DoublePartCirDaoImpl.
|
pure virtual |
Analyse the part sequence.
userCir | |
value |
Implemented in com.sanmixy.daoImpl.DoublePartCirDaoImpl.
|
pure virtual |
get Next parts with a certain type
userCir | |
type | |
value |
Implemented in com.sanmixy.daoImpl.DoublePartCirDaoImpl.
|
pure virtual |
Check method.
userCir | |
value |
Implemented in com.sanmixy.daoImpl.DoublePartCirDaoImpl.