public class OutboundSection extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
OutboundSection.Fields |
| Constructor and Description |
|---|
OutboundSection(Map map,
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 |
|---|---|
String |
getField(String name)
This method returns the value from the map for a given key.
|
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(Map map,
String hookurlFieldName)
Set the OutboundSection with the given map and the HOOK_URL field name, same as Constructor from this class.
|
protected void |
setField(String name,
String value)
Set a key/value pair into the map if key is not null
|
public OutboundSection(Map map, 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(String name, String value)
name - the key as Stringvalue - the value as Stringpublic String getField(String name)
name - the key as Stringpublic String getHookURLFieldName()
getHookURLFieldName() in Interface CatalogLoginPerformer. This method returns the name
of the field.CatalogLoginPerformer.getHookURLFieldName()protected void setAllFields(Map map, 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 © 2017 SAP SE. All Rights Reserved.