public interface MiscItemMgrIf
Modifier and Type | Method and Description |
---|---|
boolean |
doProdMiscItemsExist()
Returns true if at least one proucts MiscItem record exists in the database.
|
MiscItem[] |
getMiscItemsPerCategory(int categoryId,
int languageId)
Get an array of MiscItem objects for a category.
|
MiscItem[] |
getMiscItemsPerProduct(int productId,
int languageId)
Get an array of MiscItem objects for a product.
|
MiscItem[] |
getMiscItemsPerType(int typeId,
int languageId)
Get an array of MiscItem objects for a MiscItem type.
|
MiscItem[] getMiscItemsPerProduct(int productId, int languageId) throws java.lang.Exception
productId
- the productIdlanguageId
- the languageIdjava.lang.Exception
- an unexpected exceptionMiscItem[] getMiscItemsPerCategory(int categoryId, int languageId) throws java.lang.Exception
categoryId
- the categoryIdlanguageId
- the languageIdjava.lang.Exception
- an unexpected exceptionboolean doProdMiscItemsExist() throws java.lang.Exception
java.lang.Exception
- an unexpected exceptionMiscItem[] getMiscItemsPerType(int typeId, int languageId) throws java.lang.Exception
typeId
- the typeIdlanguageId
- the languageIdjava.lang.Exception
- an unexpected exceptionCopyright © 2018 DS Data Systems UK Ltd.