|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Merchant | |
| 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 Merchant in org.davesag.generica.core |
| Methods in org.davesag.generica.core with parameters of type Merchant | |
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. |
| Uses of Merchant in org.davesag.generica.peer |
| Methods in org.davesag.generica.peer that return Merchant | |
static Merchant |
MerchantPeer.load(Session sess,
Long merchantid)
Load a merchant with a given merchantID. |
static Merchant |
MerchantPeer.load(Session sess,
String name)
Load a merchant with a given name. |
| Methods in org.davesag.generica.peer with parameters of type Merchant | |
static Long |
MerchantPeer.save(Session sess,
Merchant merchant)
Saves this Merchant. |
static void |
MerchantPeer.delete(Session sess,
Merchant merchant)
Delete this merchant. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||