|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the 'master' interface for our Model. All the adapters implement this interface. Hence STRUTS Action class just calls the methods defined in this interface, on any adapter returned by the ADapter factory.
Method Summary | |
PriceQuoteVO |
getPrice(ProductVO product,
int quantity)
Get price |
java.util.ArrayList |
getProducts(java.lang.String nameSearchString)
Get products |
Method Detail |
public java.util.ArrayList getProducts(java.lang.String nameSearchString)
nameSearchString
-
public PriceQuoteVO getPrice(ProductVO product, int quantity)
product
- quantity
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |