|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.bl.BaseMgr
com.konakart.bl.MiscItemMgr
public class MiscItemMgr
The AdminMiscItemMgr - for Managing Miscellaneous Item Objects for the Admin Application
| Field Summary | |
|---|---|
protected static org.apache.commons.logging.Log |
log
the log |
| Fields inherited from class com.konakart.bl.BaseMgr |
|---|
templateBaseDir |
| Constructor Summary | |
|---|---|
MiscItemMgr(KKEngIf eng)
Constructor |
|
| 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. |
protected MiscItem[] |
getMiscItemsPrivate(int objId,
int objType,
int languageId)
Get an array of MiscItem objects for a product or category. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.apache.commons.logging.Log log
| Constructor Detail |
|---|
public MiscItemMgr(KKEngIf eng)
throws java.lang.Exception
eng -
java.lang.Exception| Method Detail |
|---|
public MiscItem[] getMiscItemsPerProduct(int productId,
int languageId)
throws java.lang.Exception
getMiscItemsPerProduct in interface MiscItemMgrIfproductId - languageId -
java.lang.Exception
public MiscItem[] getMiscItemsPerCategory(int categoryId,
int languageId)
throws java.lang.Exception
getMiscItemsPerCategory in interface MiscItemMgrIfcategoryId - languageId -
java.lang.Exception
protected MiscItem[] getMiscItemsPrivate(int objId,
int objType,
int languageId)
throws java.lang.Exception
objId - objType - languageId -
java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||