Interface UinService
-
- All Known Implementing Classes:
UinServiceImpl
public interface UinService- Since:
- 1.0.0
- Author:
- Dharmesh Khandelwal, Megha Tanga
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UinResponseDtogetUin()Gets a uin from databasevoidtransferUin()booleanuinExist(String uin)UinStatusUpdateReponseDtoupdateUinStatus(UinEntity uin)Update the status of the Uin from ISSUED to ASSIGNED
-
-
-
Method Detail
-
getUin
UinResponseDto getUin()
Gets a uin from database- Returns:
- UinResponseDto
-
updateUinStatus
UinStatusUpdateReponseDto updateUinStatus(UinEntity uin)
Update the status of the Uin from ISSUED to ASSIGNED- Parameters:
uin- pass uin object as param- Returns:
- UinStatusUpdateReponseDto
-
transferUin
void transferUin()
-
uinExist
boolean uinExist(String uin)
-
-