Uses of Class
org.kuali.rice.kim.api.identity.phone.EntityPhone
Packages that use EntityPhone
Package
Description
-
Uses of EntityPhone in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return EntityPhoneModifier and TypeMethodDescriptionIdentityService.addPhoneToEntity(EntityPhone phone) This will create aEntityPhoneexactly like the phone passed in.IdentityService.inactivatePhone(String id) This will inactivate theEntityPhonewith the passed in id.IdentityService.updatePhone(EntityPhone phone) This will update aEntityPhoneexactly like the phone passed in.Methods in org.kuali.rice.kim.api.identity with parameters of type EntityPhoneModifier and TypeMethodDescriptionIdentityService.addPhoneToEntity(EntityPhone phone) This will create aEntityPhoneexactly like the phone passed in.IdentityService.updatePhone(EntityPhone phone) This will update aEntityPhoneexactly like the phone passed in. -
Uses of EntityPhone in org.kuali.rice.kim.api.identity.phone
Methods in org.kuali.rice.kim.api.identity.phone that return EntityPhone -
Uses of EntityPhone in org.kuali.rice.kim.api.identity.type
Methods in org.kuali.rice.kim.api.identity.type that return EntityPhoneMethods in org.kuali.rice.kim.api.identity.type that return types with arguments of type EntityPhoneConstructors in org.kuali.rice.kim.api.identity.type with parameters of type EntityPhoneModifierConstructorDescriptionEntityTypeContactInfoDefault(String entityTypeCode, EntityAddress defaultAddress, EntityEmail defaultEmailAddress, EntityPhone defaultPhoneNumber)