|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.mail.MailItemQueueHome
public final class MailItemQueueHome
This class provides Data Access methods for MailItemQueue objects
Method Summary | |
---|---|
static void |
create(MailItemQueue mailItemQueue)
Insert a new mail item in the database queue. |
static void |
delete(int nIdMailItemQueue)
Delete the mail item record in the table |
static int |
getMailItemNumber()
|
static MailItemQueue |
getNextMailItemQueue()
Return the first mail item in the queue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void create(MailItemQueue mailItemQueue)
mailItemQueue
- the mail item to insertpublic static void delete(int nIdMailItemQueue)
nIdMailItemQueue
- The indentifier of the mail item to removepublic static MailItemQueue getNextMailItemQueue()
public static int getMailItemNumber()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |