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 SecurityUIService
          Business methods for editing/reading/saving UI state.
 class SelfServiceUIService
          SelfService UI Framework Service.
 

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

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