Interface AbstractGroovyRecord.IGroovyRecord

    • Method Detail

      • recordExists

        boolean recordExists()
        The record exists or not
        Returns:
        Returns true if the record exists
      • getAppGuid

        String getAppGuid()
        Returns:
        Returns the application GUID.
      • getDataGroupGuid

        String getDataGroupGuid()
        Returns:
        Returns the data group GUID.
      • getParentId

        String getParentId()
        Returns:
        Returns the parent ID.
      • getUserId

        int getUserId()
        Returns:
        Returns the User Id;
      • getValueHolderByFieldGuid

        IValueHolder<?> getValueHolderByFieldGuid​(String p_strKey)
        Parameters:
        p_strKey - The field GUID
        Returns:
        Returns the value of the field.
      • getRecId

        String getRecId()
        Returns:
        Returns the record ID
      • setValue

        void setValue​(String p_strFieldGuid,
                      IValueHolder<?> p_vh)
        Sets a value of the record.
        Parameters:
        p_strFieldGuid - The field GUUD
        p_vh - The value to overwrite.