Class DefaultAdditionalInformationFrameworkFacade
java.lang.Object
de.hybris.platform.assistedservicefacades.customer360.impl.DefaultAdditionalInformationFrameworkFacade
- All Implemented Interfaces:
AdditionalInformationFrameworkFacade
public class DefaultAdditionalInformationFrameworkFacade
extends Object
implements AdditionalInformationFrameworkFacade
Default implementation for
AdditionalInformationFrameworkFacade-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves a fragment based on section id and fragment id with provided parametersprotected Map<String,FragmentModelProvider> getSection(String sectionId) Retrieves full section information based on section IdReturn list of sections , this mainly will be used to getting section meta infovoidsetJspProvidersMap(Map<String, String> jspProvidersMap) voidsetModelProvidersMap(Map<String, FragmentModelProvider> modelProvidersMap) voidsetSections(List<Section> sections)
-
Constructor Details
-
DefaultAdditionalInformationFrameworkFacade
public DefaultAdditionalInformationFrameworkFacade()
-
-
Method Details
-
getSections
Description copied from interface:AdditionalInformationFrameworkFacadeReturn list of sections , this mainly will be used to getting section meta info- Specified by:
getSectionsin interfaceAdditionalInformationFrameworkFacade- Returns:
- list of sections
-
getSection
Description copied from interface:AdditionalInformationFrameworkFacadeRetrieves full section information based on section Id- Specified by:
getSectionin interfaceAdditionalInformationFrameworkFacade- Parameters:
sectionId- the section Id to retrieve- Returns:
- the section
-
getFragment
Description copied from interface:AdditionalInformationFrameworkFacadeRetrieves a fragment based on section id and fragment id with provided parameters- Specified by:
getFragmentin interfaceAdditionalInformationFrameworkFacade- Parameters:
sectionId- the section to fetch the fragment fromfragmentId- the fragment Idparameters- parameters to be passed- Returns:
- fragment along with its data
-
setSections
-
getModelProvidersMap
-
setModelProvidersMap
-
getJspProvidersMap
-
setJspProvidersMap
-