| Package | Description |
|---|---|
| org.kuali.rice.kim.api.identity |
Copyright 2005-2018 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.entity |
Copyright 2005-2018 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-2018 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 |
|---|---|
EntityTypeContactInfo |
IdentityService.addEntityTypeContactInfoToEntity(EntityTypeContactInfo entityTypeContactInfo)
This will create a
EntityTypeContactInfo exactly like the entityTypeContactInfo passed in. |
EntityTypeContactInfo |
IdentityService.inactivateEntityTypeContactInfo(String entityId,
String entityTypeCode)
This will inactivate a
EntityTypeContactInfo with the passed in parameters. |
EntityTypeContactInfo |
IdentityService.updateEntityTypeContactInfo(EntityTypeContactInfo entityTypeContactInfo)
This will update a
EntityTypeContactInfo exactly like the entityTypeContactInfo passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeContactInfo |
IdentityService.addEntityTypeContactInfoToEntity(EntityTypeContactInfo entityTypeContactInfo)
This will create a
EntityTypeContactInfo exactly like the entityTypeContactInfo passed in. |
EntityTypeContactInfo |
IdentityService.updateEntityTypeContactInfo(EntityTypeContactInfo entityTypeContactInfo)
This will update a
EntityTypeContactInfo exactly like the entityTypeContactInfo passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeContactInfo |
Entity.getEntityTypeContactInfoByTypeCode(String entityTypeCode) |
| Modifier and Type | Method and Description |
|---|---|
List<EntityTypeContactInfo> |
Entity.getEntityTypeContactInfos() |
| Modifier and Type | Method and Description |
|---|---|
EntityTypeContactInfo |
EntityTypeContactInfo.Builder.build() |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.