public abstract class BaseCommerceCheckoutStep extends java.lang.Object implements CommerceCheckoutStep
| Constructor and Description |
|---|
BaseCommerceCheckoutStep() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLabel(java.util.Locale locale) |
boolean |
isActive(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
boolean |
isOrder() |
boolean |
isSennaDisabled() |
boolean |
isVisible(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
boolean |
showControls(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, processAction, renderpublic java.lang.String getLabel(java.util.Locale locale)
getLabel in interface CommerceCheckoutSteppublic boolean isActive(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.lang.Exception
isActive in interface CommerceCheckoutStepjava.lang.Exceptionpublic boolean isOrder()
isOrder in interface CommerceCheckoutSteppublic boolean isSennaDisabled()
isSennaDisabled in interface CommerceCheckoutSteppublic boolean isVisible(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
throws java.lang.Exception
isVisible in interface CommerceCheckoutStepjava.lang.Exceptionpublic boolean showControls(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse)
showControls in interface CommerceCheckoutStep