Interface ListItemAttributeDTOUpdater
- All Known Implementing Classes:
DefaultListItemAttributeDTOUpdater
public interface ListItemAttributeDTOUpdater
Service to update the values of attribute DTOs used in IntegrationObject modeling
-
Method Summary
Modifier and TypeMethodDescriptionupdateDTOs(List<AbstractListItemDTO> oldDTOs, List<AbstractListItemDTO> newDTOs) Updates attributes of a list of DTOs by getting the attributes of another list of DTOs
-
Method Details
-
updateDTOs
List<AbstractListItemDTO> updateDTOs(List<AbstractListItemDTO> oldDTOs, List<AbstractListItemDTO> newDTOs) Updates attributes of a list of DTOs by getting the attributes of another list of DTOs- Parameters:
oldDTOs- a list of DTOs with attributes to updatenewDTOs- a list of DTOs containing updated attributes- Returns:
- a list of DTOs with updated attributes
-