| Modifier and Type | Method and Description |
|---|---|
MessageState |
BaseMessageModel.getMessageState()
Gets the message state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseMessageModel.setMessageState(MessageState messageState)
Sets the message state.
|
| Modifier and Type | Method and Description |
|---|---|
MessageState |
IBaseMessageModel.getMessageState()
Gets the message state.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IBaseMessageModel.setMessageState(MessageState messageState)
Sets the message state.
|
| Modifier and Type | Method and Description |
|---|---|
static MessageState |
MessageState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageState[] |
MessageState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Messages |
MessageSystemFactory.newMessages(Boolean deletedFlag,
Boolean failed2sentemail,
String folder,
Integer id,
String messageContent,
MessageType messagetype,
Boolean readFlag,
user.management.model.Users sender,
user.management.model.Contactmethods senderEmail,
Date sentDate,
Boolean spamFlag,
MessageState state,
String subject,
Messages parent,
Boolean recipientDeletedFlag)
Data pool factory for Messages.
|
Messages |
MessageSystemFactory.newMessages(Boolean deletedFlag,
Boolean failed2sentemail,
String folder,
Integer id,
String messageContent,
MessageType messagetype,
Boolean readFlag,
user.management.model.Users sender,
Date sentDate,
Boolean spamFlag,
MessageState state,
String subject,
Messages parent,
Boolean recipientDeletedFlag)
Data pool factory for Messages.
|
Messages |
MessageSystemFactory.newMessages(Boolean deletedFlag,
Boolean failed2sentemail,
String folder,
String messageContent,
MessageType messagetype,
Boolean readFlag,
user.management.model.Users sender,
Date sentDate,
Boolean spamFlag,
MessageState state,
String subject)
Gets the messages.
|
Messages |
MessageSystemFactory.newMessages(Boolean deletedFlag,
Boolean failed2sentemail,
String folder,
String messageContent,
MessageType messagetype,
Boolean readFlag,
user.management.model.Users sender,
Date sentDate,
Boolean spamFlag,
MessageState state,
String subject,
Messages parent)
Gets the messages.
|
| Modifier and Type | Method and Description |
|---|---|
List<Messages> |
MessagesBusinessService.findMessages(user.management.model.Users user,
MessageState state)
Find all messages from the given user and state.
|
| Modifier and Type | Method and Description |
|---|---|
List<Messages> |
MessagesService.findMessages(user.management.model.Users user,
MessageState state)
Find all messages from the given user and state.
|
Copyright © 2015. All rights reserved.