Interface ICustomizationFields3

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com4j.Com4jObject addTransientField​(java.lang.String tableName, java.lang.String fieldName, java.lang.String labelName)
      [for HP use only] TEMPORARY API - will be changed soon - add a special transient field.
      void removeTransientField​(java.lang.String tableName, java.lang.String fieldName)
      [for HP use only] TEMPORARY API - will be changed soon - remove the given transient field from the given table.
      • Methods inherited from interface com4j.Com4jObject

        advise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
    • Method Detail

      • addTransientField

        com4j.Com4jObject addTransientField​(java.lang.String tableName,
                                            java.lang.String fieldName,
                                            java.lang.String labelName)

        [for HP use only] TEMPORARY API - will be changed soon - add a special transient field. returns the CustomizationField object representing the field.

        Parameters:
        tableName - Mandatory java.lang.String parameter.
        fieldName - Mandatory java.lang.String parameter.
        labelName - Mandatory java.lang.String parameter.
        Returns:
        Returns a value of type com4j.Com4jObject
      • removeTransientField

        void removeTransientField​(java.lang.String tableName,
                                  java.lang.String fieldName)

        [for HP use only] TEMPORARY API - will be changed soon - remove the given transient field from the given table.

        Parameters:
        tableName - Mandatory java.lang.String parameter.
        fieldName - Mandatory java.lang.String parameter.