com.stratelia.webactiv.yellowpages.dao
Class GroupDAO
java.lang.Object
  
com.stratelia.webactiv.yellowpages.dao.GroupDAO
public class GroupDAO
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GroupDAO
public GroupDAO()
getGroupIds
public static Collection<String> getGroupIds(Connection con,
                                             String fatherId,
                                             String instanceId)
                                      throws SQLException
- Throws:
 SQLException
 
addGroup
public static void addGroup(Connection con,
                            String groupId,
                            String fatherId,
                            String instanceId)
                     throws SQLException,
                            com.stratelia.webactiv.util.exception.UtilException
- Throws:
 SQLException
com.stratelia.webactiv.util.exception.UtilException
 
removeGroup
public static void removeGroup(Connection con,
                               String groupId)
                        throws SQLException
- Throws:
 SQLException
 
removeGroup
public static void removeGroup(Connection con,
                               String groupId,
                               String fatherId,
                               String instanceId)
                        throws SQLException
- Throws:
 SQLException
 
Copyright © 2016 Silverpeas. All Rights Reserved.