it.eng.spagobi.services.commons
Class DelegatedHibernateConnectionListService

java.lang.Object
  extended by it.eng.spagobi.services.commons.DelegatedBasicListService
      extended by it.eng.spagobi.services.commons.DelegatedHibernateConnectionListService

public class DelegatedHibernateConnectionListService
extends DelegatedBasicListService


Field Summary
 
Fields inherited from class it.eng.spagobi.services.commons.DelegatedBasicListService
LIST_CURRENT, LIST_DELETE, LIST_FIRST, LIST_LAST, LIST_NEXT, LIST_NOCACHE, LIST_PAGE, LIST_PREV
 
Constructor Summary
DelegatedHibernateConnectionListService()
           
 
Method Summary
static it.eng.spago.dbaccess.sql.DataConnection getDataConnection(java.sql.Connection con)
           
static it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.dispatching.service.ServiceIFace service, it.eng.spago.base.SourceBean request, it.eng.spago.base.SourceBean response)
           
static void logException(java.lang.Throwable t)
          Traces the exception information of a throwable input object
 
Methods inherited from class it.eng.spagobi.services.commons.DelegatedBasicListService
delete, executeSelect, filterList, filterList, getMessage, service, toDate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegatedHibernateConnectionListService

public DelegatedHibernateConnectionListService()
Method Detail

getList

public static it.eng.spago.paginator.basic.ListIFace getList(it.eng.spago.dispatching.service.ServiceIFace service,
                                                             it.eng.spago.base.SourceBean request,
                                                             it.eng.spago.base.SourceBean response)
                                                      throws java.lang.Exception
Throws:
java.lang.Exception

getDataConnection

public static it.eng.spago.dbaccess.sql.DataConnection getDataConnection(java.sql.Connection con)
                                                                  throws it.eng.spago.error.EMFInternalError
Throws:
it.eng.spago.error.EMFInternalError

logException

public static void logException(java.lang.Throwable t)
Traces the exception information of a throwable input object

Parameters:
t - The input throwable object