| Package | Description |
|---|---|
| org.kuali.rice.kim.api.identity |
Copyright 2005-2017 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-2017 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-2017 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.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
EntityEmail |
EntityEmail.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
EntityEmail |
EntityTypeContactInfoDefault.getDefaultEmailAddress() |
EntityEmail |
EntityTypeContactInfo.getDefaultEmailAddress() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityEmail> |
EntityTypeContactInfo.getEmailAddresses() |
| Constructor and Description |
|---|
EntityTypeContactInfoDefault(String entityTypeCode,
EntityAddress defaultAddress,
EntityEmail defaultEmailAddress,
EntityPhone defaultPhoneNumber) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.