Interface ProductService

All Known Implementing Classes:
ProductServiceImpl

public interface ProductService
A ProductService.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    findBySku(@NotBlank String sku)
    Find and return a Product.
  • Method Details

    • findBySku

      Optional<Product> findBySku(@NotBlank @NotBlank String sku)
      Find and return a Product.
      Parameters:
      sku - The identifying SKU
      Returns:
      The instance