Uses of Class
org.kuali.hr.time.timeblock.TimeBlockHistory

Packages that use TimeBlockHistory
org.kuali.hr.time.timeblock   
org.kuali.hr.time.timeblock.dao   
org.kuali.hr.time.timeblock.service   
 

Uses of TimeBlockHistory in org.kuali.hr.time.timeblock
 

Methods in org.kuali.hr.time.timeblock that return TimeBlockHistory
 TimeBlockHistory TimeBlockHistoryDetail.getTimeBlockHistory()
           
 

Methods in org.kuali.hr.time.timeblock that return types with arguments of type TimeBlockHistory
 List<TimeBlockHistory> TimeBlock.getTimeBlockHistories()
           
 

Methods in org.kuali.hr.time.timeblock with parameters of type TimeBlockHistory
 void TimeBlockHistoryDetail.setTimeBlockHistory(TimeBlockHistory timeBlockHistory)
           
 

Method parameters in org.kuali.hr.time.timeblock with type arguments of type TimeBlockHistory
 void TimeBlock.setTimeBlockHistories(List<TimeBlockHistory> timeBlockHistories)
           
 

Uses of TimeBlockHistory in org.kuali.hr.time.timeblock.dao
 

Methods in org.kuali.hr.time.timeblock.dao that return TimeBlockHistory
 TimeBlockHistory TimeBlockHistoryDao.getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
           
 TimeBlockHistory TimeBlockHistoryDaoSpringOjbImpl.getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
           
 

Methods in org.kuali.hr.time.timeblock.dao with parameters of type TimeBlockHistory
 void TimeBlockHistoryDao.saveOrUpdate(TimeBlockHistory timeBlockHistory)
           
 void TimeBlockHistoryDaoSpringOjbImpl.saveOrUpdate(TimeBlockHistory timeBlockHistory)
           
 

Method parameters in org.kuali.hr.time.timeblock.dao with type arguments of type TimeBlockHistory
 void TimeBlockHistoryDao.saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList)
           
 void TimeBlockHistoryDaoSpringOjbImpl.saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList)
           
 

Uses of TimeBlockHistory in org.kuali.hr.time.timeblock.service
 

Methods in org.kuali.hr.time.timeblock.service that return TimeBlockHistory
 TimeBlockHistory TimeBlockHistoryService.getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
          Fetch a TimeBlockHistory by a particular id
 TimeBlockHistory TimeBlockHistoryServiceImpl.getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
           
 

Methods in org.kuali.hr.time.timeblock.service that return types with arguments of type TimeBlockHistory
 List<TimeBlockHistory> TimeBlockService.createTimeBlockHistories(TimeBlock tb, String actionHistory)
           
 List<TimeBlockHistory> TimeBlockServiceImpl.createTimeBlockHistories(TimeBlock tb, String actionHistory)
           
 List<TimeBlockHistory> TimeBlockHistoryService.saveTimeBlockHistoryList(List<TimeBlockHistory> timeBlockHistories)
          Save a List of TimeBlockHistory objects
 List<TimeBlockHistory> TimeBlockHistoryServiceImpl.saveTimeBlockHistoryList(List<TimeBlockHistory> tbhs)
           
 

Methods in org.kuali.hr.time.timeblock.service with parameters of type TimeBlockHistory
 void TimeBlockHistoryService.addTimeBlockHistoryDetails(TimeBlockHistory timeBlockHistory, TimeBlock timeBlock)
          Add Time Block history Details to Time Block History using timeHourDetails of given time block
 void TimeBlockHistoryServiceImpl.addTimeBlockHistoryDetails(TimeBlockHistory timeBlockHistory, TimeBlock timeBlock)
           
 void TimeBlockHistoryService.saveTimeBlockHistory(TimeBlockHistory timeBlockHistory)
          Save TimeBlock history
 void TimeBlockHistoryServiceImpl.saveTimeBlockHistory(TimeBlockHistory tbh)
           
 

Method parameters in org.kuali.hr.time.timeblock.service with type arguments of type TimeBlockHistory
 List<TimeBlockHistory> TimeBlockHistoryService.saveTimeBlockHistoryList(List<TimeBlockHistory> timeBlockHistories)
          Save a List of TimeBlockHistory objects
 List<TimeBlockHistory> TimeBlockHistoryServiceImpl.saveTimeBlockHistoryList(List<TimeBlockHistory> tbhs)
           
 



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.