Package | Description |
---|---|
org.javlo.component.ecom | |
org.javlo.ecom |
Modifier and Type | Method and Description |
---|---|
protected String |
AbstractOrderComponent.getConfirmationEmail(ContentContext ctx,
Basket basket) |
protected static String |
AbstractOrderComponent.renderBasket(ContentContext ctx,
Basket basket) |
protected void |
AbstractOrderComponent.sendConfirmationEmail(ContentContext ctx,
Basket basket) |
Modifier and Type | Method and Description |
---|---|
Basket |
BasketPersistenceService.getBasket(String id) |
static Basket |
Basket.getInstance(ContentContext ctx) |
Modifier and Type | Method and Description |
---|---|
Collection<Basket> |
BasketPersistenceService.getAllBaskets() |
Modifier and Type | Method and Description |
---|---|
String |
PaypalConnector.createPaypalPayment(ContentContext ctx,
Basket basket,
URL returnURL,
URL cancelURL) |
static void |
Basket.setInstance(ContentContext ctx,
Basket basket) |
void |
EcomService.storeBasket(Basket basket) |
void |
BasketPersistenceService.storeBasket(Basket basket) |
Modifier and Type | Method and Description |
---|---|
static List<BasketSmartBean> |
BasketSmartBean.getListInstance(ContentContext ctx,
Collection<Basket> baskets) |
Constructor and Description |
---|
BasketSmartBean(ContentContext ctx,
Basket basket) |
Copyright © 2012-2018. All Rights Reserved.