| Package | Description |
|---|---|
| com.rsmart.kuali.coeus.hr.service.adapter.impl | |
| com.rsmart.kuali.coeus.hr.service.impl |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityAddressBoAdapter
Implements logic necessary for merging
Address
objects from import into the list of EntityAddressBo
objects already attached to an Entity. |
class |
EntityAffiliationBoAdapter
Implements logic necessary for merging
Affiliation
objects from import into the list of EntityAffiliationBo
objects already attached to an Entity. |
class |
EntityEmailBoAdapter
Implements logic necessary for merging
Email
objects from import into the list of EntityEmailBo
objects already attached to an Entity. |
class |
EntityEmploymentBoAdapter
Implements logic necessary for merging
Affiliation
objects from import into the list of EntityEmploymentBo
objects already attached to an Entity. |
class |
EntityNameBoAdapter
Implements logic necessary for merging
Name
objects from import into the list of EntityNameBo
objects already attached to an Entity. |
class |
EntityPhoneBoAdapter
Implements logic necessary for merging
Phone
objects from import into the list of EntityPhoneBo
objects already attached to an Entity. |
class |
PersonAppointmentBoAdapter |
class |
PersonDegreeBoAdapter |
| Modifier and Type | Method and Description |
|---|---|
protected <T,Z> List<T> |
HRImportServiceImpl.adaptAndSortList(String entityId,
List<Z> toImport,
PersistableBoMergeAdapter<T,Z> adapter)
This converts an incoming set of JAXB objects into their corresponding KIM entity objects.
|
protected <T,Z> boolean |
HRImportServiceImpl.mergeImportedBOs(List<Z> objsToMerge,
List<T> existingBOs,
PersistableBoMergeAdapter<T,Z> adapter,
String entityId)
This merges an incoming list of JAXB objects into a list of existing business objects
for a single Entity.
|
Copyright © 2018 KualiCo. All rights reserved.