|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XmlRpcAccount | |
org.opengroupware.jogi.connect.xmlrpc |
Uses of XmlRpcAccount in org.opengroupware.jogi.connect.xmlrpc |
Methods in org.opengroupware.jogi.connect.xmlrpc that return XmlRpcAccount | |
protected XmlRpcAccount |
XmlRpcAccountManager.receiveAccount(java.lang.Object accTemp)
This takes the return value of an XML-RPC call, and if that is an Account it either updates the cached version of it or creates a new one. |
protected XmlRpcAccount |
XmlRpcAccountManager.getCachedAccount(java.lang.Object obj)
This method takes the return value of an XML-RPC call and looks up the object which represents this id in the cache. |
protected XmlRpcAccount |
XmlRpcAccountManager.createNewAccount(java.util.Map content)
Creates a new XmlRpcAccount from a Map . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |