|
|||||||||
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.MultiStoreMgr
public class MultiStoreMgr
Manager for multi store code
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
the log |
Fields inherited from class com.konakart.bl.BaseMgr |
---|
templateBaseDir |
Constructor Summary | |
---|---|
MultiStoreMgr(KKEngIf eng)
Constructor |
Method Summary | |
---|---|
KKCriteria |
getNewCriteria()
Gets a new KKCriteria object based on the mode of the engine. |
KKCriteria |
getNewCriteria(boolean allStores)
Gets a new KKCriteria object based on the mode of the engine |
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 MultiStoreMgr(KKEngIf eng) throws java.lang.Exception
eng
-
java.lang.Exception
Method Detail |
---|
public KKCriteria getNewCriteria()
getNewCriteria
in interface MultiStoreMgrIf
getNewCriteria
in class BaseMgr
public KKCriteria getNewCriteria(boolean allStores)
getNewCriteria
in interface MultiStoreMgrIf
getNewCriteria
in class BaseMgr
allStores
- If true returns a criteria for all stores when in multi-store shared db mode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |