Class BackofficeOnboardingUserUpdatedMapper
java.lang.Object
es.kukenan.smartfi.microservice.smartficore.service.mapper.BackofficeOnboardingUserUpdatedMapper
Component used to create
BackOfficeUserCreatedEvent.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate es.kukenan.smartfi.common.context.RequestContextManagerRequest context manager.private StringThis micro-service name. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
serviceName
This micro-service name. -
requestContextManager
@Autowired private es.kukenan.smartfi.common.context.RequestContextManager requestContextManagerRequest context manager.
-
-
Constructor Details
-
BackofficeOnboardingUserUpdatedMapper
public BackofficeOnboardingUserUpdatedMapper()
-
-
Method Details
-
map
public es.kukenan.smartfi.microservice.backoffice.events.update.BackOfficeOnboardingUserUpdatedEvent map(User user, String userOnboardingId) Create aBackOfficeOnboardingUserUpdatedEventfor the given user in the given context.- Parameters:
user- the new user to create.userOnboardingId- id of the onboarding user.- Returns:
- the inserted instance data.
-