Interface CommerceOrderImporterType
public interface CommerceOrderImporterType
-
Method Summary
Modifier and TypeMethodDescriptiongetCommerceOrderImporterItem
(javax.servlet.http.HttpServletRequest httpServletRequest) getCommerceOrderImporterItems
(CommerceOrder commerceOrder, com.liferay.frontend.data.set.provider.search.FDSPagination fdsPagination, Object object) int
getKey()
default boolean
isActive
(CommerceOrder commerceOrder) void
render
(CommerceOrder commerceOrder, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) void
renderCommerceOrderPreview
(CommerceOrder commerceOrder, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse)
-
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
- Throws:
Exception
-
getKey
String getKey() -
getLabel
-
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
-