public interface CommerceOptionType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
java.lang.String |
getLabel(java.util.Locale locale) |
boolean |
isPriceContributor(long cpDefinitionOptionRelId) |
boolean |
isRequired(long cpDefinitionOptionRelId) |
boolean |
isSKUContributor(long cpDefinitionOptionRelId) |
void |
render(long cpDefinitionOptionRelId,
long cpDefinitionOptionValueRelId,
javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse) |
java.lang.String getKey()
java.lang.String getLabel(java.util.Locale locale)
boolean isPriceContributor(long cpDefinitionOptionRelId)
boolean isRequired(long cpDefinitionOptionRelId)
boolean isSKUContributor(long cpDefinitionOptionRelId)
void render(long cpDefinitionOptionRelId, long cpDefinitionOptionValueRelId, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws java.lang.Exception
java.lang.Exception