BioFunctionalDesigner  1.0
 All Classes Functions
Public Member Functions | List of all members
com.sanmixy.daoImpl.PentaPartCirDaoImpl Class Reference

PentaPartCir DAO implements. More...

Inheritance diagram for com.sanmixy.daoImpl.PentaPartCirDaoImpl:
com.sanmixy.dao.PentaPartCirDao

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...
 

Detailed Description

PentaPartCir DAO implements.

Author
Xia Yu
Version
1.0

Member Function Documentation

void com.sanmixy.daoImpl.PentaPartCirDaoImpl.addPentaPartCir ( PentaPartCir  pentaPartCir)
virtual

Add method.

Parameters
pentaPartCir

Implements com.sanmixy.dao.PentaPartCirDao.

void com.sanmixy.daoImpl.PentaPartCirDaoImpl.deletePentaPartCir ( Class  clazz,
Serializable  serializable 
)
virtual

Delete method.

Parameters
clazz
serializable

Implements com.sanmixy.dao.PentaPartCirDao.

List com.sanmixy.daoImpl.PentaPartCirDaoImpl.getNextPart ( String[]  userCir,
double  value 
)
virtual

Get the next part by analysing the current part sequence.

Parameters
userCir
value
Returns
A list of parts.

Implements com.sanmixy.dao.PentaPartCirDao.

List com.sanmixy.daoImpl.PentaPartCirDaoImpl.getNextPart ( String[]  userCir,
String  type,
double  value 
)
virtual

Get the next part by analysing the current part sequence and the type of parts.

Parameters
userCir
value
Returns
A list of parts.

Implements com.sanmixy.dao.PentaPartCirDao.

boolean com.sanmixy.daoImpl.PentaPartCirDaoImpl.isTrue ( String[]  userCir,
double  value 
)
virtual

Check whether the sequence is true or not.

Parameters
userCir
value
Returns
true, false

Implements com.sanmixy.dao.PentaPartCirDao.


The documentation for this class was generated from the following file: