Uses of Class
io.mosip.pmp.partnermanagement.entity.Partner
-
Packages that use Partner Package Description io.mosip.pmp.partnermanagement.entity io.mosip.pmp.partnermanagement.repository -
-
Uses of Partner in io.mosip.pmp.partnermanagement.entity
Methods in io.mosip.pmp.partnermanagement.entity that return Partner Modifier and Type Method Description PartnerPartnerPolicy. getPartner()PartnerPartnerPolicyRequest. getPartner()Methods in io.mosip.pmp.partnermanagement.entity with parameters of type Partner Modifier and Type Method Description voidPartnerPolicy. setPartner(Partner partner)voidPartnerPolicyRequest. setPartner(Partner partner) -
Uses of Partner in io.mosip.pmp.partnermanagement.repository
Methods in io.mosip.pmp.partnermanagement.repository that return types with arguments of type Partner Modifier and Type Method Description List<Partner>PartnerRepository. findByName(String name)Method to fetch last updated partner idList<Partner>PartnerRepository. findByPartnerType(String partnerType)
-