PentaPartCir DAO implements. More...
Public Member Functions | |
void | addPentaPartCir (PentaPartCir pentaPartCir) |
Add method. More... | |
void | deletePentaPartCir (Class clazz, Serializable serializable) |
Delete method. More... | |
List | getNextPart (String[] userCir, double value) |
Get the next part by analysing the current part sequence. More... | |
List | getNextPart (String[] userCir, String type, double value) |
Get the next part by analysing the current part sequence and the type of parts. More... | |
boolean | isTrue (String[] userCir, double value) |
Check whether the sequence is true or not. More... | |
PentaPartCir DAO implements.
|
virtual |
|
virtual |
|
virtual |
Get the next part by analysing the current part sequence.
userCir | |
value |
Implements com.sanmixy.dao.PentaPartCirDao.
|
virtual |
Get the next part by analysing the current part sequence and the type of parts.
userCir | |
value |
Implements com.sanmixy.dao.PentaPartCirDao.
|
virtual |
Check whether the sequence is true or not.
userCir | |
value |
Implements com.sanmixy.dao.PentaPartCirDao.