Interface CommerceOptionValueHelper


public interface CommerceOptionValueHelper
  • 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