Connector Methods |
The Connector type exposes the following members.
Name | Description | |
---|---|---|
AvailableMarkets |
Returns a list of available markets from the eSales cluster. Never returns null.
| |
CheckCustomerDataJobStatus |
Check the status of a GDPR customer data job.
| |
CreateExportCustomerDataJob |
Start a GDPR job on the cluster to export all data related to the given customer key.
"Linked" customer keys will also be exported(i.e.customer keys that have been notified in the same session).
Status of the job can be checked with {@link #checkCustomerDataJobStatus(String)} and when the status is
, the resulting zip file can be downloaded using
| |
CreateRemoveCustomerDataJob |
Start a GDPR job on the cluster to remove all data related to the given customer key.
Data will be removed both from memory and disk.
"Linked" customer keys will also be removed(i.e.customer keys that have been notified in the same session).
| |
DownloadExportCustomerDataJobResult(String) |
Download the result of a GDPR export customer data job.
| |
DownloadExportCustomerDataJobResult(String, String) |
Download the result of a GDPR export customer data job.
| |
Equals | (Inherited from Object.) | |
ExportAds |
Exports ad data from the eSales cluster by returning a stream to the caller.
| |
ExportAds(String) |
Exports ad data from the eSales cluster to the specified destinationFile.
| |
ExportConfiguration |
Exports esales configuration from the eSales cluster by returning a stream to the caller.
| |
ExportConfiguration(String) |
Exports esales configuration from the eSales cluster to the specified destinationFile.
| |
ExportPanels |
Exports panel configuration from the eSales cluster by returning a stream to the caller.
| |
ExportPanels(String) |
Exports panel configuration from the eSales cluster to the specified destinationFile.
| |
ExportProducts |
Exports product data from the eSales cluster by returning a stream to the caller.
| |
ExportProducts(String) |
Exports product data from the eSales cluster to the specified destinationFile.
| |
ExportProducts(String, String) | Returns an IEnumerable ProductStreamer that allows you to do filtered product exports, conveniently parsed into ResultProduct items. Every new iteration on this class will result in a new request to eSales. Note that the IEnumerator returned by its GetEnumerator method must be disposed when done, but this is done automatically when using foreach iteration. Note that while iterating, imports will be blocked from completing on a selected eSales server. Imports will not fail but will wait for the iteration to finish. This means that if you fail to close the ProductStreamer you might block imports indefinitely! | |
ExportSynonyms |
Exports synonym data from the eSales cluster by returning a stream to the caller.
| |
ExportSynonyms(String) |
Exports synonym data from the eSales cluster to the specified destinationFile.
| |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetVersion |
Returns connector version.
| |
Import(IInputSource, String, String, CompressionMode) | ||
Import(IInputSource, String, String, CompressionMode, NullableBoolean) | ||
ImportAds(Stream, String) |
Imports ads from the specified stream to the eSales cluster.
| |
ImportAds(String, String) |
Imports ads from the specified importFile to the eSales cluster.
| |
ImportConfiguration(Stream, String) |
Imports configuration from the specified stream to the eSales cluster.
| |
ImportConfiguration(String, String) |
Imports configuration from the specified importFile to the eSales cluster.
| |
ImportPanels(Stream, String) |
Imports panels from the specified stream to the eSales cluster.
| |
ImportPanels(String, String) |
Imports panels from the specified importFile to the eSales cluster.
| |
ImportProducts(Stream, String) |
Imports products from the specified stream to the eSales cluster.
| |
ImportProducts(String, String) |
Imports products from the specified importFile to the eSales cluster.
| |
ImportProducts(Stream, String, NullableBoolean) |
Imports products from the specified stream to the eSales cluster.
| |
ImportProducts(String, String, NullableBoolean) |
Imports products from the specified importFile to the eSales cluster.
| |
ImportStream(Stream, String, String, String) | ||
ImportStream(Stream, String, String, String, NullableBoolean) | ||
ImportSynonyms(Stream, String) |
Imports synonyms from the specified stream to the eSales cluster.
| |
ImportSynonyms(String, String) |
Imports synonyms from the specified importFile to the eSales cluster.
| |
LatestNotifications |
Returns the last 100 notifications received by the eSales cluster.
| |
LatestNotifications(String) |
Returns the last 100 notifications received by the eSales cluster.
| |
MemberwiseClone | (Inherited from Object.) | |
Reporter |
Creates a reporter for a market during a specified time interval.
The reporter can be used to fetch reports from the eSales cluster.
| |
ReporterForUnknownMarket |
Creates a reporter for the unknown market (sessions without a market property),
during a specified time interval.
The reporter can be used to fetch reports from the eSales cluster.
| |
Save | ||
ServerLog |
Gets a log from a server. Server index should be an index in the range [0, number_of_servers - 1]. The servers are indexed in
the same order as they appear in the cluster string. The server indexes can also be retrieved from the status command.
Name is the name of a log. Available log names can be retrieved from ServerLogNames.
| |
ServerLogNames |
Gets a list of available log names.
| |
Session(String) | Obsolete.
Gets a session for the specified sessionKey.
| |
Session(String, String, String) |
Creates a session for the specified session key with the specified customer key and market.
Calling this method does not affect the session in the eSales server.
A notification or panel query, on the object created by this method,
is necessary for the properties to stick to the session.
When calling this method with null in place of customerKey and/or market,
the server will keep the current values of these properties for this session.
| |
Status |
Returns a status report from the eSales cluster as an XML document.
| |
ToString | (Inherited from Object.) |