Uses of Class
org.cxbox.notifications.dto.NotificationDTO
-
Packages that use NotificationDTO Package Description org.cxbox.notifications.dto org.cxbox.notifications.service -
-
Uses of NotificationDTO in org.cxbox.notifications.dto
Fields in org.cxbox.notifications.dto with type parameters of type NotificationDTO Modifier and Type Field Description static org.cxbox.constgen.DtoField<NotificationDTO,LocalDateTime>NotificationDTO_. createdDatestatic org.cxbox.constgen.DtoField<NotificationDTO,String>NotificationDTO_. messagestatic org.cxbox.constgen.DtoField<NotificationDTO,String>NotificationDTO_. mimeTypestatic org.cxbox.constgen.DtoField<NotificationDTO,Boolean>NotificationDTO_. readstatic org.cxbox.constgen.DtoField<NotificationDTO,Long>NotificationDTO_. recipientIdstatic org.cxbox.constgen.DtoField<NotificationDTO,String>NotificationDTO_. subjectstatic org.cxbox.constgen.DtoField<NotificationDTO,String>NotificationDTO_. url -
Uses of NotificationDTO in org.cxbox.notifications.service
Subclasses of NotificationDTO in org.cxbox.notifications.service Modifier and Type Class Description static classINotificationPollingService.NotificationCtrlDTOMethods in org.cxbox.notifications.service that return NotificationDTO Modifier and Type Method Description static NotificationDTOINotificationPollingService. entityToDto(Notification entity)static NotificationDTOINotificationPollingService. entityToDto(Notification entity, ZoneId zoneId)static NotificationDTOINotificationPollingService. setClientTime(NotificationDTO dto, ZoneId zoneId)Methods in org.cxbox.notifications.service with parameters of type NotificationDTO Modifier and Type Method Description static NotificationDTOINotificationPollingService. setClientTime(NotificationDTO dto, ZoneId zoneId)
-