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

Packages that use StoreProfileTools
atg.projects.store.email   
atg.projects.store.servlet.pipeline   
 

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.servlet.pipeline
 

Methods in atg.projects.store.servlet.pipeline that return StoreProfileTools
 StoreProfileTools ShoppingContextServlet.getProfileTools()
           
 

Methods in atg.projects.store.servlet.pipeline with parameters of type StoreProfileTools
 void ShoppingContextServlet.setProfileTools(StoreProfileTools tools)