public class AdditionalInformationController
extends java.lang.Object
| Constructor and Description |
|---|
AdditionalInformationController() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomer360(Model model,
HttpServletResponse response)
returns list of sections we have configured to display them on frontend, sections are not loaded just section
title
|
java.lang.String |
getCustomer360Fragment(Model model,
java.util.Map<java.lang.String,java.lang.String> allRequestParams,
HttpServletResponse response)
Method for getting fragment's details, data and JSP renderer as response on GET or POSTs request
|
java.lang.String |
getCustomer360Section(Model model,
java.lang.String sectionId,
HttpServletResponse response)
get the section's fragments and display fragments meta info only like title
|
public java.lang.String getCustomer360(Model model,
HttpServletResponse response)
model - public java.lang.String getCustomer360Section(Model model,
java.lang.String sectionId,
HttpServletResponse response)
model - sectionId - section id to retrieve fragments forpublic java.lang.String getCustomer360Fragment(Model model,
java.util.Map<java.lang.String,java.lang.String> allRequestParams,
HttpServletResponse response)
model - allRequestParams - all request parametersCopyright © 2018 SAP SE. All Rights Reserved.