Part of lp.hardwaredb.model.hwdb View In Hierarchy
IHWSubmissionSet.| Method | createSubmission | See IHWSubmissionSet. |
| Method | getBySubmissionKey | See IHWSubmissionSet. |
| Method | getByFingerprintName | See IHWSubmissionSet. |
| Method | getByOwner | See IHWSubmissionSet. |
| Method | submissionIdExists | See IHWSubmissionSet. |
| Method | getByStatus | See IHWSubmissionSet. |
| Method | search | See IHWSubmissionSet. |
| Method | numSubmissionsWithDevice | See IHWSubmissionSet. |
| Method | numOwnersOfDevice | See IHWSubmissionSet. |
| Method | deviceDriverOwnersAffectedByBugs | See IHWSubmissionSet. |
| Method | hwInfoByBugRelatedUsers | See IHWSubmissionSet. |
| Method | _userHasAccessClause | Limit results of HWSubmission queries to rows the user can access. |
| Method | _submissionsSubmitterSelects | Return Select objects for statistical queries. |
IHWSubmissionSet.IHWSubmissionSet.| Parameters | target_column | The records returned by the Select instance. |
| bus | The HWBus of the device. | |
| vendor_id | The vendor ID of the device. | |
| product_id | The product ID of the device. | |
| driver_name | The name of the driver used for the device (optional). | |
| package_name | The name of the package the driver is a part of. (optional). | |
| distro_target | Limit the result to submissions made for the given distribution, distroseries or distroarchseries. (optional). | |
| Returns | A tuple (select_device_related_records, select_all_records) where select_device_related_records is a Select instance returning target_column matching all other method parameters, and where select_all_records is a Select instance returning target_column and matching distro_target, | |
IHWSubmissionSet.IHWSubmissionSet.IHWSubmissionSet.IHWSubmissionSet.