|
DCL 4.1
|
#include <dcl/SQL.h>#include <dcl/HttpServletEx.h>#include <dcl/TextTemplate.h>#include "EShopSession.h"Go to the source code of this file.
Classes | |
| class | EShopServlet |
Macros | |
| #define | __ESHOP_H__ 20041207 |
| #define | COMMAND_STR L"cm" |
| #define | CATEGORY_STR L"cid" |
| #define | PRODUCT_STR L"pid" |
Enumerations | |
| enum | COMMAND_ID { CM_VIEW_PRODUCT , CM_VIEW_SHOPPING_BASKET , CM_ORDER , CM_VIEW_ORDER , CM_VIEW_QNA , CM_PRODUCT_MANAGEMENT , CM_SALES_REPORT , CM_SESSION_MANAGEMENT , CM_VIEW_LOGIN_FORM , CM_LOGIN , CM_LOGOUT , CM_ABOUT } |
| #define __ESHOP_H__ 20041207 |
Definition at line 2 of file EShopServlet.h.
| #define CATEGORY_STR L"cid" |
Definition at line 107 of file EShopServlet.h.
| #define COMMAND_STR L"cm" |
Definition at line 90 of file EShopServlet.h.
| #define PRODUCT_STR L"pid" |
Definition at line 108 of file EShopServlet.h.
| enum COMMAND_ID |
| Enumerator | |
|---|---|
| CM_VIEW_PRODUCT | |
| CM_VIEW_SHOPPING_BASKET | |
| CM_ORDER | |
| CM_VIEW_ORDER | |
| CM_VIEW_QNA | |
| CM_PRODUCT_MANAGEMENT | |
| CM_SALES_REPORT | |
| CM_SESSION_MANAGEMENT | |
| CM_VIEW_LOGIN_FORM | |
| CM_LOGIN | |
| CM_LOGOUT | |
| CM_ABOUT | |
Definition at line 91 of file EShopServlet.h.