Interface CommerceCheckoutStep

All Known Implementing Classes:
BaseCommerceCheckoutStep

public interface CommerceCheckoutStep
  • Method Summary

    Modifier and Type
    Method
    Description
    getLabel(Locale locale)
     
     
    boolean
    isActive(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
     
    boolean
     
    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

      String getLabel(Locale locale)
    • 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)