|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface StoreMgrIf
Manages all business logic relevant to the management of Stores for the Application Engine
| Method Summary | |
|---|---|
boolean |
doesStoreExist(java.lang.String storeId)
Return true if the store exists. |
Store |
getStore()
Returns the store that this KonaKart engine is connected to. |
java.lang.String[] |
getStores()
Get a list of stores from the database |
Store |
getStoreStatusById(java.lang.String storeId,
boolean forceRefresh)
Return the status elements of the Store object from the database with the specified storeId. |
| Method Detail |
|---|
boolean doesStoreExist(java.lang.String storeId)
throws org.apache.torque.TorqueException
storeId - store id
org.apache.torque.TorqueException
java.lang.String[] getStores()
throws org.apache.torque.TorqueException,
com.workingdogs.village.DataSetException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
Store getStoreStatusById(java.lang.String storeId,
boolean forceRefresh)
throws KKException
forceRefresh is set to true.
storeId - the storeId of the Store object to retrieve.forceRefresh - When set, the cached data is refreshed from the database
KKException
Store getStore()
throws KKException,
org.apache.torque.TorqueException,
com.workingdogs.village.DataSetException
KKException
org.apache.torque.TorqueException
com.workingdogs.village.DataSetException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||