it.eng.spagobi.services.commons
Class DelegatedHibernateConnectionListService
java.lang.Object
it.eng.spagobi.services.commons.DelegatedBasicListService
it.eng.spagobi.services.commons.DelegatedHibernateConnectionListService
public class DelegatedHibernateConnectionListService
- extends DelegatedBasicListService
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 java.lang.Object |
equals, 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
- 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