it.eng.spagobi.commons.services
Class DelegatedHibernateConnectionListService
java.lang.Object
it.eng.spagobi.commons.services.DelegatedBasicListService
it.eng.spagobi.commons.services.DelegatedHibernateConnectionListService
public class DelegatedHibernateConnectionListService
- extends DelegatedBasicListService
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DelegatedHibernateConnectionListService
public DelegatedHibernateConnectionListService()
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 servicerequest
- the requestresponse
- 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