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

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

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 UserOptionsService.getProfileService()
          Gets the ProfileService service.
 ProfileService SessionService.getProfileService()
           
 ProfileService ServiceFactory.getProfileService()
          Gets the ProfileService business component.
 ProfileService RecommendedReadingService.getProfileService()
           
 ProfileService RecentTicketsService.getProfileService()
           
 ProfileService OrganizationValueService.getProfileService()
           
 ProfileService FavoritesService.getProfileService()
           
 

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

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.