Uses of Class
org.exoplatform.commons.api.notification.model.NotificationInfo
Packages that use NotificationInfo
Package
Description
-
Uses of NotificationInfo in org.exoplatform.commons.api.notification
Methods in org.exoplatform.commons.api.notification that return NotificationInfoModifier and TypeMethodDescriptionNotificationContext.getNotificationInfo()Gets notification informationMethods in org.exoplatform.commons.api.notification that return types with arguments of type NotificationInfoModifier and TypeMethodDescriptionNotificationContext.getNotificationInfos()Gets notification message listMethods in org.exoplatform.commons.api.notification with parameters of type NotificationInfoModifier and TypeMethodDescriptionNotificationContext.setNotificationInfo(NotificationInfo notification) Sets notification infomationMethod parameters in org.exoplatform.commons.api.notification with type arguments of type NotificationInfoModifier and TypeMethodDescriptionvoidNotificationContext.setNotificationInfos(List<NotificationInfo> notifications) Sets notification information list -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.channel
Methods in org.exoplatform.commons.api.notification.channel with parameters of type NotificationInfoModifier and TypeMethodDescriptionvoidAbstractChannel.dispatch(NotificationInfo notifInfo) Process the notification info -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.channel.template
Methods in org.exoplatform.commons.api.notification.channel.template that return NotificationInfoModifier and TypeMethodDescriptionAbstractTemplateBuilder.getNotificationToStore(NotificationInfo notificationInfo) Methods in org.exoplatform.commons.api.notification.channel.template with parameters of type NotificationInfoModifier and TypeMethodDescriptionprotected StringAbstractTemplateBuilder.getLanguage(NotificationInfo notif) AbstractTemplateBuilder.getNotificationToStore(NotificationInfo notificationInfo) -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.command
Methods in org.exoplatform.commons.api.notification.command that return NotificationInfoModifier and TypeMethodDescriptionNotificationCommand.processNotification(NotificationContext ctx) Builds information of a notification from the notification context. -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.lifecycle
Methods in org.exoplatform.commons.api.notification.lifecycle with parameters of type NotificationInfoModifier and TypeMethodDescriptionvoidAbstractNotificationLifecycle.store(NotificationInfo notifInfo) Storage the notification into the dbvoidAbstractNotificationLifecycle.update(NotificationInfo notifInfo) Update an existing notification -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.model
Methods in org.exoplatform.commons.api.notification.model that return NotificationInfoModifier and TypeMethodDescriptionNotificationInfo.clone()NotificationInfo.clone(boolean isNew) NotificationInfo.end()static NotificationInfoNotificationInfo.instance()NotificationInfo.removeOnSendToDaily(String userId) NotificationInfo.removeOnSendToWeekly(String userId) NotificationInfo.setDateCreated(Calendar dateCreated) NotificationInfo.setLastModifiedDate(long lastModifiedDate) NotificationInfo.setLastModifiedDate(Calendar lastModifiedDate) NotificationInfo.setOnPopOver(boolean isOnPopOver) NotificationInfo.setOrder(int order) NotificationInfo.setOwnerParameter(Map<String, String> ownerParameter) NotificationInfo.setRead(boolean read) NotificationInfo.setResetOnBadge(boolean resetOnBadge) NotificationInfo.setSendAll(boolean isSendAll) NotificationInfo.setSendAllInternals(boolean isSendAllInternals) NotificationInfo.setSendToDaily(String userId) NotificationInfo.setSendToDaily(String[] userIds) NotificationInfo.setSendToWeekly(String userId) NotificationInfo.setSendToWeekly(String[] userIds) NotificationInfo.setSpaceId(long spaceId) Sets the title of the notificationNotificationInfo.setUpdate(boolean isUpdate) -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.plugin
Methods in org.exoplatform.commons.api.notification.plugin that return NotificationInfoModifier and TypeMethodDescriptionBaseNotificationPlugin.buildNotification(NotificationContext ctx) Makes notificationprotected NotificationInfoAbstractNotificationChildPlugin.makeNotification(NotificationContext ctx) protected abstract NotificationInfoBaseNotificationPlugin.makeNotification(NotificationContext ctx) Makes MessageInfo from given information what keep inside NotificationContextMethods in org.exoplatform.commons.api.notification.plugin with parameters of type NotificationInfoModifier and TypeMethodDescriptionprotected StringAbstractNotificationChildPlugin.getLanguage(NotificationInfo message) protected StringAbstractNotificationPlugin.getLanguage(NotificationInfo message) -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.service
Methods in org.exoplatform.commons.api.notification.service that return NotificationInfoModifier and TypeMethodDescriptionWebNotificationService.getNotificationInfo(String notificationId) Get the notificationInfo for the provided idWebNotificationService.getUnreadNotification(String pluginId, String activityId, String userId) Gets the notification by the given conditionsMethods in org.exoplatform.commons.api.notification.service that return types with arguments of type NotificationInfoModifier and TypeMethodDescriptionWebNotificationService.getNotificationInfos(WebNotificationFilter filter, int offset, int limit) Gets the NotificationInfo list by the given filter.Methods in org.exoplatform.commons.api.notification.service with parameters of type NotificationInfoModifier and TypeMethodDescriptionWebNotificationService.getNotificationMessage(NotificationInfo notification, boolean isOnPopover) Deprecated, for removal: This API element is subject to removal in a future version.replaced by Frontend UI building instead of Server end message buildingvoidWebNotificationService.save(NotificationInfo notification) Creates the new notification message to the specified user.voidWebNotificationService.update(NotificationInfo notification, boolean moveTop) Update an existing notification message. -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.service.storage
Methods in org.exoplatform.commons.api.notification.service.storage that return NotificationInfoModifier and TypeMethodDescriptionGets the notification by the IdWebNotificationStorage.getUnreadNotification(String pluginId, String activityId, String owner) Gets the notification by the given conditionsMethods in org.exoplatform.commons.api.notification.service.storage that return types with arguments of type NotificationInfoModifier and TypeMethodDescriptionWebNotificationStorage.get(WebNotificationFilter filter, int offset, int limit) Gets the notification list by the given filter.MailNotificationStorage.getByUser(NotificationContext context, UserSetting userSetting) Gets information of all notifications of a user.Methods in org.exoplatform.commons.api.notification.service.storage with parameters of type NotificationInfoModifier and TypeMethodDescriptionvoidNotificationService.process(NotificationInfo notification) Processes information when a notification message is created.voidMailNotificationStorage.save(NotificationInfo notification) Saves information of a notification.voidWebNotificationStorage.save(NotificationInfo notification) Creates the new notification message to the specified user.voidWebNotificationStorage.update(NotificationInfo notification, boolean moveTop) Update an existing notification message.Method parameters in org.exoplatform.commons.api.notification.service.storage with type arguments of type NotificationInfoModifier and TypeMethodDescriptionvoidNotificationService.process(Collection<NotificationInfo> notifications) Processes information when a list of notification messages are created. -
Uses of NotificationInfo in org.exoplatform.commons.api.notification.service.template
Method parameters in org.exoplatform.commons.api.notification.service.template with type arguments of type NotificationInfoModifier and TypeMethodDescriptionDigestorService.buildMessage(NotificationContext context, Map<PluginKey, List<NotificationInfo>> notificationData, UserSetting userSetting) Builds information of a message from a list of notification messages.