public interface TimeBlockHistoryDetailDao
| Modifier and Type | Method and Description | 
|---|---|
| TimeBlockHistoryDetail | getTimeBlockHistoryDetail(String timeBlockHistoryDetailId) | 
| List<TimeBlockHistoryDetail> | getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId) | 
| void | remove(Long timeBlockHistoryId) | 
| void | saveOrUpdate(List<TimeBlockHistoryDetail> timeBlockHistoryDetails) | 
| void | saveOrUpdate(TimeBlockHistoryDetail timeBlockHistoryDetail) | 
TimeBlockHistoryDetail getTimeBlockHistoryDetail(String timeBlockHistoryDetailId)
void saveOrUpdate(List<TimeBlockHistoryDetail> timeBlockHistoryDetails)
void saveOrUpdate(TimeBlockHistoryDetail timeBlockHistoryDetail)
List<TimeBlockHistoryDetail> getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.