Package | Description |
---|---|
com.dpslink.flash.servlet |
DPS Flash specific servlets for handling shopping functions.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
PunchOut.isSessionValid(PunchOut.Context ctx,
java.lang.String sessionId)
Answers if the given punch-out session id is valid.
|
protected boolean |
PunchOut.isUserValid(PunchOut.Context ctx,
java.lang.String userId)
Answers if the given punch-out user id is valid.
|
protected void |
PunchOut.showErrorPage(PunchOut.Context ctx,
int error)
Redirects to the punch-out error page for the given error code.
|
protected void |
PunchOut.showNextPage(PunchOut.Context ctx,
java.lang.String name)
Redirects to the given servlet name (Home or ReviewCart).
|