Uses of Class
atg.svc.transaction.TransactionService

Packages that use TransactionService
atg.svc.repository.service   
 

Uses of TransactionService in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return TransactionService
 TransactionService RepositoryService.getTransactionService()
          Gets the transaction service used by this service.
 

Methods in atg.svc.repository.service with parameters of type TransactionService
 void RepositoryService.setTransactionService(TransactionService pTransactionService)
          Sets the transaction service used by this service.