com.stratelia.webactiv.beans.admin.dao
Class SpaceDAO

java.lang.Object
  extended by com.stratelia.webactiv.beans.admin.dao.SpaceDAO

public class SpaceDAO
extends Object


Constructor Summary
SpaceDAO()
           
 
Method Summary
static List<String> getManageableSpaceIds(Connection con, String userId, List<String> groupIds)
           
static List<String> getRootSpaceIds(Connection con)
           
static List<SpaceInstLight> getSubSpaces(Connection con, int spaceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpaceDAO

public SpaceDAO()
Method Detail

getRootSpaceIds

public static List<String> getRootSpaceIds(Connection con)
                                    throws SQLException
Throws:
SQLException

getSubSpaces

public static List<SpaceInstLight> getSubSpaces(Connection con,
                                                int spaceId)
                                         throws SQLException
Throws:
SQLException

getManageableSpaceIds

public static List<String> getManageableSpaceIds(Connection con,
                                                 String userId,
                                                 List<String> groupIds)
                                          throws SQLException
Throws:
SQLException


Copyright © 2016 Silverpeas. All Rights Reserved.