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
 

Methods in atg.svc.repository.service that return ProfileService
 ProfileService FavoritesService.getProfileService()
           
 ProfileService OrganizationValueService.getProfileService()
          Reference for Profile Service
 ProfileService RecommendedReadingService.getProfileService()
           
 ProfileService ServiceFactory.getProfileService()
           
 ProfileService SessionService.getProfileService()
           
 

Methods in atg.svc.repository.service with parameters of type ProfileService
 void FavoritesService.setProfileService(ProfileService pProfileService)
           
 void OrganizationValueService.setProfileService(ProfileService pProfileService)
           
 void RecommendedReadingService.setProfileService(ProfileService pProfileService)
           
 void ServiceFactory.setProfileService(ProfileService pProfileService)
           
 void SessionService.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()
           
 ProfileService RecommendedReadingFormHandler.getProfileService()
           
 ProfileService FavoritesFormHandler.getProfileService()
           
 ProfileService FavoriteQueryFormHandler.getProfileService()
           
 

Methods in atg.svc.ui.formhandlers with parameters of type ProfileService
 void SearchBaseFormHandler.setProfileService(ProfileService pProfileService)
           
 void RecommendedReadingFormHandler.setProfileService(ProfileService pProfileService)
           
 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.