Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
SimpleMultiDragWorkspaceContact.getTargetContacts() |
List<InfoContactModel> |
SimpleMultiDragWorkspaceContact.getTargetContactsWithMyLogin() |
Modifier and Type | Method and Description |
---|---|
void |
SimpleMultiDragWorkspaceContact.addTargetContact(List<InfoContactModel> listContacts) |
Modifier and Type | Method and Description |
---|---|
InfoContactModel |
WorkspaceSharingService.getOwnerByItemId(String itemId) |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
WorkspaceSharingService.getAdministratorsByFolderId(String sharedFolderId) |
List<InfoContactModel> |
WorkspaceSharingService.getAllContacts(boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
List<InfoContactModel> |
WorkspaceSharingService.getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact) |
List<InfoContactModel> |
WorkspaceSharingService.getListUserSharedByFolderSharedId(String folderSharedId) |
Modifier and Type | Method and Description |
---|---|
void |
WorkspaceSharingServiceAsync.getAdministratorsByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
WorkspaceSharingServiceAsync.getAllContacts(boolean readGroupsFromHL,
boolean readGroupsFromPortal,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
WorkspaceSharingServiceAsync.getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
WorkspaceSharingServiceAsync.getListUserSharedByFolderSharedId(String folderSharedId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
WorkspaceSharingServiceAsync.getOwnerByItemId(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback) |
boolean |
WorkspaceSharingService.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
void |
WorkspaceSharingServiceAsync.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl,
com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) |
Modifier and Type | Field and Description |
---|---|
static List<InfoContactModel> |
UserStore.listAllContact |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
UserStore.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
List<InfoContactModel> |
ContactFetcher.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
List<InfoContactModel> |
SmartDialogInterface.getSharedListUsers() |
List<InfoContactModel> |
SmartShare.getSharedListUsers() |
List<InfoContactModel> |
DialogShareWItem.getSharedListUsers() |
Modifier and Type | Method and Description |
---|---|
void |
UserStore.getAdministratorsByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
ContactFetcher.getAdministratorsByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
List<InfoContactModel> |
UserStore.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
List<InfoContactModel> |
ContactFetcher.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
void |
UserStore.getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
ContactFetcher.getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
UserStore.getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback,
boolean reloadList,
boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
void |
ContactFetcher.getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback,
boolean reloadList,
boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
void |
UserStore.getListSharedUserByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
ContactFetcher.getListSharedUserByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
UserStore.getOwner(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback) |
void |
ContactFetcher.getOwner(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback) |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
MultiValuePanel.getSelectedUser() |
List<InfoContactModel> |
MultiDragContact.getTargetListContact() |
Modifier and Type | Method and Description |
---|---|
void |
MultiDragContact.addTargetContact(InfoContactModel contact) |
Modifier and Type | Method and Description |
---|---|
void |
MultiDragContact.addAlreadySharedContacts(List<InfoContactModel> listContact) |
void |
MultiDragContact.addSourceContacts(List<InfoContactModel> listContact) |
void |
MultiDragContact.addTargetContacts(List<InfoContactModel> listContact) |
void |
MultiValuePanel.updateSuggestions(List<InfoContactModel> result) |
Modifier and Type | Field and Description |
---|---|
protected static HashMap<String,InfoContactModel> |
GWTWorkspaceSharingBuilder.hashTestUser |
Modifier and Type | Method and Description |
---|---|
protected InfoContactModel |
GWTWorkspaceSharingBuilder.buildGxtInfoContactFromPortalLogin(String portalLogin) |
InfoContactModel |
GWTWorkspaceSharingBuilder.buildGXTInfoContactModel(org.gcube.common.homelibrary.home.User user) |
InfoContactModel |
WorkspaceSharingServiceImpl.getOwnerByItemId(String itemId) |
Modifier and Type | Method and Description |
---|---|
protected List<InfoContactModel> |
GWTWorkspaceSharingBuilder.buildGxtInfoContactFromPortalLoginTestMode(List<String> listPortalLogin)
Used in test mode
|
List<InfoContactModel> |
GWTWorkspaceSharingBuilder.buildGxtInfoContactsFromPortalLogins(List<String> listPortalLogin) |
List<InfoContactModel> |
GWTWorkspaceSharingBuilder.buildGXTListContactsModelFromGcubeGroup(List<org.gcube.common.homelibrary.home.workspace.usermanager.GCubeGroup> list) |
List<InfoContactModel> |
GWTWorkspaceSharingBuilder.buildGXTListContactsModelFromUserModel(List<org.gcube.vomanagement.usermanagement.model.UserModel> listUsers) |
List<InfoContactModel> |
GWTWorkspaceSharingBuilder.buildGXTListContactsModelFromVOs(List<VO> listVO,
String voPath) |
List<InfoContactModel> |
WorkspaceSharingServiceImpl.getAdministratorsByFolderId(String sharedFolderId) |
List<InfoContactModel> |
WorkspaceSharingServiceImpl.getAllContacts(boolean readGroupsFromHL,
boolean readGroupsFromPortal) |
static HashMap<String,InfoContactModel> |
GWTWorkspaceSharingBuilder.getHashTestUsers()
Used in test mode
|
List<InfoContactModel> |
WorkspaceSharingServiceImpl.getInfoContactModelsFromCredential(List<CredentialModel> listAlreadySharedContact) |
List<InfoContactModel> |
WorkspaceSharingServiceImpl.getListUserSharedByFolderSharedId(String folderSharedId) |
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceSharingBuilder.setUserLogged(InfoContactModel infoContactModel) |
Modifier and Type | Method and Description |
---|---|
boolean |
WorkspaceSharingServiceImpl.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
Modifier and Type | Method and Description |
---|---|
static List<InfoContactModel> |
NotificationsUtil.getListUserSharedByFolderSharedId(org.gcube.common.homelibrary.home.workspace.Workspace workspace,
String idSharedFolder) |
Modifier and Type | Method and Description |
---|---|
void |
NotificationsProducer.notifyAddedItemToSharing(List<InfoContactModel> listContacts,
org.gcube.common.homelibrary.home.workspace.WorkspaceItem workspaceItem,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyAddedUsersToSharing(List<InfoContactModel> listSharedContact,
List<InfoContactModel> listSharingContact,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the new contacts passed in input
|
void |
NotificationsProducer.notifyAddedUsersToSharing(List<InfoContactModel> listSharedContact,
List<InfoContactModel> listSharingContact,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the new contacts passed in input
|
void |
NotificationsProducer.notifyFolderRenamed(List<InfoContactModel> listSharedContact,
org.gcube.common.homelibrary.home.workspace.WorkspaceItem folderItem,
String itemOldName,
String itemNewName,
String idsharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyFolderSharing(List<InfoContactModel> listContacts,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyFolderUnSharing(List<InfoContactModel> listContacts,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder unSharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyItemRenamed(List<InfoContactModel> listSharedContact,
String previousName,
org.gcube.common.homelibrary.home.workspace.WorkspaceItem item,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyMovedItemToSharing(List<InfoContactModel> listContacts,
org.gcube.common.homelibrary.home.workspace.WorkspaceItem workspaceItem,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyRemovedItemToSharing(List<InfoContactModel> listContacts,
String itemName,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifySharedFolderDeleted(List<InfoContactModel> listContacts,
String folderNameDeleted)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyUpdatedItemToSharing(List<InfoContactModel> listContacts,
org.gcube.common.homelibrary.home.workspace.WorkspaceItem workspaceItem,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the contacts passed in input
|
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
DiffereceBeetweenInfoContactModel.getDifferentsContacts() |
Modifier and Type | Method and Description |
---|---|
int |
DiffereceBeetweenInfoContactModel.compare(InfoContactModel o1,
InfoContactModel o2) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
UserUtil.getListLoginByInfoContactModel(List<InfoContactModel> listContacts) |
static String |
UserUtil.separateUsersNamesToComma(List<InfoContactModel> listContacts) |
Constructor and Description |
---|
DiffereceBeetweenInfoContactModel(List<InfoContactModel> listA,
List<InfoContactModel> listB)
Get difference between listA and listB
|
DiffereceBeetweenInfoContactModel(List<InfoContactModel> listA,
List<InfoContactModel> listB)
Get difference between listA and listB
|
Modifier and Type | Field and Description |
---|---|
static Comparator<InfoContactModel> |
InfoContactModel.COMPARATORLOGINS |
Modifier and Type | Method and Description |
---|---|
InfoContactModel |
FileModel.getOwner() |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
FileModel.getListUserSharing() |
Modifier and Type | Method and Description |
---|---|
int |
InfoContactModel.compareTo(InfoContactModel o) |
void |
FileModel.setOwner(InfoContactModel owner) |
Modifier and Type | Method and Description |
---|---|
void |
FileModel.setListShareUser(List<InfoContactModel> listShareUsers) |
void |
FileModel.setSharingValue(boolean isShared,
List<InfoContactModel> listShareUsers) |
Copyright © 2014. All Rights Reserved.