Uses of Interface
org.kuali.rice.kim.api.identity.phone.EntityPhoneContract
Packages that use EntityPhoneContract
-
Uses of EntityPhoneContract in org.kuali.rice.kim.api.identity.phone
Classes in org.kuali.rice.kim.api.identity.phone that implement EntityPhoneContractModifier and TypeClassDescriptionfinal classstatic final classA builder which can be used to constructEntityPhoneinstances.Methods in org.kuali.rice.kim.api.identity.phone with parameters of type EntityPhoneContractModifier and TypeMethodDescriptionstatic EntityPhone.BuilderEntityPhone.Builder.create(EntityPhoneContract contract) -
Uses of EntityPhoneContract in org.kuali.rice.kim.api.identity.type
Methods in org.kuali.rice.kim.api.identity.type that return EntityPhoneContractModifier and TypeMethodDescriptionEntityTypeContactInfo.getDefaultPhoneNumber()EntityTypeContactInfoContract.getDefaultPhoneNumber()Returns the default phone record for the identity.Methods in org.kuali.rice.kim.api.identity.type that return types with arguments of type EntityPhoneContractModifier and TypeMethodDescriptionList<? extends EntityPhoneContract> EntityTypeContactInfoContract.getPhoneNumbers()Gets thisEntityTypeContactInfoContract's List ofEntityPhoneS.