Package | Description |
---|---|
org.gcube.portlets.user.messages.server | |
org.gcube.portlets.user.messages.shared |
Modifier and Type | Method and Description |
---|---|
List<InfoContactModel> |
GWTMessagesBuilder.buildGXTListContactsModel(List<org.gcube.common.homelibrary.home.User> listUsers) |
Modifier and Type | Field and Description |
---|---|
protected InfoContactModel |
MessageModel.contact |
Modifier and Type | Method and Description |
---|---|
InfoContactModel |
MessageModel.getFromContact() |
Constructor and Description |
---|
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,
Map<String,String> mapContacts,
String messageType,
boolean isRead) |
Copyright © 2015. All Rights Reserved.