public class SimpleFulfillmentLocationResolver extends Object implements FulfillmentLocationResolver
FulfillmentLocationResolver that stores a
single Address. Useful for businesses that do not have a complicated warehouse solution
and fulfill from a single location.| Constructor and Description |
|---|
SimpleFulfillmentLocationResolver() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
Address |
resolveLocationForFulfillmentGroup(FulfillmentGroup group)
This method should give an
Address that a particular FulfillmentGroup will
be fulfilled from. |
void |
setAddress(Address address) |
protected Address address
public Address resolveLocationForFulfillmentGroup(FulfillmentGroup group)
FulfillmentLocationResolverAddress that a particular FulfillmentGroup will
be fulfilled from. Implementations could store this information in the database or integrate
with an existing warehouse solution.resolveLocationForFulfillmentGroup in interface FulfillmentLocationResolverAddress that group should be fulfilled frompublic Address getAddress()
public void setAddress(Address address)
Copyright © 2015. All Rights Reserved.