|
| __construct ($groupId, $userPerm, DbManager $dbManager, $doSanity=true) |
|
| sanity () |
|
| updateTable ($columnName, $uploadId, $value) |
|
| setStatusAndComment ($uploadId, $statusId, $commentText) |
|
| moveUploadToInfinity ($uploadId, $top) |
|
| moveUploadBeyond ($moveUpload, $beyondUpload) |
|
| getFolderPartialQuery (&$params) |
|
| getStatus ($uploadId) |
|
|
const | PRIO_COLUMN = 'priority' |
|
|
| changeStatus ($uploadId, $newStatus) |
|
|
| $groupId |
|
| $userPerm |
|
| $dbManager |
|
Definition at line 25 of file UploadBrowseProxy.php.
Fossology\Lib\Proxy\UploadBrowseProxy::getFolderPartialQuery |
( |
& |
$params | ) |
|
- Parameters
-
- Returns
- string $partQuery where "select * from $partquery" is query to select all uploads in forderId = $params[0]
Definition at line 129 of file UploadBrowseProxy.php.
Fossology\Lib\Proxy\UploadBrowseProxy::getStatus |
( |
|
$uploadId | ) |
|
The documentation for this class was generated from the following file: