Uses of Class
org.exoplatform.commons.notification.impl.jpa.web.entity.WebUsersEntity
-
-
Uses of WebUsersEntity in org.exoplatform.commons.notification.impl.jpa.web
Methods in org.exoplatform.commons.notification.impl.jpa.web with parameters of type WebUsersEntity Modifier and Type Method Description org.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 WebUsersEntity Modifier and Type Method Description List<WebUsersEntity>WebUsersDAO. findNotificationsByTypeAndParams(String pluginType, String paramName, String paramValue, String receiver, int offset, int limit)List<WebUsersEntity>WebUsersDAO. findNotifsWithBadge(String userId)List<WebUsersEntity>WebUsersDAO. findUnreadNotification(String pluginId, String userId, String paramName, String paramValue)List<WebUsersEntity>WebUsersDAO. findWebNotifsByFilter(String userId, boolean isOnPopover, int offset, int limit)List<WebUsersEntity>WebUsersDAO. findWebNotifsByFilter(String userId, int offset, int limit)List<WebUsersEntity>WebUsersDAO. findWebNotifsByFilter(String pluginId, String userId, Boolean isOnPopover, int offset, int limit)List<WebUsersEntity>WebUsersDAO. findWebNotifsByLastUpdatedDate(Calendar fiveDaysAgo)List<WebUsersEntity>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 WebUsersEntity Modifier and Type Method Description WebUsersEntityWebUsersEntity. setNotification(WebNotifEntity webNotification)WebUsersEntityWebUsersEntity. setRead(boolean read)WebUsersEntityWebUsersEntity. setReceiver(String receiver)WebUsersEntityWebUsersEntity. setShowPopover(boolean showPopover)WebUsersEntityWebUsersEntity. setUpdateDate(Calendar updateDate)Methods in org.exoplatform.commons.notification.impl.jpa.web.entity that return types with arguments of type WebUsersEntity Modifier and Type Method Description Set<WebUsersEntity>WebNotifEntity. getReceivers()Methods in org.exoplatform.commons.notification.impl.jpa.web.entity with parameters of type WebUsersEntity Modifier and Type Method Description voidWebNotifEntity. addReceiver(WebUsersEntity receiver)Method parameters in org.exoplatform.commons.notification.impl.jpa.web.entity with type arguments of type WebUsersEntity Modifier and Type Method Description voidWebNotifEntity. setReceivers(Set<WebUsersEntity> receivers)
-