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

Packages that use UIService
atg.svc.repository.service   
 

Uses of UIService in atg.svc.repository.service
 

Subclasses of UIService in atg.svc.repository.service
 class SelfServiceUIService
          SelfService UI Framework Service.
 

Methods in atg.svc.repository.service that return UIService
 UIService ServiceFactory.getUiService()
          Gets the UIService business component.
 UIService SegmentedOptionService.getUiService()
          Gets the UIService business component.
 

Methods in atg.svc.repository.service with parameters of type UIService
 void ServiceFactory.setUiService(UIService pUIService)
          Sets the UIService business component.
 void SegmentedOptionService.setUiService(UIService pUIService)
          Sets the UIService business component.