Class PortalHelper


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setFieldValue​(java.lang.String value, IntelligentField field)
      Sets the value of the specified field.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setFieldValue

        public static void setFieldValue​(java.lang.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