public class UserStore extends Object implements ContactFetcher
Modifier and Type | Field and Description |
---|---|
static List<InfoContactModel> |
listAllContact |
Constructor and Description |
---|
UserStore() |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
void |
getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback,
boolean reloadList) |
void |
getListSharedUserByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
getOwner(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback) |
public static List<InfoContactModel> listAllContact
public void getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback, boolean reloadList)
getListContact
in interface ContactFetcher
public void getListSharedUserByFolderId(String sharedFolderId, com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
getListSharedUserByFolderId
in interface ContactFetcher
public List<InfoContactModel> getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser)
getExclusiveContactsFromAllContact
in interface ContactFetcher
public void getOwner(String sharedFolderId, com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback)
getOwner
in interface ContactFetcher
Copyright © 2016. All Rights Reserved.