Interface AdditionalInformationFrameworkFacade
- All Known Implementing Classes:
DefaultAdditionalInformationFrameworkFacade
public interface AdditionalInformationFrameworkFacade
Interface that holds AIF related functionality e.g. retrieving sections and fragments.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves a fragment based on section id and fragment id with provided parametersgetSection(String sectionId) Retrieves full section information based on section IdReturn list of sections , this mainly will be used to getting section meta info
-
Method Details
-
getSections
Return list of sections , this mainly will be used to getting section meta info- Returns:
- list of sections
-
getSection
Retrieves full section information based on section Id- Parameters:
sectionId- the section Id to retrieve- Returns:
- the section
-
getFragment
Retrieves a fragment based on section id and fragment id with provided parameters- Parameters:
sectionId- the section to fetch the fragment fromfragmentId- the fragment Idparameters- parameters to be passed- Returns:
- fragment along with its data
-