Uses of Class
atg.svc.fragment.TransactionalFragment

Packages that use TransactionalFragment
atg.svc.repository.beans   
atg.svc.repository.beans.methods   
atg.svc.repository.service   
 

Uses of TransactionalFragment in atg.svc.repository.beans
 

Methods in atg.svc.repository.beans that return TransactionalFragment
 TransactionalFragment TransactionalFragmentFieldValue.getFragment()
           
 

Uses of TransactionalFragment in atg.svc.repository.beans.methods
 

Methods in atg.svc.repository.beans.methods that return TransactionalFragment
 TransactionalFragment TransactionalFragmentFieldValueMethods.getFragment(TransactionalFragmentFieldValue pValue)
          Gets the transactional fragment that's been associated with the field value.
 

Uses of TransactionalFragment in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return TransactionalFragment
 TransactionalFragment TransactionalFragmentService.getDefaultFragment()
          Gets the default fragment to show when a requested fragment component cannot be resolved by name.
 TransactionalFragment TransactionalFragmentService.getTransactionalFragment(java.lang.String pNucleusPath)
          Gets a TransactionalFragment component given the nucleus path to the component.
 

Methods in atg.svc.repository.service that return types with arguments of type TransactionalFragment
 java.util.List<TransactionalFragment> TransactionalFragmentService.getAllTransactionalFragments()
          Gets a List of all TransactionalFragment components configured in the registry that are selectable.
 

Methods in atg.svc.repository.service with parameters of type TransactionalFragment
 void TransactionalFragmentService.setDefaultFragment(TransactionalFragment pDefaultFragment)
          Sets the default fragment to show when a requested fragment component cannot be resolved by name.