Class WebNotificationRestEntityBuilder

java.lang.Object
io.meeds.social.notification.rest.utils.WebNotificationRestEntityBuilder

public class WebNotificationRestEntityBuilder extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
     
    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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)