| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
OrderAddressDaoImpl.create() |
OrderAddress |
OrderAddressDao.create() |
OrderAddress |
OrderAddressDaoImpl.readOrderAddressByExternalId(Long externalId) |
OrderAddress |
OrderAddressDao.readOrderAddressByExternalId(Long externalId) |
OrderAddress |
OrderAddressDaoImpl.readOrderAddressById(Long id) |
OrderAddress |
OrderAddressDao.readOrderAddressById(Long orderAddressId) |
OrderAddress |
OrderAddressDaoImpl.save(OrderAddress address) |
OrderAddress |
OrderAddressDao.save(OrderAddress orderAddressddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderAddressDaoImpl.delete(OrderAddress orderAddress) |
void |
OrderAddressDao.delete(OrderAddress address) |
OrderAddress |
OrderAddressDaoImpl.save(OrderAddress address) |
OrderAddress |
OrderAddressDao.save(OrderAddress orderAddressddress) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderAddressImpl
Created by brandon on 12/5/16.
|
| Modifier and Type | Method and Description |
|---|---|
<G extends OrderAddress> |
OrderAddressImpl.createOrRetrieveCopyInstance(MultiTenantCopyContext context) |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
OrderAddressDTO.unwrap(javax.servlet.http.HttpServletRequest request,
org.springframework.context.ApplicationContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderAddressDTO.wrapDetails(OrderAddress address,
javax.servlet.http.HttpServletRequest request) |
void |
OrderAddressDTO.wrapSummary(OrderAddress address,
javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
OrderAddressServiceImpl.copyOrderAddress(OrderAddress orig) |
OrderAddress |
OrderAddressService.copyOrderAddress(OrderAddress orig) |
OrderAddress |
OrderAddressServiceImpl.copyOrderAddress(OrderAddress dest,
OrderAddress orig) |
OrderAddress |
OrderAddressService.copyOrderAddress(OrderAddress dest,
OrderAddress orig) |
void |
OrderAddressServiceImpl.delete(OrderAddress orderAddress) |
void |
OrderAddressService.delete(OrderAddress orderAddress) |
OrderAddress |
OrderAddressServiceImpl.saveOrderAddress(OrderAddress orderAddress) |
OrderAddress |
OrderAddressService.saveOrderAddress(OrderAddress orderAddress) |
| Modifier and Type | Field and Description |
|---|---|
protected OrderAddress |
OrderMultishipOptionImpl.address |
protected OrderAddress |
FulfillmentGroupImpl.address |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
OrderMultishipOptionImpl.getAddress() |
OrderAddress |
OrderMultishipOption.getAddress()
Gets the associated Address with this OrderMultishipOption
|
OrderAddress |
FulfillmentGroupImpl.getAddress() |
OrderAddress |
FulfillmentGroup.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
OrderMultishipOptionImpl.setAddress(OrderAddress address) |
void |
OrderMultishipOption.setAddress(OrderAddress address)
Sets the associated Address with this OrderMultishipOption
|
void |
FulfillmentGroupImpl.setAddress(OrderAddress address) |
void |
FulfillmentGroup.setAddress(OrderAddress address) |
| Modifier and Type | Method and Description |
|---|---|
List<OrderMultishipOption> |
OrderMultishipOptionServiceImpl.createMultishipOptionsToShipItemsToAddress(Order order,
List<Long> orderItemIds,
OrderAddress address,
Long fulfillmentOptionId) |
List<OrderMultishipOption> |
OrderMultishipOptionService.createMultishipOptionsToShipItemsToAddress(Order order,
List<Long> orderItemIds,
OrderAddress address,
Long fulfillmentOptionId)
This method sets up the OrderMultishipOptions that will be used to reorganize the fulfillment groups.
|
protected String |
FulfillmentGroupServiceImpl.getKey(OrderAddress address,
FulfillmentOption option,
FulfillmentType fulfillmentType) |
| Modifier and Type | Field and Description |
|---|---|
protected OrderAddress |
FulfillmentGroupRequest.orderAddress |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
FulfillmentGroupRequest.getAddress() |
| Modifier and Type | Method and Description |
|---|---|
void |
FulfillmentGroupRequest.setAddress(OrderAddress address) |
| Modifier and Type | Field and Description |
|---|---|
protected OrderAddress |
OrderPaymentImpl.billingAddress |
protected OrderAddress |
CustomerPaymentImpl.billingAddress |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
OrderPaymentImpl.getBillingAddress() |
OrderAddress |
CustomerPaymentImpl.getBillingAddress() |
OrderAddress |
CustomerPayment.getBillingAddress() |
OrderAddress |
OrderPayment.getBillingAddress()
Gets the billing address associated with this payment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OrderPaymentImpl.setBillingAddress(OrderAddress billingAddress) |
void |
CustomerPaymentImpl.setBillingAddress(OrderAddress billingAddress) |
void |
CustomerPayment.setBillingAddress(OrderAddress billingAddress) |
void |
OrderPayment.setBillingAddress(OrderAddress billingAddress)
Sets the billing address associated with this payment.
|
| Modifier and Type | Method and Description |
|---|---|
protected OrderToPaymentRequestDTOServiceImpl.NameResponse |
OrderToPaymentRequestDTOServiceImpl.getName(OrderAddress address) |
void |
PaymentResponseDTOToEntityService.populateAddressInfo(AddressDTO<PaymentResponseDTO> dto,
OrderAddress address) |
void |
PaymentResponseDTOToEntityServiceImpl.populateAddressInfo(AddressDTO<PaymentResponseDTO> dto,
OrderAddress address) |
void |
PaymentResponseDTOToEntityService.populateBillingInfo(PaymentResponseDTO responseDTO,
OrderPayment payment,
OrderAddress tempBillingAddress,
boolean isUseBillingAddressFromGateway) |
void |
PaymentResponseDTOToEntityServiceImpl.populateBillingInfo(PaymentResponseDTO responseDTO,
OrderPayment payment,
OrderAddress tempBillingAddress,
boolean isUseBillingAddressFromGateway) |
| Modifier and Type | Field and Description |
|---|---|
protected OrderAddress |
SimpleFulfillmentLocationResolver.address |
| Modifier and Type | Method and Description |
|---|---|
OrderAddress |
SimpleFulfillmentLocationResolver.getAddress() |
OrderAddress |
SimpleFulfillmentLocationResolver.resolveLocationForFulfillmentGroup(FulfillmentGroup group) |
OrderAddress |
FulfillmentLocationResolver.resolveLocationForFulfillmentGroup(FulfillmentGroup group)
This method should give an
OrderAddress that a particular FulfillmentGroup will
be fulfilled from. |
| Modifier and Type | Method and Description |
|---|---|
void |
SimpleFulfillmentLocationResolver.setAddress(OrderAddress address) |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
SimpleTaxProvider.determineItemTaxRate(OrderAddress address)
Uses the passed in address to determine if the item is taxable.
|
Copyright © 2017. All rights reserved.