|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.openedit.store.ProductAdder
public class ProductAdder
| Constructor Summary | |
|---|---|
ProductAdder()
|
|
| Method Summary | |
|---|---|
void |
addCoupon(WebPageRequest inReq,
Cart inCart)
|
void |
addItem(WebPageRequest inReq,
Cart inCart,
boolean inReload)
|
int |
computeProductCount(WebPageRequest inReq)
|
Product |
createProductFromTemplate(User inUser,
Store inStore,
Product inTemplate)
|
boolean |
isMultiProductMode(WebPageRequest inReq)
|
void |
setInventoryItem(CartItem inItem,
Product inProduct)
This should return null if no match |
void |
updateCart(WebPageRequest inReq,
Cart inCart)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProductAdder()
| Method Detail |
|---|
public void addItem(WebPageRequest inReq,
Cart inCart,
boolean inReload)
throws StoreException
StoreException
public boolean isMultiProductMode(WebPageRequest inReq)
throws java.lang.Exception
java.lang.Exception
public int computeProductCount(WebPageRequest inReq)
throws StoreException
StoreExceptionpublic void setInventoryItem(CartItem inItem, Product inProduct) throws StoreException
inSize - inColor -
StoreException
public void updateCart(WebPageRequest inReq,
Cart inCart)
throws StoreException
StoreException
public void addCoupon(WebPageRequest inReq,
Cart inCart)
throws java.lang.Exception
java.lang.Exceptionpublic Product createProductFromTemplate(User inUser, Store inStore, Product inTemplate) 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 06 2009
