Uses of Class
com.tarsolution.notifyman.data.entity.Notification
-
Packages that use Notification Package Description com.tarsolution.notifyman.data.repository com.tarsolution.notifyman.service.logic -
-
Uses of Notification in com.tarsolution.notifyman.data.repository
Methods in com.tarsolution.notifyman.data.repository that return types with arguments of type Notification Modifier and Type Method Description org.springframework.data.domain.Page<Notification>
NotificationRepository. findAllByUser(long userId, org.springframework.data.domain.Pageable page)
-
Uses of Notification in com.tarsolution.notifyman.service.logic
Methods in com.tarsolution.notifyman.service.logic that return types with arguments of type Notification Modifier and Type Method Description ResponseDataList<Notification>
NotificationLogic. page(long userId, org.springframework.data.domain.Pageable pageable)
-