Uses of Interface
org.kuali.rice.kim.api.identity.address.EntityAddressContract
Packages that use EntityAddressContract
-
Uses of EntityAddressContract in org.kuali.rice.kim.api.identity.address
Classes in org.kuali.rice.kim.api.identity.address that implement EntityAddressContractModifier and TypeClassDescriptionfinal classstatic final classA builder which can be used to constructEntityAddressinstances.Methods in org.kuali.rice.kim.api.identity.address with parameters of type EntityAddressContractModifier and TypeMethodDescriptionstatic EntityAddress.BuilderEntityAddress.Builder.create(EntityAddressContract contract) -
Uses of EntityAddressContract in org.kuali.rice.kim.api.identity.type
Methods in org.kuali.rice.kim.api.identity.type that return EntityAddressContractModifier and TypeMethodDescriptionEntityTypeContactInfo.getDefaultAddress()EntityTypeContactInfoContract.getDefaultAddress()Returns the default address record for the identity.Methods in org.kuali.rice.kim.api.identity.type that return types with arguments of type EntityAddressContractModifier and TypeMethodDescriptionList<? extends EntityAddressContract> EntityTypeContactInfoContract.getAddresses()Gets thisEntityTypeContactInfoContract's List ofEntityAddressS.