|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.kpme.tklm.time.timeblock.service.TimeBlockHistoryServiceImpl
public class TimeBlockHistoryServiceImpl
Constructor Summary | |
---|---|
TimeBlockHistoryServiceImpl()
|
Method Summary | |
---|---|
void |
addTimeBlockHistoryDetails(TimeBlockHistory timeBlockHistory,
TimeBlock 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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeBlockHistoryServiceImpl()
Method Detail |
---|
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, TimeBlock 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |