Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.PushNotification
Packages that use PushNotification
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
-
Uses of PushNotification in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository that return PushNotificationModifier and TypeMethodDescriptionPushNotificationRepository.findByDeviceId(String deviceId) Find deviceId in table PushNotification. -
Uses of PushNotification in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity declared as PushNotificationConstructors in es.kukenan.smartfi.microservice.communication.repository.entity with parameters of type PushNotificationModifierConstructorDescriptionUser(String id, String name, String surname, String documentId, String email, String phone, String phonePrefix, Boolean robinsonList, UserLanguage language, UserGender gender, UserCivilStatus civilStatus, Boolean notificationsEnabled, Company company, PushNotification push, Boolean validInformation, String natureType, Boolean smsByEmail, DocumentType documentType, String address, String nationality) Contructor with all parameters with control of whitespaces in field email.