|
OXID eShop CE
4.10.6
|
Inheritance diagram for PriceAlarm_Send:
Collaboration diagram for PriceAlarm_Send:Protected Member Functions | |
| _setupNavigation ($sId) | |
Protected Member Functions inherited from oxAdminList | |
| _getViewListSize () | |
| _getUserDefListSize () | |
| _calcListItemsCount ($sSql) | |
| _setCurrentListPosition ($sPage=null) | |
| _prepareOrderByQuery ($sSql=null) | |
| _buildSelectString ($oListObject=null) | |
| _processFilter ($sFieldValue) | |
| _buildFilter ($sVal, $blIsSearchValue) | |
| _isSearchValue ($sFieldValue) | |
| _prepareWhereQuery ($aWhere, $sqlFull) | |
| _changeselect ($sSql) | |
| _convertToDBDate ($sValue, $sFldType) | |
| _convertDate ($sDate) | |
| _convertTime ($sFullDate) | |
| _setListNavigationParams () | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Additional Inherited Members | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
pricealarm sending manager. Performs sending of pricealarm to selected iAllCnt groups.
Definition at line 7 of file pricealarm_send.php.
|
protected |
Overrides parent method to pass referred id
| string | $sId | class name |
Reimplemented from oxAdminList.
Definition at line 92 of file pricealarm_send.php.
| PriceAlarm_Send::render | ( | ) |
Executes parent method parent::render(), creates oxpricealarm object, sends pricealarm to iAllCnts of chosen groups and returns name of template file "pricealarm_send.tpl"/"pricealarm_done.tpl".
Reimplemented from oxAdminList.
Definition at line 24 of file pricealarm_send.php.
| PriceAlarm_Send::sendeMail | ( | $sEMail, | |
| $sProductID, | |||
| $sPricealarmID, | |||
| $sBidPrice | |||
| ) |
creates and sends email with pricealarm information
| string | $sEMail | email address |
| string | $sProductID | product id |
| string | $sPricealarmID | price alarm id |
| string | $sBidPrice | bidded price |
Definition at line 105 of file pricealarm_send.php.
|
protected |
Definition at line 15 of file pricealarm_send.php.