|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.moneydance.apps.md.model.OnlineInfo
public class OnlineInfo
This class maintains information about the online connections, logins, and financial institutions that we can connect to. 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.
Method Summary | |
---|---|
void |
addListener(OnlineInfoListener listener)
|
void |
addService(OnlineService newService)
Add a new service. |
boolean |
containsService(OnlineService service)
returns true if the service information for this service is already in the service list. |
StreamTable |
getInfo()
Should only be called from the io.*Writer classes for saving info in a file. |
OnlineService |
getService(int i)
Get a service object for the service at the specified index. |
OnlineService |
getServiceById(java.lang.String serviceId)
|
int |
getServiceCount()
Get the number of online services that the user has access to. |
void |
removeListener(OnlineInfoListener listener)
|
void |
removeService(int i)
Remove the service object at the specified index. |
void |
setInfo(StreamTable newInfo)
Should only be called from the io.*Reader classes for reading info from a file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public StreamTable getInfo()
public void setInfo(StreamTable newInfo)
public int getServiceCount()
public OnlineService getService(int i)
public boolean containsService(OnlineService service)
public OnlineService getServiceById(java.lang.String serviceId)
public void removeService(int i)
public void addService(OnlineService newService)
public void addListener(OnlineInfoListener listener)
public void removeListener(OnlineInfoListener listener)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |