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

Packages that use SolutionMetadataService
atg.svc.repository.service   
atg.svc.ui.formhandlers   
atg.svc.ui.util   
 

Uses of SolutionMetadataService in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return SolutionMetadataService
 SolutionMetadataService ServiceFactory.getSolutionMetadataService()
           
 SolutionMetadataService SolutionService.getSolutionMetadataService()
           
 

Methods in atg.svc.repository.service with parameters of type SolutionMetadataService
 void ServiceFactory.setSolutionMetadataService(SolutionMetadataService pSolutionMetadataService)
           
 void SolutionService.setSolutionMetadataService(SolutionMetadataService pSolutionMetadataService)
           
 

Uses of SolutionMetadataService in atg.svc.ui.formhandlers
 

Fields in atg.svc.ui.formhandlers declared as SolutionMetadataService
protected  SolutionMetadataService UserChooserListFormHandler.mSolutionMetadataService
           
 

Methods in atg.svc.ui.formhandlers that return SolutionMetadataService
 SolutionMetadataService UserChooserListFormHandler.getSolutionMetadataService()
           
 SolutionMetadataService SearchBaseFormHandler.getSolutionMetadataService()
           
 

Methods in atg.svc.ui.formhandlers with parameters of type SolutionMetadataService
 void UserChooserListFormHandler.setSolutionMetadataService(SolutionMetadataService pSolutionMetadataService)
           
 void SearchBaseFormHandler.setSolutionMetadataService(SolutionMetadataService pSolutionMetadataService)
           
 

Uses of SolutionMetadataService in atg.svc.ui.util
 

Methods in atg.svc.ui.util that return SolutionMetadataService
 SolutionMetadataService PropertyFormatter.getSolutionMetadataService()
          Gets the SolutionMetadataService business component.
 

Methods in atg.svc.ui.util with parameters of type SolutionMetadataService
 void PropertyFormatter.setSolutionMetadataService(SolutionMetadataService pSolutionMetadataService)
          Sets the SolutionMetadataService business component.