49 return $this->pfileDao->getPfile($hash->getSha1(), $hash->getMd5(),
50 $hash->getSha256(), $hash->getSize());
62 return $this->pfileDao->getScannerFindings($pfileId);
75 return $this->pfileDao->getConclusions($groupId, $pfileId);
87 return $this->pfileDao->getUploadForPackage($pfileId);
99 return $this->pfileDao->getCopyright($pfileId);
Handle file related queries.
pfileConclusions($groupId, $pfileId)
__construct(PfileDao $pfileDao)
getPackageUpload($pfileId)
pfileScannerFindings($pfileId)
Hash model holding information about file like checksums and size.