Package | Description |
---|---|
com.neurosys.ecom.orders.domain | |
com.neurosys.ecom.users.domain | |
com.neurosys.ecom.utils |
Modifier and Type | Method and Description |
---|---|
Address |
DeliveryDetails.getAddressObj() |
Modifier and Type | Method and Description |
---|---|
void |
DeliveryDetails.setAddressObj(Address address) |
Modifier and Type | Method and Description |
---|---|
Address |
IGenericEcomUser.getAddress(String type) |
Address |
GenericEcomUser.getAddress(String type) |
Modifier and Type | Method and Description |
---|---|
Map<String,Address> |
IGenericEcomUser.getAddresses() |
Map<String,Address> |
GenericEcomUser.getAddresses() |
Modifier and Type | Method and Description |
---|---|
IGenericEcomUser |
IGenericEcomUser.setAddress(Address address) |
IGenericEcomUser |
GenericEcomUser.setAddress(Address address) |
Modifier and Type | Method and Description |
---|---|
void |
IGenericEcomUser.setAddresses(Map<String,Address> addresses) |
void |
GenericEcomUser.setAddresses(Map<String,Address> addresses) |
Modifier and Type | Method and Description |
---|---|
static Address |
Utils.getAddress(Order order,
String type)
Convenience helper to extract the Address from an Order.
|
static Address |
Utils.getPreferredAddress(Address preferredAddress,
Address... addresses)
Get the preferred Address from a List
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Address> |
Utils.getAddresses(Order order)
Convenience helper to extract the Address from an Order.
|
Modifier and Type | Method and Description |
---|---|
static Address |
Utils.getPreferredAddress(Address preferredAddress,
Address... addresses)
Get the preferred Address from a List
|
static Address |
Utils.getPreferredAddress(Address preferredAddress,
Address... addresses)
Get the preferred Address from a List
|
Copyright © 2018. All rights reserved.