it.eng.spagobi.commons.services
Class DelegatedHibernateConnectionListService

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

public class DelegatedHibernateConnectionListService
extends DelegatedBasicListService


Field Summary
 
Fields inherited from class it.eng.spagobi.commons.services.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)
          Gets the data connection.
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)
          Gets the list.
static void logException(java.lang.Throwable t)
          Traces the exception information of a throwable input object.
 
Methods inherited from class it.eng.spagobi.commons.services.DelegatedBasicListService
delete, executeSelect, filterList, filterList, filterList, filterList, getMessage, service, toDate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, 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
Gets the list.

Parameters:
service - the service
request - the request
response - the response
Returns:
the list
Throws:
java.lang.Exception - the exception

getDataConnection

public static it.eng.spago.dbaccess.sql.DataConnection getDataConnection(java.sql.Connection con)
                                                                  throws it.eng.spago.error.EMFInternalError
Gets the data connection.

Parameters:
con - the con
Returns:
the data connection
Throws:
it.eng.spago.error.EMFInternalError - the EMF internal error

logException

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

Parameters:
t - The input throwable object