public interface MiscPriceMgrIf
Modifier and Type | Method and Description |
---|---|
boolean |
doMiscPricesExist()
Returns true if at least one MiscPrice record exists in the database.
|
MiscPrice[] |
getMiscPricesPerProduct(int productId)
Get an array of MiscPrice objects for a product.
|
MiscPrice[] getMiscPricesPerProduct(int productId) throws java.lang.Exception
productId
- the productIdjava.lang.Exception
- an unexpected exceptionboolean doMiscPricesExist() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.