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

Packages that use SegmentService
atg.svc.repository.beans.methods   
atg.svc.repository.service   
atg.svc.ui.formhandlers   
 

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

Methods in atg.svc.repository.beans.methods that return SegmentService
protected  SegmentService SegmentedFrameworkMethods.getSegmentService()
          Gets the SegmentService component.
 

Uses of SegmentService in atg.svc.repository.service
 

Fields in atg.svc.repository.service declared as SegmentService
 SegmentService SegmentedOptionService.mSegmentService
           
 

Methods in atg.svc.repository.service that return SegmentService
 SegmentService SolutionService.getSegmentService()
           
 SegmentService SolutionMetadataService.getSegmentService()
          Gets the SegmentService business component.
 SegmentService ServiceFactory.getSegmentService()
          Gets the SegmentService business component.
 SegmentService SegmentedOptionService.getSegmentService()
          Gets the SegmentService business component.
 SegmentService OrganizationValueService.getSegmentService()
           
 

Methods in atg.svc.repository.service with parameters of type SegmentService
 void SolutionService.setSegmentService(SegmentService pSegmentService)
           
 void SolutionMetadataService.setSegmentService(SegmentService pSegmentService)
          Sets the SegmentService business component.
 void ServiceFactory.setSegmentService(SegmentService pSegmentService)
          Sets the SegmentService business component.
 void SegmentedOptionService.setSegmentService(SegmentService pSegmentService)
          Sets the SegmentService business component.
 void OrganizationValueService.setSegmentService(SegmentService pSegmentService)
           
 

Uses of SegmentService in atg.svc.ui.formhandlers
 

Fields in atg.svc.ui.formhandlers declared as SegmentService
protected  SegmentService ListChooserFormHandler.mSegmentService
          Provides internal Groups for "selfServiceAudience" value of ListChooserFormHandler.editorField.
 

Methods in atg.svc.ui.formhandlers that return SegmentService
 SegmentService ListChooserFormHandler.getSegmentService()
           
 

Methods in atg.svc.ui.formhandlers with parameters of type SegmentService
 void ListChooserFormHandler.setSegmentService(SegmentService pSegmentService)
          Set source of internal Groups.