com.konakart.blif
Interface MultiStoreMgrIf

All Known Implementing Classes:
MultiStoreMgr

public interface MultiStoreMgrIf

MultiStoreMgrIf Interface which an implementation of this manager must adhere to.


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
 

Method Detail

getNewCriteria

KKCriteria getNewCriteria()
Gets a new KKCriteria object based on the mode of the engine. It calls getNewCriteria(boolean allStores) with allStores set to false.

Returns:
Returns a new KKCriteria object based on the mode of the engine

getNewCriteria

KKCriteria getNewCriteria(boolean allStores)
Gets a new KKCriteria object based on the mode of the engine

Parameters:
allStores - If true, returns a criteria for all stores when in multi-store shared db mode
Returns:
Returns a new KKCriteria object based on the mode of the engine


Copyright © 2011 DS Data Systems UK Ltd.