org.exoplatform.services.xmpp.userinfo
Class OrganizationUserInfoServiceImpl

java.lang.Object
  extended by org.exoplatform.services.xmpp.userinfo.OrganizationUserInfoServiceImpl
All Implemented Interfaces:
UserInfoService

public class OrganizationUserInfoServiceImpl
extends java.lang.Object
implements UserInfoService

Created by The eXo Platform SAS.

Version:
$Id: $
Author:
Vitaly Parfonov

Constructor Summary
OrganizationUserInfoServiceImpl(org.exoplatform.services.organization.OrganizationService service)
           
 
Method Summary
 org.exoplatform.services.organization.OrganizationService getOrganizationService()
           
 UserInfo getUserInfo(java.lang.String userID)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrganizationUserInfoServiceImpl

public OrganizationUserInfoServiceImpl(org.exoplatform.services.organization.OrganizationService service)
Parameters:
service - the service to set
Method Detail

getOrganizationService

public org.exoplatform.services.organization.OrganizationService getOrganizationService()
Specified by:
getOrganizationService in interface UserInfoService
Returns:
the impl of organization service

getUserInfo

public UserInfo getUserInfo(java.lang.String userID)

Specified by:
getUserInfo in interface UserInfoService
Parameters:
userID - the user id
Returns:
the information about user


Copyright © 2012 eXo Platform SAS. All Rights Reserved.