Class PortalHelper

java.lang.Object
com.saperion.ngc.portal.PortalHelper

public final class PortalHelper extends Object
Class containing helper-methods for the portal-integration.
  • Method Details

    • setFieldValue

      public static void setFieldValue(String value, IntelligentField field) throws SystemException
      Sets the value of the specified field. The string representation of the value is converted to a SaValue matching the type of the field.
      Parameters:
      value - string representation of the value
      field - field to apply the value to
      Throws:
      SystemException - if converting or setting the value failed