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

Packages that use FrameworkProfileService
atg.svc.agent.ticketing   
atg.svc.repository.service   
atg.svc.ui.formhandlers   
 

Uses of FrameworkProfileService in atg.svc.agent.ticketing
 

Fields in atg.svc.agent.ticketing declared as FrameworkProfileService
protected  FrameworkProfileService TicketingTools.mProfileService
           
 

Methods in atg.svc.agent.ticketing that return FrameworkProfileService
 FrameworkProfileService TicketingTools.getProfileService()
           
 

Methods in atg.svc.agent.ticketing with parameters of type FrameworkProfileService
 void TicketingTools.setProfileService(FrameworkProfileService pProfileService)
           
 

Uses of FrameworkProfileService in atg.svc.repository.service
 

Subclasses of FrameworkProfileService in atg.svc.repository.service
 class ProfileService
          Business methods for KnowledgeSession objects.
 

Methods in atg.svc.repository.service that return FrameworkProfileService
 FrameworkProfileService RecentTicketsService.getProfileService()
           
 

Methods in atg.svc.repository.service with parameters of type FrameworkProfileService
 void RecentTicketsService.setProfileService(FrameworkProfileService pProfileService)
           
 

Uses of FrameworkProfileService in atg.svc.ui.formhandlers
 

Methods in atg.svc.ui.formhandlers that return FrameworkProfileService
 FrameworkProfileService RecentTicketsFormHandler.getProfileService()
           
 

Methods in atg.svc.ui.formhandlers with parameters of type FrameworkProfileService
 void RecentTicketsFormHandler.setProfileService(FrameworkProfileService pProfileService)