Uses of Interface
org.openwms.wms.transport.TransportUnitService
Packages that use TransportUnitService
Package
Description
-
Uses of TransportUnitService in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
LoadUnitServiceImpl.service
private final TransportUnitService
PackagingUnitFinderImpl.transportUnitService
Constructors in org.openwms.wms.inventory.impl with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
LoadUnitServiceImpl
(org.ameba.i18n.Translator translator, LoadUnitRepository repository, PackagingUnitRepository packagingUnitRepository, LoadUnitTypeService loadUnitTypeRepository, ProductService productService, TransportUnitService service, org.springframework.context.ApplicationEventPublisher eventPublisher) (package private)
PackagingUnitFinderImpl
(org.ameba.i18n.Translator translator, PackagingUnitRepository repository, ProductService productService, LoadUnitService loadUnitService, LocationService locationService, TransportUnitService transportUnitService, org.openwms.common.location.api.LocationGroupApi locationGroupApi) -
Uses of TransportUnitService in org.openwms.wms.transport
Fields in org.openwms.wms.transport declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
TransportUnitController.service
Constructors in org.openwms.wms.transport with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
TransportUnitController
(org.ameba.i18n.Translator translator, TransportUnitService service, TransportUnitMapper transportUnitMapper, org.ameba.mapping.BeanMapper mapper) -
Uses of TransportUnitService in org.openwms.wms.transport.impl
Classes in org.openwms.wms.transport.impl that implement TransportUnitServiceModifier and TypeClassDescription(package private) class
A TransportUnitServiceImpl is a transactional Spring managed service implementation ofTransportUnitService
.Fields in org.openwms.wms.transport.impl declared as TransportUnitServiceModifier and TypeFieldDescriptionprivate final TransportUnitService
TransportUnitSynchronizerImpl.transportUnitService
Constructors in org.openwms.wms.transport.impl with parameters of type TransportUnitServiceModifierConstructorDescription(package private)
TransportUnitSynchronizerImpl
(TransportUnitRepository repository, TransportUnitService transportUnitService, LocationService locationService, org.springframework.context.ApplicationEventPublisher publisher)