Uses of Class
io.mosip.kernel.uingenerator.entity.UinEntity
-
Packages that use UinEntity Package Description io.mosip.kernel.uingenerator.generator io.mosip.kernel.uingenerator.repository io.mosip.kernel.uingenerator.service io.mosip.kernel.uingenerator.service.impl -
-
Uses of UinEntity in io.mosip.kernel.uingenerator.generator
Methods in io.mosip.kernel.uingenerator.generator with parameters of type UinEntity Modifier and Type Method Description voidUinWriter. persistUin(UinEntity item)Persist a uin in database. -
Uses of UinEntity in io.mosip.kernel.uingenerator.repository
Methods in io.mosip.kernel.uingenerator.repository that return UinEntity Modifier and Type Method Description UinEntityUinRepository. findByUin(String uin)find a UIN in poolUinEntityUinRepository. findFirstByStatus(String status)Finds an unused uinMethods in io.mosip.kernel.uingenerator.repository that return types with arguments of type UinEntity Modifier and Type Method Description List<UinEntity>UinRepository. findByStatus(String status) -
Uses of UinEntity in io.mosip.kernel.uingenerator.service
Methods in io.mosip.kernel.uingenerator.service with parameters of type UinEntity Modifier and Type Method Description UinStatusUpdateReponseDtoUinService. updateUinStatus(UinEntity uin, io.vertx.ext.web.RoutingContext routingContext)Update the status of the Uin from ISSUED to ASSIGNED -
Uses of UinEntity in io.mosip.kernel.uingenerator.service.impl
Methods in io.mosip.kernel.uingenerator.service.impl with parameters of type UinEntity Modifier and Type Method Description UinStatusUpdateReponseDtoUinServiceImpl. updateUinStatus(UinEntity uinAck, io.vertx.ext.web.RoutingContext routingContext)
-