Package io.meeds.social.category.utils
Class Utils
java.lang.Object
io.meeds.social.category.utils.Utils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisManagerOf(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 booleanisMemberOf(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)
-
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)
-