Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • AdminHttpViewControllers
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Storages
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Extensions
    • Customers
    • Emails
    • Helpers
    • Orders
    • Serializers
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • HttpViewControllers
  • InfoBox
    • Interfaces
  • Invoice
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • Modules
    • Collections
    • Controllers
    • Interfaces
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • ClassFinder
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • SharedShoppingCart
    • Interfaces
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AdminFavoritesAjaxController
  • AdminInfoBoxAjaxController
  • AfterbuyAjaxController
  • DashboardController
  • DynamicShopMessagesController
  • EmailsController
  • EmbeddedModuleController
  • ImageProcessingController
  • InvoicesController
  • LawsController
  • MaxFileSizeController
  • ModuleCenterController
  • NewAttributesController
  • OrdersModalsAjaxController
  • OrdersOverviewAjaxController
  • OrdersOverviewController
  • OrderTooltipController
  • PackedDownloadController
  • ShopKeyController
  • TemplateConfigurationController
  • UserConfigurationController

Class AdminInfoBoxAjaxController

Class AdminInfoBoxAjaxController

This class handles incoming ajax requests for the admin info box.

HttpViewController implements HttpViewControllerInterface
Extended by AdminHttpViewController implements AdminStatusOnlyInterface
Extended by AdminInfoBoxAjaxController
Package: AdminHttpViewControllers
Category: System
Extends: AdminHttpViewController
Located at Controllers/HttpView/AdminAjax/AdminInfoBoxAjaxController.inc.php

Methods summary

public
# init( )

Initializes the controller.

Initializes the controller.

protected boolean
# _isAdmin( )

Checks if the customer is the admin.

Checks if the customer is the admin.

Returns

boolean
Is the customer the admin?
public HttpControllerResponse
# actionDefault( )

Callback method for the default action.

Callback method for the default action.

Returns

HttpControllerResponse

Overrides

HttpViewController::actionDefault
public JsonHttpControllerResponse
# actionGetAllMessages( )

Returns all messages.

Returns all messages.

Returns

JsonHttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.
public HttpControllerResponse
# actionAddMessage( )

Adds a new message.

Adds a new message.

Returns

HttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.
public HttpControllerResponse
# actionAddSuccessMessage( )

Adds a new success message.

Adds a new success message.

Returns

HttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.
public HttpControllerResponse
# actionReactivateMessages( )

Reactivates the messages.

Reactivates the messages.

Returns

HttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.
public HttpControllerResponse
# actionDeleteBySource( )

Deletes messages by their sources.

Deletes messages by their sources.

Returns

HttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.
public HttpControllerResponse
# actionDeleteByIdentifier( )

Deletes messages by their identifiers.

Deletes messages by their identifiers.

Returns

HttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.
public HttpControllerResponse
# actionDeleteById( )

Delete a message by its ID.

Delete a message by its ID.

Returns

HttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.
public HttpControllerResponse
# actionSetMessageStatus( )

Sets a message status.

Sets a message status.

Returns

HttpControllerResponse

Throws

AuthenticationException
If the customer has no admin privileges.

Methods inherited from AdminHttpViewController

validateCurrentAdminStatus()

Methods inherited from HttpViewController

__construct(), _callActionMethod(), _getPostData(), _getPostDataCollection(), _getQueryParameter(), _getQueryParametersCollection(), _render(), _validatePageToken(), proceed()

Properties summary

protected integer $customerId

Customer ID.

Customer ID.

#
protected LanguageCode $languageCode

Language code.

Language code.

#
protected integer $languageId

Language ID.

Language ID.

#
protected LanguageTextManager $languageTextManager

Language text manager.

Language text manager.

#
protected string $dateTimeFormat

Formatting pattern for date time values.

Formatting pattern for date time values.

# 'Y-m-d H:i:s'
protected InfoBoxService $service

Admin Info Box Service.

Admin Info Box Service.

#

Properties inherited from HttpViewController

$assets, $contentView, $httpContextReader, $httpResponseProcessor, $postDataArray, $queryParametersArray

API documentation generated by ApiGen