|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderArchive
An interface implemented by classes that can write orders to and read orders from persistent storage.
| Field Summary | |
|---|---|
static java.lang.String |
AUTHORIZATION_RESULT_KEY
|
static java.lang.String |
AUTHORIZATION_RESULT_STRING_KEY
|
| Method Summary | |
|---|---|
void |
archiveOrderData(Store inStore)
|
void |
captureOrder(WebPageRequest inContext,
Store inStore,
Order inOrder)
|
void |
changeOrderStatus(OrderState inStatus,
Store inStore,
Order inOrder)
|
java.util.Map |
getOrderStates(Store inStore)
|
java.util.List |
listAllOrderIds(Store inStore)
|
SubmittedOrder |
loadSubmittedOrder(Store inStore,
java.lang.String inUserName,
java.lang.String inId)
|
void |
saveOrder(Store inStore,
Order inOrder)
|
| Field Detail |
|---|
static final java.lang.String AUTHORIZATION_RESULT_STRING_KEY
static final java.lang.String AUTHORIZATION_RESULT_KEY
| Method Detail |
|---|
void archiveOrderData(Store inStore) throws StoreException
StoreException
void captureOrder(WebPageRequest inContext,
Store inStore,
Order inOrder)
throws StoreException
StoreExceptionvoid changeOrderStatus(OrderState inStatus, Store inStore, Order inOrder) throws StoreException
StoreExceptionjava.util.Map getOrderStates(Store inStore)
java.util.List listAllOrderIds(Store inStore)
SubmittedOrder loadSubmittedOrder(Store inStore, java.lang.String inUserName, java.lang.String inId) throws StoreException
StoreExceptionvoid saveOrder(Store inStore, Order inOrder) throws StoreException
StoreException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 2008 OpenEdit Inc. All rights reserved. last modified: Jan 05 2009
