Class GroupDAO
java.lang.Object
org.silverpeas.components.yellowpages.dao.GroupDAO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddGroup(Connection con, String groupId, String fatherId, String instanceId) getGroupIds(Connection con, String fatherId, String instanceId) voidremoveGroup(Connection con, String groupId) static voidremoveGroup(Connection con, String groupId, String fatherId, String instanceId)
-
Constructor Details
-
GroupDAO
public GroupDAO()
-
-
Method Details
-
getGroupIds
public Collection<String> getGroupIds(Connection con, String fatherId, String instanceId) throws SQLException - Throws:
SQLException
-
addGroup
public void addGroup(Connection con, String groupId, String fatherId, String instanceId) throws SQLException, org.silverpeas.core.exception.UtilException - Throws:
SQLExceptionorg.silverpeas.core.exception.UtilException
-
removeGroup
- Throws:
SQLException
-
removeGroup
public static void removeGroup(Connection con, String groupId, String fatherId, String instanceId) throws SQLException - Throws:
SQLException
-