Package com.liferay.commerce.util
Class BaseCommerceCheckoutStep
java.lang.Object
com.liferay.commerce.util.BaseCommerceCheckoutStep
- All Implemented Interfaces:
CommerceCheckoutStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisActive(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) booleanisOrder()booleanbooleanisVisible(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) booleanshowControls(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.commerce.util.CommerceCheckoutStep
getName, processAction, render
-
Constructor Details
-
BaseCommerceCheckoutStep
public BaseCommerceCheckoutStep()
-
-
Method Details
-
getLabel
- Specified by:
getLabelin interfaceCommerceCheckoutStep
-
isActive
public boolean isActive(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Specified by:
isActivein interfaceCommerceCheckoutStep- Throws:
Exception
-
isOrder
public boolean isOrder()- Specified by:
isOrderin interfaceCommerceCheckoutStep
-
isSennaDisabled
public boolean isSennaDisabled()- Specified by:
isSennaDisabledin interfaceCommerceCheckoutStep
-
isVisible
public boolean isVisible(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Specified by:
isVisiblein interfaceCommerceCheckoutStep- Throws:
Exception
-
showControls
public boolean showControls(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) - Specified by:
showControlsin interfaceCommerceCheckoutStep
-