Interface HotlistService
public interface HotlistService
- Author:
- Mamta A
-
Method Summary
Modifier and TypeMethodDescriptiongetHotlistStatus(String id, String idType) Method used to retrieve the Hotlist Status information for given id, idTypevoidhandlingHotlistingEvent(io.mosip.kernel.core.websub.model.EventModel eventModel) voidvoidupdateHotlist(String id, String idType, String status, LocalDateTime expiryTimestamp)
-
Method Details
-
updateHotlist
void updateHotlist(String id, String idType, String status, LocalDateTime expiryTimestamp) throws IdAuthenticationBusinessException -
unblock
-
getHotlistStatus
Method used to retrieve the Hotlist Status information for given id, idType- Parameters:
id- the id_hashidType- the id_type- Returns:
- HotlistDTO consist of hotlisting information
- Throws:
IdAuthenticationBusinessException- id auth business exception
-
handlingHotlistingEvent
void handlingHotlistingEvent(io.mosip.kernel.core.websub.model.EventModel eventModel) throws IdAuthenticationBusinessException
-