public interface DepartmentDao
| Modifier and Type | Method and Description | 
|---|---|
| DepartmentBo | getDepartment(String hrDeptId) | 
| DepartmentBo | getDepartment(String department,
                          String groupKeyCode,
                          org.joda.time.LocalDate asOfDate) | 
| int | getDepartmentCount(String department,
                                    String groupKeyCode) | 
| List<DepartmentBo> | getDepartments(org.joda.time.LocalDate asOfDate) | 
| List<DepartmentBo> | getDepartments(String groupKeyCode,
                            String department,
                            org.joda.time.LocalDate asOfDate) | 
| List<DepartmentBo> | getDepartmentsWithDepartmentAndGroupKeys(String department,
                                                                                List<String> groupKeyCodes,
                                                                                org.joda.time.LocalDate asOfDate) | 
| List<DepartmentBo> | getDepartmentsWithGroupKeys(List<String> groupKeyCodes,
                                                      org.joda.time.LocalDate asOfDate) | 
| void | saveOrUpdate(DepartmentBo dept) | 
void saveOrUpdate(DepartmentBo dept)
DepartmentBo getDepartment(String department, String groupKeyCode, org.joda.time.LocalDate asOfDate)
List<DepartmentBo> getDepartments(org.joda.time.LocalDate asOfDate)
DepartmentBo getDepartment(String hrDeptId)
int getDepartmentCount(String department, String groupKeyCode)
List<DepartmentBo> getDepartments(String groupKeyCode, String department, org.joda.time.LocalDate asOfDate)
List<DepartmentBo> getDepartmentsWithGroupKeys(List<String> groupKeyCodes, org.joda.time.LocalDate asOfDate)
List<DepartmentBo> getDepartmentsWithDepartmentAndGroupKeys(String department, List<String> groupKeyCodes, org.joda.time.LocalDate asOfDate)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.