org.kuali.hr.time.timeblock.dao
Interface TimeBlockHistoryDao

All Known Implementing Classes:
TimeBlockHistoryDaoSpringOjbImpl

public interface TimeBlockHistoryDao


Method Summary
 TimeBlockHistory getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)
           
 void saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList)
           
 void saveOrUpdate(TimeBlockHistory timeBlockHistory)
           
 

Method Detail

saveOrUpdate

void saveOrUpdate(TimeBlockHistory timeBlockHistory)

saveOrUpdate

void saveOrUpdate(List<TimeBlockHistory> timeBlockHistoryList)

getTimeBlockHistoryByTkTimeBlockId

TimeBlockHistory getTimeBlockHistoryByTkTimeBlockId(String tkTimeBlockId)


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