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

HeadPart DAO implements. More...

Inheritance diagram for com.sanmixy.daoImpl.HeadPartDaoImpl:
com.sanmixy.dao.HeadPartDao

Public Member Functions

void addHeadPart (HeadPart head)
 Add method. More...
 
void deleteHeadPart (Class clazz, Serializable serializable)
 Delete method. More...
 
List getHeadPart (double value)
 Get the head node of a sequence. More...
 
List getHeadPart (String type, double value)
 Get the certain type of head node. More...
 
boolean isTrue (String partName, double value)
 Check whether the sequence is true or not. More...
 

Detailed Description

HeadPart DAO implements.

Author
Xia Yu 1.0

Member Function Documentation

void com.sanmixy.daoImpl.HeadPartDaoImpl.addHeadPart ( HeadPart  head)
virtual

Add method.

Parameters
head

Implements com.sanmixy.dao.HeadPartDao.

void com.sanmixy.daoImpl.HeadPartDaoImpl.deleteHeadPart ( Class  clazz,
Serializable  serializable 
)
virtual

Delete method.

Parameters
clazz
serializable

Implements com.sanmixy.dao.HeadPartDao.

List com.sanmixy.daoImpl.HeadPartDaoImpl.getHeadPart ( double  value)
virtual

Get the head node of a sequence.

Parameters
value
Returns
A list of parts

Implements com.sanmixy.dao.HeadPartDao.

List com.sanmixy.daoImpl.HeadPartDaoImpl.getHeadPart ( String  type,
double  value 
)
virtual

Get the certain type of head node.

Parameters
type
Returns
A list of head parts

Implements com.sanmixy.dao.HeadPartDao.

boolean com.sanmixy.daoImpl.HeadPartDaoImpl.isTrue ( String  partName,
double  value 
)
virtual

Check whether the sequence is true or not.

Parameters
partName
value
Returns
true, false

Implements com.sanmixy.dao.HeadPartDao.


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