public interface TimeBlockHistoryDetailService
Modifier and Type | Method and Description |
---|---|
TimeBlockHistoryDetail |
getTimeBlockHistoryDetail(String timeBlockHistoryDetailId)
Fetch TimeBlockHistoryDetail based on id given
|
List<TimeBlockHistoryDetail> |
getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId)
Fetch List of TimeBlockHistoryDetail based on time block history id
|
void |
removeTimeBlockHistoryDetails(Long timeBlockHistoryId)
Remove TimeBlockHistoryDetail for the given id
|
TimeBlockHistoryDetail |
saveTimeBlockHistoryDetail(TimeBlockHistoryDetail timeBlockHistoryDetail)
Save time block history detail
|
TimeBlockHistoryDetail getTimeBlockHistoryDetail(String timeBlockHistoryDetailId)
timeBlockHistoryDetailId
- TimeBlockHistoryDetail saveTimeBlockHistoryDetail(TimeBlockHistoryDetail timeBlockHistoryDetail)
timeBlockHistoryDetail
- void removeTimeBlockHistoryDetails(Long timeBlockHistoryId)
timeBlockHistoryId
- List<TimeBlockHistoryDetail> getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId)
timeBlockHistoryId
- Copyright © 2004–2014 The Kuali Foundation. All rights reserved.