|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderInfoCache
A cache of order information. Cache entries are instances of OrderInfo.
| Method Summary | |
|---|---|
OrderInfo |
get(OrderID orderID)
Returns the receiver's entry for the order with the given ID. |
OrderInfo |
put(OrderID orderID,
OrderID origOrderID,
UserID actorID)
Adds (and returns) a new entry to the receiver for an order with the given self and parent IDs, and the given actor ID. |
| Method Detail |
|---|
OrderInfo put(OrderID orderID,
OrderID origOrderID,
UserID actorID)
orderID - The order ID.origOrderID - The parent order ID. It may be null for
orders that are chain roots.actorID - The actor ID.
OrderInfo get(OrderID orderID)
orderID - The order ID.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||