| Modifier and Type | Method and Description |
|---|---|
ArrayList<WSUser> |
MessageService.getUsersInfo(String[] usernames) |
ArrayList<WSUser> |
MessageService.searchUsers(String keyword) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageServiceAsync.getUsersInfo(String[] usernames,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)
GWT-RPC service asynchronous (client-side) interface
|
void |
MessageServiceAsync.searchUsers(String keyword,
com.google.gwt.user.client.rpc.AsyncCallback<ArrayList<WSUser>> callback)
GWT-RPC service asynchronous (client-side) interface
|
| Modifier and Type | Method and Description |
|---|---|
WSUser |
UserSuggestion.getUser() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserOracle.addContacts(List<WSUser> users) |
| Constructor and Description |
|---|
UserSuggestion(WSUser user) |
| Modifier and Type | Method and Description |
|---|---|
List<WSUser> |
WriteMessage.getSelectedUsers() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<WSUser> |
ConvServiceImpl.getUsersInfo(String[] usernames) |
ArrayList<WSUser> |
ConvServiceImpl.searchUsers(String keyword) |
| Modifier and Type | Method and Description |
|---|---|
WSUser |
CurrUserAndPortalUsersWrapper.getCurrentUser() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<WSUser> |
CurrUserAndPortalUsersWrapper.getUsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
CurrUserAndPortalUsersWrapper.setCurrentUser(WSUser currentUser) |
| Modifier and Type | Method and Description |
|---|---|
void |
CurrUserAndPortalUsersWrapper.setUsers(ArrayList<WSUser> users) |
| Constructor and Description |
|---|
CurrUserAndPortalUsersWrapper(WSUser currentUser,
ArrayList<WSUser> users) |
| Constructor and Description |
|---|
CurrUserAndPortalUsersWrapper(WSUser currentUser,
ArrayList<WSUser> users) |
Copyright © 2020. All rights reserved.