Uses of Class
atg.svc.repository.service.TransactionalFragmentService

Packages that use TransactionalFragmentService
atg.svc.repository.service   
 

Uses of TransactionalFragmentService in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return TransactionalFragmentService
 TransactionalFragmentService ServiceFactory.getTransactionalFragmentService()
          Gets the configured TransactionalFragmentService component.
 TransactionalFragmentService SolutionService.getTransactionalFragmentService()
           
 

Methods in atg.svc.repository.service with parameters of type TransactionalFragmentService
 void ServiceFactory.setTransactionalFragmentService(TransactionalFragmentService pTransactionalFragmentService)
          Sets the configured TransactionalFragmentService component.
 void SolutionService.setTransactionalFragmentService(TransactionalFragmentService pTransactionalFragmentService)