public class DefaultWarehousingWarehouseService extends DefaultWarehouseService implements WarehousingWarehouseService
WarehouseService.WarehousingWarehouseService| Constructor and Description |
|---|
DefaultWarehousingWarehouseService() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<WarehouseModel> |
getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore,
CountryModel country)
Find all warehouses where the associated base store can deliver to the specified country.
|
protected WarehousingWarehouseSelectionStrategy |
getWarehousingWarehouseSelectionStrategy() |
boolean |
isWarehouseInPoS(WarehouseModel warehouse,
PointOfServiceModel pointOfService)
Check if given
WarehouseModel belong to given PointOfServiceModel |
void |
setWarehousingWarehouseSelectionStrategy(WarehousingWarehouseSelectionStrategy warehousingWarehouseSelectionStrategy) |
getDefWarehouse, getWarehouseForCode, getWarehouses, getWarehousesWithProductsInStock, setWarehouseDaoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefWarehouse, getWarehouseForCode, getWarehouses, getWarehousesWithProductsInStockpublic java.util.Collection<WarehouseModel> getWarehousesByBaseStoreDeliveryCountry(BaseStoreModel baseStore, CountryModel country) throws java.lang.IllegalArgumentException
WarehousingWarehouseServicegetWarehousesByBaseStoreDeliveryCountry in interface WarehousingWarehouseServicebaseStore - - cannot be nullcountry - - cannot be nulljava.lang.IllegalArgumentExceptionpublic boolean isWarehouseInPoS(WarehouseModel warehouse, PointOfServiceModel pointOfService)
WarehousingWarehouseServiceWarehouseModel belong to given PointOfServiceModelisWarehouseInPoS in interface WarehousingWarehouseServicewarehouse - -given WarehouseModel to be validated - cannot be nullpointOfService - given PointOfServiceModel - cannot be nullWarehouseModel belongs to given PointOfServiceModelprotected WarehousingWarehouseSelectionStrategy getWarehousingWarehouseSelectionStrategy()
public void setWarehousingWarehouseSelectionStrategy(WarehousingWarehouseSelectionStrategy warehousingWarehouseSelectionStrategy)
Copyright © 2018 SAP SE. All Rights Reserved.