com.konakart.blif
Interface MiscItemMgrIf

All Known Implementing Classes:
MiscItemMgr

public interface MiscItemMgrIf

MiscItemMgrIf


Method Summary
 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.
 

Method Detail

getMiscItemsPerProduct

MiscItem[] getMiscItemsPerProduct(int productId,
                                  int languageId)
                                  throws java.lang.Exception
Get an array of MiscItem objects for a product. The objects are grouped by Type.

Parameters:
productId -
languageId -
Returns:
Returns an array of MiscItems objects or an empty array
Throws:
java.lang.Exception

getMiscItemsPerCategory

MiscItem[] getMiscItemsPerCategory(int categoryId,
                                   int languageId)
                                   throws java.lang.Exception
Get an array of MiscItem objects for a category. The objects are grouped by Type.

Parameters:
categoryId -
languageId -
Returns:
Returns an array of MiscItems objects or an empty array
Throws:
java.lang.Exception


Copyright © 2011 DS Data Systems UK Ltd.