Uses of Class
atg.projects.store.util.CountryRestrictionsService

Packages that use CountryRestrictionsService
atg.projects.store.droplet   
 

Uses of CountryRestrictionsService in atg.projects.store.droplet
 

Methods in atg.projects.store.droplet that return CountryRestrictionsService
 CountryRestrictionsService CountryRestrictionsDroplet.getCountryRestrictionsService()
           
 CountryRestrictionsService AvailableShippingGroups.getCountryRestrictionsService()
           
 

Methods in atg.projects.store.droplet with parameters of type CountryRestrictionsService
 void CountryRestrictionsDroplet.setCountryRestrictionsService(CountryRestrictionsService pCountryRestrictionsService)
           
 void AvailableShippingGroups.setCountryRestrictionsService(CountryRestrictionsService pCountryRestrictionsService)