Interface DelayedNotificationUserSettingManager
-
- All Known Implementing Classes:
DelayedNotificationUserSettingJpaRepository
public interface DelayedNotificationUserSettingManager
- Author:
- Yohann Chastagnier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DelayedNotificationUserSetting>
findByUserId(int userId)
List<DelayedNotificationUserSetting>
findByUserIdAndChannel(int userId, int channel)
-
-
-
Method Detail
-
findByUserId
List<DelayedNotificationUserSetting> findByUserId(int userId)
-
findByUserIdAndChannel
List<DelayedNotificationUserSetting> findByUserIdAndChannel(int userId, int channel)
-
-