Interface CommercePriceListActionHelper
public interface CommercePriceListActionHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetCommercePriceEntries(jakarta.portlet.PortletRequest portletRequest) getCommercePriceEntry(jakarta.portlet.RenderRequest renderRequest) getCommercePriceList(jakarta.portlet.PortletRequest portletRequest) getCommercePriceLists(jakarta.portlet.PortletRequest portletRequest) getCommerceTierPriceEntries(jakarta.portlet.PortletRequest portletRequest) getCommerceTierPriceEntry(jakarta.portlet.RenderRequest renderRequest)
-
Method Details
-
getCommercePriceEntries
List<CommercePriceEntry> getCommercePriceEntries(jakarta.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceEntry
CommercePriceEntry getCommercePriceEntry(jakarta.portlet.RenderRequest renderRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceList
CommercePriceList getCommercePriceList(jakarta.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommercePriceLists
List<CommercePriceList> getCommercePriceLists(jakarta.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTierPriceEntries
List<CommerceTierPriceEntry> getCommerceTierPriceEntries(jakarta.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getCommerceTierPriceEntry
CommerceTierPriceEntry getCommerceTierPriceEntry(jakarta.portlet.RenderRequest renderRequest) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-