public class DismissibleMessagesServiceImpl extends Object implements DismissibleMessagesService
Constructor and Description |
---|
DismissibleMessagesServiceImpl(PropertyManager propertyManager) |
Modifier and Type | Method and Description |
---|---|
void |
dismissMessage(String messageKey)
Dismisses the message, denoting that the message should not be shown in Crowd console.
|
void |
enableMessage(String messageKey)
Enables the message, denoting that the message should be shown in Crowd console.
|
boolean |
isDismissed(String messageKey) |
public DismissibleMessagesServiceImpl(PropertyManager propertyManager)
public void enableMessage(String messageKey)
DismissibleMessagesService
enableMessage
in interface DismissibleMessagesService
messageKey
- key of the messagepublic void dismissMessage(String messageKey)
DismissibleMessagesService
dismissMessage
in interface DismissibleMessagesService
messageKey
- key of the messagepublic boolean isDismissed(String messageKey)
isDismissed
in interface DismissibleMessagesService
messageKey
- key of the messageCopyright © 2021 Atlassian. All rights reserved.