Package | Description |
---|---|
org.kuali.ole.deliver.bo | |
org.kuali.ole.deliver.service | |
org.kuali.ole.describe.bo | |
org.kuali.ole.service |
Modifier and Type | Method and Description |
---|---|
OleLocation |
OleCirculationDeskLocation.getLocation() |
OleLocation |
OleLoanDocument.getOleLocation()
Gets the oleLocation attribute.
|
OleLocation |
OleCirculationDeskLocation.getPickupLocation() |
Modifier and Type | Method and Description |
---|---|
void |
OleCirculationDeskLocation.setLocation(OleLocation location) |
void |
OleLoanDocument.setOleLocation(OleLocation oleLocation)
Sets the oleLocation attribute value.
|
void |
OleCirculationDeskLocation.setPickupLocation(OleLocation pickupLocation) |
Modifier and Type | Method and Description |
---|---|
OleLocation |
CircDeskLocationResolver.getLocationByLocationCode(String locationCode)
This method returns location using location code.
|
OleLocation |
CircDeskLocationResolver.getLocationByParentIdAndLocationCode(String parentLocationId,
String locationCode) |
Modifier and Type | Method and Description |
---|---|
String |
CircDeskLocationResolver.getFullPathLocation(OleLocation oleLocation,
List<String> locationLevelNames) |
String |
CircDeskLocationResolver.getFullPathLocationByName(OleLocation oleLocation) |
Modifier and Type | Method and Description |
---|---|
OleLocation |
OleLocation.getOleLocation()
Gets the oleLocation object value from this OleLocation class
|
Modifier and Type | Method and Description |
---|---|
void |
OleLocation.setOleLocation(OleLocation oleLocation)
Sets the oleLocation value inside this OleLocation class
|
Modifier and Type | Method and Description |
---|---|
OleLocation |
OleLocationService.getLocation(String locationCode) |
OleLocation |
OleLocationServiceImpl.getLocation(String locationCode)
This method returns location using locationCode.
|
Modifier and Type | Method and Description |
---|---|
boolean |
OleLocationService.createLocation(OleLocation oleLocation) |
boolean |
OleLocationServiceImpl.createLocation(OleLocation oleLocation)
This method returns boolean after create location.
|
boolean |
OleLocationService.updateLocation(OleLocation oleLocation) |
boolean |
OleLocationServiceImpl.updateLocation(OleLocation oleLocation)
This method updates location using oleLocation.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.