Uses of Class
org.exoplatform.commons.notification.impl.jpa.web.entity.WebUsersEntity
Packages that use WebUsersEntity
Package
Description
-
Uses of WebUsersEntity in org.exoplatform.commons.notification.impl.jpa.web
Methods in org.exoplatform.commons.notification.impl.jpa.web with parameters of type WebUsersEntityModifier and TypeMethodDescriptionorg.exoplatform.commons.api.notification.model.NotificationInfoJPAWebNotificationStorage.convertWebNotifEntityToNotificationInfo(WebUsersEntity webUsersEntity) Convert user web notification entity to notification DTO -
Uses of WebUsersEntity in org.exoplatform.commons.notification.impl.jpa.web.dao
Methods in org.exoplatform.commons.notification.impl.jpa.web.dao that return types with arguments of type WebUsersEntityModifier and TypeMethodDescriptionWebUsersDAO.findNotificationsByTypeAndParams(List<String> pluginIds, String paramName, String paramValue, String receiver, int offset, int limit) WebUsersDAO.findNotifsWithBadge(String userId) WebUsersDAO.findNotifsWithBadgeByPlugins(List<String> pluginIds, String username) WebUsersDAO.findUnreadByUserAndPlugins(List<String> pluginIds, String username) WebUsersDAO.findUnreadNotification(String pluginId, String userId, String paramName, String paramValue) WebUsersDAO.findWebNotificationsByFilter(org.exoplatform.commons.api.notification.model.WebNotificationFilter filter, int offset, int limit) WebUsersDAO.findWebNotifsByFilter(String userId, boolean isOnPopover, int offset, int limit) WebUsersDAO.findWebNotifsByFilter(String userId, int offset, int limit) WebUsersDAO.findWebNotifsByFilter(List<String> pluginIds, String userId, Boolean isOnPopover, int offset, int limit) WebUsersDAO.findWebNotifsByLastUpdatedDate(Calendar date) WebUsersDAO.findWebNotifsByLastUpdatedDate(Calendar date, int offset, int limit) WebUsersDAO.findWebNotifsOfUserByLastUpdatedDate(String userId, Calendar calendar) -
Uses of WebUsersEntity in org.exoplatform.commons.notification.impl.jpa.web.entity
Methods in org.exoplatform.commons.notification.impl.jpa.web.entity that return WebUsersEntityModifier and TypeMethodDescriptionWebUsersEntity.setNotification(WebNotifEntity webNotification) WebUsersEntity.setRead(boolean read) WebUsersEntity.setReceiver(String receiver) WebUsersEntity.setShowPopover(boolean showPopover) WebUsersEntity.setUpdateDate(Calendar updateDate) Methods in org.exoplatform.commons.notification.impl.jpa.web.entity that return types with arguments of type WebUsersEntityMethods in org.exoplatform.commons.notification.impl.jpa.web.entity with parameters of type WebUsersEntityMethod parameters in org.exoplatform.commons.notification.impl.jpa.web.entity with type arguments of type WebUsersEntityModifier and TypeMethodDescriptionvoidWebNotifEntity.setReceivers(Set<WebUsersEntity> receivers)