|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents an Account. This class can only be generated by the AccountManager class, using one of its methods. The Account class notifies the AccountManager of any changes (the AccountManager is an Observer), which can then use the XML-RPC update function to update the data on the server. This allows to queue several update calls or other likewise optimizations.
Method Summary | |
java.util.List |
getArchivedJobs()
Returns a List of Jobs that were marked as archived. |
java.util.List |
getArchivedJobsAsIds()
Returns a List of Jobs that were marked as delegated. |
java.util.List |
getDelegatedJobs()
Returns a List of Jobs that were marked as delegated. |
java.util.List |
getDelegatedJobsAsIds()
Returns a List of Jobs that were marked as delegated. |
java.lang.String |
getId()
|
java.lang.String |
getLogin()
|
java.lang.String |
getPassword()
|
Person |
getPerson()
Gets the Person object that describes the owner of this Account. |
java.util.List |
getTodoList()
Returns a List of Jobs that were marked as Todo. |
java.util.List |
getTodoListAsIds()
Returns a List of Jobs that were marked as Todo. |
void |
setPassword(java.lang.String password)
|
Method Detail |
public java.lang.String getId() throws OgoException, ConnectionException
OgoException
ConnectionException
public java.lang.String getLogin() throws OgoException, ConnectionException
OgoException
ConnectionException
public void setPassword(java.lang.String password) throws OgoException, ConnectionException
OgoException
ConnectionException
public java.lang.String getPassword() throws OgoException, ConnectionException
OgoException
ConnectionException
public java.util.List getTodoList() throws OgoException, ConnectionException
OgoException
ConnectionException
public java.util.List getTodoListAsIds() throws OgoException, ConnectionException
OgoException
ConnectionException
public java.util.List getDelegatedJobs() throws OgoException, ConnectionException
OgoException
ConnectionException
public java.util.List getDelegatedJobsAsIds() throws OgoException, ConnectionException
OgoException
ConnectionException
public java.util.List getArchivedJobs() throws OgoException, ConnectionException
OgoException
ConnectionException
public java.util.List getArchivedJobsAsIds() throws OgoException, ConnectionException
OgoException
ConnectionException
public Person getPerson() throws OgoException, ConnectionException
OgoException
ConnectionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |