List of usage examples for com.liferay.portal.kernel.notifications BaseUserNotificationHandler subclass-usage
From source file bean.CustomNotificationHandler.java
/** * * @author misteam */ public class CustomNotificationHandler extends BaseUserNotificationHandler {
From source file com.liferay.contacts.contactscenter.notifications.ContactsCenterUserNotificationHandler.java
/** * @author Jonathan Lee */ public class ContactsCenterUserNotificationHandler extends BaseUserNotificationHandler { public ContactsCenterUserNotificationHandler() {
From source file com.liferay.contacts.web.internal.notifications.ContactsCenterUserNotificationHandler.java
/** * @author Jonathan Lee */ @Component(immediate = true, property = { "javax.portlet.name=" + ContactsPortletKeys.CONTACTS_CENTER }, service = UserNotificationHandler.class) public class ContactsCenterUserNotificationHandler extends BaseUserNotificationHandler {
From source file com.liferay.exportimport.internal.notifications.ExportImportUserNotificationHandler.java
/** * @author Akos Thurzo */ @Component(immediate = true, property = { "javax.portlet.name=" + ExportImportPortletKeys.EXPORT_IMPORT }, service = UserNotificationHandler.class) public class ExportImportUserNotificationHandler extends BaseUserNotificationHandler {
From source file com.liferay.invitation.invite.members.web.internal.notifications.InviteMembersUserNotificationHandler.java
/** * @author Jonathan Lee */ @Component(immediate = true, property = { "javax.portlet.name=" + InviteMembersPortletKeys.INVITE_MEMBERS }, service = UserNotificationHandler.class) public class InviteMembersUserNotificationHandler extends BaseUserNotificationHandler {
From source file com.liferay.microblogs.microblogs.notifications.MicroblogsUserNotificationHandler.java
/** * @author Jonathan Lee */ public class MicroblogsUserNotificationHandler extends BaseUserNotificationHandler { public MicroblogsUserNotificationHandler() {
From source file com.liferay.privatemessaging.notifications.PrivateMessagingUserNotificationHandler.java
/** * @author Jonathan Lee */ public class PrivateMessagingUserNotificationHandler extends BaseUserNotificationHandler { public PrivateMessagingUserNotificationHandler() {
From source file com.liferay.so.announcements.notifications.SOAnnouncementsUserNotificationHandler.java
/** * @author Jonathan Lee */ public class SOAnnouncementsUserNotificationHandler extends BaseUserNotificationHandler { public SOAnnouncementsUserNotificationHandler() {
From source file com.liferay.so.invitemembers.notifications.InviteMembersUserNotificationHandler.java
/** * @author Jonathan Lee */ public class InviteMembersUserNotificationHandler extends BaseUserNotificationHandler { public InviteMembersUserNotificationHandler() {
From source file com.liferay.tasks.notifications.TasksUserNotificationHandler.java
/** * @author Jonathan Lee */ public class TasksUserNotificationHandler extends BaseUserNotificationHandler { public TasksUserNotificationHandler() {