public interface CommercePriceListActionHelper
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommercePriceEntry> |
getCommercePriceEntries(javax.portlet.PortletRequest portletRequest) |
CommercePriceEntry |
getCommercePriceEntry(javax.portlet.RenderRequest renderRequest) |
CommercePriceList |
getCommercePriceList(javax.portlet.PortletRequest portletRequest) |
java.util.List<CommercePriceList> |
getCommercePriceLists(javax.portlet.PortletRequest portletRequest) |
java.util.List<CommerceTierPriceEntry> |
getCommerceTierPriceEntries(javax.portlet.PortletRequest portletRequest) |
CommerceTierPriceEntry |
getCommerceTierPriceEntry(javax.portlet.RenderRequest renderRequest) |
java.util.List<CommercePriceEntry> getCommercePriceEntries(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePriceEntry getCommercePriceEntry(javax.portlet.RenderRequest renderRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommercePriceList getCommercePriceList(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CommercePriceList> getCommercePriceLists(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.util.List<CommerceTierPriceEntry> getCommerceTierPriceEntries(javax.portlet.PortletRequest portletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionCommerceTierPriceEntry getCommerceTierPriceEntry(javax.portlet.RenderRequest renderRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException