Class ManufacturerAjaxController
Class ManufacturerAjaxController
- HttpViewController implements HttpViewControllerInterface
-
AdminHttpViewController
implements
AdminStatusOnlyInterface
-
ManufacturerAjaxController
Category: System
Extends: AdminHttpViewController
Located at Controllers/HttpView/AdminAjax/ManufacturerAjaxController.inc.php
Methods summary
public
|
|
public
boolean
|
|
protected
array
|
#
_storeManufacturer(
Creates manufacturers data from post data. manufacturer_urls from $_POST parameter are set by this method. |
protected
|
#
_storeManufacturerUrls(
Stores all manufacturer urls with language id. |
protected
|
#
_storeManufacturerImage(
Stores an manufacturer image or replace one. |
protected
|
#
_storeManufacturerImageName(
Stores manufacturer image name if set. |
protected
|
#
_deleteImageCheckbox(
If checkbox are checked, delete the manufacturer image. |
protected
boolean
|
#
_isImageNameChanged(
Checks if the name of the image has changed. |
protected
|
#
_setImageToManufacturer(
Set an Image to an Manufacturer after saving it in the Filesystem. |
protected
|
#
_deleteImageIfExists(
Deletes image from manufacturer if set. |
public
|
|
protected
|
|
public
boolean
|
|
protected
array
|
#
_serializeManufacturerCollection(
Serializes manufacturer collections. |
protected
array
|
|
protected
array
|
#
_langIdsByLangCode( array $languageCodes )
Converts an array with language codes to an array with codes as key and the language id as value. |
public
boolean
|
|
public
boolean
|
|
public
boolean
|
|
protected
|
#
_deserializeManufacturer( string $manufacturerJson, null $id = null )
Deserialize manufacturer entities. |
Methods inherited from AdminHttpViewController
Methods inherited from HttpViewController
__construct(),
_callActionMethod(),
_getPostData(),
_getPostDataCollection(),
_getQueryParameter(),
_getQueryParametersCollection(),
_getServerData(),
_render(),
_validatePageToken(),
actionDefault(),
getTemplateFile(),
proceed()
Properties summary
protected
|
$manufacturerReadService
|
|
protected
|
$manufacturerWriteService
|
|
protected
|
$languageProvider
|
Properties inherited from HttpViewController
$assets,
$contentView,
$httpContextReader,
$httpResponseProcessor,
$postDataArray,
$queryParametersArray,
$serverDataArray