Package | Description |
---|---|
org.kuali.ole.ingest | |
org.kuali.ole.ingest.pojo | |
org.kuali.ole.service |
Modifier and Type | Method and Description |
---|---|
String |
OleLocationObjectGeneratorFromXML.toXML(List<OleLocationIngest> oleLocationIngestList)
This method returns xml.
|
Modifier and Type | Method and Description |
---|---|
List<OleLocationIngest> |
OleLocationGroup.getLocationGroup()
Gets the locationGroup attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
OleLocationGroup.setLocationGroup(List<OleLocationIngest> locationGroup)
Sets the locationGroup attribute value.
|
Modifier and Type | Method and Description |
---|---|
List<OleLocationIngest> |
OleLocationConverterService.getCreateLocationList()
Gets the createLocationList attribute value.
|
List<OleLocationIngest> |
OleLocationConverterService.getRejectLocationList() |
List<OleLocationIngest> |
OleLocationConverterService.getUpdateLocationList()
Gets the updateLocationList attribute value.
|
Modifier and Type | Method and Description |
---|---|
void |
OleLocationConverterService.createOleLocation(OleLocationIngest oleLocation)
This method creates location using oleLocation.
|
boolean |
OleLocationConverterService.isLocationExist(OleLocationIngest oleLocationIngest)
This method checks Location using oleLocationIngest.
|
boolean |
OleLocationConverterService.isLocationLevelCodeExist(OleLocationIngest oleLocationIngest)
This method checks LocationLevelCode using oleLocationIngest.
|
boolean |
OleLocationConverterService.isParentLocationExist(OleLocationIngest oleLocationIngest)
This method checks existence of ParentLocation using oleLocationIngest.
|
void |
OleLocationConverterService.updateOleLocation(OleLocationIngest oleLocation)
This method updates location using oleLocation.
|
Modifier and Type | Method and Description |
---|---|
void |
OleLocationConverterService.setCreateLocationList(List<OleLocationIngest> createLocationList)
Sets the createLocationList attribute value.
|
void |
OleLocationConverterService.setRejectLocationList(List<OleLocationIngest> rejectLocationList) |
void |
OleLocationConverterService.setUpdateLocationList(List<OleLocationIngest> updateLocationList)
Sets the updateLocationList attribute value.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.