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

Packages that use InternationalStoreSitePropertiesManager
atg.projects.store.droplet   
atg.projects.store.gifts   
atg.remote.multisite.service   
atg.remote.multisite.service.validation   
 

Uses of InternationalStoreSitePropertiesManager in atg.projects.store.droplet
 

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

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

Uses of InternationalStoreSitePropertiesManager in atg.projects.store.gifts
 

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

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.remote.multisite.service
 

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

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

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

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

Fields in atg.remote.multisite.service.validation declared as InternationalStoreSitePropertiesManager
protected  InternationalStoreSitePropertiesManager CountryLanguageCodeValidator.mStoreSitePropertiesManager
           
 

Methods in atg.remote.multisite.service.validation that return InternationalStoreSitePropertiesManager
 InternationalStoreSitePropertiesManager CountryLanguageCodeValidator.getStoreSitePropertiesManager()
           
 

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