Package com.saperion.ngc.portal
Class PortalHelper
- java.lang.Object
-
- com.saperion.ngc.portal.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.
-
-
-
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 valuefield
- field to apply the value to- Throws:
SystemException
- if converting or setting the value failed
-
-