Class NotificationSpecifications


  • public class NotificationSpecifications
    extends Object
    • Constructor Detail

      • NotificationSpecifications

        public NotificationSpecifications()
    • Method Detail

      • forService

        public static org.springframework.data.jpa.domain.Specification<Notification> forService​(int serviceId)
      • notDelivered

        public static org.springframework.data.jpa.domain.Specification<Notification> notDelivered​(int serviceId)
      • markDelivered

        public static org.cxbox.api.data.dao.UpdateSpecification<Notification> markDelivered​(int serviceId,
                                                                                             boolean status)