Uses of Class
atg.projects.store.profile.StoreProfileTools

Packages that use StoreProfileTools
atg.projects.store.collections.filter   
atg.projects.store.email   
atg.projects.store.profile   
atg.projects.store.profile.recentlyviewed   
atg.projects.store.promotion   
atg.projects.store.remote.assetmanager.editor.service   
atg.projects.store.userprofiling   
 

Uses of StoreProfileTools in atg.projects.store.collections.filter
 

Fields in atg.projects.store.collections.filter declared as StoreProfileTools
protected  StoreProfileTools RecentlyViewedFilter.mProfileTools
           
 

Methods in atg.projects.store.collections.filter that return StoreProfileTools
 StoreProfileTools RecentlyViewedFilter.getProfileTools()
           
 

Methods in atg.projects.store.collections.filter with parameters of type StoreProfileTools
 void RecentlyViewedFilter.setProfileTools(StoreProfileTools pProfileTools)
           
 

Uses of StoreProfileTools in atg.projects.store.email
 

Methods in atg.projects.store.email that return StoreProfileTools
 StoreProfileTools StoreEmailTools.getProfileTools()
           
 

Methods in atg.projects.store.email with parameters of type StoreProfileTools
 void StoreEmailTools.setProfileTools(StoreProfileTools pProfileTools)
           
 

Uses of StoreProfileTools in atg.projects.store.profile
 

Methods in atg.projects.store.profile that return StoreProfileTools
 StoreProfileTools ProfileCheckoutPreferences.getProfileTools()
           
 StoreProfileTools CheckoutProfileFormHandler.getStoreProfileTools()
          It's a getter method for the storeProfileTools read-only property.
 

Methods in atg.projects.store.profile with parameters of type StoreProfileTools
 void ProfileCheckoutPreferences.setProfileTools(StoreProfileTools pProfileTools)
          Sets the profileTools
 

Uses of StoreProfileTools in atg.projects.store.profile.recentlyviewed
 

Methods in atg.projects.store.profile.recentlyviewed that return StoreProfileTools
 StoreProfileTools RecentlyViewedTools.getProfileTools()
           
 

Methods in atg.projects.store.profile.recentlyviewed with parameters of type StoreProfileTools
 void RecentlyViewedTools.setProfileTools(StoreProfileTools pProfileTools)
           
 

Uses of StoreProfileTools in atg.projects.store.promotion
 

Fields in atg.projects.store.promotion declared as StoreProfileTools
protected  StoreProfileTools StoreGiftWithPurchaseFormHandler.mProfileTools
          property: profileTools
 

Methods in atg.projects.store.promotion that return StoreProfileTools
 StoreProfileTools StoreGiftWithPurchaseFormHandler.getProfileTools()
           
 

Methods in atg.projects.store.promotion with parameters of type StoreProfileTools
 void StoreGiftWithPurchaseFormHandler.setProfileTools(StoreProfileTools pProfileTools)
           
 

Uses of StoreProfileTools in atg.projects.store.remote.assetmanager.editor.service
 

Methods in atg.projects.store.remote.assetmanager.editor.service that return StoreProfileTools
 StoreProfileTools PromoEmailPropertyService.getProfileTools()
          Returns Profile Tools
 

Methods in atg.projects.store.remote.assetmanager.editor.service with parameters of type StoreProfileTools
 void PromoEmailPropertyService.setProfileTools(StoreProfileTools pProfileTools)
          Sets Profile Tools
 

Uses of StoreProfileTools in atg.projects.store.userprofiling
 

Fields in atg.projects.store.userprofiling declared as StoreProfileTools
protected  StoreProfileTools RecentlyViewedHistoryCollector.mProfileTools
           
 

Methods in atg.projects.store.userprofiling that return StoreProfileTools
 StoreProfileTools RecentlyViewedHistoryCollector.getProfileTools()
           
 

Methods in atg.projects.store.userprofiling with parameters of type StoreProfileTools
 void RecentlyViewedHistoryCollector.setProfileTools(StoreProfileTools pProfileTools)