|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moneydance.apps.md.model.OnlineMailList
public class OnlineMailList
This class contains a set of mails that are used for online bill-mail. This information is very fluid and the structure will probably change, so all of the information is represented a StreamTable/Vector structure that can easily be serialized and deserialized from the data file.
Constructor Summary | |
---|---|
OnlineMailList(StreamTable info)
|
Method Summary | |
---|---|
void |
addNewMail(OnlineMail mail)
Adds the specified mail to the mail list. |
void |
clearAllMails()
Remove all mails from the list (so that they can be resynchronized from the server. |
StreamTable |
getInfo()
Should only be called from the io.*Writer classes for saving info in a file. |
OnlineMail |
getMail(int i)
Get a service object for the service at the specified index. |
OnlineMail |
getMailByID(java.lang.String id)
|
int |
getMailCount()
Get the number of online services that the user has access to. |
int |
indexOf(OnlineMail mail)
returns the index of the given mail message in the list, or -1 if it is not in the list. |
OnlineMail |
newMail()
This creates a new mail that is associated with this list and the specified payee. |
void |
removeMail(int i)
Remove the mail object at the specified index. |
boolean |
removeMail(OnlineMail mail)
Remove the given mail object from the list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OnlineMailList(StreamTable info)
Method Detail |
---|
public StreamTable getInfo()
public void clearAllMails()
public int getMailCount()
public OnlineMail getMailByID(java.lang.String id)
public OnlineMail getMail(int i)
public int indexOf(OnlineMail mail)
public void removeMail(int i)
public boolean removeMail(OnlineMail mail)
public OnlineMail newMail()
public void addNewMail(OnlineMail mail)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |