ViisonPickwareERPBarcodeLabelPresets

Extends \Shopware\Plugins\ViisonCommon\Controllers\ViisonCommonBaseController Implements \Shopware\Components\CSRFWhitelistAware

package

Default

Methods

Clones a barcode label presets specified by its id and sets the name of the newly created preset to a given value.

clonePresetAction() 

Deletes a barcode label preset specified by its id.

deletePresetAction() 

Returns a list of all available barcode label fields.

getBarcodeLabelFieldsAction() 

Returns a list of all available barcode label paper layouts

getBarcodeLabelPaperLayoutsAction() 

Returns a list of all available barcode label templates.

getBarcodeLabelTemplatesAction() 

Returns a list of all barcode label presets for a given type. If no specific type is given all barcode label presets are returned.

getPresetsAction() 

getWhitelistedCSRFActions

getWhitelistedCSRFActions() 
inheritdoc

Renders and returns a PDF preview of a barcode label preset completely specified by request parameters.

renderPreviewAction() 

Creates a new or updates a given barcode label preset.

savePresetAction() 

Constants

Event to be fired before the presets are listed so that plugins can modify the data.

PRESETS