Uses of Class
org.kuali.rice.kim.api.identity.email.EntityEmail

Packages that use EntityEmail
org.kuali.rice.kim.api.identity Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.email Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.api.identity.type Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.impl.identity   
org.kuali.rice.kim.service.impl   
 

Uses of EntityEmail in org.kuali.rice.kim.api.identity
 

Methods in org.kuali.rice.kim.api.identity that return EntityEmail
 EntityEmail IdentityService.addEmailToEntity(EntityEmail email)
          This will create a EntityEmail exactly like the email passed in.
 EntityEmail IdentityService.inactivateEmail(String id)
          This will inactivate the EntityEmail with the passed in id.
 EntityEmail IdentityService.updateEmail(EntityEmail email)
          This will update a EntityEmail exactly like the email passed in.
 

Methods in org.kuali.rice.kim.api.identity with parameters of type EntityEmail
 EntityEmail IdentityService.addEmailToEntity(EntityEmail email)
          This will create a EntityEmail exactly like the email passed in.
 EntityEmail IdentityService.updateEmail(EntityEmail email)
          This will update a EntityEmail exactly 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
 EntityEmail EntityEmail.Builder.build()
           
 

Uses of EntityEmail in org.kuali.rice.kim.api.identity.type
 

Methods in org.kuali.rice.kim.api.identity.type that return EntityEmail
 EntityEmail EntityTypeContactInfo.getDefaultEmailAddress()
           
 EntityEmail EntityTypeContactInfoDefault.getDefaultEmailAddress()
           
 

Methods in org.kuali.rice.kim.api.identity.type that return types with arguments of type EntityEmail
 List<EntityEmail> EntityTypeContactInfo.getEmailAddresses()
           
 

Constructors in org.kuali.rice.kim.api.identity.type with parameters of type EntityEmail
EntityTypeContactInfoDefault(String entityTypeCode, EntityAddress defaultAddress, EntityEmail defaultEmailAddress, EntityPhone defaultPhoneNumber)
           
 

Uses of EntityEmail in org.kuali.rice.kim.impl.identity
 

Methods in org.kuali.rice.kim.impl.identity that return EntityEmail
 EntityEmail IdentityServiceImpl.addEmailToEntity(EntityEmail email)
           
 EntityEmail IdentityCurrentAndArchivedServiceImpl.addEmailToEntity(EntityEmail email)
           
 EntityEmail IdentityServiceImpl.inactivateEmail(String emailId)
           
 EntityEmail IdentityCurrentAndArchivedServiceImpl.inactivateEmail(String emailId)
           
 EntityEmail IdentityServiceImpl.updateEmail(EntityEmail email)
           
 EntityEmail IdentityCurrentAndArchivedServiceImpl.updateEmail(EntityEmail email)
           
 

Methods in org.kuali.rice.kim.impl.identity with parameters of type EntityEmail
 EntityEmail IdentityServiceImpl.addEmailToEntity(EntityEmail email)
           
 EntityEmail IdentityCurrentAndArchivedServiceImpl.addEmailToEntity(EntityEmail email)
           
 EntityEmail IdentityServiceImpl.updateEmail(EntityEmail email)
           
 EntityEmail IdentityCurrentAndArchivedServiceImpl.updateEmail(EntityEmail email)
           
 

Uses of EntityEmail in org.kuali.rice.kim.service.impl
 

Method parameters in org.kuali.rice.kim.service.impl with type arguments of type EntityEmail
protected  List<PersonDocumentEmail> LdapUiDocumentServiceImpl.loadEmails(IdentityManagementPersonDocument identityManagementPersonDocument, String principalId, List<EntityEmail> entityEmails, boolean suppressDisplay)
           
protected  List<PersonDocumentEmail> UiDocumentServiceImpl.loadEmails(IdentityManagementPersonDocument identityManagementPersonDocument, String principalId, List<EntityEmail> entityEmails, boolean suppressDisplay)
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.