| Package | Description |
|---|---|
| de.hybris.platform.oci.jalo.interfaces | |
| de.hybris.platform.oci.jalo.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
CatalogLoginPerformer.login(HttpServletRequest request,
HttpServletResponse response,
OutboundSection outboundsection)
This method logs in into the shop from the SRM Server.
This is catalog specific and has to be implemented in this method. |
void |
DefaultCatalogLoginPerformer.login(HttpServletRequest request,
HttpServletResponse response,
OutboundSection outboundsection)
Log into the shop with a given
USERNAME and PASSWORD from the SRM server. |
| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.generateHTML(String data,
OutboundSection outboundSection,
boolean autoSubmit,
boolean useHtml)
Generates a html page (contains the formular with the xml data (encoded as Base64) or html data) which submit
itself per JavaScript to the HOOK_URL
|
static String |
Utils.generateHtmlData(SAPProductList sapproductlist,
OutboundSection outboundSection)
Transform the given SAPProductList into OCI specific html format.
|
static String |
Utils.generateHtmlData(SAPProduct sapproduct,
OutboundSection outboundSection)
Transform a given SAPProduct into OCI specific html format.
|
static String |
Utils.generateXMLData(SAPProductList sapproductlist,
OutboundSection outboundSection)
Transform the given SAPProductList into OCI specific xml format.
|
static String |
Utils.generateXMLData(SAPProduct sapproduct,
OutboundSection outboundSection)
Transform the given SAPProduct into OCI conform xml data
|
Copyright © 2017 SAP SE. All Rights Reserved.