java.lang.Objectorg.objectweb.telosys.common.TelosysObject
org.objectweb.telosys.screen.core.StandardScreenCommon
org.objectweb.telosys.screen.core.StandardScreenProcedures
Standard ancestor class for ScreenProcedures implementation.
Abstract class designed to be specialized for each screen.
Constructor Summary | |
StandardScreenProcedures()
|
Method Summary | |
protected StandardDAO |
getDAO(java.lang.Class beanClass)
Returns the DAO for the given bean class and the default database |
protected StandardDAO |
getDAO(java.lang.Class beanClass,
DatabaseSession dbSession)
Returns the DAO for the given bean class and db session |
protected StandardDAO |
getDAO(java.lang.Class beanClass,
int iDatabaseId)
Returns the DAO for the given bean class and db id |
protected ScreenApplication |
getScreenApplication()
Returns the ScreenApplication object |
protected javax.servlet.ServletContext |
getServletContext()
Returns the ServletContext object |
Methods inherited from class org.objectweb.telosys.common.TelosysObject |
error, error, error, getFlagTrace, info, setFlagTrace, trace, warn |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.telosys.screen.core.ScreenProcedures |
execute |
Constructor Detail |
public StandardScreenProcedures()
Method Detail |
protected final ScreenApplication getScreenApplication()
protected final javax.servlet.ServletContext getServletContext()
protected final StandardDAO getDAO(java.lang.Class beanClass) throws TelosysException
beanClass
-
TelosysException
protected final StandardDAO getDAO(java.lang.Class beanClass, DatabaseSession dbSession) throws TelosysException
beanClass
- dbSession
-
TelosysException
protected final StandardDAO getDAO(java.lang.Class beanClass, int iDatabaseId) throws TelosysException
beanClass
- iDatabaseId
-
TelosysException