org.exoplatform.platform.common.space.statistic
Class MostSpaceAccessServiceImpl

java.lang.Object
  extended by org.exoplatform.platform.common.space.statistic.MostSpaceAccessServiceImpl
All Implemented Interfaces:
SpaceAccessService

public class MostSpaceAccessServiceImpl
extends Object
implements SpaceAccessService


Constructor Summary
MostSpaceAccessServiceImpl(org.exoplatform.commons.chromattic.ChromatticManager chromatticManager, org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
           
 
Method Summary
 org.chromattic.api.ChromatticSession getSession()
           
 List<String> getSpaceAccessList(String userId)
           
 void updateSpaceAccess(String spaceId, String userId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MostSpaceAccessServiceImpl

public MostSpaceAccessServiceImpl(org.exoplatform.commons.chromattic.ChromatticManager chromatticManager,
                                  org.exoplatform.services.jcr.ext.hierarchy.NodeHierarchyCreator nodeHierarchyCreator)
Method Detail

updateSpaceAccess

public void updateSpaceAccess(String spaceId,
                              String userId)
Specified by:
updateSpaceAccess in interface SpaceAccessService

getSpaceAccessList

public List<String> getSpaceAccessList(String userId)
Specified by:
getSpaceAccessList in interface SpaceAccessService

getSession

public org.chromattic.api.ChromatticSession getSession()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.