Class WebNotificationRestEntityBuilder
java.lang.Object
io.meeds.social.notification.rest.utils.WebNotificationRestEntityBuilder
-
Method Summary
Modifier and TypeMethodDescriptiontoRestEntity(org.exoplatform.commons.api.notification.service.WebNotificationService webNftService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, List<org.exoplatform.commons.api.notification.model.NotificationInfo> notificationInfos, boolean isOnPopover, int badge, Map<String, Integer> badgesByPlugin, int offset, int limit) static WebNotificationRestEntitytoRestEntity(org.exoplatform.commons.api.notification.service.WebNotificationService webNotificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.commons.api.notification.model.NotificationInfo notification, boolean isOnPopover)
-
Method Details
-
toRestEntity
public static WebNotificationRestEntity toRestEntity(org.exoplatform.commons.api.notification.service.WebNotificationService webNotificationService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.commons.api.notification.model.NotificationInfo notification, boolean isOnPopover) -
toRestEntity
public static WebNotificationListRestEntity toRestEntity(org.exoplatform.commons.api.notification.service.WebNotificationService webNftService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, List<org.exoplatform.commons.api.notification.model.NotificationInfo> notificationInfos, boolean isOnPopover, int badge, Map<String, Integer> badgesByPlugin, int offset, int limit)
-