Uses of Interface
com.elasticpath.domain.customer.Address

Packages that use Address
com.elasticpath.domain.customer   
com.elasticpath.domain.customer.impl   
com.elasticpath.domain.order   
com.elasticpath.domain.order.impl   
com.elasticpath.domain.payment   
com.elasticpath.domain.payment.impl   
com.elasticpath.domain.shipping   
com.elasticpath.domain.shipping.impl   
com.elasticpath.domain.shoppingcart   
com.elasticpath.domain.shoppingcart.impl   
com.elasticpath.service.tax   
com.elasticpath.service.tax.impl   
com.elasticpath.sfweb.formbean   
com.elasticpath.sfweb.formbean.impl   
 

Uses of Address in com.elasticpath.domain.customer
 

Subinterfaces of Address in com.elasticpath.domain.customer
 interface CustomerAddress
          A customer's address.
 

Uses of Address in com.elasticpath.domain.customer.impl
 

Classes in com.elasticpath.domain.customer.impl that implement Address
 class AbstractAddressImpl
          Implementation of a street address.
 class CustomerAddressImpl
          A Customer's address.
 

Uses of Address in com.elasticpath.domain.order
 

Subinterfaces of Address in com.elasticpath.domain.order
 interface OrderAddress
          OrderAddress represents a North American address.
 

Methods in com.elasticpath.domain.order that return Address
 Address Order.getShippingAddress()
          Convenience method that should only be used when only a single shipment is supported for a single order.
 

Methods in com.elasticpath.domain.order with parameters of type Address
 void OrderAddress.init(Address customerAddress)
          Initialize this order address with the information from the specified customer address.
 

Uses of Address in com.elasticpath.domain.order.impl
 

Classes in com.elasticpath.domain.order.impl that implement Address
 class OrderAddressImpl
          Address that is stored as part of a completed order.
 

Methods in com.elasticpath.domain.order.impl that return Address
 Address OrderImpl.getShippingAddress()
          Convenience method that should only be used when only a single shipment is supported for a single order.
 

Methods in com.elasticpath.domain.order.impl with parameters of type Address
 void OrderAddressImpl.init(Address customerAddress)
          Initialize this order address with the information from the specified customer address.
 

Uses of Address in com.elasticpath.domain.payment
 

Methods in com.elasticpath.domain.payment with parameters of type Address
 void PaymentGateway.preAuthorize(OrderPayment payment, Address billingAddress)
          Pre-authorize a payment.
 void PaymentGateway.sale(OrderPayment payment, Address billingAddress)
          Marks a transaction for immediate fund transfer without any pre-authorization.
 

Uses of Address in com.elasticpath.domain.payment.impl
 

Methods in com.elasticpath.domain.payment.impl with parameters of type Address
 void NullPaymentGatewayImpl.preAuthorize(OrderPayment payment, Address billingAddress)
          Pre-authorize a payment.
 void CyberSourcePaymentGatewayImpl.preAuthorize(OrderPayment payment, Address billingAddress)
          Pre-authorize a payment.
 void AuthorizeNetPaymentGatewayImpl.preAuthorize(OrderPayment payment, Address billingAddress)
          Pre-authorize a payment.
 void PayflowProPaymentGatewayImpl.preAuthorize(OrderPayment payment, Address billingAddress)
          Pre-authorize a payment.
 void PaypalExpressPaymentGatewayImpl.preAuthorize(OrderPayment orderPayment, Address billingAddress)
          Pre-authorize a payment.
 void NullPaymentGatewayImpl.sale(OrderPayment payment, Address billingAddress)
          Captures a payment on a card.
 void CyberSourcePaymentGatewayImpl.sale(OrderPayment payment, Address billingAddress)
          Make a payment without pre-authorization.
 void AuthorizeNetPaymentGatewayImpl.sale(OrderPayment payment, Address billingAddress)
          Immediately process a payment.
 void PayflowProPaymentGatewayImpl.sale(OrderPayment payment, Address billingAddress)
          Immediately process a payment.
 void PaypalExpressPaymentGatewayImpl.sale(OrderPayment orderPayment, Address billingAddress)
          Make a payment without pre-authorization.
 

Uses of Address in com.elasticpath.domain.shipping
 

Methods in com.elasticpath.domain.shipping with parameters of type Address
 boolean ShippingRegion.isInShippionRegion(Address shippingAddress)
          Check if the given shippingAdress is in the range of this ShippingRegion.
 

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

Methods in com.elasticpath.domain.shipping.impl with parameters of type Address
 boolean ShippingRegionImpl.isInShippionRegion(Address shippingAddress)
          Check if the given shippingAdress is in the range of this ShippingRegion.
 

Uses of Address in com.elasticpath.domain.shoppingcart
 

Methods in com.elasticpath.domain.shoppingcart that return Address
 Address ShoppingCart.getBillingAddress()
          Get the preferred billing address.
 Address ShoppingCart.getShippingAddress()
          Get the preferred shipping address.
 

Methods in com.elasticpath.domain.shoppingcart with parameters of type Address
 void ShoppingCart.setBillingAddress(Address address)
          Set the preferred billing address.
 void ShoppingCart.setShippingAddress(Address address)
          Set the preferred shipping address.
 

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

Methods in com.elasticpath.domain.shoppingcart.impl that return Address
 Address ShoppingCartImpl.getBillingAddress()
          Get the billing address.
 Address ShoppingCartImpl.getShippingAddress()
          Get the shipping address.
 

Methods in com.elasticpath.domain.shoppingcart.impl with parameters of type Address
 void ShoppingCartImpl.setBillingAddress(Address address)
          Set the billing address.
 void ShoppingCartImpl.setShippingAddress(Address address)
          Set the shipping address.
 

Uses of Address in com.elasticpath.service.tax
 

Methods in com.elasticpath.service.tax with parameters of type Address
 TaxJurisdiction TaxJurisdictionService.retrieveTaxJurisdiction(Address shippingAddress)
          Matches shipping address to lowest available Tax Jurisdiction level.
 

Uses of Address in com.elasticpath.service.tax.impl
 

Methods in com.elasticpath.service.tax.impl with parameters of type Address
 TaxJurisdiction TaxJurisdictionServiceImpl.retrieveTaxJurisdiction(Address address)
          Matches shipping address to the most specific matching Tax Jurisdiction level.
 

Uses of Address in com.elasticpath.sfweb.formbean
 

Methods in com.elasticpath.sfweb.formbean that return Address
 Address BillingAndReviewFormBean.getBillingAddress()
          Get the billing address.
 Address BillingAndReviewFormBean.getShippingAddress()
          Get the shipping address.
 

Methods in com.elasticpath.sfweb.formbean with parameters of type Address
 void BillingAndReviewFormBean.setBillingAddress(Address billingAddress)
          Set the billing address.
 void BillingAndReviewFormBean.setShippingAddress(Address shippingAddress)
          Set the shipping address.
 

Uses of Address in com.elasticpath.sfweb.formbean.impl
 

Methods in com.elasticpath.sfweb.formbean.impl that return Address
 Address BillingAndReviewFormBeanImpl.getBillingAddress()
          Get the billing address.
 Address BillingAndReviewFormBeanImpl.getShippingAddress()
          Get the shipping address.
 

Methods in com.elasticpath.sfweb.formbean.impl with parameters of type Address
 void BillingAndReviewFormBeanImpl.setBillingAddress(Address billingAddress)
          Set the billing address.
 void BillingAndReviewFormBeanImpl.setShippingAddress(Address shippingAddress)
          Set the shipping address.