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.configuration.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() |
java.math.BigDecimal |
getQuantity() |
java.lang.String |
getUnitOfMeasureKey() |
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(java.math.BigDecimal quantity) |
void |
setShowDefaultSkuPrice(boolean showDefaultSkuPrice) |
void |
setUnitOfMeasureKey(java.lang.String unitOfMeasureKey) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setServletContext
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
findAncestorWithClass, getParent, setParent
protected com.liferay.commerce.product.service.CommerceChannelLocalService commerceChannelLocalService
protected com.liferay.portal.configuration.module.configuration.ConfigurationProvider configurationProvider
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class com.liferay.taglib.util.IncludeTag
javax.servlet.jsp.JspException
public com.liferay.commerce.product.catalog.CPCatalogEntry getCPCatalogEntry()
public java.lang.String getNamespace()
public java.math.BigDecimal getQuantity()
public java.lang.String getUnitOfMeasureKey()
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.Tag
setPageContext
in class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
public void setQuantity(java.math.BigDecimal quantity)
public void setShowDefaultSkuPrice(boolean showDefaultSkuPrice)
public void setUnitOfMeasureKey(java.lang.String unitOfMeasureKey)
protected void cleanUp()
cleanUp
in class com.liferay.taglib.util.IncludeTag
protected java.lang.String getPage()
getPage
in class com.liferay.taglib.util.IncludeTag
protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest)
setAttributes
in class com.liferay.taglib.util.IncludeTag