Package com.liferay.commerce.util
Interface CommerceCheckoutStep
- All Known Implementing Classes:
BaseCommerceCheckoutStep
public interface CommerceCheckoutStep
-
Method Summary
Modifier and TypeMethodDescriptiongetName()booleanisActive(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) booleanisOrder()booleanbooleanisVisible(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidprocessAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) voidrender(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) booleanshowControls(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
Method Details
-
getLabel
-
getName
String getName() -
isActive
boolean isActive(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-
isOrder
boolean isOrder() -
isSennaDisabled
boolean isSennaDisabled() -
isVisible
boolean isVisible(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-
processAction
void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws Exception - Throws:
Exception
-
render
void render(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Throws:
Exception
-
showControls
boolean showControls(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-