| 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.phone |
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 |
|---|---|
EntityPhone |
IdentityService.addPhoneToEntity(EntityPhone phone)
This will create a
EntityPhone exactly like the phone passed in. |
EntityPhone |
IdentityService.inactivatePhone(String id)
This will inactivate the
EntityPhone with the passed in id. |
EntityPhone |
IdentityService.updatePhone(EntityPhone phone)
This will update a
EntityPhone exactly like the phone passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityPhone |
IdentityService.addPhoneToEntity(EntityPhone phone)
This will create a
EntityPhone exactly like the phone passed in. |
EntityPhone |
IdentityService.updatePhone(EntityPhone phone)
This will update a
EntityPhone exactly like the phone passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityPhone |
EntityPhone.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
EntityPhone |
EntityTypeContactInfoDefault.getDefaultPhoneNumber() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityPhone> |
EntityTypeContactInfo.getPhoneNumbers() |
| Constructor and Description |
|---|
EntityTypeContactInfoDefault(String entityTypeCode,
EntityAddress defaultAddress,
EntityEmail defaultEmailAddress,
EntityPhone defaultPhoneNumber) |
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.