Uses of Interface
org.openwms.wms.receiving.impl.ReceivingService
Packages that use ReceivingService
Package
Description
Contains internal types of the microservice implementation.
Contains the external exposed REST API of the WMS Receiving Service.
-
Uses of ReceivingService in org.openwms.wms.receiving.impl
Classes in org.openwms.wms.receiving.impl that implement ReceivingServiceModifier and TypeClassDescription(package private) classReceivingServiceImpl<T extends CaptureRequestVO>A ReceivingServiceImpl is a Spring managed transactional Services that deals withReceivingOrders. -
Uses of ReceivingService in org.openwms.wms.receiving.rest
Fields in org.openwms.wms.receiving.rest declared as ReceivingServiceModifier and TypeFieldDescriptionprivate final ReceivingServiceRestServiceFacadeImpl.receivingServiceprivate final ReceivingService<?> ReceivingOrderCreator.serviceprivate final ReceivingService<CaptureRequestVO> ReceivingOrderFinder.serviceConstructors in org.openwms.wms.receiving.rest with parameters of type ReceivingServiceModifierConstructorDescriptionReceivingOrderCreator(ReceivingService<?> service, ReceivingMapper receivingMapper) ReceivingOrderFinder(ReceivingService<CaptureRequestVO> service, org.ameba.i18n.Translator translator, ReceivingMapper receivingMapper) RestServiceFacadeImpl(ReceivingMapper receivingMapper, ReceivingService receivingService)