|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.theopenstack.rtpdemo.model.adapter.JDBCAdapter
JDBCAdapter demonstrates using plain JDBC to get product and price details
Constructor Summary | |
protected |
JDBCAdapter()
|
Method Summary | |
PriceQuoteVO |
getPrice(ProductVO product,
int quantity)
Get price |
java.util.ArrayList |
getProducts(java.lang.String nameSearchString)
Get products |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected JDBCAdapter()
Method Detail |
public java.util.ArrayList getProducts(java.lang.String nameSearchString)
RTPDEMOAdapterIF
getProducts
in interface RTPDEMOAdapterIF
nameSearchString
-
public PriceQuoteVO getPrice(ProductVO product, int quantity)
RTPDEMOAdapterIF
getPrice
in interface RTPDEMOAdapterIF
product
- quantity
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |