|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShoppingOrder | |
| org.davesag.generica.core | The core package contains well thought out JavaBeans useful for
most web applications. |
| org.davesag.generica.peer | The peer package contains various Peers,
static utility classes that consolidate
various common activities surrounding the core objects. |
| Uses of ShoppingOrder in org.davesag.generica.core |
| Methods in org.davesag.generica.core with parameters of type ShoppingOrder | |
int |
CreditCardAuthoriser.authorisePayment(ShoppingOrder order,
User user,
CreditCard card,
Merchant merchant)
authorise payment of the given money from the given card, to the given merchant ID and return a response code. |
| Constructors in org.davesag.generica.core with parameters of type ShoppingOrder | |
ShoppingOrder(ShoppingOrder o)
constructor that takes another order and creates a new one with the same values but a new transaction id. |
|
| Uses of ShoppingOrder in org.davesag.generica.peer |
| Methods in org.davesag.generica.peer that return ShoppingOrder | |
static ShoppingOrder |
ShoppingOrderPeer.load(Session sess,
Long transid)
Load an order with a given transactionID. |
| Methods in org.davesag.generica.peer with parameters of type ShoppingOrder | |
static Long |
ShoppingOrderPeer.save(Session sess,
ShoppingOrder order)
Saves this ShoppingOrder. |
static void |
ShoppingOrderPeer.delete(Session sess,
ShoppingOrder order)
Delete this order. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||