Class DataExchangeImportSpec

    • Constructor Detail

      • DataExchangeImportSpec

        public DataExchangeImportSpec()
        Deprecated.
    • Method Detail

      • getImportedFile

        public final java.io.File getImportedFile()
        Deprecated.
        Returns the specified imported file.
      • setImportedFile

        public final void setImportedFile​(java.io.File importedFile)
        Deprecated.
        Sets an imported file to the specified value.
      • getImportType

        public final DataExchangeImportType getImportType()
        Deprecated.
        Returns the specified import type.
      • setImportType

        public final void setImportType​(DataExchangeImportType importType)
        Deprecated.
        Sets an import type to the specified value.
      • getImportMode

        public final DataExchangeImportMode getImportMode()
        Deprecated.
        Returns the specified import mode.
      • setImportMode

        public final void setImportMode​(DataExchangeImportMode importMode)
        Deprecated.
        Sets an import mode to the specified value.
      • isUseHeader

        public final boolean isUseHeader()
        Deprecated.
        Returns true if an XML file contains the {addon.label} header.
        Since:
        2.1.0
      • setUseHeader

        public final void setUseHeader​(boolean usedHeader)
        Deprecated.
        Sets an XML file to use the {addon.label} header.
        Since:
        2.1.0
      • isForcedImport

        public final boolean isForcedImport()
        Deprecated.
        Returns true if all triggers and constraints are disabled in the process of importing data.
        Since:
        2.1.0
      • setForcedImport

        public final void setForcedImport​(boolean forcedImport)
        Deprecated.
        Sets whether all triggers and constraints are disabled or enabled in the process of importing data.
        Since:
        2.1.0
      • isIgnoreEmptyORNullValue

        public final boolean isIgnoreEmptyORNullValue()
        Deprecated.
        Returns true if all empty or null values are ignored in the process of importing data.
        Since:
        2.1.5
      • setIgnoreEmptyORNullValue

        public final void setIgnoreEmptyORNullValue​(boolean ignoreEmptyORNullValue)
        Deprecated.
        Sets whether all empty or null values are ignored or accepted in the process of importing data.
        Since:
        2.1.5
      • isCheckEmptyORNullPrimaryKeys

        public final boolean isCheckEmptyORNullPrimaryKeys()
        Deprecated.
        Returns true if all empty or null primary keys were checked before data import and false if this verification was not performed.
        Since:
        2.1.6
      • setCheckEmptyORNullPrimaryKeys

        public final void setCheckEmptyORNullPrimaryKeys​(boolean isCheckEmptyORNullPrimaryKeys)
        Deprecated.
        Sets whether all empty or null primary keys are ignored or checked in the process of importing data.
        Since:
        2.1.6