Interface ImportHandler


public interface ImportHandler
Since:
3.0
  • Method Details

    • afterStoreElementImport

      void afterStoreElementImport(StoreElement storeElement)
      Called after the StoreElement has been constructed
      Parameters:
      storeElement -
      Since:
      3.0
    • afterExternalAttributeImport

      void afterExternalAttributeImport(StoreElement storeElement)
      Called after restoring the external attributes of the StoreElement
      Parameters:
      storeElement -
      Since:
      3.0
    • afterImportData

      void afterImportData(StoreElement storeElement)
      Called after importing custom data of the StoreElement
      Parameters:
      storeElement -
      Since:
      3.0
    • afterAdjustAttributes

      void afterAdjustAttributes(StoreElement storeElement)
      Called after adjusting the StoreElement attributes
      Parameters:
      storeElement -
      Since:
      3.0
    • setImportElementCount

      void setImportElementCount(int count)
      How many StoreElements are going to be imported
      Parameters:
      count -
      Since:
      3.0