public class TimeBlockHistoryServiceImpl extends Object implements TimeBlockHistoryService
Constructor and Description |
---|
TimeBlockHistoryServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
addTimeBlockHistoryDetails(TimeBlockHistory timeBlockHistory,
TimeBlockBo timeBlock)
Add Time Block history Details to Time Block History using timeHourDetails
of given time block
|
List<TimeBlockHistory> |
getTimeBlockHistoriesForLookup(String documentId,
String principalId,
String userPrincipalId,
org.joda.time.LocalDate fromDate,
org.joda.time.LocalDate toDate) |
List<TimeBlockHistory> |
getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
Fetch a TimeBlockHistory by a particular id
|
void |
saveTimeBlockHistory(TimeBlockHistory tbh)
Save TimeBlock history
|
List<TimeBlockHistory> |
saveTimeBlockHistoryList(List<TimeBlockHistory> tbhs)
Save a List of TimeBlockHistory objects
|
void |
setTimeBlockHistoryDao(TimeBlockHistoryDao timeBlockHistoryDao) |
public TimeBlockHistoryServiceImpl()
public void saveTimeBlockHistory(TimeBlockHistory tbh)
TimeBlockHistoryService
saveTimeBlockHistory
in interface TimeBlockHistoryService
public List<TimeBlockHistory> saveTimeBlockHistoryList(List<TimeBlockHistory> tbhs)
TimeBlockHistoryService
saveTimeBlockHistoryList
in interface TimeBlockHistoryService
public void setTimeBlockHistoryDao(TimeBlockHistoryDao timeBlockHistoryDao)
public List<TimeBlockHistory> getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
TimeBlockHistoryService
getTimeBlockHistoryByTkTimeBlockId
in interface TimeBlockHistoryService
public void addTimeBlockHistoryDetails(TimeBlockHistory timeBlockHistory, TimeBlockBo timeBlock)
TimeBlockHistoryService
addTimeBlockHistoryDetails
in interface TimeBlockHistoryService
public List<TimeBlockHistory> getTimeBlockHistoriesForLookup(String documentId, String principalId, String userPrincipalId, org.joda.time.LocalDate fromDate, org.joda.time.LocalDate toDate)
getTimeBlockHistoriesForLookup
in interface TimeBlockHistoryService
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.