Uses of Class
atg.svc.transaction.exception.TransactionException

Packages that use TransactionException
atg.svc.repository.service   
atg.svc.transaction   
 

Uses of TransactionException in atg.svc.repository.service
 

Methods in atg.svc.repository.service that throw TransactionException
 void CollectionRunner.runTransaction()
          Runs a series of transactions inside a single transaction.
abstract  void CollectionRunner.runTransaction(java.lang.Object pObject)
          Runs a transaction with the given object.
 void RepositoryService.SaveCollectionRunner.runTransaction(java.lang.Object pObject)
          Iterates through the collection of bean objects and saves each one.
 void RecentTicketsService.SaveRecentTicketsRunner.runTransaction(java.lang.Object pObject)
          Iterates through the collection of bean objects and saves each one.
 

Uses of TransactionException in atg.svc.transaction
 

Methods in atg.svc.transaction that throw TransactionException
 void TransactionRunner.runTransaction()
          Runs the transaction.
 void TransactionService.runTransaction(TransactionRunner pRunner)
          Runs a transaction within a transaction boundary.