| Package | Description |
|---|---|
| de.hybris.platform.oci.jalo | |
| de.hybris.platform.oci.jalo.interfaces | |
| de.hybris.platform.oci.jalo.utils |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
OciManager.createOciBuyerButton(SAPProductList sapproductlist)
Generates a standard button (with a hidden formular) which submits this formular (here: the included xml data) to
the SRM server.
|
static java.lang.String |
OciManager.createOciBuyerButton(SAPProductList sapproductlist,
boolean useHtml)
Generates a standard button (with a hidden formular) which submits this formular (and the included xml or html
data) to the SRM server.
|
static java.lang.String |
OciManager.createOciBuyerButton(SAPProductList sapproductlist,
java.lang.String ociButton)
Same as
OciManager.createOciBuyerButton(SAPProductList sapproductlist) but the html code for the button can be
specified here.For the ociButton you can use a normal String to change only the label of the button or you can define your own input button in html code (for example you want an image button) The html code for an input button looks like <input type="submit" value="button label" id=submit1 name=submit1> |
static java.lang.String |
OciManager.createOciBuyerButton(SAPProductList sapproductlist,
java.lang.String ociButton,
boolean useHtml)
Same as
OciManager.createOciBuyerButton(SAPProductList, boolean) but the html code for the button and the exported
format (XML/HTML) can be specified here.For the ociButton you can use a normal String to change only the label of the button or you can define your own input button in html code (for example you want an image button) The html code for an input button looks like <input type="submit" value="button label" id=submit1 name=submit1> |
void |
OciTest.testDefaultSAPProduct() |
void |
OciTest.testDefaultSAPProductWithGivenButtonHTMLcode() |
void |
OciTest.testDefaultSAPProductWithHTMLinProductDescription() |
| 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 java.lang.String |
Utils.generateHTML(java.lang.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 java.lang.String |
Utils.generateHtmlData(SAPProductList sapproductlist,
OutboundSection outboundSection)
Transform the given SAPProductList into OCI specific html format.
|
static java.lang.String |
Utils.generateHtmlData(SAPProduct sapproduct,
OutboundSection outboundSection)
Transform a given SAPProduct into OCI specific html format.
|
static java.lang.String |
Utils.generateXMLData(SAPProductList sapproductlist,
OutboundSection outboundSection)
Transform the given SAPProductList into OCI specific xml format.
|
static java.lang.String |
Utils.generateXMLData(SAPProduct sapproduct,
OutboundSection outboundSection)
Transform the given SAPProduct into OCI conform xml data
|
protected void |
OutboundSection.setAllFields(java.util.Map map,
java.lang.String hookurlFieldName)
Set the OutboundSection with the given map and the HOOK_URL field name, same as Constructor from this class.
|
| Constructor and Description |
|---|
OutboundSection(java.util.Map map,
java.lang.String hookurlFieldName)
Constructor which stores the ParameterMap from the HTTP request.
Use the method getHookURLFieldName() from Interface CatalogLoginPerformer for accessing
the value of field HOOK_URL. |
Copyright © 2018 SAP SE. All Rights Reserved.