Part of lp.registry.browser.distroseries View In Hierarchy
| Method | initialize | Undocumented | 
| Method | explanation | Undocumented | 
| Method | label | Undocumented | 
| Method | sync_sources | Undocumented | 
| Method | getUpgrades | Find straightforward package upgrades. | 
| Method | upgrade | Request synchronization of straightforward package upgrades. | 
| Method | requestUpgrades | Request sync of packages that can be easily upgraded. | 
| Method | canUpgrade | Should the form offer a packages upgrade? | 
Inherited from DistroSeriesDifferenceBaseView:
| Method | initialize_sync_label | Undocumented | 
| Method | setupPackageFilterRadio | Undocumented | 
| Method | setUpFields | Add the selected differences field. | 
| Method | action_url | The request URL including query string. | 
| Method | validate_sync | Validate selected differences. | 
| Method | canPerformSync | Return whether a sync can be performed. | 
| Method | pending_syncs | Pending synchronization jobs for this distroseries. | 
| Method | pending_dsd_updates | Pending DistroSeriesDifference update jobs. | 
  
| Method | hasPendingDSDUpdate | Have there been changes that dsd is still being updated for? | 
  
| Method | pendingSync | Is there a package-copying job pending to resolve dsd? | 
  
| Method | isNewerThanParent | Is the child's version of this package newer than the parent's? | 
| Method | canRequestSync | Does it make sense to request a sync for this difference? | 
| Method | describeJobs | Describe any jobs that may be pending for dsd. | 
  
| Method | specified_name_filter | If specified, return the name filter from the GET form data. | 
| Method | specified_packagesets_filter | If specified, return Packagesets given in the GET form data. | 
| Method | specified_changed_by_filter | If specified, return Persons given in the GET form data. | 
| Method | specified_package_type | If specified, return the package type filter from the GET form | 
| Method | cached_differences | Return a batch navigator of filtered results. | 
| Method | parent_changelog_url | The URL to the /parent/series/+source/package/+changelog | 
| Method | _sync_sources | Synchronise packages from the parent series to this one. | 
Inherited from LaunchpadFormView (via DistroSeriesDifferenceBaseView):
| Method | __init__ | Undocumented | 
| Method | render | Return the body of the response. | 
| Method | extendFields | Allow subclasses to extend the form fields. | 
| Method | setUpWidgets | Set up the widgets using the view's form fields and the context. | 
| Method | help_links | Dictionary mapping field names to help links. | 
| Method | adapters | Provide custom adapters for use when setting up the widgets. | 
| Method | has_available_actions | Does the view have any available actions that will render? | 
| Method | initial_values | Override this in your subclass if you want any widgets to have | 
| Method | addError | Add a form wide error. | 
| Method | getFieldError | Get the error associated with a particular field. | 
| Method | setFieldError | Set the error associated with a particular field. | 
| Static Method | validate_none | Do not do any validation. | 
| Method | validate_widgets | Validate the named form widgets. | 
| Method | error_count | Undocumented | 
| Method | ajax_failure_handler | Called by the form if validate() finds any errors. | 
| Method | validate | Validate the form. | 
| Method | validate_cancel | Noop validation in case we cancel. | 
| Method | focusedElementScript | Helper function to construct the script element content. | 
| Method | isSingleLineLayout | Undocumented | 
| Method | isMultiLineLayout | Undocumented | 
| Method | isCheckBoxLayout | Undocumented | 
| Method | showOptionalMarker | Should the (Optional) marker be shown? | 
| Method | _processNotifications | Add any notification messages to the response headers. | 
| Method | _abort | Abort the form edit. | 
| Method | _validate | Check all widgets and perform any custom validation. | 
Inherited from PackageCopyingMixin (via DistroSeriesDifferenceBaseView):
| Method | do_copy | Copy packages and add appropriate feedback to the browser page. | 
Inherited from DerivedDistroSeriesMixin (via DistroSeriesDifferenceBaseView):
| Method | has_unique_parent | Undocumented | 
| Method | unique_parent | Undocumented | 
| Method | number_of_parents | Undocumented | 
| Method | getParentName | Undocumented | 
Inherited from LaunchpadFormView:
| Method | __init__ | Undocumented | 
| Method | render | Return the body of the response. | 
| Method | extendFields | Allow subclasses to extend the form fields. | 
| Method | setUpFields | Undocumented | 
| Method | setUpWidgets | Set up the widgets using the view's form fields and the context. | 
| Method | help_links | Dictionary mapping field names to help links. | 
| Method | adapters | Provide custom adapters for use when setting up the widgets. | 
| Method | action_url | Set the default action URL for the form. | 
| Method | has_available_actions | Does the view have any available actions that will render? | 
| Method | initial_values | Override this in your subclass if you want any widgets to have | 
| Method | addError | Add a form wide error. | 
| Method | getFieldError | Get the error associated with a particular field. | 
| Method | setFieldError | Set the error associated with a particular field. | 
| Static Method | validate_none | Do not do any validation. | 
| Method | validate_widgets | Validate the named form widgets. | 
| Method | error_count | Undocumented | 
| Method | ajax_failure_handler | Called by the form if validate() finds any errors. | 
| Method | validate | Validate the form. | 
| Method | validate_cancel | Noop validation in case we cancel. | 
| Method | focusedElementScript | Helper function to construct the script element content. | 
| Method | isSingleLineLayout | Undocumented | 
| Method | isMultiLineLayout | Undocumented | 
| Method | isCheckBoxLayout | Undocumented | 
| Method | showOptionalMarker | Should the (Optional) marker be shown? | 
| Method | _processNotifications | Add any notification messages to the response headers. | 
| Method | _abort | Abort the form edit. | 
| Method | _validate | Check all widgets and perform any custom validation. | 
Find straightforward package upgrades. These are updates for packages that this distroseries shares with a parent series, for which there have been updates in the parent, and which do not have any changes in this series that might complicate a sync. :return: A result set of `DistroSeriesDifference`s.