| 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.employment |
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.entity |
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 |
|---|---|
EntityEmployment |
IdentityService.addEmploymentToEntity(EntityEmployment employment)
This will create a
EntityEmployment exactly like the employment passed in. |
EntityEmployment |
IdentityService.inactivateEmployment(String id)
This will inactivate a
EntityEmployment with the passed in id. |
EntityEmployment |
IdentityService.updateEmployment(EntityEmployment employment)
This will update a
EntityEmployment exactly like the employment passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityEmployment |
IdentityService.addEmploymentToEntity(EntityEmployment employment)
This will create a
EntityEmployment exactly like the employment passed in. |
EntityEmployment |
IdentityService.updateEmployment(EntityEmployment employment)
This will update a
EntityEmployment exactly like the employment passed in. |
| Modifier and Type | Method and Description |
|---|---|
EntityEmployment |
EntityEmployment.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
EntityEmployment |
EntityDefault.getEmployment() |
EntityEmployment |
Entity.getPrimaryEmployment() |
| Modifier and Type | Method and Description |
|---|---|
List<EntityEmployment> |
Entity.getEmploymentInformation() |
| 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–2017 The Kuali Foundation. All rights reserved.