Class NotificationUtils
- java.lang.Object
-
- org.exoplatform.news.notification.utils.NotificationUtils
-
public class NotificationUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description NotificationUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetNewsIllustration(News news, javax.jcr.Session session)static StringgetNotificationActivityLink(org.exoplatform.social.core.space.model.Space space, String activityId, boolean isMember)static StringgetNotificationActivityLinkForNotSpaceMembers(org.exoplatform.social.core.space.model.Space space)static StringgetUserFullName(String userName)
-
-
-
Method Detail
-
getUserFullName
public static String getUserFullName(String userName) throws Exception
- Throws:
Exception
-
getNewsIllustration
public static String getNewsIllustration(News news, javax.jcr.Session session) throws Exception
- Throws:
Exception
-
getNotificationActivityLink
public static String getNotificationActivityLink(org.exoplatform.social.core.space.model.Space space, String activityId, boolean isMember)
-
getNotificationActivityLinkForNotSpaceMembers
public static String getNotificationActivityLinkForNotSpaceMembers(org.exoplatform.social.core.space.model.Space space)
-
-