Uses of Class
es.kukenan.smartfi.microservice.onboarding.repository.entity.UserDocument
Packages that use UserDocument
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
-
Uses of UserDocument in es.kukenan.smartfi.microservice.onboarding.repository
Methods in es.kukenan.smartfi.microservice.onboarding.repository that return UserDocumentModifier and TypeMethodDescriptionUserDocumentRepository.findbyUserID(String userId) Select registers by user id. -
Uses of UserDocument in es.kukenan.smartfi.microservice.onboarding.service.mapper
Methods in es.kukenan.smartfi.microservice.onboarding.service.mapper with parameters of type UserDocumentModifier and TypeMethodDescriptionstatic es.kukenan.smartfi.dto.backoffice.user.UserDocumentDTOUserDocumentMapper.toDto(UserDocument document) Map the givenUserDocuments to aUserDocumentDTOs.Method parameters in es.kukenan.smartfi.microservice.onboarding.service.mapper with type arguments of type UserDocumentModifier and TypeMethodDescriptionstatic es.kukenan.smartfi.dto.backoffice.user.UserDocumentDTOUserDocumentMapper.toDto(List<UserDocument> documents) Map the given list ofUserDocuments to a list ofUserDocumentDTOs.