Class Utils

java.lang.Object
io.meeds.social.category.utils.Utils

public class Utils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static boolean
    isManagerOf(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.portal.config.UserACL userAcl, long identityId, String username)
     
    static boolean
    isMemberOf(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.portal.config.UserACL userAcl, long identityId, String username)
     

    Methods inherited from class java.lang.Object

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

    • isMemberOf

      public static boolean isMemberOf(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.portal.config.UserACL userAcl, long identityId, String username)
    • isManagerOf

      public static boolean isManagerOf(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.space.spi.SpaceService spaceService, org.exoplatform.portal.config.UserACL userAcl, long identityId, String username)