Package com.liferay.commerce.util
Interface CommerceCheckoutStep
- All Known Implementing Classes:
BaseCommerceCheckoutStep
public interface CommerceCheckoutStep
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
boolean
isActive
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) boolean
isOrder()
boolean
boolean
isVisible
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
processAction
(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) void
render
(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) boolean
showControls
(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)
-