Interface ExportConfigurationEditorService

All Known Implementing Classes:
DefaultExportConfigurationEditorService

public interface ExportConfigurationEditorService
Service to handle backend operations of the export configuration editor.
  • Method Summary

    Modifier and Type
    Method
    Description
    Find all item model instances of a given integration object item's type's code.
  • Method Details

    • findItemModelInstances

      List<ItemModel> findItemModelInstances(String itemTypeCode)
      Find all item model instances of a given integration object item's type's code.
      Parameters:
      itemTypeCode - the integration object item's type's code
      Returns:
      a list of List<ItemModel> which are instances of the integration object item's type