OXID eShop CE  6.1.5
OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface Interface Reference

Public Member Functions

 loadAppServerList ()
 
 loadAppServer ($id)
 
 deleteAppServerById ($serverId)
 
 saveAppServer ($appServer)
 
 loadActiveAppServerList ()
 
 updateAppServerInformationInAdmin ()
 
 updateAppServerInformationInFrontend ()
 

Detailed Description

Manages application servers information.

Member Function Documentation

◆ deleteAppServerById()

OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface::deleteAppServerById (   $serverId)

Removes server node information.

Parameters
string$serverId

◆ loadActiveAppServerList()

OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface::loadActiveAppServerList ( )

Returns an array of all only active application servers.

Returns
array

◆ loadAppServer()

OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface::loadAppServer (   $id)

Load the application server for given id.

Parameters
string$idThe id of the application server to load.
Returns
\OxidEsales\Eshop\Core\DataObject\ApplicationServer

◆ loadAppServerList()

OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface::loadAppServerList ( )

Returns all servers information array from configuration.

Returns
\OxidEsales\Eshop\Core\DataObject\ApplicationServer[]

◆ saveAppServer()

OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface::saveAppServer (   $appServer)

Saves application server data.

Parameters
\OxidEsales\Eshop\Core\DataObject\ApplicationServer$appServer

◆ updateAppServerInformationInAdmin()

OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface::updateAppServerInformationInAdmin ( )

Renews application server information when it is call in admin area and if it is outdated or if it does not exist.

◆ updateAppServerInformationInFrontend()

OxidEsales\EshopCommunity\Core\Service\ApplicationServerServiceInterface::updateAppServerInformationInFrontend ( )

Renews application server information when it is call in frontend and if it is outdated or if it does not exist.


The documentation for this interface was generated from the following file: