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