Uses of Interface
com.elasticpath.domain.shipping.ShippingRegion

Packages that use ShippingRegion
com.elasticpath.domain.shipping   
com.elasticpath.domain.shipping.impl   
com.elasticpath.service.shipping   
com.elasticpath.service.shipping.impl   
com.elasticpath.sfweb.ajax.bean.impl   
 

Uses of ShippingRegion in com.elasticpath.domain.shipping
 

Methods in com.elasticpath.domain.shipping that return ShippingRegion
 ShippingRegion ShippingServiceLevel.getShippingRegion()
          Get the shipping region associated with this ShippingServiceLevel.
 

Methods in com.elasticpath.domain.shipping with parameters of type ShippingRegion
 void ShippingServiceLevel.setShippingRegion(ShippingRegion shippingRegion)
          Set the shipping region associated with this ShippingServiceLevel.
 

Uses of ShippingRegion in com.elasticpath.domain.shipping.impl
 

Classes in com.elasticpath.domain.shipping.impl that implement ShippingRegion
 class ShippingRegionImpl
          A ShippingRegion represents a region that will be associated with one or more shipping services.
 

Methods in com.elasticpath.domain.shipping.impl that return ShippingRegion
 ShippingRegion ShippingServiceLevelImpl.getShippingRegion()
          Get the shipping region associated with this ShippingServiceLevel.
 

Methods in com.elasticpath.domain.shipping.impl with parameters of type ShippingRegion
 void ShippingServiceLevelImpl.setShippingRegion(ShippingRegion shippingRegion)
          Set the shipping region associated with this ShippingServiceLevel.
 

Uses of ShippingRegion in com.elasticpath.service.shipping
 

Methods in com.elasticpath.service.shipping that return ShippingRegion
 ShippingRegion ShippingRegionService.add(ShippingRegion shippingRegion)
          Adds the given shippingRegion.
 ShippingRegion ShippingRegionService.findByName(java.lang.String name)
          Find the shipping region with the given name.
 ShippingRegion ShippingRegionService.get(long shippingRegionUid)
          Get the shippingRegion with the given UID.
 ShippingRegion ShippingRegionService.load(long shippingRegionUid)
          Load the shippingRegion with the given UID.
 

Methods in com.elasticpath.service.shipping with parameters of type ShippingRegion
 ShippingRegion ShippingRegionService.add(ShippingRegion shippingRegion)
          Adds the given shippingRegion.
 boolean ShippingRegionService.nameExists(ShippingRegion shippingRegion)
          Check if a different shipping region with the given shipping region's name exists exists or not.
 void ShippingRegionService.remove(ShippingRegion shippingRegion)
          Delete the shippingRegion.
 void ShippingRegionService.update(ShippingRegion shippingRegion)
          Updates the given shippingRegion.
 

Uses of ShippingRegion in com.elasticpath.service.shipping.impl
 

Methods in com.elasticpath.service.shipping.impl that return ShippingRegion
 ShippingRegion ShippingRegionServiceImpl.add(ShippingRegion shippingRegion)
          Adds the given shippingRegion.
 ShippingRegion ShippingRegionServiceImpl.findByName(java.lang.String name)
          Find the shipping region with the given name.
 ShippingRegion ShippingRegionServiceImpl.get(long shippingRegionUid)
          Get the shippingRegion with the given UID.
 ShippingRegion ShippingRegionServiceImpl.load(long shippingRegionUid)
          Load the shippingRegion with the given UID.
 

Methods in com.elasticpath.service.shipping.impl with parameters of type ShippingRegion
 ShippingRegion ShippingRegionServiceImpl.add(ShippingRegion shippingRegion)
          Adds the given shippingRegion.
 boolean ShippingRegionServiceImpl.nameExists(ShippingRegion shippingRegion)
          Check if a different shipping region with the given shipping region's name exists exists or not.
 void ShippingRegionServiceImpl.remove(ShippingRegion shippingRegion)
          Delete the shippingRegion.
 void ShippingRegionServiceImpl.update(ShippingRegion shippingRegion)
          Updates the given shippingRegion.
 

Uses of ShippingRegion in com.elasticpath.sfweb.ajax.bean.impl
 

Methods in com.elasticpath.sfweb.ajax.bean.impl that return ShippingRegion
 ShippingRegion ShippingServiceLevelBeanImpl.getShippingRegion()
          Get the shipping region associated with this ShippingServiceLevel.
 

Methods in com.elasticpath.sfweb.ajax.bean.impl with parameters of type ShippingRegion
 void ShippingServiceLevelBeanImpl.setShippingRegion(ShippingRegion shippingRegion)
          Set the shipping region associated with this ShippingServiceLevel.