Class ItemTypeMatchChangeDetector
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modals.data.itemtypematchmodal.ItemTypeMatchChangeDetector
Represents one of the row of the ItemTypeMatchModal after the save button is clicked. It is used to
check if the ItemTypeMatch value is changed for the collection of IntegrationObjectItemModels and needs
to be saved to the database.
-
Constructor Summary
ConstructorsConstructorDescriptionItemTypeMatchChangeDetector(List<IntegrationObjectItemModel> integrationObjectItemModels, String selectedItemTypeMatchCode) -
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Constructor Details
-
ItemTypeMatchChangeDetector
public ItemTypeMatchChangeDetector(List<IntegrationObjectItemModel> integrationObjectItemModels, String selectedItemTypeMatchCode)
-
-
Method Details
-
getIntegrationObjectItemModels
-
isModified
public boolean isModified()
-