@ProviderType
public interface CPContentHelper
Modifier and Type | Method and Description |
---|---|
com.liferay.portal.kernel.json.JSONObject |
getAvailabilityContentContributorValueJSONObject(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry,
javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getAvailabilityEstimateLabel(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getAvailabilityLabel(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.util.List<com.liferay.commerce.product.model.CPDefinitionSpecificationOptionValue> |
getCategorizedCPDefinitionSpecificationOptionValues(long cpDefinitionId,
long cpOptionCategoryId) |
com.liferay.commerce.product.catalog.CPCatalogEntry |
getCPCatalogEntry(javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.portal.kernel.json.JSONObject |
getCPContentContributorValueJSONObject(java.lang.String contributorKey,
com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry,
javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.portal.kernel.json.JSONObject |
getCPContentContributorValueJSONObject(java.lang.String contributorKey,
javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getCPContentRendererKey(java.lang.String type,
javax.portlet.RenderRequest renderRequest) |
java.util.List<CPContentRenderer> |
getCPContentRenderers(java.lang.String cpType) |
java.lang.String |
getCPDefinitionCDNURL(long cpDefinitionId,
javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.portal.kernel.repository.model.FileVersion |
getCPDefinitionImageFileVersion(long cpDefinitionId,
javax.servlet.http.HttpServletRequest httpServletRequest) |
java.util.List<com.liferay.commerce.product.model.CPDefinitionSpecificationOptionValue> |
getCPDefinitionSpecificationOptionValues(long cpDefinitionId) |
java.util.List<CPMedia> |
getCPMedias(long cpDefinitionId,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.util.List<com.liferay.commerce.product.model.CPOptionCategory> |
getCPOptionCategories(long companyId) |
java.util.List<com.liferay.commerce.product.type.CPType> |
getCPTypes() |
com.liferay.commerce.product.model.CPInstance |
getDefaultCPInstance(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry) |
com.liferay.commerce.product.model.CPInstance |
getDefaultCPInstance(javax.servlet.http.HttpServletRequest httpServletRequest) |
com.liferay.commerce.product.catalog.CPSku |
getDefaultCPSku(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry) |
java.lang.String |
getDefaultImageFileURL(long commerceAccountId,
long cpDefinitionId) |
java.lang.String |
getDownloadFileEntryURL(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getFriendlyURL(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.util.List<CPMedia> |
getImages(long cpDefinitionId,
boolean gallery,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getImageURL(com.liferay.portal.kernel.repository.model.FileEntry fileEntry,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getIncomingQuantityLabel(long companyId,
java.util.Locale locale,
java.lang.String sku,
java.lang.String unitOfMeasureKey,
com.liferay.portal.kernel.model.User user) |
java.math.BigDecimal |
getMinOrderQuantity(long cpDefinitionId) |
java.lang.String |
getReplacementCommerceProductFriendlyURL(com.liferay.commerce.product.catalog.CPSku cpSku,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
java.lang.String |
getStockQuantity(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getStockQuantityLabel(javax.servlet.http.HttpServletRequest httpServletRequest) |
java.lang.String |
getSubscriptionInfoLabel(javax.servlet.http.HttpServletRequest httpServletRequest) |
javax.portlet.ResourceURL |
getViewAttachmentURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest,
com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) |
boolean |
hasChildCPDefinitions(long cpDefinitionId) |
boolean |
hasCPDefinitionOptionRels(long cpDefinitionId) |
boolean |
hasCPDefinitionSpecificationOptionValues(long cpDefinitionId) |
boolean |
hasMultipleCPSkus(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry) |
boolean |
hasReplacement(com.liferay.commerce.product.catalog.CPSku cpSku,
javax.servlet.http.HttpServletRequest httpServletRequest) |
boolean |
isDirectReplacement(com.liferay.commerce.product.catalog.CPSku cpSku) |
boolean |
isInWishList(com.liferay.commerce.product.catalog.CPSku cpSku,
com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry,
com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) |
void |
renderCPType(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
renderOptions(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
com.liferay.portal.kernel.json.JSONObject getAvailabilityContentContributorValueJSONObject(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry, javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
java.lang.String getAvailabilityEstimateLabel(javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
java.lang.String getAvailabilityLabel(javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
java.util.List<com.liferay.commerce.product.model.CPDefinitionSpecificationOptionValue> getCategorizedCPDefinitionSpecificationOptionValues(long cpDefinitionId, long cpOptionCategoryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.commerce.product.catalog.CPCatalogEntry getCPCatalogEntry(javax.servlet.http.HttpServletRequest httpServletRequest) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.json.JSONObject getCPContentContributorValueJSONObject(java.lang.String contributorKey, com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry, javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.kernel.json.JSONObject getCPContentContributorValueJSONObject(java.lang.String contributorKey, javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
java.lang.String getCPContentRendererKey(java.lang.String type, javax.portlet.RenderRequest renderRequest)
java.util.List<CPContentRenderer> getCPContentRenderers(java.lang.String cpType)
java.lang.String getCPDefinitionCDNURL(long cpDefinitionId, javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
com.liferay.portal.kernel.repository.model.FileVersion getCPDefinitionImageFileVersion(long cpDefinitionId, javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
java.util.List<com.liferay.commerce.product.model.CPDefinitionSpecificationOptionValue> getCPDefinitionSpecificationOptionValues(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<CPMedia> getCPMedias(long cpDefinitionId, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<com.liferay.commerce.product.model.CPOptionCategory> getCPOptionCategories(long companyId)
java.util.List<com.liferay.commerce.product.type.CPType> getCPTypes()
com.liferay.commerce.product.model.CPInstance getDefaultCPInstance(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry) throws java.lang.Exception
java.lang.Exception
com.liferay.commerce.product.model.CPInstance getDefaultCPInstance(javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
com.liferay.commerce.product.catalog.CPSku getDefaultCPSku(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry) throws java.lang.Exception
java.lang.Exception
java.lang.String getDefaultImageFileURL(long commerceAccountId, long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getDownloadFileEntryURL(com.liferay.portal.kernel.repository.model.FileEntry fileEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getFriendlyURL(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.util.List<CPMedia> getImages(long cpDefinitionId, boolean gallery, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getImageURL(com.liferay.portal.kernel.repository.model.FileEntry fileEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
java.lang.String getIncomingQuantityLabel(long companyId, java.util.Locale locale, java.lang.String sku, java.lang.String unitOfMeasureKey, com.liferay.portal.kernel.model.User user) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.math.BigDecimal getMinOrderQuantity(long cpDefinitionId)
java.lang.String getReplacementCommerceProductFriendlyURL(com.liferay.commerce.product.catalog.CPSku cpSku, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
java.lang.String getStockQuantity(javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
java.lang.String getStockQuantityLabel(javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
java.lang.String getSubscriptionInfoLabel(javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
javax.portlet.ResourceURL getViewAttachmentURL(com.liferay.portal.kernel.portlet.LiferayPortletRequest liferayPortletRequest, com.liferay.portal.kernel.portlet.LiferayPortletResponse liferayPortletResponse) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean hasChildCPDefinitions(long cpDefinitionId)
boolean hasCPDefinitionOptionRels(long cpDefinitionId)
boolean hasCPDefinitionSpecificationOptionValues(long cpDefinitionId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException
boolean hasMultipleCPSkus(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry) throws java.lang.Exception
java.lang.Exception
boolean hasReplacement(com.liferay.commerce.product.catalog.CPSku cpSku, javax.servlet.http.HttpServletRequest httpServletRequest) throws java.lang.Exception
java.lang.Exception
boolean isDirectReplacement(com.liferay.commerce.product.catalog.CPSku cpSku) throws java.lang.Exception
java.lang.Exception
boolean isInWishList(com.liferay.commerce.product.catalog.CPSku cpSku, com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry, com.liferay.portal.kernel.theme.ThemeDisplay themeDisplay) throws java.lang.Exception
java.lang.Exception
void renderCPType(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.lang.Exception
java.lang.Exception
void renderOptions(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.lang.Exception
java.lang.Exception