org.kuali.hr.time.workarea.dao
Interface WorkAreaDao

All Known Implementing Classes:
WorkAreaDaoSpringOjbImpl

public interface WorkAreaDao


Method Summary
 Long getNextWorkAreaKey()
           
 WorkArea getWorkArea(Long workArea, Date asOfDate)
           
 WorkArea getWorkArea(String tkWorkAreaId)
           
 List<WorkArea> getWorkArea(String department, Date asOfDate)
           
 int getWorkAreaCount(String dept, Long workArea)
           
 List<WorkArea> getWorkAreas(String dept, String workArea, String description, Date fromEffdt, Date toEffdt, String active, String showHistory)
           
 void saveOrUpdate(WorkArea workArea)
           
 

Method Detail

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 description,
                            Date fromEffdt,
                            Date toEffdt,
                            String active,
                            String showHistory)

getWorkAreaCount

int getWorkAreaCount(String dept,
                     Long workArea)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.