Uses of Class
es.kukenan.smartfi.microservice.clients.repository.entity.UserDocument
Packages that use UserDocument
Package
Description
Services and related beans and dependencies.
Services and related beans and dependencies.
Services and related beans and dependencies.
-
Uses of UserDocument in es.kukenan.smartfi.microservice.clients.repository
Methods in es.kukenan.smartfi.microservice.clients.repository that return UserDocumentModifier and TypeMethodDescriptionUserDocumentRepository.findbyUserID(String userId) Select registers by user id. -
Uses of UserDocument in es.kukenan.smartfi.microservice.clients.repository.entity
Fields in es.kukenan.smartfi.microservice.clients.repository.entity with type parameters of type UserDocumentModifier and TypeFieldDescriptionprivate List<UserDocument>User.userDocumentlist of user document. -
Uses of UserDocument in es.kukenan.smartfi.microservice.clients.utils
Methods in es.kukenan.smartfi.microservice.clients.utils that return UserDocumentModifier and TypeMethodDescriptionstatic UserDocumentUserUtils.getActiveDocument(List<UserDocument> documents) Get the user active document given the list.Method parameters in es.kukenan.smartfi.microservice.clients.utils with type arguments of type UserDocumentModifier and TypeMethodDescriptionstatic UserDocumentUserUtils.getActiveDocument(List<UserDocument> documents) Get the user active document given the list.