Uses of Class
io.mosip.pmp.partnermanagement.dto.PolicyIDResponse
-
Packages that use PolicyIDResponse Package Description io.mosip.pmp.partnermanagement.controller io.mosip.pmp.partnermanagement.service io.mosip.pmp.partnermanagement.service.impl -
-
Uses of PolicyIDResponse in io.mosip.pmp.partnermanagement.controller
Methods in io.mosip.pmp.partnermanagement.controller that return types with arguments of type PolicyIDResponse Modifier and Type Method Description org.springframework.http.ResponseEntity<ResponseWrapper<PolicyIDResponse>>PartnerManagementController. getPolicyID(String policyName) -
Uses of PolicyIDResponse in io.mosip.pmp.partnermanagement.service
Methods in io.mosip.pmp.partnermanagement.service that return PolicyIDResponse Modifier and Type Method Description PolicyIDResponsePartnerManagementService. getPartnerPolicyID(String policyName) -
Uses of PolicyIDResponse in io.mosip.pmp.partnermanagement.service.impl
Methods in io.mosip.pmp.partnermanagement.service.impl that return PolicyIDResponse Modifier and Type Method Description PolicyIDResponsePartnerManagementServiceImpl. getPartnerPolicyID(String policyName)
-