Uses of Interface
blueme.messenger.common.iUserList

Packages that use iUserList
blueme.messenger.common   
blueme.messenger.interfaces   
blueme.messenger.kernel   
 

Uses of iUserList in blueme.messenger.common
 

Classes in blueme.messenger.common that implement iUserList
 class UserList
          Different userdata information about a different user..
 

Methods in blueme.messenger.common that return iUserList
static iUserList[] Server.downloadUserList()
          This method gets the entire userlist save on the server.
static iUserList Server.lookupBluetoothAddress(java.lang.String bluetoothAddress)
          Get userinfo based on a bluetooth address
static iUserList Server.lookupPhoneNumber(java.lang.String phoneNumber)
          Get userinfo based on a phone number
static iUserList Server.lookupUid(java.lang.String uid)
          Get userinfo based on a user ID
 

Methods in blueme.messenger.common with parameters of type iUserList
static boolean Server.addUser(iUserList user)
          Add a local user to the userlist saved on the server
static boolean Server.deleteUser(iUserList user)
          Delete a user on the userlist saved on the server
 

Uses of iUserList in blueme.messenger.interfaces
 

Methods in blueme.messenger.interfaces that return iUserList
 iUserList[] iKernel_Com.getUserList()
          Used to get the buddy list.
 iUserList[] iKernel_GUI.getUserList()
          Used to get last saved buddy list.
 

Methods in blueme.messenger.interfaces with parameters of type iUserList
 boolean iKernel_GUI.addUser(iUserList userList)
          Notify Kernel that the defined user is to be added to the buddy list.
 boolean iKernel_GUI.deleteAllMessages(iUserList userList)
          Deletes all messages associated with the defined iUserList object.
 boolean iKernel_GUI.deleteUser(iUserList userList)
          Deletes the user associated with the iUserList object.
 iMSG[] iKernel_GUI.getMessages(iUserList userList)
          Used to get all messages associated with defined iUserList object.
 

Uses of iUserList in blueme.messenger.kernel
 

Methods in blueme.messenger.kernel that return iUserList
 iUserList[] DB.getUserList()
           
 iUserList[] Kernel.getUserList()
           
 iUserList[] iDB.getUserList()
          Get the saved buddy list as an array of iUserList objects.
 

Methods in blueme.messenger.kernel with parameters of type iUserList
 boolean Kernel.addUser(iUserList user)
           
 boolean Kernel.changeFriend(iUserList user, boolean friend)
           
 boolean SendAddMessageTicket.dataEquals(iUserList user)
           
 boolean Kernel.deleteAllMessages(iUserList userList)
           
 boolean Kernel.deleteUser(iUserList user)
           
 iMSG[] Kernel.getMessages(iUserList userList)
           
 boolean Kernel.sendAddMessage(iUserList user)
          Send an ADD message to specified user
 boolean iKernel_Ticket.sendAddMessage(iUserList user)
           
 boolean DB.setUserList(iUserList[] userList)
           
 boolean iDB.setUserList(iUserList[] userList)
          Save specified iUserList objects, and delete prossible existing array of iUserList objects.
 

Constructors in blueme.messenger.kernel with parameters of type iUserList
AddUserToServerTicket(iUserList user)
          Creates a new instance of AddUserToServerTicket
DeleteUserFromServerTicket(iUserList user)
          Creates a new instance of DeleteUserFromServerTicket
SendAddMessageTicket(iKernel_Ticket kernel, iUserList user)
          Creates a new instance of SendAddMessageTicket