Part of lp.soyuz.interfaces.webservice View In Hierarchy
| Method | getByName | Return the single package set with the given name (if any). | 
| Method | get | Return all of the package sets in Launchpad. | 
| Method | getByOwner | Return the package sets belonging to the given owner (if any). | 
| Method | getBySeries | Return the package sets associated with the given distroseries. | 
| Method | getForPackages | Get Packagesets that directly contain the given packages. | 
  
| Method | setsIncludingSource | Get the package sets that include this source package. | 
Inherited from IPackagesetSetEdit:
| Method | new | Create a new package set. | 
| Parameters | distroseries | the distroseries to which the new packageset is related. | 
| name | the name of the package set sought. | |
| Returns | An IPackageset instance. | |
| Raises | NoSuchPackageSet | if no package set is found. | 
| Returns | A (potentially empty) sequence of IPackageset instances. | |
| Parameters | owner | the owner of the package sets sought. | 
| Returns | A (potentially empty) sequence of IPackageset instances. | |
| Parameters | distroseries | A DistroSeries. | 
| Returns | An iterable collection of IPackageset instances. | |
Packagesets that directly contain the given packages.| Parameters | distroseries | DistroSeries to look in.  Only packagesets for
this series will be returned. | 
| sourcepackagename_ids | A sequence of SourcePackageName ids.
Only packagesets for these package names will be returned. | |
| Returns | A dict mapping SourcePackageName ids to lists of their
respective packagesets, in no particular order. | |
Return all package sets that directly or indirectly include the given source package name.
| Parameters | sourcepackagename | the included source package name; can be
either a string or a ISourcePackageName. | 
| distroseries | the IDistroSeries in which to look for sets.
If omitted, matching package sets from all series will be
returned. | |
| direct_inclusion | if this flag is set to True, then only package sets that directly include this source package name will be considered. | |
| Returns | A (potentially empty) sequence of IPackageset instances. | |
| Raises | NoSuchSourcePackageName | if a source package with the given name cannot be found. |