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

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

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

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

Uses of ShippingServiceLevel in com.elasticpath.domain.shoppingcart
 

Methods in com.elasticpath.domain.shoppingcart that return ShippingServiceLevel
 ShippingServiceLevel ShoppingCart.getSelectedShippingServiceLevel()
          Get the selectedShippingServiceLevel.
 

Uses of ShippingServiceLevel in com.elasticpath.domain.shoppingcart.impl
 

Methods in com.elasticpath.domain.shoppingcart.impl that return ShippingServiceLevel
 ShippingServiceLevel ShoppingCartImpl.getSelectedShippingServiceLevel()
          Get the selectedShippingServiceLevel.
 

Uses of ShippingServiceLevel in com.elasticpath.service.shipping
 

Methods in com.elasticpath.service.shipping that return ShippingServiceLevel
 ShippingServiceLevel ShippingServiceLevelService.add(ShippingServiceLevel shippingServiceLevel)
          Adds the given shippingServiceLevel.
 ShippingServiceLevel ShippingServiceLevelService.get(long shippingServiceLevelUid)
          Get the shippingServiceLevel with the given UID.
 ShippingServiceLevel ShippingServiceLevelService.load(long shippingServiceLevelUid)
          Load the shippingServiceLevel with the given UID.
 

Methods in com.elasticpath.service.shipping with parameters of type ShippingServiceLevel
 ShippingServiceLevel ShippingServiceLevelService.add(ShippingServiceLevel shippingServiceLevel)
          Adds the given shippingServiceLevel.
 void ShippingServiceLevelService.remove(ShippingServiceLevel shippingServiceLevel)
          Delete the shippingServiceLevel.
 void ShippingServiceLevelService.update(ShippingServiceLevel shippingServiceLevel)
          Updates the given shippingServiceLevel.
 

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

Methods in com.elasticpath.service.shipping.impl that return ShippingServiceLevel
 ShippingServiceLevel ShippingServiceLevelServiceImpl.add(ShippingServiceLevel shippingServiceLevel)
          Adds the given shippingServiceLevel.
 ShippingServiceLevel ShippingServiceLevelServiceImpl.get(long shippingServiceLevelUid)
          Get the shippingServiceLevel with the given UID.
 ShippingServiceLevel ShippingServiceLevelServiceImpl.load(long shippingServiceLevelUid)
          Load the shippingServiceLevel with the given UID.
 

Methods in com.elasticpath.service.shipping.impl with parameters of type ShippingServiceLevel
 ShippingServiceLevel ShippingServiceLevelServiceImpl.add(ShippingServiceLevel shippingServiceLevel)
          Adds the given shippingServiceLevel.
 void ShippingServiceLevelServiceImpl.remove(ShippingServiceLevel shippingServiceLevel)
          Delete the shippingServiceLevel.
 void ShippingServiceLevelServiceImpl.update(ShippingServiceLevel shippingServiceLevel)
          Updates the given shippingServiceLevel.
 

Uses of ShippingServiceLevel in com.elasticpath.sfweb.ajax.bean
 

Subinterfaces of ShippingServiceLevel in com.elasticpath.sfweb.ajax.bean
 interface ShippingServiceLevelBean
          This bean is used for wrapping ShippingServiceLevel objects into localized versions for dwr.
 

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

Classes in com.elasticpath.sfweb.ajax.bean.impl that implement ShippingServiceLevel
 class ShippingServiceLevelBeanImpl
           
 

Constructors in com.elasticpath.sfweb.ajax.bean.impl with parameters of type ShippingServiceLevel
ShippingServiceLevelBeanImpl(ShippingServiceLevel shippingServiceLevel, java.util.Locale locale)
          Wraps a ShippingServiceLevel object for easy localized dwr conversion.