public class PriceTag
extends com.liferay.taglib.util.IncludeTag
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.commerce.product.service.CommerceChannelLocalService |
commerceChannelLocalService |
protected com.liferay.portal.kernel.module.configuration.ConfigurationProvider |
configurationProvider |
| Constructor and Description |
|---|
PriceTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
com.liferay.commerce.product.catalog.CPCatalogEntry |
getCPCatalogEntry() |
java.lang.String |
getNamespace() |
protected java.lang.String |
getPage() |
int |
getQuantity() |
boolean |
isCompact() |
boolean |
isShowDefaultSkuPrice() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) |
void |
setCompact(boolean compact) |
void |
setCPCatalogEntry(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry) |
void |
setNamespace(java.lang.String namespace) |
void |
setPageContext(javax.servlet.jsp.PageContext pageContext) |
void |
setQuantity(int quantity) |
void |
setShowDefaultSkuPrice(boolean showDefaultSkuPrice) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentprotected com.liferay.commerce.product.service.CommerceChannelLocalService commerceChannelLocalService
protected com.liferay.portal.kernel.module.configuration.ConfigurationProvider configurationProvider
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class com.liferay.taglib.util.IncludeTagjavax.servlet.jsp.JspExceptionpublic com.liferay.commerce.product.catalog.CPCatalogEntry getCPCatalogEntry()
public java.lang.String getNamespace()
public int getQuantity()
public boolean isCompact()
public boolean isShowDefaultSkuPrice()
public void setCompact(boolean compact)
public void setCPCatalogEntry(com.liferay.commerce.product.catalog.CPCatalogEntry cpCatalogEntry)
public void setNamespace(java.lang.String namespace)
public void setPageContext(javax.servlet.jsp.PageContext pageContext)
setPageContext in interface javax.servlet.jsp.tagext.TagsetPageContext in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImplpublic void setQuantity(int quantity)
public void setShowDefaultSkuPrice(boolean showDefaultSkuPrice)
protected void cleanUp()
cleanUp in class com.liferay.taglib.util.IncludeTagprotected java.lang.String getPage()
getPage in class com.liferay.taglib.util.IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes in class com.liferay.taglib.util.IncludeTag