Uses of Class
es.kukenan.smartfi.microservice.clients.events.common.UserBackoffice
Packages that use UserBackoffice
Package
Description
Onboarding already client event classes.
User password change event classes.
Onboarding Compelted event classes.
-
Uses of UserBackoffice in es.kukenan.smartfi.microservice.clients.events.created
Fields in es.kukenan.smartfi.microservice.clients.events.created with type parameters of type UserBackofficeModifier and TypeFieldDescriptionprivate List<UserBackoffice>UserCreatedEventBody.userBackofficelist of user back office identifier.private List<UserBackoffice>UserStepCreatedEventBody.userBackofficelist of user back office identifier.Constructor parameters in es.kukenan.smartfi.microservice.clients.events.created with type arguments of type UserBackofficeModifierConstructorDescriptionUserCreatedEventBody(String id, int type, int state, int language, int gender, int civilStatus, String name, String surname, int documentTypeId, String documentId, LocalDate birthdate, String email, String phone, String phonePrefix, String onboardingId, String natureType, List<UserBackoffice> userBackoffice, Integer userCode, String address, String nationality) Full state constructor.UserStepCreatedEventBody(String id, String name, String surname, String email, String phone, String phonePrefix, String onboardingId, List<UserBackoffice> userBackoffice) Full state constructor. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.clients.events.pwdchange
Fields in es.kukenan.smartfi.microservice.clients.events.pwdchange with type parameters of type UserBackofficeModifier and TypeFieldDescriptionprivate List<UserBackoffice>UserPasswordChangeEventBody.userBackofficelist of user back office identifier.Constructor parameters in es.kukenan.smartfi.microservice.clients.events.pwdchange with type arguments of type UserBackofficeModifierConstructorDescriptionUserPasswordChangeEventBody(String principal, String password, List<UserBackoffice> userBackoffice) Full state constructor. -
Uses of UserBackoffice in es.kukenan.smartfi.microservice.clients.events.updated
Fields in es.kukenan.smartfi.microservice.clients.events.updated with type parameters of type UserBackofficeModifier and TypeFieldDescriptionprivate Optional<List<UserBackoffice>>UserUpdatedEventBody.userBackofficelist of user back office identifier.