org.kuali.hr.time.workarea.dao
Interface WorkAreaDao
- All Known Implementing Classes:
- WorkAreaDaoSpringOjbImpl
public interface WorkAreaDao
getWorkArea
WorkArea getWorkArea(Long workArea,
Date asOfDate)
getWorkArea
List<WorkArea> getWorkArea(String department,
Date asOfDate)
saveOrUpdate
void saveOrUpdate(WorkArea workArea)
getWorkArea
WorkArea getWorkArea(String tkWorkAreaId)
getNextWorkAreaKey
Long getNextWorkAreaKey()
getWorkAreas
List<WorkArea> getWorkAreas(String dept,
String workArea,
String workAreaDescr,
Date fromEffdt,
Date toEffdt,
String active,
String showHistory)
getWorkAreaCount
int getWorkAreaCount(String dept,
Long workArea)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.