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(String pluginType, String paramName, String paramValue, String receiver, int offset, int limit) WebUsersDAO.findNotifsWithBadge(String userId) WebUsersDAO.findUnreadNotification(String pluginId, String userId, String paramName, String paramValue) WebUsersDAO.findWebNotifsByFilter(String userId, boolean isOnPopover, int offset, int limit) WebUsersDAO.findWebNotifsByFilter(String userId, int offset, int limit) WebUsersDAO.findWebNotifsByFilter(String pluginId, String userId, Boolean isOnPopover, int offset, int limit) WebUsersDAO.findWebNotifsByLastUpdatedDate(Calendar fiveDaysAgo) 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)