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 |
---|---|
void |
getAdministratorsByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
List<InfoContactModel> |
getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
void |
getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback,
boolean reloadList,
boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
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 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
public void getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact, com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
getInfoContactModelsFromCredential
in interface ContactFetcher
public void getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback, boolean reloadList, boolean readGroupsFromHL, boolean readGroupsFromPortal)
getListContact
in interface ContactFetcher
public void getAdministratorsByFolderId(String sharedFolderId, com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback)
getAdministratorsByFolderId
in interface ContactFetcher
Copyright © 2015. All Rights Reserved.