org.infoglue.cms.controllers.kernel.impl.simple
Class TransactionHistoryController
java.lang.Object
|
+--org.infoglue.cms.controllers.kernel.impl.simple.BaseController
|
+--org.infoglue.cms.controllers.kernel.impl.simple.TransactionHistoryController
- public class TransactionHistoryController
- extends BaseController
| Methods inherited from class org.infoglue.cms.controllers.kernel.impl.simple.BaseController |
deleteEntity, deleteEntity, deleteEntity, getAllVOObjects, getAllVOObjects, getAllVOObjects, getAllVOObjects, getVOWithId, getVOWithId, getVOWithId, toModifiableVOList, toVOList, updateEntity, updateEntity, updateEntity, validateEntity |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionHistoryController
public TransactionHistoryController()
getController
public static TransactionHistoryController getController()
- Factory method
getTransactionHistoryVOWithId
public TransactionHistoryVO getTransactionHistoryVOWithId(java.lang.Integer transactionHistoryId)
throws SystemException,
Bug
SystemException
Bug
getTransactionHistoryWithId
public TransactionHistory getTransactionHistoryWithId(java.lang.Integer transactionHistoryId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
SystemException
Bug
getTransactionHistoryVOList
public java.util.List getTransactionHistoryVOList()
throws SystemException,
Bug
SystemException
Bug
deleteTransactionHistory
public void deleteTransactionHistory(java.lang.Integer transactionHistoryId,
org.exolab.castor.jdo.Database db)
throws SystemException,
Bug
- This method deletes the TransactionHistory sent in from the system.
SystemException
Bug
getLatestTransactionHistoryVOForEntity
public TransactionHistoryVO getLatestTransactionHistoryVOForEntity(java.lang.Class entClass,
java.lang.Integer entityId)
throws SystemException
SystemException
update
public TransactionHistoryVO update(TransactionHistoryVO transactionHistoryVO)
throws ConstraintException,
SystemException
ConstraintException
SystemException
create
public java.lang.Integer create(NotificationMessage notificationMessage)
throws SystemException
- This method is a bit different from other creates as it does not use the common base-class-method.
Using it would result in a recursive loop of new notificationMessages.
SystemException
getNewVO
public BaseEntityVO getNewVO()
- This is a method that gives the user back an newly initialized ValueObject for this entity that the controller
is handling.
- Specified by:
getNewVO in class BaseController