public interface ProductOptionDao
| Modifier and Type | Method and Description |
|---|---|
List<ProductOption> |
readAllProductOptions() |
ProductOption |
readProductOptionById(Long id) |
ProductOptionValue |
readProductOptionValueById(Long id) |
ProductOption |
saveProductOption(ProductOption option) |
List<ProductOption> readAllProductOptions()
ProductOption readProductOptionById(Long id)
ProductOption saveProductOption(ProductOption option)
ProductOptionValue readProductOptionValueById(Long id)
Copyright © 2014. All Rights Reserved.