|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMailItemQueueDAO
This class provides Data Access methods for MailItemQueue objects
Method Summary | |
---|---|
void |
delete(int nIdMailItemQueue)
Delete the mail item record in the table |
int |
getCountMailItem()
|
void |
insert(MailItemQueue mailItemQueue)
Insert a new mail item in the table. |
MailItemQueue |
load(int nIdMailItemQueue)
return the first mail item in the table |
void |
lockMailItemQueue(int nIdMailItemQueue)
Lock the mail item |
int |
nextMailItemQueueId()
return the next mail item queue id |
Method Detail |
---|
void insert(MailItemQueue mailItemQueue)
mailItemQueue
- the mail itemMailItemQueue load(int nIdMailItemQueue)
nIdMailItemQueue
- the id of the mail item
void delete(int nIdMailItemQueue)
nIdMailItemQueue
- The indentifier of the mail item to removeint getCountMailItem()
int nextMailItemQueueId()
void lockMailItemQueue(int nIdMailItemQueue)
nIdMailItemQueue
- the id of the mail item to lock
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |