|
| | __construct (DbManager $dbManager, Logger $logger) |
| |
| | getAllJobTypeForUpload ($uploadId) |
| |
| | getAllAgentEntriesForPfile ($uploadId, $groupId, $userId, $skip) |
| |
| | getSqlQueryDataPfile ($uploadId, $groupId, $userId, $skip='noLicense') |
| |
| | getAllAgentUploadTreeDataForUpload ($uploadId, $tableName) |
| |
| | getAllClearingDecisionDataForUpload ($uploadId, $tableName) |
| |
| | getAllClearingEventDataForUpload ($uploadId, $tableName) |
| |
| | getAllClearingDecisionEventDataForUpload ($uploadId, $tableName) |
| |
| | getAllLicenseRefBulkDataForUpload ($uploadId) |
| |
| | getAllLicenseSetBulkDataForUpload ($uploadId) |
| |
| | getAllBulkHighlightDataForUpload ($uploadId) |
| |
| | getAllDataForGivenTableUpload ($pfileTableName, $givenTableName) |
| |
| | getAllDataForGivenDecisionTableUpload ($pfileTableName, $givenTableName) |
| |
| | getAllDataForGivenEventTableUpload ($uploadId, $givenTableName, $tableType) |
| |
| | getAllLicenseDataForUpload ($uploadId) |
| |
| | getAllAgentPfileIdsForUpload ($uploadId, $groupId, $userId) |
| |
|
|
| $dbManager |
| |
|
| $agentDao |
| |
|
| $uploadDao |
| |
Definition at line 19 of file AllDecisionsDao.php.
◆ __construct()
| Fossology\Lib\Dao\AllDecisionsDao::__construct |
( |
DbManager |
$dbManager, |
|
|
Logger |
$logger |
|
) |
| |
◆ getAllAgentEntriesForPfile()
| Fossology\Lib\Dao\AllDecisionsDao::getAllAgentEntriesForPfile |
( |
|
$uploadId, |
|
|
|
$groupId, |
|
|
|
$userId, |
|
|
|
$skip |
|
) |
| |
- Parameters
-
| int | $uploadId | |
| int | $groupId | |
| int | $userId | |
| string | $skip | |
- Returns
- string
Definition at line 65 of file AllDecisionsDao.php.
◆ getAllAgentPfileIdsForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllAgentPfileIdsForUpload |
( |
|
$uploadId, |
|
|
|
$groupId, |
|
|
|
$userId |
|
) |
| |
- Parameters
-
| int | $uploadId | |
| int | $groupId | |
| int | $userId | |
- Returns
- array
Definition at line 274 of file AllDecisionsDao.php.
◆ getAllAgentUploadTreeDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllAgentUploadTreeDataForUpload |
( |
|
$uploadId, |
|
|
|
$tableName |
|
) |
| |
◆ getAllBulkHighlightDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllBulkHighlightDataForUpload |
( |
|
$uploadId | ) |
|
◆ getAllClearingDecisionDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllClearingDecisionDataForUpload |
( |
|
$uploadId, |
|
|
|
$tableName |
|
) |
| |
◆ getAllClearingDecisionEventDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllClearingDecisionEventDataForUpload |
( |
|
$uploadId, |
|
|
|
$tableName |
|
) |
| |
◆ getAllClearingEventDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllClearingEventDataForUpload |
( |
|
$uploadId, |
|
|
|
$tableName |
|
) |
| |
◆ getAllDataForGivenDecisionTableUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllDataForGivenDecisionTableUpload |
( |
|
$pfileTableName, |
|
|
|
$givenTableName |
|
) |
| |
- Parameters
-
| string | $pfileTableName | |
| string | $givenTableName | |
- Returns
- array
Definition at line 221 of file AllDecisionsDao.php.
◆ getAllDataForGivenEventTableUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllDataForGivenEventTableUpload |
( |
|
$uploadId, |
|
|
|
$givenTableName, |
|
|
|
$tableType |
|
) |
| |
- Parameters
-
| int | $uploadId | |
| string | $givenTableName | |
| string | $tableType | |
- Returns
- array
Definition at line 237 of file AllDecisionsDao.php.
◆ getAllDataForGivenTableUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllDataForGivenTableUpload |
( |
|
$pfileTableName, |
|
|
|
$givenTableName |
|
) |
| |
- Parameters
-
| string | $pfileTableName | |
| string | $givenTableName | |
- Returns
- array
Definition at line 207 of file AllDecisionsDao.php.
◆ getAllJobTypeForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllJobTypeForUpload |
( |
|
$uploadId | ) |
|
◆ getAllLicenseDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllLicenseDataForUpload |
( |
|
$uploadId | ) |
|
◆ getAllLicenseRefBulkDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllLicenseRefBulkDataForUpload |
( |
|
$uploadId | ) |
|
◆ getAllLicenseSetBulkDataForUpload()
| Fossology\Lib\Dao\AllDecisionsDao::getAllLicenseSetBulkDataForUpload |
( |
|
$uploadId | ) |
|
◆ getSqlQueryDataPfile()
| Fossology\Lib\Dao\AllDecisionsDao::getSqlQueryDataPfile |
( |
|
$uploadId, |
|
|
|
$groupId, |
|
|
|
$userId, |
|
|
|
$skip = 'noLicense' |
|
) |
| |
- Parameters
-
| int | $uploadId | |
| int | $groupId | |
| int | $userId | |
| string | $skip | |
- Returns
- array
Definition at line 82 of file AllDecisionsDao.php.
The documentation for this class was generated from the following file: