Class SpaceDAO
- java.lang.Object
-
- org.silverpeas.core.admin.component.dao.CommonDAO
-
- org.silverpeas.core.admin.space.dao.SpaceDAO
-
@Repository public class SpaceDAO extends CommonDAO
-
-
Constructor Summary
Constructors Constructor Description SpaceDAO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getManageableSpaceIds(Connection con, String userId, List<String> groupIds)
List<Integer>
getRootSpaceIds(Connection con)
List<SpaceInstLight>
getSubSpaces(Connection con, int spaceId)
-
Methods inherited from class org.silverpeas.core.admin.component.dao.CommonDAO
list2String
-
-
-
-
Method Detail
-
getRootSpaceIds
public List<Integer> getRootSpaceIds(Connection con) throws SQLException
- Throws:
SQLException
-
getSubSpaces
public List<SpaceInstLight> getSubSpaces(Connection con, int spaceId) throws SQLException
- Throws:
SQLException
-
getManageableSpaceIds
public List<Integer> getManageableSpaceIds(Connection con, String userId, List<String> groupIds) throws SQLException
- Throws:
SQLException
-
-