|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MailingListDAO
Define this interface to fixe the mailing list persistence. It used by MailingListManager to manipulate mailing list persistence.
| Method Summary | |
|---|---|
java.util.List<MailingEntry> |
getAllExistingEMail()
Get the List of all MailingEntry of your application. |
MailingList |
loadMailingList(java.lang.String name)
Return the mailing list which correspond to the name. |
void |
loadMailingLists(java.util.Hashtable<java.lang.String,MailingList> mailingLists)
Load all mailing lists into the HashTable parameter. |
void |
removeMailingList(java.lang.String name)
Remove the mailing list which correspond to the name. |
void |
saveMailingList(MailingList mailingList)
Save the given mailing list. |
| Method Detail |
|---|
java.util.List<MailingEntry> getAllExistingEMail()
throws MailingListException
MailingListException
void loadMailingLists(java.util.Hashtable<java.lang.String,MailingList> mailingLists)
throws MailingListException
mailingLists - HashtableMailingListException
MailingList loadMailingList(java.lang.String name)
throws MailingListException
name - String.
MailingListException
void saveMailingList(MailingList mailingList)
throws MailingListException
mailingList - MailingList.
MailingListException
void removeMailingList(java.lang.String name)
throws MailingListException
name - Strng.
MailingListException
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||