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.
 void FavoriteQueryService.saveFavoriteQuery(atg.svc.repository.beans.FavoriteQuery pFavoriteQuery)
          Adds a query to a user's list of favorite searches.
 

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.