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