|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InfoContactModel | |
---|---|
org.gcube.portlets.user.messages.server | |
org.gcube.portlets.user.messages.shared |
Uses of InfoContactModel in org.gcube.portlets.user.messages.server |
---|
Methods in org.gcube.portlets.user.messages.server that return types with arguments of type InfoContactModel | |
---|---|
List<InfoContactModel> |
GWTMessagesBuilder.buildGXTListContactsModel(List<org.gcube.portlets.user.homelibrary.home.User> listUsers)
|
Uses of InfoContactModel in org.gcube.portlets.user.messages.shared |
---|
Fields in org.gcube.portlets.user.messages.shared declared as InfoContactModel | |
---|---|
protected InfoContactModel |
MessageModel.contact
|
Methods in org.gcube.portlets.user.messages.shared that return InfoContactModel | |
---|---|
InfoContactModel |
MessageModel.getFromContact()
|
Methods in org.gcube.portlets.user.messages.shared that return types with arguments of type InfoContactModel | |
---|---|
List<InfoContactModel> |
MessageModel.getListContactsTo()
|
Method parameters in org.gcube.portlets.user.messages.shared with type arguments of type InfoContactModel | |
---|---|
void |
MessageModel.setListContactsTo(List<InfoContactModel> listContactsTo)
|
Constructors in org.gcube.portlets.user.messages.shared with parameters of type InfoContactModel | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |