|
Class Summary |
| BaseMgr |
All managers extend BaseMgr. |
| BasketMgr |
Contains methods to add and remove products from the shopping basket. |
| CartItem |
Used by EditCartForm to present the cart data in a list on the screen |
| CategoryMgr |
Contains methods to get the category tree and manage the current category. |
| ConfigCacheUpdater |
Thread which runs forever. |
| Constants |
These constants are loaded from the properties file so that the Java code can have the same
constants as the JSPs |
| CurrentNavigation |
Object used by the header JSP to show the current navigation within the application. |
| CustomerMgr |
Contains methods to manage customer details and login / logout. |
| DropListElement |
Contains data for a drop list element. |
| ExtendedReview |
This class is the same as the Review class except that it also contains some product attributes
to facilitate its use in the UI. |
| KKAppEng |
This is the entry point for all method calls to the KonaKart client engine. |
| NotifiedProductItem |
Used by EditNotifiedProductForm to present the notified product data in a list on the screen. |
| OrderMgr |
Contains methods to manage all stages of order creation. |
| ProdOption |
A ProdOptionContainer class contains an array of these ProdOption classes. |
| ProdOptionContainer |
This class is a container class for an array of option values. |
| ProductMgr |
Contains methods to fetch and manage lists of products and keeps track of the current selected
product. |
| ReviewMgr |
Contains methods to read and write product reviews. |
| TrimString |
Utility class to trim strings so that they may be presented on the UI. |
| XMLUtils |
Used to provide an XML interface to the engine |