public class CSRatePlugin
extends org.exoplatform.commons.api.notification.plugin.BaseNotificationPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<Boolean> |
IS_RATED_FROM_MAIL |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> |
RATER_USERNAME |
static org.exoplatform.commons.api.notification.model.ArgumentLiteral<TicketDTO> |
TICKET |
| Constructor and Description |
|---|
CSRatePlugin(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.social.core.space.spi.SpaceService spaceService) |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
boolean |
isValid(org.exoplatform.commons.api.notification.NotificationContext ctx) |
protected org.exoplatform.commons.api.notification.model.NotificationInfo |
makeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx) |
buildNotification, end, getKey, getOrganizationService, getPluginConfigs, isOldPlugin, setOldPlugin, startpublic static final String ID
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<TicketDTO> TICKET
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<String> RATER_USERNAME
public static final org.exoplatform.commons.api.notification.model.ArgumentLiteral<Boolean> IS_RATED_FROM_MAIL
public CSRatePlugin(org.exoplatform.container.xml.InitParams initParams,
org.exoplatform.social.core.space.spi.SpaceService spaceService)
public String getId()
getId in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPluginpublic boolean isValid(org.exoplatform.commons.api.notification.NotificationContext ctx)
isValid in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPluginprotected org.exoplatform.commons.api.notification.model.NotificationInfo makeNotification(org.exoplatform.commons.api.notification.NotificationContext ctx)
makeNotification in class org.exoplatform.commons.api.notification.plugin.BaseNotificationPluginCopyright © 2003–2021 eXo Platform SAS. All rights reserved.