Modifier and Type | Class and Description |
---|---|
class |
ExtendedInfoContactModel |
Modifier and Type | Field and Description |
---|---|
protected InfoContactModel |
FileModel.infoContacts |
Modifier and Type | Field and Description |
---|---|
static Comparator<InfoContactModel> |
InfoContactModel.COMPARATORFULLNAME |
static Comparator<InfoContactModel> |
InfoContactModel.COMPARATORLOGINS |
Modifier and Type | Method and Description |
---|---|
InfoContactModel |
FileTrashedModel.getDeleteUser() |
InfoContactModel |
MessageModel.getFromContact() |
InfoContactModel |
FileModel.getOwner() |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
MessageModel.getListContactsTo() |
List<InfoContactModel> |
FileModel.getListUserSharing() |
Modifier and Type | Method and Description |
---|---|
void |
FileTrashedModel.setDeleteUser(InfoContactModel deleteUser) |
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) |
Constructor and Description |
---|
FileDetailsModel(String identifier,
String name,
String path,
Date creationDate,
FileModel parent,
long size,
boolean isDirectory,
String description,
Date lastModified,
InfoContactModel owner,
boolean isShared) |
FileTrashedModel(String orginalPath,
Date deleteDate,
InfoContactModel deleteUser) |
MessageModel(String id,
String subject,
InfoContactModel sender,
Date date,
int numAttachs,
boolean isRead,
String messageType)
BASIC CONSTRUCTOR
|
MessageModel(String id,
String subject,
InfoContactModel sender,
Date date,
List<String> attachsNames,
String messageType,
boolean isRead)
USED TO VIEW MESSAGE IN GRID
|
MessageModel(String id,
String subject,
InfoContactModel sender,
Date date,
String text,
List<FileModel> attachs,
List<String> listContactsToString,
String messageType,
boolean isRead)
USED IN OPEN MESSAGE
|
Modifier and Type | Method and Description |
---|---|
InfoContactModel |
GWTWorkspaceService.getOwnerByItemId(String itemId) |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
GWTWorkspaceService.getAdministratorsByFolderId(String identifier) |
List<InfoContactModel> |
GWTWorkspaceService.getAllContacts() |
List<InfoContactModel> |
GWTWorkspaceService.getListUserSharedByFolderSharedId(String itemId) |
List<InfoContactModel> |
GWTWorkspaceService.getListUserSharedBySharedItem(String sharedItemId) |
List<InfoContactModel> |
GWTWorkspaceService.getUsersManagerToSharedFolder(String folderId) |
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceServiceAsync.getAdministratorsByFolderId(String identifier,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
GWTWorkspaceServiceAsync.getAllContacts(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
GWTWorkspaceServiceAsync.getListUserSharedByFolderSharedId(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
GWTWorkspaceServiceAsync.getListUserSharedBySharedItem(String sharedItemId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
GWTWorkspaceServiceAsync.getOwnerByItemId(String itemId,
com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback) |
void |
GWTWorkspaceServiceAsync.getUsersManagerToSharedFolder(String folderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
boolean |
GWTWorkspaceService.shareFolder(FileModel folder,
List<InfoContactModel> listContacts,
boolean isNewFolder,
WorkspaceACL acl) |
void |
GWTWorkspaceServiceAsync.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> |
ContactFetcher.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
List<InfoContactModel> |
UserStore.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
List<InfoContactModel> |
DialogShareFolder.getSharedListUsers() |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
ContactFetcher.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
List<InfoContactModel> |
UserStore.getExclusiveContactsFromAllContact(List<InfoContactModel> listSharedUser) |
void |
ContactFetcher.getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback,
boolean reloadList) |
void |
UserStore.getListContact(com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback,
boolean reloadList) |
void |
ContactFetcher.getListSharedUserByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
UserStore.getListSharedUserByFolderId(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
void |
ContactFetcher.getOwner(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<InfoContactModel> callback) |
void |
UserStore.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 | Method and Description |
---|---|
void |
DialogPermission.getUsersManagers(String sharedFolderId,
com.google.gwt.user.client.rpc.AsyncCallback<List<InfoContactModel>> callback) |
Modifier and Type | Field and Description |
---|---|
protected static HashMap<String,InfoContactModel> |
GWTWorkspaceBuilder.hashTestUser |
Modifier and Type | Method and Description |
---|---|
protected InfoContactModel |
GWTWorkspaceBuilder.buildGxtInfoContactFromPortalLogin(String portalLogin) |
InfoContactModel |
GWTWorkspaceBuilder.buildGXTInfoContactModel(org.gcube.common.homelibrary.home.User user) |
InfoContactModel |
GWTWorkspaceServiceImpl.getOwnerByItemId(String itemId) |
Modifier and Type | Method and Description |
---|---|
protected List<InfoContactModel> |
GWTWorkspaceBuilder.buildGxtInfoContactFromPortalLoginTestMode(List<String> listPortalLogin)
Used in test mode
|
List<InfoContactModel> |
GWTWorkspaceBuilder.buildGxtInfoContactsFromPortalLogins(List<String> listPortalLogin) |
List<InfoContactModel> |
GWTWorkspaceBuilder.buildGXTListContactsModelFromGcubeGroup(List<org.gcube.common.homelibrary.home.workspace.usermanager.GCubeGroup> list) |
List<InfoContactModel> |
GWTWorkspaceBuilder.buildGXTListContactsModelFromUserModel(List<org.gcube.vomanagement.usermanagement.model.UserModel> listUsers) |
List<InfoContactModel> |
GWTWorkspaceServiceImpl.getAdministratorsByFolderId(String folderId) |
List<InfoContactModel> |
GWTWorkspaceServiceImpl.getAllContacts() |
static HashMap<String,InfoContactModel> |
GWTWorkspaceBuilder.getHashTestUsers()
Used in test mode
|
List<InfoContactModel> |
GWTWorkspaceServiceImpl.getListUserSharedByFolderSharedId(String folderSharedId) |
List<InfoContactModel> |
GWTWorkspaceServiceImpl.getListUserSharedBySharedItem(String sharedItemId) |
List<InfoContactModel> |
GWTWorkspaceServiceImpl.getUsersManagerToSharedFolder(String folderId) |
Modifier and Type | Method and Description |
---|---|
void |
GWTWorkspaceBuilder.setUserLogged(InfoContactModel infoContactModel) |
Modifier and Type | Method and Description |
---|---|
List<String> |
GWTWorkspaceBuilder.buildListLoginFromContanctModel(List<InfoContactModel> listContactsModel) |
boolean |
GWTWorkspaceServiceImpl.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.notifyAdministratorDowngrade(InfoContactModel userToNotify,
org.gcube.common.homelibrary.home.workspace.WorkspaceSharedFolder sharedFolder)
Runs a new thread to notify the contacts passed in input
|
void |
NotificationsProducer.notifyAdministratorUpgrade(InfoContactModel userToNotify,
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 |
---|---|
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,
String unShareFolderId,
String unSharedFolderName)
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 | Method and Description |
---|---|
InfoContactModel |
GxtAccountingField.getUser() |
Modifier and Type | Method and Description |
---|---|
void |
GxtAccountingField.setUser(InfoContactModel user) |
Constructor and Description |
---|
GxtAccountingField(String description,
InfoContactModel user,
Date date,
GxtAccountingEntryType operation) |
Copyright © 2015. All Rights Reserved.