@Component public class MasterDataManager extends Object
| Constructor and Description |
|---|
MasterDataManager() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<String>> |
fetchGenderType()
To fetch gender type.
|
String |
fetchTemplate(String templateName)
To fetch template from master data manager.
|
String |
fetchTemplate(String langCode,
String templateName)
Fetch templates based on Language code and Template Name.
|
Map<String,List<String>> |
fetchTitles()
To fetch titles.
|
public String fetchTemplate(String langCode, String templateName) throws IdAuthenticationBusinessException
langCode - the lang codetemplateName - the template nameIdAuthenticationBusinessException - the id authentication business exceptionpublic String fetchTemplate(String templateName) throws IdAuthenticationBusinessException
templateName - the template nameIdAuthenticationBusinessException - the id authentication business exceptionpublic Map<String,List<String>> fetchTitles() throws IdAuthenticationBusinessException
IdAuthenticationBusinessException - the id authentication business exceptionpublic Map<String,List<String>> fetchGenderType() throws IdAuthenticationBusinessException
IdAuthenticationBusinessException - the id authentication business exceptionCopyright © 2020. All rights reserved.