skoinfo.rfc.rfcd.dao
Class PrintGroupDAO

java.lang.Object
  extended by skoinfo.rfc.rfcd.dao.PrintGroupDAO

public class PrintGroupDAO
extends java.lang.Object


Constructor Summary
PrintGroupDAO()
           
 
Method Summary
 java.util.List<GroupVO> groupList(org.hibernate.Session session, int nUserLevel, java.lang.String groupCd, java.util.ArrayList orderByList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrintGroupDAO

public PrintGroupDAO()
Method Detail

groupList

public java.util.List<GroupVO> groupList(org.hibernate.Session session,
                                         int nUserLevel,
                                         java.lang.String groupCd,
                                         java.util.ArrayList orderByList)
                                  throws java.lang.Exception
Throws:
java.lang.Exception