Interface CommerceOrderImporterType


public interface CommerceOrderImporterType
  • Method Details

    • getCommerceOrderImporterItem

      Object getCommerceOrderImporterItem(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getCommerceOrderImporterItemParamName

      String getCommerceOrderImporterItemParamName()
    • getCommerceOrderImporterItems

      List<CommerceOrderImporterItem> getCommerceOrderImporterItems(CommerceOrder commerceOrder, com.liferay.frontend.data.set.provider.search.FDSPagination fdsPagination, Object object) throws Exception
      Throws:
      Exception
    • getCommerceOrderImporterItemsCount

      int getCommerceOrderImporterItemsCount(Object object) throws Exception
      Throws:
      Exception
    • getKey

      String getKey()
    • getLabel

      String getLabel(Locale locale)
    • isActive

      default boolean isActive(CommerceOrder commerceOrder) throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • render

      void render(CommerceOrder commerceOrder, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Throws:
      IOException
    • renderCommerceOrderPreview

      void renderCommerceOrderPreview(CommerceOrder commerceOrder, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException
      Throws:
      IOException