org.kuali.hr.time.timeblock.service
Class TimeBlockHistoryDetailServiceImpl

java.lang.Object
  extended by org.kuali.hr.time.timeblock.service.TimeBlockHistoryDetailServiceImpl
All Implemented Interfaces:
TimeBlockHistoryDetailService

public class TimeBlockHistoryDetailServiceImpl
extends Object
implements TimeBlockHistoryDetailService


Constructor Summary
TimeBlockHistoryDetailServiceImpl()
           
 
Method Summary
 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 tbhd)
          Save time block history detail
 void setTimeBlockHistoryDetailDao(TimeBlockHistoryDetailDao timeBlockHistoryDetailDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeBlockHistoryDetailServiceImpl

public TimeBlockHistoryDetailServiceImpl()
Method Detail

getTimeBlockHistoryDetail

public TimeBlockHistoryDetail getTimeBlockHistoryDetail(String timeBlockHistoryDetailId)
Description copied from interface: TimeBlockHistoryDetailService
Fetch TimeBlockHistoryDetail based on id given

Specified by:
getTimeBlockHistoryDetail in interface TimeBlockHistoryDetailService
Returns:

saveTimeBlockHistoryDetail

public TimeBlockHistoryDetail saveTimeBlockHistoryDetail(TimeBlockHistoryDetail tbhd)
Description copied from interface: TimeBlockHistoryDetailService
Save time block history detail

Specified by:
saveTimeBlockHistoryDetail in interface TimeBlockHistoryDetailService
Returns:

setTimeBlockHistoryDetailDao

public void setTimeBlockHistoryDetailDao(TimeBlockHistoryDetailDao timeBlockHistoryDetailDao)

getTimeBlockHistoryDetailsForTimeBlockHistory

public List<TimeBlockHistoryDetail> getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId)
Description copied from interface: TimeBlockHistoryDetailService
Fetch List of TimeBlockHistoryDetail based on time block history id

Specified by:
getTimeBlockHistoryDetailsForTimeBlockHistory in interface TimeBlockHistoryDetailService
Returns:

removeTimeBlockHistoryDetails

public void removeTimeBlockHistoryDetails(Long timeBlockHistoryId)
Description copied from interface: TimeBlockHistoryDetailService
Remove TimeBlockHistoryDetail for the given id

Specified by:
removeTimeBlockHistoryDetails in interface TimeBlockHistoryDetailService


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