Uses of Interface
org.opengroupware.jogi.ogo.Account

Packages that use Account
org.opengroupware.jogi.connect.xmlrpc   
org.opengroupware.jogi.ogo   
 

Uses of Account in org.opengroupware.jogi.connect.xmlrpc
 

Classes in org.opengroupware.jogi.connect.xmlrpc that implement Account
 class XmlRpcAccount
           
 

Methods in org.opengroupware.jogi.connect.xmlrpc that return Account
 Account XmlRpcEnterprise.getOwner()
           
 Account XmlRpcAccountManager.getByNumber(java.lang.String account_number)
           
 Account XmlRpcAccountManager.getById(java.lang.String id)
          This method returns the Account associated by this id.
 Account XmlRpcAccountManager.getByLogin(java.lang.String login)
           
 Account XmlRpcAccountManager.insert(java.lang.String login)
           
 Account XmlRpcAccountManager.getLoginAccount()
           
 Account XmlRpcAppointment.getOwner()
           
 Account XmlRpcJob.getExecutor()
           
 Account XmlRpcJob.getCreator()
           
 Account XmlRpcPerson.getContact()
           
 Account XmlRpcPerson.getOwner()
           
 

Methods in org.opengroupware.jogi.connect.xmlrpc with parameters of type Account
 void XmlRpcEnterprise.setOwner(Account account)
           
 void XmlRpcAccountManager.delete(Account account)
           
 void XmlRpcAppointment.setOwner(Account account)
           
 void XmlRpcJob.setExecutor(Account account)
           
 void XmlRpcJob.setCreator(Account account)
           
 void XmlRpcPerson.setContact(Account account)
           
 void XmlRpcPerson.setOwner(Account account)
           
 

Uses of Account in org.opengroupware.jogi.ogo
 

Methods in org.opengroupware.jogi.ogo that return Account
 Account AccountManager.getById(java.lang.String Id)
           
 Account AccountManager.getByLogin(java.lang.String login)
          Returns the Account with the provided login name.
 Account AccountManager.insert(java.lang.String login)
          Creates a new Account and inserts in on the server.
 Account AccountManager.getLoginAccount()
           
 Account Appointment.getOwner()
           
 Account Person.getContact()
           
 Account Person.getOwner()
           
 Account Enterprise.getOwner()
           
 Account Job.getCreator()
           
 Account Job.getExecutor()
           
 

Methods in org.opengroupware.jogi.ogo with parameters of type Account
 void AccountManager.delete(Account account)
           
 void Appointment.setOwner(Account account)
           
 void Person.setContact(Account account)
           
 void Person.setOwner(Account account)
           
 void Enterprise.setOwner(Account account)
           
 void Job.setCreator(Account account)
           
 void Job.setExecutor(Account account)
           
 



Copyright © 2003 ogojogi Project, All Rights Reserved.