Class MasterDataCacheUpdateServiceImpl
- java.lang.Object
-
- io.mosip.authentication.common.service.impl.masterdata.MasterDataCacheUpdateServiceImpl
-
- All Implemented Interfaces:
MasterDataCacheUpdateService
@Service public class MasterDataCacheUpdateServiceImpl extends Object implements MasterDataCacheUpdateService
The Class MasterDataCacheUpdateServiceImpl.- Author:
- Loganathan Sekar
-
-
Constructor Summary
Constructors Constructor Description MasterDataCacheUpdateServiceImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidupdateTemplates(io.mosip.kernel.core.websub.model.EventModel model)Update templates.voidupdateTitles(io.mosip.kernel.core.websub.model.EventModel model)Update titles.
-
-
-
Method Detail
-
updateTemplates
public void updateTemplates(io.mosip.kernel.core.websub.model.EventModel model)
Update templates.- Specified by:
updateTemplatesin interfaceMasterDataCacheUpdateService- Parameters:
model- the model
-
updateTitles
public void updateTitles(io.mosip.kernel.core.websub.model.EventModel model)
Update titles.- Specified by:
updateTitlesin interfaceMasterDataCacheUpdateService- Parameters:
model- the model
-
-