| Modifier and Type | Field and Description |
|---|---|
protected Address |
OrderMultishipOptionImpl.address |
protected Address |
FulfillmentGroupImpl.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
OrderMultishipOptionImpl.getAddress() |
Address |
OrderMultishipOption.getAddress()
Gets the associated Address with this OrderMultishipOption
|
Address |
FulfillmentGroupImpl.getAddress() |
Address |
FulfillmentGroup.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderMultishipOptionImpl.setAddress(Address address) |
void |
OrderMultishipOption.setAddress(Address address)
Sets the associated Address with this OrderMultishipOption
|
void |
FulfillmentGroupImpl.setAddress(Address address) |
void |
FulfillmentGroup.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
FulfillmentGroupServiceImpl.getKey(Address address,
FulfillmentOption option) |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
FulfillmentGroupRequest.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
FulfillmentGroupRequest.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupRequest.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
FulfillmentGroup |
LegacyOrderServiceImpl.createDefaultFulfillmentGroup(Order order,
Address address)
Deprecated.
|
FulfillmentGroup |
LegacyOrderService.createDefaultFulfillmentGroup(Order order,
Address address)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected Address |
PaymentInfoImpl.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
PaymentInfo.getAddress() |
Address |
PaymentInfoImpl.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
PaymentInfo.setAddress(Address address) |
void |
PaymentInfoImpl.setAddress(Address address) |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
SimpleFulfillmentLocationResolver.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
SimpleFulfillmentLocationResolver.getAddress() |
Address |
SimpleFulfillmentLocationResolver.resolveLocationForFulfillmentGroup(FulfillmentGroup group) |
Address |
FulfillmentLocationResolver.resolveLocationForFulfillmentGroup(FulfillmentGroup group)
This method should give an
Address that a particular FulfillmentGroup will
be fulfilled from. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleFulfillmentLocationResolver.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
Double |
SimpleTaxModule.determineItemTaxRate(Address address)
Uses the passed in address to determine if the item is taxable.
|
| Modifier and Type | Method and Description |
|---|---|
Map<Store,Double> |
StoreServiceImpl.findStoresByAddress(Address searchAddress,
double distance) |
Map<Store,Double> |
StoreService.findStoresByAddress(Address searchAddress,
double distance) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressWrapper.unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext appContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressWrapper.wrap(Address model,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
ShippingInfoForm.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
BillingInfoForm.getAddress() |
Address |
ShippingInfoForm.getAddress() |
Address |
CheckoutForm.getBillingAddress() |
Address |
CheckoutForm.getShippingAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
BillingInfoForm.setAddress(Address address) |
void |
ShippingInfoForm.setAddress(Address address) |
void |
CheckoutForm.setBillingAddress(Address billingAddress) |
void |
CheckoutForm.setShippingAddress(Address shippingAddress) |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
CustomerAddressForm.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
CustomerAddressForm.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerAddressForm.setAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
protected Address |
GoogleAnalyticsProcessor.getBillingAddress(Order order) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressDao.create() |
Address |
AddressDaoImpl.create() |
Address |
AddressDao.readAddressById(Long addressId) |
Address |
AddressDaoImpl.readAddressById(Long id) |
Address |
RoleDaoImpl.readAddressById(Long id) |
Address |
AddressDao.save(Address address) |
Address |
AddressDaoImpl.save(Address address) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressDao.delete(Address address) |
void |
AddressDaoImpl.delete(Address address) |
Address |
AddressDao.save(Address address) |
Address |
AddressDaoImpl.save(Address address) |
| Modifier and Type | Class and Description |
|---|---|
class |
AddressImpl |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
CustomerAddressImpl.address |
protected Address |
CustomerPaymentImpl.billingAddress |
| Modifier and Type | Method and Description |
|---|---|
Address |
CustomerAddressImpl.getAddress() |
Address |
CustomerAddress.getAddress() |
Address |
CustomerPaymentImpl.getBillingAddress() |
Address |
CustomerPayment.getBillingAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomerAddressImpl.setAddress(Address address) |
void |
CustomerAddress.setAddress(Address address) |
void |
CustomerPaymentImpl.setBillingAddress(Address billingAddress) |
void |
CustomerPayment.setBillingAddress(Address billingAddress) |
| Modifier and Type | Method and Description |
|---|---|
Address |
AddressServiceImpl.create() |
Address |
AddressService.create() |
Address |
AddressServiceImpl.readAddressById(Long addressId) |
Address |
AddressService.readAddressById(Long addressId) |
Address |
AddressServiceImpl.saveAddress(Address address) |
Address |
AddressService.saveAddress(Address address) |
| Modifier and Type | Method and Description |
|---|---|
void |
AddressServiceImpl.delete(Address address) |
void |
AddressService.delete(Address address) |
Address |
AddressServiceImpl.saveAddress(Address address) |
Address |
AddressService.saveAddress(Address address) |
Copyright © 2014. All rights reserved.