Package DE_EPAGES::FactFinder::API::WS::Client
This represents the client part of the functions communicating with with FactFinder WebServices.
Package DE_EPAGES::FactFinder::API::Object::RemoteFactFinder
Functions
- buildMatrix
- createChannel
- createUser
- deleteChannel
- deleteUser
- getAllChannels
- getAllUsers
- getRecommendation
- logInformation
- suggest
- updateUser
- uploadProducts
buildMatrix
rebuilds recommendation matrix
Syntax |
buildMatrix( $Channel ); |
Input |
|
Return |
|
createChannel
Syntax |
$Object->createChannel( $Channel ); |
Input |
|
createUser
creates FACT-Finder user via SOAP
Syntax |
$Object->createUser( $Username, $PasswordMD5); |
Input |
|
deleteChannel
Removes a FACT-Finder channel
Syntax |
$Object->deleteChannel( $Channel, $Input2); |
Input |
|
deleteUser
deletes FACT-Finder user
Syntax |
deleteUser( $Username ); |
Input |
|
getAllChannels
Retrieves Channel list
Syntax |
getAllChannels( $Input1 ); |
Return |
|
getAllUsers
fetches FACT-Finder user list
Syntax |
getAllUsers( ); |
Return |
|
getRecommendation
gets results from FACT-Finder recommendation engine
Syntax |
getRecommendation( $Channel, $Product, $Limit ); |
Input |
|
Return |
|
logInformation
logs event information
Syntax |
logInformation( $hEventData ); |
Input |
|
suggest
calls FACT-Finder suggest service
Syntax |
$Object->suggest( $Channel, $Query, $Language); |
Input |
|
Return |
|
updateUser
updates channel rights on user
Syntax |
updateUser( $ChannelNames ); |
Input |
|
uploadProducts
upload product export file to fact-finder
Syntax |
$Object->uploadProducts( $Channel, $File); |
Input |
|