shuup.admin.modules.services.views package

Module contents

class shuup.admin.modules.services.views.PaymentMethodDeleteView(**kwargs)[source]

Bases: django.views.generic.edit.DeleteView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

model

alias of PaymentMethod

success_url = '/sa/payment_method/'
class shuup.admin.modules.services.views.PaymentMethodEditView(**kwargs)[source]

Bases: shuup.admin.modules.services.views._edit.ServiceEditView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

base_form_part_classes = [<class 'shuup.admin.modules.services.base_form_part.PaymentMethodBaseFormPart'>]
model

alias of PaymentMethod

class shuup.admin.modules.services.views.PaymentMethodListView(**kwargs)[source]

Bases: shuup.admin.modules.services.views._list.ServiceListView

model

alias of PaymentMethod

class shuup.admin.modules.services.views.ShippingMethodDeleteView(**kwargs)[source]

Bases: django.views.generic.edit.DeleteView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

model

alias of ShippingMethod

success_url = '/sa/shipping_method/'
class shuup.admin.modules.services.views.ShippingMethodEditView(**kwargs)[source]

Bases: shuup.admin.modules.services.views._edit.ServiceEditView

Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things.

base_form_part_classes = [<class 'shuup.admin.modules.services.base_form_part.ShippingMethodBaseFormPart'>]
model

alias of ShippingMethod

class shuup.admin.modules.services.views.ShippingMethodListView(**kwargs)[source]

Bases: shuup.admin.modules.services.views._list.ServiceListView

model

alias of ShippingMethod