Package | Description |
---|---|
com.apptus.esales.connector |
This package provides utilities for communication with an eSales cluster
and this package documentation contains information on how to get started.
|
Modifier and Type | Method | Description |
---|---|---|
PanelContent |
DynamicPage.retrieveContent() |
Retrieves the content of this dynamic page from the eSales service.
|
PanelContent |
DynamicPage.retrieveContent(Map<String,String> dynamicPageArguments) |
Retrieves the content of this dynamic page from the eSales service.
|
PanelContent |
Panel.retrieveContent() |
Same as calling
Panel.retrieveContentAsXml(Map) with an empty ArgMap. |
PanelContent |
Panel.retrieveContent(Map<String,String> arguments) |
Retrieves the content of this panel from the eSales service.
|
PanelContent |
OnPremConnector.testPanelAndParse(String panelXml,
String panel,
String role,
Map<? extends CharSequence,? extends CharSequence> arguments) |
Deprecated.
use testPanelAndParse(String panelXml, String panel, String role, Map<String, String> arguments,
String sessionKey, String market, String customerKey) instead.
|
PanelContent |
OnPremConnector.testPanelAndParse(String panelXml,
String panel,
String role,
Map<String,String> arguments,
String sessionKey,
String market,
String customerKey) |
Executes a panel from the specified panel definition.
|
Copyright © 2020 Apptus Technologies AB. All rights reserved.