Interface ExportConfigurationEditorService
-
- All Known Implementing Classes:
DefaultExportConfigurationEditorService
public interface ExportConfigurationEditorServiceService to handle backend operations of the export configuration editor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<ItemModel>findItemModelInstances(java.lang.String itemTypeCode)Find all item model instances of a given integration object item's type's code.
-
-
-
Method Detail
-
findItemModelInstances
java.util.List<ItemModel> findItemModelInstances(java.lang.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
Listwhich are instances of the integration object item's type
-
-