com.stratelia.webactiv.yellowpages.dao
Class GroupDAO

java.lang.Object
  extended by com.stratelia.webactiv.yellowpages.dao.GroupDAO

public class GroupDAO
extends Object


Constructor Summary
GroupDAO()
           
 
Method Summary
static void addGroup(Connection con, String groupId, String fatherId, String instanceId)
           
static Collection<String> getGroupIds(Connection con, String fatherId, String instanceId)
           
static void removeGroup(Connection con, String groupId)
           
static void removeGroup(Connection con, String groupId, String fatherId, String instanceId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupDAO

public GroupDAO()
Method Detail

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.