Example usage for com.liferay.portal.kernel.notifications BaseModelUserNotificationHandler subclass-usage

List of usage examples for com.liferay.portal.kernel.notifications BaseModelUserNotificationHandler subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.notifications BaseModelUserNotificationHandler subclass-usage.

Usage

From source file com.liferay.blogs.web.internal.notifications.BlogsUserNotificationHandler.java

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + BlogsPortletKeys.BLOGS }, service = UserNotificationHandler.class)
public class BlogsUserNotificationHandler extends BaseModelUserNotificationHandler {

From source file com.liferay.bookmarks.web.internal.notifications.BookmarksUserNotificationHandler.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + BookmarksPortletKeys.BOOKMARKS }, service = UserNotificationHandler.class)
public class BookmarksUserNotificationHandler extends BaseModelUserNotificationHandler {

From source file com.liferay.comment.web.internal.notifications.CommentUserNotificationHandler.java

/**
 * @author Roberto Daz
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + CommentPortletKeys.COMMENT }, service = UserNotificationHandler.class)

From source file com.liferay.document.library.web.internal.notifications.DLUserNotificationHandler.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY }, service = UserNotificationHandler.class)
public class DLUserNotificationHandler extends BaseModelUserNotificationHandler {

From source file com.liferay.journal.web.internal.notifications.JournalUserNotificationHandler.java

/**
 * @author Ivn Zaera
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + JournalPortletKeys.JOURNAL }, service = UserNotificationHandler.class)
public class JournalUserNotificationHandler extends BaseModelUserNotificationHandler {

From source file com.liferay.mentions.portlet.notifications.MentionsUserNotificationHandler.java

/**
 * @author Ivn Zaera
 * @author Sergio Gonzlez
 */
public class MentionsUserNotificationHandler extends BaseModelUserNotificationHandler {

From source file com.liferay.mentions.web.internal.notifications.MentionsUserNotificationHandler.java

/**
 * @author Ivn Zaera
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + MentionsPortletKeys.MENTIONS }, service = UserNotificationHandler.class)

From source file com.liferay.message.boards.web.internal.notifications.MBUserNotificationHandler.java

/**
 * @author Sergio Gonzlez
 * @author Roberto Daz
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + MBPortletKeys.MESSAGE_BOARDS }, service = UserNotificationHandler.class)

From source file com.liferay.microblogs.web.internal.notifications.MicroblogsUserNotificationHandler.java

/**
 * @author Jonathan Lee
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + MicroblogsPortletKeys.MICROBLOGS }, service = UserNotificationHandler.class)
public class MicroblogsUserNotificationHandler extends BaseModelUserNotificationHandler {

From source file com.liferay.wiki.web.internal.notifications.WikiUserNotificationHandler.java

/**
 * @author Roberto Daz
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + WikiPortletKeys.WIKI }, service = UserNotificationHandler.class)
public class WikiUserNotificationHandler extends BaseModelUserNotificationHandler {