|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.infoglue.deliver.controllers.kernel.impl.simple.BaseDeliveryController
BaseDeliveryController.java Baseclass for Castor Controller Classes. Various methods to handle transactions and so on
| Constructor Summary | |
BaseDeliveryController()
|
|
| Method Summary | |
static void |
beginTransaction(org.exolab.castor.jdo.Database db)
Begins a transaction on the named database |
static void |
closeDatabase(org.exolab.castor.jdo.Database db)
Close the database |
static void |
closeTransaction(org.exolab.castor.jdo.Database db)
Rollbacks a transaction on the named database |
static void |
commitTransaction(org.exolab.castor.jdo.Database db)
Ends a transaction on the named database |
java.util.List |
getAllVOObjects(java.lang.Class arg,
org.exolab.castor.jdo.Database db)
This method fetches all object in read only mode and returns a list of value objects. |
java.util.List |
getAllVOObjects(java.lang.Class arg,
java.lang.String orderByField,
java.lang.String direction,
org.exolab.castor.jdo.Database db)
This method fetches all object in read only mode and returns a list of value objects. |
static void |
rollbackTransaction(org.exolab.castor.jdo.Database db)
Rollbacks a transaction on the named database |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BaseDeliveryController()
| Method Detail |
public java.util.List getAllVOObjects(java.lang.Class arg,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public java.util.List getAllVOObjects(java.lang.Class arg,
java.lang.String orderByField,
java.lang.String direction,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
public static void beginTransaction(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
public static void closeTransaction(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
public static void commitTransaction(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
public static void rollbackTransaction(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
public static void closeDatabase(org.exolab.castor.jdo.Database db)
throws SystemException
SystemException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||