|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Observable
org.opengroupware.jogi.connect.xmlrpc.XmlRpcBaseDocument
org.opengroupware.jogi.connect.xmlrpc.XmlRpcAccount
Field Summary | |
protected XmlRpcCaller |
caller_
|
static java.lang.String |
KEY_LOGIN
|
static java.lang.String |
OGO_CALL_ACCOUNT_GET_PASSWORD_BY_LOGIN
|
static java.lang.String |
OGO_CALL_ACCOUNT_SET_PASSWORD
|
protected OpenGroupWare |
openGroupware_
|
Fields inherited from class org.opengroupware.jogi.connect.xmlrpc.XmlRpcBaseDocument |
content_, id_, KEY_ID |
Constructor Summary | |
protected |
XmlRpcAccount(XmlRpcCaller caller,
java.util.Map contents,
OpenGroupWare ogo)
|
protected |
XmlRpcAccount(XmlRpcCaller caller,
java.lang.String login,
java.lang.String id,
OpenGroupWare ogo)
|
Method Summary | |
protected boolean |
checkNewContent(java.util.Map new_content)
This method checks whether the provided Map contains a valid document. |
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 |
getLogin()
|
java.util.List |
getMailTransactions()
|
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)
|
Methods inherited from class org.opengroupware.jogi.connect.xmlrpc.XmlRpcBaseDocument |
fireNotify, getContent, getId, getString, put, setContent |
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.opengroupware.jogi.ogo.Account |
getId |
Field Detail |
public static final java.lang.String KEY_LOGIN
public static final java.lang.String OGO_CALL_ACCOUNT_SET_PASSWORD
public static final java.lang.String OGO_CALL_ACCOUNT_GET_PASSWORD_BY_LOGIN
protected XmlRpcCaller caller_
protected OpenGroupWare openGroupware_
Constructor Detail |
protected XmlRpcAccount(XmlRpcCaller caller, java.lang.String login, java.lang.String id, OpenGroupWare ogo) throws OgoException, ConnectionException
protected XmlRpcAccount(XmlRpcCaller caller, java.util.Map contents, OpenGroupWare ogo)
Method Detail |
public java.lang.String getLogin()
getLogin
in interface Account
public void setPassword(java.lang.String password) throws OgoException, ConnectionException
setPassword
in interface Account
OgoException
ConnectionException
public java.lang.String getPassword() throws OgoException, ConnectionException
getPassword
in interface Account
OgoException
ConnectionException
public java.util.List getTodoList() throws OgoException, ConnectionException
Account
getTodoList
in interface Account
OgoException
ConnectionException
public java.util.List getTodoListAsIds() throws OgoException, ConnectionException
Account
getTodoListAsIds
in interface Account
OgoException
ConnectionException
public java.util.List getDelegatedJobs() throws OgoException, ConnectionException
Account
getDelegatedJobs
in interface Account
OgoException
ConnectionException
public java.util.List getDelegatedJobsAsIds() throws OgoException, ConnectionException
Account
getDelegatedJobsAsIds
in interface Account
OgoException
ConnectionException
public java.util.List getArchivedJobs() throws OgoException, ConnectionException
Account
getArchivedJobs
in interface Account
OgoException
ConnectionException
public java.util.List getArchivedJobsAsIds() throws OgoException, ConnectionException
Account
getArchivedJobsAsIds
in interface Account
OgoException
ConnectionException
public java.util.List getMailTransactions() throws OgoException, ConnectionException
OgoException
ConnectionException
protected boolean checkNewContent(java.util.Map new_content)
XmlRpcBaseDocument
checkNewContent
in class XmlRpcBaseDocument
new_content
- The new content for the document.
true
if the content meets all requirements,
otherwise false
.public Person getPerson() throws OgoException, ConnectionException
Account
getPerson
in interface Account
OgoException
ConnectionException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |