public class WebPosEvents extends Object
Constructor and Description |
---|
WebPosEvents() |
Modifier and Type | Method and Description |
---|---|
static String |
completeSale(HttpServletRequest request,
HttpServletResponse response) |
static String |
emptyCartAndClearAutoSaveList(HttpServletRequest request,
HttpServletResponse response) |
static String |
existsWebPosSession(HttpServletRequest request,
HttpServletResponse response) |
static String |
getProductType(HttpServletRequest request,
HttpServletResponse response) |
static WebPosSession |
getWebPosSession(HttpServletRequest request,
String posTerminalId) |
static String |
posLogin(HttpServletRequest request,
HttpServletResponse response) |
static void |
removeWebPosSession(HttpServletRequest request,
String posTerminalId) |
public static String module
public static String posLogin(HttpServletRequest request, HttpServletResponse response) throws UnsupportedEncodingException
UnsupportedEncodingException
public static String existsWebPosSession(HttpServletRequest request, HttpServletResponse response)
public static WebPosSession getWebPosSession(HttpServletRequest request, String posTerminalId)
public static void removeWebPosSession(HttpServletRequest request, String posTerminalId)
public static String completeSale(HttpServletRequest request, HttpServletResponse response) throws GeneralException
GeneralException
public static String emptyCartAndClearAutoSaveList(HttpServletRequest request, HttpServletResponse response) throws GeneralException
GeneralException
public static String getProductType(HttpServletRequest request, HttpServletResponse response)