Class UserToolUtils

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

public class UserToolUtils extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    getDefaultSite(org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String username)
     
    static List<org.exoplatform.social.core.identity.model.Identity>
    getUserIdentities(org.exoplatform.social.core.manager.IdentityManager identityManager, List<String> usersToInvite)
     
    static UserModel
    toUserModel(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, org.exoplatform.portal.config.UserACL userAcl, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String username, String viewerUsername, Locale userLocale, boolean includeDisabled)
     

    Methods inherited from class java.lang.Object

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

    • toUserModel

      public static UserModel toUserModel(org.exoplatform.social.core.manager.IdentityManager identityManager, org.exoplatform.social.core.profileproperty.ProfilePropertyService profilePropertyService, org.exoplatform.portal.config.UserACL userAcl, io.meeds.social.translation.service.TranslationService translationService, org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String username, String viewerUsername, Locale userLocale, boolean includeDisabled)
    • getUserIdentities

      public static List<org.exoplatform.social.core.identity.model.Identity> getUserIdentities(org.exoplatform.social.core.manager.IdentityManager identityManager, List<String> usersToInvite)
    • getDefaultSite

      public static String getDefaultSite(org.exoplatform.portal.config.UserPortalConfigService portalConfigService, String username)