org.exoplatform.chat.portlet.notification
Class NotificationApplication

java.lang.Object
  extended by org.exoplatform.chat.portlet.notification.NotificationApplication

public class NotificationApplication
extends Object


Constructor Summary
NotificationApplication(org.exoplatform.services.organization.OrganizationService organizationService, org.exoplatform.social.core.space.spi.SpaceService spaceService)
           
 
Method Summary
protected  void addUser(String remoteUser, String token)
           
protected  String getCurrentShortSpaceName()
           
 void index(juzu.request.RenderContext renderContext)
           
 juzu.Response.Content initUserProfile()
           
protected  String saveFullNameAndEmail(String username)
           
protected  void saveSpaces(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationApplication

@Inject
public NotificationApplication(org.exoplatform.services.organization.OrganizationService organizationService,
                                      org.exoplatform.social.core.space.spi.SpaceService spaceService)
Method Detail

index

public void index(juzu.request.RenderContext renderContext)
           throws IOException
Throws:
IOException

initUserProfile

public juzu.Response.Content initUserProfile()

addUser

protected void addUser(String remoteUser,
                       String token)

saveFullNameAndEmail

protected String saveFullNameAndEmail(String username)

saveSpaces

protected void saveSpaces(String username)

getCurrentShortSpaceName

protected String getCurrentShortSpaceName()


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.