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

Part DAO implements. More...

Inheritance diagram for com.sanmixy.daoImpl.PartDaoImpl:
com.sanmixy.dao.PartDao

Public Member Functions

void addPart (Part part)
 Add method. More...
 
void deletePart (Class clazz, Serializable serializable)
 Delete method. More...
 
Part findPartByID (Serializable serializable)
 Find part by record id. More...
 
Part findPartByPartID (int partID)
 Find part by part id. More...
 
Part findPartByWholePartName (String wholeName)
 Find part by a whole name. More...
 
List findPartByPartName (String partName)
 Find part by a name string. More...
 
List findPartByType (String type, int num)
 Find a certain type of type. More...
 

Detailed Description

Part DAO implements.

Author
Xia Yu
Version
1.0

Member Function Documentation

void com.sanmixy.daoImpl.PartDaoImpl.addPart ( Part  part)
virtual

Add method.

Parameters
part

Implements com.sanmixy.dao.PartDao.

void com.sanmixy.daoImpl.PartDaoImpl.deletePart ( Class  clazz,
Serializable  serializable 
)
virtual

Delete method.

Parameters
clazz
serializable

Implements com.sanmixy.dao.PartDao.

Part com.sanmixy.daoImpl.PartDaoImpl.findPartByID ( Serializable  serializable)
virtual

Find part by record id.

Parameters
serializable
Returns
A list of parts.

Implements com.sanmixy.dao.PartDao.

Part com.sanmixy.daoImpl.PartDaoImpl.findPartByPartID ( int  partID)
virtual

Find part by part id.

Parameters
partID
Returns
part

Implements com.sanmixy.dao.PartDao.

List com.sanmixy.daoImpl.PartDaoImpl.findPartByPartName ( String  partName)
virtual

Find part by a name string.

Parameters
partName
Returns
A list of parts.

Implements com.sanmixy.dao.PartDao.

List com.sanmixy.daoImpl.PartDaoImpl.findPartByType ( String  type,
int  num 
)
virtual

Find a certain type of type.

Parameters
type
num
Returns
A list of parts.

Implements com.sanmixy.dao.PartDao.

Part com.sanmixy.daoImpl.PartDaoImpl.findPartByWholePartName ( String  wholeName)
virtual

Find part by a whole name.

Parameters
wholeName
Returns
part

Implements com.sanmixy.dao.PartDao.


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