|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.mail.MailItemQueueDAO
public class MailItemQueueDAO
This class provides Data Access methods for MailItemQueue objects
Constructor Summary | |
---|---|
MailItemQueueDAO()
|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MailItemQueueDAO()
Method Detail |
---|
public int nextMailItemQueueId()
nextMailItemQueueId
in interface IMailItemQueueDAO
public void lockMailItemQueue(int nIdMailItemQueue)
lockMailItemQueue
in interface IMailItemQueueDAO
nIdMailItemQueue
- the id of the mail item to lockpublic void insert(MailItemQueue mailItemQueue)
insert
in interface IMailItemQueueDAO
mailItemQueue
- the mail itempublic MailItemQueue load(int nIdMailItemQueue)
load
in interface IMailItemQueueDAO
nIdMailItemQueue
- the id of the mail item
public void delete(int nIdMailItemQueue)
delete
in interface IMailItemQueueDAO
nIdMailItemQueue
- The identifier of the mail item to removepublic int getCountMailItem()
getCountMailItem
in interface IMailItemQueueDAO
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |