com.stratelia.webactiv.beans.admin.dao
Class SpaceDAO
java.lang.Object
com.stratelia.webactiv.beans.admin.dao.SpaceDAO
public class SpaceDAO
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpaceDAO
public SpaceDAO()
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.