Uses of Class
org.kuali.rice.kim.api.identity.email.EntityEmail
Packages that use EntityEmail
Package
Description
-
Uses of EntityEmail in org.kuali.rice.kim.api.identity
Methods in org.kuali.rice.kim.api.identity that return EntityEmailModifier and TypeMethodDescriptionIdentityService.addEmailToEntity(EntityEmail email) This will create aEntityEmailexactly like the email passed in.IdentityService.inactivateEmail(String id) This will inactivate theEntityEmailwith the passed in id.IdentityService.updateEmail(EntityEmail email) This will update aEntityEmailexactly like the email passed in.Methods in org.kuali.rice.kim.api.identity with parameters of type EntityEmailModifier and TypeMethodDescriptionIdentityService.addEmailToEntity(EntityEmail email) This will create aEntityEmailexactly like the email passed in.IdentityService.updateEmail(EntityEmail email) This will update aEntityEmailexactly like the email passed in. -
Uses of EntityEmail in org.kuali.rice.kim.api.identity.email
Methods in org.kuali.rice.kim.api.identity.email that return EntityEmail -
Uses of EntityEmail in org.kuali.rice.kim.api.identity.type
Methods in org.kuali.rice.kim.api.identity.type that return EntityEmailModifier and TypeMethodDescriptionEntityTypeContactInfo.getDefaultEmailAddress()EntityTypeContactInfoDefault.getDefaultEmailAddress()Methods in org.kuali.rice.kim.api.identity.type that return types with arguments of type EntityEmailConstructors in org.kuali.rice.kim.api.identity.type with parameters of type EntityEmailModifierConstructorDescriptionEntityTypeContactInfoDefault(String entityTypeCode, EntityAddress defaultAddress, EntityEmail defaultEmailAddress, EntityPhone defaultPhoneNumber)