Uses of Class
io.mosip.pmp.partnermanagement.entity.PartnerPolicyRequest
-
Packages that use PartnerPolicyRequest Package Description io.mosip.pmp.partnermanagement.entity io.mosip.pmp.partnermanagement.repository -
-
Uses of PartnerPolicyRequest in io.mosip.pmp.partnermanagement.entity
Methods in io.mosip.pmp.partnermanagement.entity that return PartnerPolicyRequest Modifier and Type Method Description PartnerPolicyRequestPartner. addPartnerPolicyRequest(PartnerPolicyRequest partnerPolicyRequest)PartnerPolicyRequestPartner. removePartnerPolicyRequest(PartnerPolicyRequest partnerPolicyRequest)Methods in io.mosip.pmp.partnermanagement.entity that return types with arguments of type PartnerPolicyRequest Modifier and Type Method Description List<PartnerPolicyRequest>Partner. getPartnerPolicyRequests()Methods in io.mosip.pmp.partnermanagement.entity with parameters of type PartnerPolicyRequest Modifier and Type Method Description PartnerPolicyRequestPartner. addPartnerPolicyRequest(PartnerPolicyRequest partnerPolicyRequest)PartnerPolicyRequestPartner. removePartnerPolicyRequest(PartnerPolicyRequest partnerPolicyRequest)Method parameters in io.mosip.pmp.partnermanagement.entity with type arguments of type PartnerPolicyRequest Modifier and Type Method Description voidPartner. setPartnerPolicyRequests(List<PartnerPolicyRequest> partnerPolicyRequests) -
Uses of PartnerPolicyRequest in io.mosip.pmp.partnermanagement.repository
Methods in io.mosip.pmp.partnermanagement.repository that return types with arguments of type PartnerPolicyRequest Modifier and Type Method Description List<PartnerPolicyRequest>PartnerPolicyRequestRepository. findByPartnerId(String partId)
-