Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.AuditAirship
Packages that use AuditAirship
Package
Description
Services and related beans and dependencies.
Application Rest controllers.
-
Uses of AuditAirship in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository that return AuditAirshipModifier and TypeMethodDescriptionAuditAirshipRepository.findByDeviceId(String deviceId) Find deviceId in table AuditAirship. -
Uses of AuditAirship in es.kukenan.smartfi.microservice.communication.service.provider.impl.airship
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.airship that return types with arguments of type AuditAirshipModifier and TypeMethodDescriptionprivate List<AuditAirship>AirshipNotificationHandler.generateAuditAirships(List<es.kukenan.smartfi.microservice.eventsender.events.event.Device> devices, es.kukenan.smartfi.microservice.eventsender.events.event.Notification notification) Insert new audit airship push notification.private List<AuditAirship>AirshipNotificationHandler.updateAuditAirshipState(List<AuditAirship> auditAirships, String state) Updated state for audit airship list.Method parameters in es.kukenan.smartfi.microservice.communication.service.provider.impl.airship with type arguments of type AuditAirshipModifier and TypeMethodDescriptionprivate com.urbanairship.api.client.ResponseCallbackAirshipNotificationHandler.processResponseMessages(List<AuditAirship> auditAirships) Process response messages from Airship.private List<AuditAirship>AirshipNotificationHandler.updateAuditAirshipState(List<AuditAirship> auditAirships, String state) Updated state for audit airship list.