Class ComponentDAO
- java.lang.Object
-
- org.silverpeas.core.admin.component.dao.CommonDAO
-
- org.silverpeas.core.admin.component.dao.ComponentDAO
-
public class ComponentDAO extends CommonDAO
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getAllActiveComponentIds()
static List<String>
getAllAvailableComponentIds(Connection con, List<String> groupIds, int userId, String componentName)
static List<String>
getAvailableComponentIdsInSpace(Connection con, List<String> groupIds, int userId, int spaceId, String componentName)
static List<String>
getComponentIdsInSpace(Connection con, int spaceId)
static List<ComponentInstLight>
getComponentsInSpace(Connection con, int spaceId)
-
Methods inherited from class org.silverpeas.core.admin.component.dao.CommonDAO
list2String
-
-
-
-
Method Detail
-
getComponentIdsInSpace
public static List<String> getComponentIdsInSpace(Connection con, int spaceId) throws SQLException
- Throws:
SQLException
-
getAllActiveComponentIds
public static List<String> getAllActiveComponentIds() throws SQLException
- Throws:
SQLException
-
getComponentsInSpace
public static List<ComponentInstLight> getComponentsInSpace(Connection con, int spaceId) throws SQLException
- Throws:
SQLException
-
getAllAvailableComponentIds
public static List<String> getAllAvailableComponentIds(Connection con, List<String> groupIds, int userId, String componentName) throws SQLException
- Throws:
SQLException
-
getAvailableComponentIdsInSpace
public static List<String> getAvailableComponentIdsInSpace(Connection con, List<String> groupIds, int userId, int spaceId, String componentName) throws SQLException
- Throws:
SQLException
-
-