shoop.admin.modules.methods.views package

Submodules

shoop.admin.modules.methods.views.edit module

class shoop.admin.modules.methods.views.edit.MethodEditToolbar(view_object)[source]

Bases: shoop.admin.toolbar.Toolbar

build_detail_button(method)[source]
class shoop.admin.modules.methods.views.edit.ShippingMethodEditView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit._BaseMethodEditView

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

model

alias of ShippingMethod

action_url_name_prefix = 'method.shipping'
class shoop.admin.modules.methods.views.edit.PaymentMethodEditView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit._BaseMethodEditView

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

model

alias of PaymentMethod

action_url_name_prefix = 'method.payment'

shoop.admin.modules.methods.views.edit_detail module

class shoop.admin.modules.methods.views.edit_detail.ShippingMethodEditDetailView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit_detail._BaseMethodDetailView

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

model

alias of ShippingMethod

class shoop.admin.modules.methods.views.edit_detail.PaymentMethodEditDetailView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit_detail._BaseMethodDetailView

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

model

alias of PaymentMethod

shoop.admin.modules.methods.views.list module

class shoop.admin.modules.methods.views.list.ShippingMethodListView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.list._BaseMethodListView

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

model

alias of ShippingMethod

class shoop.admin.modules.methods.views.list.PaymentMethodListView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.list._BaseMethodListView

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

model

alias of PaymentMethod

Module contents

class shoop.admin.modules.methods.views.ShippingMethodEditView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit._BaseMethodEditView

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

action_url_name_prefix = 'method.shipping'
model

alias of ShippingMethod

class shoop.admin.modules.methods.views.ShippingMethodEditDetailView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit_detail._BaseMethodDetailView

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

model

alias of ShippingMethod

class shoop.admin.modules.methods.views.ShippingMethodListView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.list._BaseMethodListView

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

model

alias of ShippingMethod

class shoop.admin.modules.methods.views.PaymentMethodEditView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit._BaseMethodEditView

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

action_url_name_prefix = 'method.payment'
model

alias of PaymentMethod

class shoop.admin.modules.methods.views.PaymentMethodEditDetailView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.edit_detail._BaseMethodDetailView

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

model

alias of PaymentMethod

class shoop.admin.modules.methods.views.PaymentMethodListView(**kwargs)[source]

Bases: shoop.admin.modules.methods.views.list._BaseMethodListView

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

model

alias of PaymentMethod