| 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.affiliation |
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.employment |
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.
|
| Modifier and Type | Method and Description |
|---|---|
EntityAffiliation |
IdentityService.addAffiliationToEntity(EntityAffiliation affiliation)
This will create a
EntityAffiliation exactly like the affiliation passed in. |
EntityAffiliation |
IdentityService.inactivateAffiliation(String id)
This will inactivate a
EntityAffiliation with the id passed in. |
EntityAffiliation |
IdentityService.updateAffiliation(EntityAffiliation affiliation)
This will update a
EntityAffiliation exactly like the affiliation passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityAffiliation |
IdentityService.addAffiliationToEntity(EntityAffiliation affiliation)
This will create a
EntityAffiliation exactly like the affiliation passed in. |
EntityAffiliation |
IdentityService.updateAffiliation(EntityAffiliation affiliation)
This will update a
EntityAffiliation exactly like the affiliation passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityAffiliation |
EntityAffiliation.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
EntityAffiliation |
EntityEmployment.getEntityAffiliation() |
| Modifier and Type | Method and Description |
|---|---|
EntityAffiliation |
EntityDefault.getDefaultAffiliation() |
EntityAffiliation |
Entity.getDefaultAffiliation() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityAffiliation> |
EntityDefault.getAffiliations() |
List<EntityAffiliation> |
Entity.getAffiliations() |
| Constructor and Description |
|---|
EntityDefault(String entityId,
EntityName name,
List<Principal> principals,
List<EntityTypeContactInfoDefault> entityTypes,
List<EntityAffiliation> affiliations,
EntityAffiliation defaultAffiliation,
EntityEmployment employment,
List<EntityExternalIdentifier> externalIdentifiers,
EntityPrivacyPreferences privacyPreferences,
boolean active) |
| Constructor and Description |
|---|
EntityDefault(String entityId,
EntityName name,
List<Principal> principals,
List<EntityTypeContactInfoDefault> entityTypes,
List<EntityAffiliation> affiliations,
EntityAffiliation defaultAffiliation,
EntityEmployment employment,
List<EntityExternalIdentifier> externalIdentifiers,
EntityPrivacyPreferences privacyPreferences,
boolean active) |
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.