Modifier and Type | Field and Description |
---|---|
protected LocationBo |
HrKeyedBusinessObject.locationObj |
Modifier and Type | Method and Description |
---|---|
LocationBo |
HrKeyedBusinessObject.getLocationObj() |
Modifier and Type | Method and Description |
---|---|
LocationBo |
HrKeyedBusinessObjectDerived.getLocationObj() |
Modifier and Type | Method and Description |
---|---|
LocationBo |
HrGroupKeyBo.getLocation() |
Modifier and Type | Method and Description |
---|---|
void |
HrGroupKeyBo.setLocation(LocationBo location) |
Modifier and Type | Method and Description |
---|---|
static LocationBo |
LocationBo.from(Location im) |
Modifier and Type | Method and Description |
---|---|
static Location |
LocationBo.to(LocationBo bo) |
Modifier and Type | Method and Description |
---|---|
LocationBo |
LocationDaoOjbImpl.getLocation(String hrLocationId) |
LocationBo |
LocationDao.getLocation(String hrLocationId)
Get location by unique id
|
LocationBo |
LocationDaoOjbImpl.getLocation(String location,
org.joda.time.LocalDate asOfDate) |
LocationBo |
LocationDao.getLocation(String location,
org.joda.time.LocalDate asOfDate)
Get location as of a particular date
|
Modifier and Type | Method and Description |
---|---|
List<LocationBo> |
LocationDaoOjbImpl.getLocations(String location) |
List<LocationBo> |
LocationDao.getLocations(String location) |
List<LocationBo> |
LocationDaoOjbImpl.getNewerVersionLocation(String location,
org.joda.time.LocalDate asOfDate) |
List<LocationBo> |
LocationDao.getNewerVersionLocation(String location,
org.joda.time.LocalDate asOfDate) |
List<LocationBo> |
LocationDaoOjbImpl.searchLocations(String location,
String locationDescr,
String active,
String showHistory) |
List<LocationBo> |
LocationDao.searchLocations(String location,
String locationDescr,
String active,
String showHistory) |
Modifier and Type | Method and Description |
---|---|
protected LocationBo |
LocationServiceImpl.getLocationBo(String hrLocationId) |
protected LocationBo |
LocationServiceImpl.getLocationBo(String location,
org.joda.time.LocalDate asOfDate) |
LocationBo |
LocationInternalServiceImpl.getLocationWithRoleData(String hrLocationId) |
LocationBo |
LocationInternalService.getLocationWithRoleData(String hrLocationId)
Get location by unique id
|
LocationBo |
LocationInternalServiceImpl.getLocationWithRoleData(String location,
org.joda.time.LocalDate asOfDate) |
LocationBo |
LocationInternalService.getLocationWithRoleData(String location,
org.joda.time.LocalDate asOfDate)
Get location as of a particular date
|
Modifier and Type | Method and Description |
---|---|
protected void |
LocationInternalServiceImpl.populateLocationRoleMembers(LocationBo location,
org.joda.time.LocalDate asOfDate) |
Modifier and Type | Method and Description |
---|---|
LocationBo |
SalaryGroupBo.getLocationObj() |
Modifier and Type | Method and Description |
---|---|
void |
SalaryGroupBo.setLocationObj(LocationBo locationObj) |
Modifier and Type | Method and Description |
---|---|
LocationBo |
SystemScheduledTimeOff.getLocationObj() |
Modifier and Type | Method and Description |
---|---|
void |
SystemScheduledTimeOff.setLocationObj(LocationBo locationObj) |
Modifier and Type | Method and Description |
---|---|
LocationBo |
DailyOvertimeRule.getLocationObj() |
Modifier and Type | Method and Description |
---|---|
void |
DailyOvertimeRule.setLocationObj(LocationBo locationObj) |
Modifier and Type | Method and Description |
---|---|
LocationBo |
ShiftDifferentialRule.getLocationObj() |
Modifier and Type | Method and Description |
---|---|
void |
ShiftDifferentialRule.setLocationObj(LocationBo locationObj) |
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.