Uses of Class
org.gcube.portets.user.message_conversations.shared.WSUser
-
-
Uses of WSUser in org.gcube.portets.user.message_conversations.client
Methods in org.gcube.portets.user.message_conversations.client that return types with arguments of type WSUser Modifier and Type Method Description ArrayList<WSUser>MessageService. getUsersInfo(String[] usernames)ArrayList<WSUser>MessageService. searchUsers(String keyword)Method parameters in org.gcube.portets.user.message_conversations.client with type arguments of type WSUser Modifier and Type Method Description voidMessageServiceAsync. getUsersInfo(String[] usernames, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)GWT-RPC service asynchronous (client-side) interfacevoidMessageServiceAsync. searchUsers(String keyword, com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)GWT-RPC service asynchronous (client-side) interface -
Uses of WSUser in org.gcube.portets.user.message_conversations.client.oracle
Methods in org.gcube.portets.user.message_conversations.client.oracle that return WSUser Modifier and Type Method Description WSUserUserSuggestion. getUser()Method parameters in org.gcube.portets.user.message_conversations.client.oracle with type arguments of type WSUser Modifier and Type Method Description voidUserOracle. addContacts(List<WSUser> users)Constructors in org.gcube.portets.user.message_conversations.client.oracle with parameters of type WSUser Constructor Description UserSuggestion(WSUser user) -
Uses of WSUser in org.gcube.portets.user.message_conversations.client.ui
Methods in org.gcube.portets.user.message_conversations.client.ui that return types with arguments of type WSUser Modifier and Type Method Description List<WSUser>WriteMessage. getSelectedUsers() -
Uses of WSUser in org.gcube.portets.user.message_conversations.server
Methods in org.gcube.portets.user.message_conversations.server that return types with arguments of type WSUser Modifier and Type Method Description ArrayList<WSUser>ConvService. getUsersInfo(String[] usernames)ArrayList<WSUser>ConvServiceImpl. getUsersInfo(String[] usernames)ArrayList<WSUser>FakeConvServiceImpl. getUsersInfo(String[] usernames)ArrayList<WSUser>ConvService. searchUsers(String keyword)ArrayList<WSUser>ConvServiceImpl. searchUsers(String keyword)ArrayList<WSUser>FakeConvServiceImpl. searchUsers(String keyword) -
Uses of WSUser in org.gcube.portets.user.message_conversations.shared
Methods in org.gcube.portets.user.message_conversations.shared that return WSUser Modifier and Type Method Description WSUserCurrUserAndPortalUsersWrapper. getCurrentUser()Methods in org.gcube.portets.user.message_conversations.shared that return types with arguments of type WSUser Modifier and Type Method Description ArrayList<WSUser>CurrUserAndPortalUsersWrapper. getUsers()Methods in org.gcube.portets.user.message_conversations.shared with parameters of type WSUser Modifier and Type Method Description voidCurrUserAndPortalUsersWrapper. setCurrentUser(WSUser currentUser)Method parameters in org.gcube.portets.user.message_conversations.shared with type arguments of type WSUser Modifier and Type Method Description voidCurrUserAndPortalUsersWrapper. setUsers(ArrayList<WSUser> users)Constructors in org.gcube.portets.user.message_conversations.shared with parameters of type WSUser Constructor Description CurrUserAndPortalUsersWrapper(WSUser currentUser, ArrayList<WSUser> users)Constructor parameters in org.gcube.portets.user.message_conversations.shared with type arguments of type WSUser Constructor Description CurrUserAndPortalUsersWrapper(WSUser currentUser, ArrayList<WSUser> users)
-