Interface UinService

  • All Known Implementing Classes:
    UinServiceImpl

    public interface UinService
    Since:
    1.0.0
    Author:
    Dharmesh Khandelwal, Megha Tanga
    • 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)