public class DefaultWarehousingPointOfServiceFacade extends OmsBaseFacade implements WarehousingPointOfServiceFacade
WarehousingPointOfServiceFacade| Constructor and Description |
|---|
DefaultWarehousingPointOfServiceFacade() |
convertSearchPageData, createPaginationData, discardOrderSnapshot, getModelService, getOrderGenericDao, getOrderModelForCode, setModelService, setOrderGenericDaopublic DefaultWarehousingPointOfServiceFacade()
public PointOfServiceData getPointOfServiceByName(java.lang.String posName)
WarehousingPointOfServiceFacadegetPointOfServiceByName in interface WarehousingPointOfServiceFacadeposName - the point of service's posNamepublic SearchPageData<WarehouseData> getWarehousesForPointOfService(PageableData pageableData, java.lang.String posName)
WarehousingPointOfServiceFacadeWarehouseModel in the system, for the given
PointOfServiceModel.NAMEgetWarehousesForPointOfService in interface WarehousingPointOfServiceFacadepageableData - pageable object that contains info on the number or pages and how many items in each page in addition
the sorting infoposName - the posName of the PointOfService for which warehouses are being retrievedpublic PointOfServiceData updatePointOfServiceWithWarehouses(java.lang.String posName, WarehouseCodesDataList warehouseCodes)
WarehousingPointOfServiceFacadePointOfServiceModel with a list of warehousesupdatePointOfServiceWithWarehouses in interface WarehousingPointOfServiceFacadeposName - the posName of the PointOfService for which warehouses will be deletedwarehouseCodes - the object containing the list of warehouse codes to add to the point of servicePointOfServiceData without the specified warehousespublic PointOfServiceData deleteWarehouseFromPointOfService(java.lang.String posName, java.lang.String warehouseCode)
WarehousingPointOfServiceFacadePointOfServiceModeldeleteWarehouseFromPointOfService in interface WarehousingPointOfServiceFacadeposName - the posName of the PointOfService for which warehouses will be deletedwarehouseCode - the warehouse which has to be removed from the point of service.PointOfServiceData without the specified warehousespublic PointOfServiceData updatePointOfServiceWithAddress(java.lang.String posName, AddressData addressData)
WarehousingPointOfServiceFacadePointOfServiceModelupdatePointOfServiceWithAddress in interface WarehousingPointOfServiceFacadeposName - the posName of POS that we want to updateaddressData - the address which we want to update the pos withPointOfServiceData updated with the passed address and converted from the newly updated PointOfServiceModelprotected PointOfServiceModel getPointOfServiceModelByName(java.lang.String posName)
PointOfServiceModel for the given PointOfServiceModel.NAMEposName - the pointOfServiceModel's posNameprotected Converter<WarehouseModel,WarehouseData> getWarehouseConverter()
public void setWarehouseConverter(Converter<WarehouseModel,WarehouseData> warehouseConverter)
protected Converter<PointOfServiceModel,PointOfServiceData> getPointOfServiceConverter()
public void setPointOfServiceConverter(Converter<PointOfServiceModel,PointOfServiceData> pointOfServiceConverter)
protected GenericDao<PointOfServiceModel> getPointOfServiceGenericDao()
public void setPointOfServiceGenericDao(GenericDao<PointOfServiceModel> pointOfServiceGenericDao)
protected PagedGenericDao<WarehouseModel> getWarehousesByPointOfServicePagedDao()
public void setWarehousesByPointOfServicePagedDao(PagedGenericDao<WarehouseModel> warehousesByPointOfServicePagedDao)
protected WarehouseService getWarehouseService()
public void setWarehouseService(WarehouseService warehouseService)
protected Converter<AddressData,AddressModel> getAddressReverseConverter()
public void setAddressReverseConverter(Converter<AddressData,AddressModel> addressReverseConverter)
Copyright © 2018 SAP SE. All Rights Reserved.