public interface IMailItemQueueDAO
Modifier and Type | Method and Description |
---|---|
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
|
void insert(MailItemQueue mailItemQueue)
mailItemQueue
- the mail itemMailItemQueue load(int nIdMailItemQueue)
nIdMailItemQueue
- the id of the mail itemvoid 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 lockCopyright © 2020 City of Paris. All rights reserved.