Uses of Class
atg.projects.store.multisite.InternationalStoreSitePropertiesManager

Packages that use InternationalStoreSitePropertiesManager
atg.projects.store.droplet   
atg.projects.store.gifts   
atg.projects.store.remote.multisite.service   
atg.projects.store.remote.multisite.service.validation   
atg.repository.search.indexing.accessor   
 

Uses of InternationalStoreSitePropertiesManager in atg.projects.store.droplet
 

Methods in atg.projects.store.droplet that return InternationalStoreSitePropertiesManager
 InternationalStoreSitePropertiesManager InternationalizedExpressCheckoutOkDroplet.getStoreSitePropertiesManager()
           
 InternationalStoreSitePropertiesManager InternationalizedAvailableBillingAddresses.getStoreSitePropertiesManager()
           
 InternationalStoreSitePropertiesManager InternationalizedAvailableShippingGroups.getStoreSitePropertiesManager()
           
 

Methods in atg.projects.store.droplet with parameters of type InternationalStoreSitePropertiesManager
 void InternationalizedExpressCheckoutOkDroplet.setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)
           
 void InternationalizedAvailableBillingAddresses.setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)
           
 void InternationalizedAvailableShippingGroups.setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)
           
 

Uses of InternationalStoreSitePropertiesManager in atg.projects.store.gifts
 

Fields in atg.projects.store.gifts declared as InternationalStoreSitePropertiesManager
protected  InternationalStoreSitePropertiesManager InternationalSearchFormHandler.mStoreSitePropertiesManager
          property: storeSitePropertiesManager
 

Methods in atg.projects.store.gifts that return InternationalStoreSitePropertiesManager
 InternationalStoreSitePropertiesManager InternationalSearchFormHandler.getStoreSitePropertiesManager()
           
 

Methods in atg.projects.store.gifts with parameters of type InternationalStoreSitePropertiesManager
 void InternationalSearchFormHandler.setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)
           
 

Uses of InternationalStoreSitePropertiesManager in atg.projects.store.remote.multisite.service
 

Fields in atg.projects.store.remote.multisite.service declared as InternationalStoreSitePropertiesManager
protected  InternationalStoreSitePropertiesManager InternationalStoreCatalogAssetPropertyService.mStoreSitePropertiesManager
           
 

Methods in atg.projects.store.remote.multisite.service that return InternationalStoreSitePropertiesManager
 InternationalStoreSitePropertiesManager InternationalStoreCatalogAssetPropertyService.getStoreSitePropertiesManager()
           
 

Methods in atg.projects.store.remote.multisite.service with parameters of type InternationalStoreSitePropertiesManager
 void InternationalStoreCatalogAssetPropertyService.setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)
           
 

Uses of InternationalStoreSitePropertiesManager in atg.projects.store.remote.multisite.service.validation
 

Fields in atg.projects.store.remote.multisite.service.validation declared as InternationalStoreSitePropertiesManager
protected  InternationalStoreSitePropertiesManager LanguageCodeValidator.mStoreSitePropertiesManager
           
 

Methods in atg.projects.store.remote.multisite.service.validation that return InternationalStoreSitePropertiesManager
 InternationalStoreSitePropertiesManager LanguageCodeValidator.getStoreSitePropertiesManager()
           
 

Methods in atg.projects.store.remote.multisite.service.validation with parameters of type InternationalStoreSitePropertiesManager
 void LanguageCodeValidator.setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)
           
 

Uses of InternationalStoreSitePropertiesManager in atg.repository.search.indexing.accessor
 

Fields in atg.repository.search.indexing.accessor declared as InternationalStoreSitePropertiesManager
protected  InternationalStoreSitePropertiesManager InternationalPricePropertyAccessor.mStoreSitePropertiesManager
           
 

Methods in atg.repository.search.indexing.accessor that return InternationalStoreSitePropertiesManager
 InternationalStoreSitePropertiesManager InternationalPricePropertyAccessor.getStoreSitePropertiesManager()
           
 

Methods in atg.repository.search.indexing.accessor with parameters of type InternationalStoreSitePropertiesManager
 void InternationalPricePropertyAccessor.setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager pStoreSitePropertiesManager)