Uses of Interface
org.openwms.wms.inventory.impl.UomRelationRepository
Packages that use UomRelationRepository
-
Uses of UomRelationRepository in org.openwms.wms.inventory.impl
Fields in org.openwms.wms.inventory.impl declared as UomRelationRepositoryModifier and TypeFieldDescriptionprivate UomRelationRepository
UomMapper.repository
private final UomRelationRepository
ProductServiceImpl.uomRelationRepository
private final UomRelationRepository
UomRelationServiceImpl.uomRelationRepository
Methods in org.openwms.wms.inventory.impl with parameters of type UomRelationRepositoryConstructors in org.openwms.wms.inventory.impl with parameters of type UomRelationRepositoryModifierConstructorDescription(package private)
ProductServiceImpl
(org.ameba.i18n.Translator translator, ProductMapper productMapper, ProductRepository productRepository, UomRelationRepository uomRelationRepository, org.springframework.context.ApplicationEventPublisher publisher) (package private)
UomRelationServiceImpl
(UomRelationRepository uomRelationRepository)