public class OutboundSection
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
OutboundSection.Fields |
| 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. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getField(java.lang.String name)
This method returns the value from the map for a given key.
|
java.lang.String |
getHookURLFieldName()
The return URL (standart name: HOOK_URL) in SAP SRM server is variable and have to be specified in method
getHookURLFieldName() in Interface CatalogLoginPerformer. |
protected void |
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.
|
protected void |
setField(java.lang.String name,
java.lang.String value)
Set a key/value pair into the map if key is not null
|
public OutboundSection(java.util.Map map,
java.lang.String hookurlFieldName)
throws OciException
getHookURLFieldName() from Interface CatalogLoginPerformer for accessing
the value of field HOOK_URL.map - ParameterMap from HTTP requesthookurlFieldName - The field name for the HOOK_URL (default name); the field name is in SAP SRM server variable.OciExceptionCatalogLoginPerformer.getHookURLFieldName()protected void setField(java.lang.String name,
java.lang.String value)
name - the key as Stringvalue - the value as Stringpublic java.lang.String getField(java.lang.String name)
name - the key as Stringpublic java.lang.String getHookURLFieldName()
getHookURLFieldName() in Interface CatalogLoginPerformer. This method returns the name
of the field.CatalogLoginPerformer.getHookURLFieldName()protected void setAllFields(java.util.Map map,
java.lang.String hookurlFieldName)
throws OciException
map - given map, could be request.getParameterMap()hookurlFieldName - The field name for the HOOK_URL (default name); the field name is in SAP SRM server variable.OciExceptionCopyright © 2018 SAP SE. All Rights Reserved.