Package org.cswteams.ms3.dto.preferences
Class EditedPreferencesDTOIn
java.lang.Object
org.cswteams.ms3.dto.preferences.EditedPreferencesDTOIn
-
Constructor Summary
ConstructorsConstructorDescriptionEditedPreferencesDTOIn(Long doctorId, List<PreferenceDTOIn> remainingPreferences, List<PreferenceDoctorIDDTO> preferencesToDelete) -
Method Summary
-
Constructor Details
-
EditedPreferencesDTOIn
public EditedPreferencesDTOIn(Long doctorId, List<PreferenceDTOIn> remainingPreferences, List<PreferenceDoctorIDDTO> preferencesToDelete) - Parameters:
doctorId- the doctor whose preference need to be updatedremainingPreferences- A list ofPreferenceDTOInrepresenting the updated entities, some of them may have the id field set (the modified ones), while others not (the new ones)preferencesToDelete- A list ofPreferenceDoctorIDDTOrepresenting the preferences that need to be deleted
-