Interface CommerceOptionValueHelper
public interface CommerceOptionValueHelper
-
Method Summary
Modifier and TypeMethodDescriptiongetCPDefinitionCommerceOptionValues
(long cpDefinitionId, String json) toCommerceOptionValue
(String json) toCommerceOptionValues
(String json)
-
Method Details
-
getCPDefinitionCommerceOptionValues
List<CommerceOptionValue> getCPDefinitionCommerceOptionValues(long cpDefinitionId, String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
toCommerceOptionValue
CommerceOptionValue toCommerceOptionValue(String json) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
toCommerceOptionValues
List<CommerceOptionValue> toCommerceOptionValues(String json) throws com.liferay.portal.kernel.json.JSONException - Throws:
com.liferay.portal.kernel.json.JSONException
-