Uses of Class
io.mosip.pmp.partnermanagement.dto.RetrievePartnersDetails
-
Packages that use RetrievePartnersDetails Package Description io.mosip.pmp.partnermanagement.controller io.mosip.pmp.partnermanagement.service io.mosip.pmp.partnermanagement.service.impl -
-
Uses of RetrievePartnersDetails in io.mosip.pmp.partnermanagement.controller
Methods in io.mosip.pmp.partnermanagement.controller that return types with arguments of type RetrievePartnersDetails Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponseWrapper<RetrievePartnersDetails>>PartnerManagementController. getparticularAuthEKYCPartnerDetailsForGivenPartnerId(String partnerId)This API would be used to retrieve the particular Auth/E-KYC Partner details for given partner id. -
Uses of RetrievePartnersDetails in io.mosip.pmp.partnermanagement.service
Methods in io.mosip.pmp.partnermanagement.service that return RetrievePartnersDetails Modifier and Type Method Description RetrievePartnersDetailsPartnerManagementService. getparticularAuthEKYCPartnerDetailsForGivenPartnerId(String partnerID)This method would be used to retrieve the particular Auth/E-KYC Partner details for given partner id. -
Uses of RetrievePartnersDetails in io.mosip.pmp.partnermanagement.service.impl
Methods in io.mosip.pmp.partnermanagement.service.impl that return RetrievePartnersDetails Modifier and Type Method Description RetrievePartnersDetailsPartnerManagementServiceImpl. getparticularAuthEKYCPartnerDetailsForGivenPartnerId(String partnerID)
-