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 RecentTicketsService.checkMaximumRecordLimit(atg.userprofiling.Profile pProfile)
          This method check for the maximum record limit for Recent Tickets for a particular user.
 void RecommendedReadingService.checkMaximumRecordLimit(java.lang.String pProfileId)
          This method check for the maximum record limit for recommend reading for a particular user.
 void RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId, java.util.List pRecentTickets)
          This method check for the maximum record limit for Recent Tickets for a particular user.
 void RecentTicketsService.checkMaximumRecordLimit(java.lang.String pProfileId, atg.svc.repository.beans.RecentTickets pRecentTickets)
          This method check for the maximum record limit for Recent Tickets for a particular user and of ticket type.
 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 SessionService.saveAnswer(ViewedAnswer pAnswer)
          Adds a viewed answer to the current knowledge session and saves both the answer and the session.
 void FavoriteQueryService.saveFavoriteQuery(atg.svc.repository.beans.FavoriteQuery pFavoriteQuery)
          Adds a query to a user's list of favorite searches.
 void FavoritesService.saveFavorites(atg.svc.repository.beans.Favorites pFavorites)
          If the user already has saved the maximum number of favorites, removes oldest favorites.
 void RecentTicketsService.saveRecentTickets(java.util.List pRecentTickets, java.lang.String profileId)
          Adds a list of recent ticketss .
 void RecentTicketsService.saveRecentTickets(atg.svc.repository.beans.RecentTickets pRecentTickets)
          Adds a recent tickets .
 void RecommendedReadingService.saveRecommendedReading(atg.svc.repository.beans.RecommendedReading pRecommendedReading)
          Adds a recommended reading .
 void SessionService.saveSearchQuery(atg.svc.search.KnowledgeQueryContext pContext)
          Creates a new query, adds the query to the problem session and saves both the query and the session.
 

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.