Interface ItemPKPopulator
-
public interface ItemPKPopulator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpopulatePK(OutboundItemDTO itemDTO)Populates the pk with the root item pk for the integrationObject under concern
-
-
-
Method Detail
-
populatePK
void populatePK(OutboundItemDTO itemDTO)
Populates the pk with the root item pk for the integrationObject under concern- Parameters:
itemDTO- A DTO with the information about the changes in an item.
-
-