Class ActivityToolUtils

java.lang.Object
io.meeds.mcp.server.tool.util.ActivityToolUtils

public class ActivityToolUtils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    toActivityCommentModel(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.portal.config.UserACL userAcl, io.meeds.portal.permlink.service.PermanentLinkService permanentLinkService, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.processor.I18NActivityProcessor i18NActivityProcessor, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String commentId, org.exoplatform.services.security.Identity currentUserAclIdentity, Locale currentUserLocale)
     
    toActivityModel(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.portal.config.UserACL userAcl, io.meeds.portal.permlink.service.PermanentLinkService permanentLinkService, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.processor.I18NActivityProcessor i18NActivityProcessor, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String activityId, org.exoplatform.services.security.Identity currentUserAclIdentity, Locale currentUserLocale)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • toActivityModel

      public static ActivityModel toActivityModel(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.portal.config.UserACL userAcl, io.meeds.portal.permlink.service.PermanentLinkService permanentLinkService, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.processor.I18NActivityProcessor i18NActivityProcessor, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String activityId, org.exoplatform.services.security.Identity currentUserAclIdentity, Locale currentUserLocale)
    • toActivityCommentModel

      public static ActivityCommentModel toActivityCommentModel(org.exoplatform.social.core.manager.ActivityManager activityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.portal.config.UserACL userAcl, io.meeds.portal.permlink.service.PermanentLinkService permanentLinkService, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.social.core.processor.I18NActivityProcessor i18NActivityProcessor, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String commentId, org.exoplatform.services.security.Identity currentUserAclIdentity, Locale currentUserLocale)