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

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

Introduction

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

Usage

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

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

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

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

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

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + BookmarksPortletKeys.BOOKMARKS }, service = UserNotificationDefinition.class)
public class BookmarksAddEntryUserNotificationDefinition extends UserNotificationDefinition {

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

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + BookmarksPortletKeys.BOOKMARKS }, service = UserNotificationDefinition.class)
public class BookmarksUpdateEntryUserNotificationDefinition extends UserNotificationDefinition {

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

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + CommentPortletKeys.COMMENT }, service = UserNotificationDefinition.class)
public class CommentAddEntryUserNotificationDefinition extends UserNotificationDefinition {

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

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + CommentPortletKeys.COMMENT }, service = UserNotificationDefinition.class)
public class CommentUpdateEntryUserNotificationDefinition extends UserNotificationDefinition {

From source file com.liferay.contacts.web.internal.notifications.ContactsCenterUserNotificationDefinition.java

/**
 * @author Drew Brokke
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + ContactsPortletKeys.CONTACTS_CENTER }, service = UserNotificationDefinition.class)
public class ContactsCenterUserNotificationDefinition extends UserNotificationDefinition {

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

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY }, service = UserNotificationDefinition.class)
public class DLAddEntryUserNotificationDefinition extends UserNotificationDefinition {

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

/**
 * @author Sergio Gonzlez
 */
@Component(immediate = true, property = {
        "javax.portlet.name=" + DLPortletKeys.DOCUMENT_LIBRARY }, service = UserNotificationDefinition.class)
public class DLUpdateEntryUserNotificationDefinition extends UserNotificationDefinition {

From source file com.liferay.invitation.invite.members.web.internal.notifications.InviteMembersUserNotificationDefinition.java

/**
 * @author Adolfo Prez
 */
@Component(immediate = true, property = { "javax.portlet.name="
        + InviteMembersPortletKeys.INVITE_MEMBERS }, service = UserNotificationDefinition.class)
public class InviteMembersUserNotificationDefinition extends UserNotificationDefinition {