Class DefaultListItemAttributeDTOUpdater
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.services.impl.DefaultListItemAttributeDTOUpdater
- All Implemented Interfaces:
ListItemAttributeDTOUpdater
public class DefaultListItemAttributeDTOUpdater
extends Object
implements ListItemAttributeDTOUpdater
Default implementation of
ListItemAttributeDTOUpdater-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionupdateDTOs(@NotNull List<AbstractListItemDTO> oldDTOs, @NotNull List<AbstractListItemDTO> newDTOs) Updates attributes of a list of DTOs by getting the attributes of another list of DTOs
-
Constructor Details
-
DefaultListItemAttributeDTOUpdater
public DefaultListItemAttributeDTOUpdater()
-
-
Method Details
-
updateDTOs
public List<AbstractListItemDTO> updateDTOs(@NotNull @NotNull List<AbstractListItemDTO> oldDTOs, @NotNull @NotNull List<AbstractListItemDTO> newDTOs) Description copied from interface:ListItemAttributeDTOUpdaterUpdates attributes of a list of DTOs by getting the attributes of another list of DTOs- Specified by:
updateDTOsin interfaceListItemAttributeDTOUpdater- 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
-