Uses of Class
atg.svc.ui.util.ServiceUIComponentDataStore

Packages that use ServiceUIComponentDataStore
atg.svc.repository.service   
atg.svc.ui.util   
 

Uses of ServiceUIComponentDataStore in atg.svc.repository.service
 

Methods in atg.svc.repository.service that return ServiceUIComponentDataStore
 ServiceUIComponentDataStore UIService.getComponentService()
           
 

Methods in atg.svc.repository.service with parameters of type ServiceUIComponentDataStore
 void UIService.setComponentService(ServiceUIComponentDataStore pComponentService)
           
 

Uses of ServiceUIComponentDataStore in atg.svc.ui.util
 

Methods in atg.svc.ui.util that return ServiceUIComponentDataStore
 ServiceUIComponentDataStore TestServiceUIComponentDataStore.getServiceUIComponentDataStore()
           
 

Methods in atg.svc.ui.util with parameters of type ServiceUIComponentDataStore
 void TestServiceUIComponentDataStore.setServiceUIComponentDataStore(ServiceUIComponentDataStore pServiceUIComponentDataStore)