Package | Description |
---|---|
org.kuali.rice.kim.api.identity |
Copyright 2005-2014 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-2014 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-2014 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.impl.identity | |
org.kuali.rice.kim.impl.identity.employment | |
org.kuali.rice.kim.service | |
org.kuali.rice.kim.service.impl |
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) |
Modifier and Type | Method and Description |
---|---|
EntityEmployment |
IdentityCurrentAndArchivedServiceImpl.addEmploymentToEntity(EntityEmployment employment) |
EntityEmployment |
IdentityServiceImpl.addEmploymentToEntity(EntityEmployment employment) |
EntityEmployment |
IdentityCurrentAndArchivedServiceImpl.inactivateEmployment(String id) |
EntityEmployment |
IdentityServiceImpl.inactivateEmployment(String id) |
EntityEmployment |
IdentityCurrentAndArchivedServiceImpl.updateEmployment(EntityEmployment employment) |
EntityEmployment |
IdentityServiceImpl.updateEmployment(EntityEmployment employment) |
Modifier and Type | Method and Description |
---|---|
EntityEmployment |
IdentityCurrentAndArchivedServiceImpl.addEmploymentToEntity(EntityEmployment employment) |
EntityEmployment |
IdentityServiceImpl.addEmploymentToEntity(EntityEmployment employment) |
EntityEmployment |
IdentityCurrentAndArchivedServiceImpl.updateEmployment(EntityEmployment employment) |
EntityEmployment |
IdentityServiceImpl.updateEmployment(EntityEmployment employment) |
Modifier and Type | Method and Description |
---|---|
static EntityEmployment |
EntityEmploymentBo.to(EntityEmploymentBo bo) |
Modifier and Type | Method and Description |
---|---|
static EntityEmploymentBo |
EntityEmploymentBo.from(EntityEmployment immutable)
Creates a EntityEmploymentBo business object from an immutable representation of a EntityEmployment.
|
Modifier and Type | Method and Description |
---|---|
List<EntityEmployment> |
UiDocumentService.getEntityEmploymentInformationInfo(String entityId) |
Modifier and Type | Method and Description |
---|---|
List<EntityEmployment> |
UiDocumentServiceImpl.getEntityEmploymentInformationInfo(String entityId) |
Modifier and Type | Method and Description |
---|---|
protected List<PersonDocumentAffiliation> |
LdapUiDocumentServiceImpl.loadAffiliations(List<EntityAffiliation> affiliations,
List<EntityEmployment> empInfos) |
protected List<PersonDocumentAffiliation> |
UiDocumentServiceImpl.loadAffiliations(List<EntityAffiliation> affiliations,
List<EntityEmployment> empInfos) |
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.