RecentlyUsedPart DAO implements. More...
Public Member Functions | |
void | addRecord (RecentlyUsedPart record) |
Add method. More... | |
void | deleteRecord (Class clazz, Serializable serializable) |
Delete method. More... | |
List | getRecentlyUsedPart () |
Get the parts that are used recently. More... | |
List | getRecentlyUsedPartByType (String type) |
Get the parts that are used recently and with a certain type. More... | |
List | getRecentlyUsedPartByUserInfo (String userInfo) |
Get the part that are used recently and with a user information. More... | |
List | getRecentlyUsedPartByTypeAndUserInfo (String type, String userInfo) |
Get the part that are used recently ad with a certain user information. More... | |
int | findCountByPartName (String partName) |
Find the count of a part. More... | |
int | findCountByPartNameAndUserInfo (String partName, String userInfo) |
Find count of a part with a part name and user information. More... | |
int | findIDByPartNameAndUserInfo (String partName, String userInfo) |
Find the id of a record with a partName and user information. More... | |
void | deleteRecordByID (int id) |
Delete record with a certain id. More... | |
RecentlyUsedPart DAO implements.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Find the count of a part.
partName |
Implements com.sanmixy.dao.RecentlyUsedPartDao.
|
virtual |
Find count of a part with a part name and user information.
partName | |
userInfo |
Implements com.sanmixy.dao.RecentlyUsedPartDao.
|
virtual |
Find the id of a record with a partName and user information.
partName | |
userInfo |
Implements com.sanmixy.dao.RecentlyUsedPartDao.
|
virtual |
Get the parts that are used recently.
Implements com.sanmixy.dao.RecentlyUsedPartDao.
|
virtual |
Get the parts that are used recently and with a certain type.
type |
Implements com.sanmixy.dao.RecentlyUsedPartDao.
|
virtual |
Get the part that are used recently ad with a certain user information.
type | |
userInfo |
Implements com.sanmixy.dao.RecentlyUsedPartDao.
|
virtual |
Get the part that are used recently and with a user information.
userInfo |
Implements com.sanmixy.dao.RecentlyUsedPartDao.