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

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

Uses of ProfileService in atg.svc.agent.ticketing
 

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

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

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

Uses of ProfileService in atg.svc.repository.service
 

Fields in atg.svc.repository.service declared as ProfileService
 ProfileService UserOptionsService.mProfileService
           
 

Methods in atg.svc.repository.service that return ProfileService
 ProfileService FavoritesService.getProfileService()
           
 ProfileService OrganizationValueService.getProfileService()
           
 ProfileService RecentTicketsService.getProfileService()
           
 ProfileService RecommendedReadingService.getProfileService()
           
 ProfileService ServiceFactory.getProfileService()
          Gets the ProfileService business component.
 ProfileService SessionService.getProfileService()
           
 ProfileService UserOptionsService.getProfileService()
          Gets the ProfileService service.
 

Methods in atg.svc.repository.service with parameters of type ProfileService
 void FavoritesService.setProfileService(ProfileService pProfileService)
           
 void OrganizationValueService.setProfileService(ProfileService pProfileService)
           
 void RecentTicketsService.setProfileService(ProfileService pProfileService)
           
 void RecommendedReadingService.setProfileService(ProfileService pProfileService)
           
 void ServiceFactory.setProfileService(ProfileService pProfileService)
          Sets the ProfileService business component.
 void SessionService.setProfileService(ProfileService pProfileService)
           
 void UserOptionsService.setProfileService(ProfileService pProfileService)
          Sets the ProfileService service.
 

Uses of ProfileService in atg.svc.ui.formhandlers
 

Fields in atg.svc.ui.formhandlers declared as ProfileService
protected  ProfileService SearchBaseFormHandler.mProfileService
           
 

Methods in atg.svc.ui.formhandlers that return ProfileService
 ProfileService SearchBaseFormHandler.getProfileService()
          Getter for property ProfileService
 ProfileService RecommendedReadingFormHandler.getProfileService()
          Getter for property ProfileService
 ProfileService RecentTicketsFormHandler.getProfileService()
           
 ProfileService FavoritesFormHandler.getProfileService()
           
 ProfileService FavoriteQueryFormHandler.getProfileService()
           
 

Methods in atg.svc.ui.formhandlers with parameters of type ProfileService
 void SearchBaseFormHandler.setProfileService(ProfileService pProfileService)
          Setter for property ProfileService
 void RecommendedReadingFormHandler.setProfileService(ProfileService pProfileService)
          Setter for property ProfileService
 void RecentTicketsFormHandler.setProfileService(ProfileService pProfileService)
          Setter for property ProfileService
 void FavoritesFormHandler.setProfileService(ProfileService pProfileService)
          Setter for property ProfileService
 void FavoriteQueryFormHandler.setProfileService(ProfileService pProfileService)
          Setter for property ProfileService
 

Uses of ProfileService in atg.svc.ui.util
 

Methods in atg.svc.ui.util that return ProfileService
 ProfileService PropertyFormatter.getProfileService()
          Gets the ProfileService business component.
 

Methods in atg.svc.ui.util with parameters of type ProfileService
 void PropertyFormatter.setProfileService(ProfileService pProfileService)
          Sets the ProfileService business component.