Uses of Class
es.kukenan.smartfi.microservice.communication.repository.entity.User
Packages that use User
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and related beans and dependencies.
Batch message processing related clases.
Channel-specific contracts and implementations.
Services and related beans and dependencies.
Domain event handling services.
Application Rest controllers.
Application Rest controllers.
Application Rest controllers.
Services and related beans and dependencies.
-
Uses of User in es.kukenan.smartfi.microservice.communication.repository
Methods in es.kukenan.smartfi.microservice.communication.repository with type parameters of type UserModifier and TypeMethodDescription<S extends User>
SUsersRepository.saveAndFlush(S entity) Saves an entity and flushes changes instantly.Methods in es.kukenan.smartfi.microservice.communication.repository that return types with arguments of type UserModifier and TypeMethodDescriptionUsersRepository.findByDeviceOperationSystem(String operationSystem) Find users by device operation system.UsersRepository.findByUserOnboardingId(String userOnboardingId) Find User by Onboarding identification.Methods in es.kukenan.smartfi.microservice.communication.repository with parameters of type User -
Uses of User in es.kukenan.smartfi.microservice.communication.repository.entity
Fields in es.kukenan.smartfi.microservice.communication.repository.entity declared as User -
Uses of User in es.kukenan.smartfi.microservice.communication.service
Fields in es.kukenan.smartfi.microservice.communication.service declared as UserModifier and TypeFieldDescriptionprivate final UserNotificationSenderService.MessageContext.userThe user that is the original destination of the messages.Methods in es.kukenan.smartfi.microservice.communication.service that return UserModifier and TypeMethodDescriptionprivate UserUserManagementService.checkUserIdForEmail(String userId) Find the user with the given identifier.Methods in es.kukenan.smartfi.microservice.communication.service with parameters of type UserModifier and TypeMethodDescriptionprivate voidNotificationSenderService.appendUserVariables(Map<String, Object> variables, User user) Append template variables that are extracted from the user data.NotificationRequestBuilder.createNotification(User user, NotificationChannel channel, Receiver receiver, Map<String, Object> variables) Create notifications based on the given arguments.voidUserManagementService.createUser(User user, es.kukenan.smartfi.microservice.clients.events.created.UserCreatedEvent userCreatedEvent) Create the given user.private voidUserManagementService.handlingInvalidUser(String errMsg, User user, String msgId, String code) handling invalid user, sending user Creation Error event.private voidUserManagementService.saveWhiteListDestination(User user) Save user whitelist destination.voidUserManagementService.updateUser(User user) Update the given user, that should exist. -
Uses of User in es.kukenan.smartfi.microservice.communication.service.batch
Methods in es.kukenan.smartfi.microservice.communication.service.batch with parameters of type UserModifier and TypeMethodDescriptionprivate voidBatchNotificationsScheduledTaskExecutor.refreshContext(User user) Update request context with information from the given user. -
Uses of User in es.kukenan.smartfi.microservice.communication.service.channel
Methods in es.kukenan.smartfi.microservice.communication.service.channel with parameters of type UserModifier and TypeMethodDescriptionMailDestinationHandler.getAddress(User user) NotificationChannelDestinationHandler.getAddress(User user) Get the destination address for this channel.SlackDestinationHandler.getAddress(User user) SmsDestinationHandler.getAddress(User user) -
Uses of User in es.kukenan.smartfi.microservice.communication.service.domain
Fields in es.kukenan.smartfi.microservice.communication.service.domain declared as UserModifier and TypeFieldDescriptionprivate UserMessagesRequest.userThe user that is the original destination of the messages.Constructors in es.kukenan.smartfi.microservice.communication.service.domain with parameters of type User -
Uses of User in es.kukenan.smartfi.microservice.communication.service.messaging
Methods in es.kukenan.smartfi.microservice.communication.service.messaging that return UserModifier and TypeMethodDescriptionprivate UserNotificationSettingService.checkUserId(String userId) Method in charge to check the existence of user en bbdd.protected UserAbstractDomainEventService.createVirtualUserForCatDestination(int companyId) Create a user with the information in the event.protected UserAbstractDomainEventService.findRealUser(String userId, int companyId) Find a user.protected UserAbstractDomainEventService.findRealUserFromOnboarding(String userId) Find a user.private UserAbstractDomainEventService.findUser(es.kukenan.smartfi.events.common.AbstractEvent event) Finds a user affected by the event.private UserFind user for template data.private UserFind user for template data.private Userprivate UserFind user for template data.private UserFind user for template data.private UserUserLifecycleEventService.user(es.kukenan.smartfi.microservice.clients.events.created.UserCreatedEvent event) Create the user entity with the information in the given user created event.private UserUserLifecycleEventService.user(User oldUser, es.kukenan.smartfi.microservice.clients.events.updated.UserUpdatedEvent event) Create the user entity with the information in the given user updated event.Methods in es.kukenan.smartfi.microservice.communication.service.messaging with parameters of type UserModifier and TypeMethodDescriptionvoidTransferSuccessfulService.saveNotification(es.kukenan.smartfi.microservice.transfer.events.transfersuccesful.TransferSuccessfulEvent transferSuccessfulEvent, Message message, Template template, User user) Save Transfer notification event.private voidNotificationSettingService.savePushNotification(String userId, String deviceId, String token, String mobileOs, User user) Method in charge to save data in database.private UserUserLifecycleEventService.user(User oldUser, es.kukenan.smartfi.microservice.clients.events.updated.UserUpdatedEvent event) Create the user entity with the information in the given user updated event. -
Uses of User in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi with parameters of type UserModifier and TypeMethodDescriptionbooleanCheck if the given push notification can be handled by the current component.PushNotificationManager.pushHandler(User user) Find the implementation class for the given device.PushOperationSystemHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Send the notification to the device token. -
Uses of User in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.apns
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.apns with parameters of type UserModifier and TypeMethodDescriptionbooleanCheck if the given push notification can be handled by the current component.AbstractApnsPushNotificationsServiceHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Method which send notification with request data.private NotificationResponseAbstractApnsPushNotificationsServiceHandler.sendPush(User user, com.eatthepath.pushy.apns.util.ApnsPayloadBuilder builder) voidAbstractApnsPushNotificationsServiceHandler.silentPush(User user) Send silent push.voidApnsPushOperationSystemHandler.silentPush(User user) Send a silent push to APNS. -
Uses of User in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase
Methods in es.kukenan.smartfi.microservice.communication.service.provider.impl.smartfi.firebase with parameters of type UserModifier and TypeMethodDescriptionbooleanCheck if the given push notification can be handled by the current component.private PushNotificationMobileAbstractFcmPushNotificationsServiceHandler.createPushNotificationMobile(String text, Template template, User user, Map<String, Object> variables) private voidAbstractFcmPushNotificationsServiceHandler.handleExecutionException(User user, ExecutionException exception) If the exception is because the device token was not found, we must send an spring event for delete the device in push notification table..AbstractFcmPushNotificationsServiceHandler.sendNotification(NotificationRequest notificationRequest, Template template, User user) Method which send notification with request data. -
Uses of User in es.kukenan.smartfi.microservice.communication.utils
Methods in es.kukenan.smartfi.microservice.communication.utils with parameters of type UserModifier and TypeMethodDescriptionstatic UserDomainUserUtils.getUserDomainFromUser(User user) getting domain from user.