Interface StaticPinService
-
public interface StaticPinServiceThis StaticPinService provides Storing of Static Pin into the DataBase.- Author:
- Prem Kumar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StaticPinResponseDTOstoreSpin(StaticPinRequestDTO staticPinRequestDTO)This implementation StaticPinService is to Store StaticPin.
-
-
-
Method Detail
-
storeSpin
StaticPinResponseDTO storeSpin(StaticPinRequestDTO staticPinRequestDTO) throws IdAuthenticationBusinessException
This implementation StaticPinService is to Store StaticPin.- Parameters:
staticPinRequestDTO- the static pin request DTO- Returns:
- the static pin response DTO
- Throws:
IdAuthenticationBusinessException- the id authentication business exception
-
-