public interface CometResultMessageTools
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(List<String> messages)
Adds a list of messages for the given session.
|
void |
clearMessages()
Clears the messages by removing the
CometResultMessage from the current session. |
String |
getMessage(int resultCode)
Returns the messages for the given session id and result code.
|
int |
getResultCode()
Returns the current result code used by the
CometResultMessage for the current session. |
void addMessage(List<String> messages)
messages - a list of already localized stringvoid clearMessages()
CometResultMessage from the current session.int getResultCode()
CometResultMessage for the current session.String getMessage(int resultCode)
resultCode - the result code for the saved messagesCopyright © 2017 SAP SE. All Rights Reserved.