Package DE_EPAGES::Presentation::API::Scripts::HttpToHttps
api for changeHttpToHttps script
Package DE_EPAGES::Presentation::API::HttpToHttps
Functions
_buildHash
Builds and array of hashes.
Syntax |
$aTargetHash = self->__BuildHash($hData, $aShopIds) |
Input |
|
Return |
|
_getResourceList
Builds and array of hashes vor specific shop.
Syntax |
$aTargetHash = self->__GetResourceList($hData, $aShopIds) |
Input |
|
Return |
|
backupData
Stores data into a file.
Syntax |
BackupData($aTargetHashList) |
Return |
|
getTargetList
Gets list of hashes which contains values with http to replace.
Syntax |
$aTargetHashList = $Package->GetTargetList(); |
Return |
|
new
Creates a new object of DE_EPAGES::Presentation::API::Scripts::HttpToHttps.
Syntax |
$Object = DE_EPAGES::Presentation::API::Scripts::HttpToHttps->new(); |
Return |
|
readBackupData
Reads data from backup and converts it back to corresponding perl type.
Syntax |
$aTargetHashList = ReadBackupData() |
updateTargetList
Replaces http->https or https->http depending on input parameter.
Syntax |
$Package->UpdateTargetList($Direction, $aData); |
Input |
|