org.kuali.hr.time.timeblock.service
Interface TimeBlockHistoryDetailService

All Known Implementing Classes:
TimeBlockHistoryDetailServiceImpl

public interface TimeBlockHistoryDetailService


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 timeBlockHistoryDetail)
          Save time block history detail
 

Method Detail

getTimeBlockHistoryDetail

TimeBlockHistoryDetail getTimeBlockHistoryDetail(String timeBlockHistoryDetailId)
Fetch TimeBlockHistoryDetail based on id given

Parameters:
timeBlockHistoryDetailId -
Returns:

saveTimeBlockHistoryDetail

TimeBlockHistoryDetail saveTimeBlockHistoryDetail(TimeBlockHistoryDetail timeBlockHistoryDetail)
Save time block history detail

Parameters:
timeBlockHistoryDetail -
Returns:

removeTimeBlockHistoryDetails

void removeTimeBlockHistoryDetails(Long timeBlockHistoryId)
Remove TimeBlockHistoryDetail for the given id

Parameters:
timeBlockHistoryId -

getTimeBlockHistoryDetailsForTimeBlockHistory

List<TimeBlockHistoryDetail> getTimeBlockHistoryDetailsForTimeBlockHistory(String timeBlockHistoryId)
Fetch List of TimeBlockHistoryDetail based on time block history id

Parameters:
timeBlockHistoryId -
Returns:


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