Class ProductServiceImpl
java.lang.Object
org.openwms.wms.receiving.inventory.impl.ProductServiceImpl
- All Implemented Interfaces:
ProductService
A ProductServiceImpl.
- Author:
- Heiko Scherrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
repository
-
-
Constructor Details
-
ProductServiceImpl
ProductServiceImpl(ProductRepository repository)
-
-
Method Details
-
findBySku
Find and return aProduct
.- Specified by:
findBySku
in interfaceProductService
- Parameters:
sku
- The identifying SKU- Returns:
- The instance
-
create
- Specified by:
create
in interfaceProductService
-
update
- Specified by:
update
in interfaceProductService
-
delete
- Specified by:
delete
in interfaceProductService
-