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

All Known Implementing Classes:
TimeBlockDaoSpringOjbImpl

public interface TimeBlockDao


Method Summary
 void deleteTimeBlock(TimeBlock timeBlock)
           
 void deleteTimeBlocksAssociatedWithDocumentId(String documentId)
           
 List<TimeBlock> getLatestEndTimestampForEarnCode(String earnCode)
           
 List<TimeBlock> getOvernightTimeBlocks(String clockLogEndId)
           
 TimeBlock getTimeBlock(String timeBlockId)
           
 List<TimeBlock> getTimeBlocks(String documentId)
           
 List<TimeBlock> getTimeBlocksForAssignment(Assignment assign)
           
 List<TimeBlock> getTimeBlocksForClockLogBeginId(String tkClockLogId)
           
 List<TimeBlock> getTimeBlocksForClockLogEndId(String tkClockLogId)
           
 List<TimeBlock> getTimeBlocksWithEarnCode(String earnCode, Date effDate)
           
 void saveOrUpdate(List<TimeBlock> timeBlockList)
           
 void saveOrUpdate(TimeBlock timeBlock)
           
 

Method Detail

saveOrUpdate

void saveOrUpdate(TimeBlock timeBlock)

saveOrUpdate

void saveOrUpdate(List<TimeBlock> timeBlockList)

deleteTimeBlock

void deleteTimeBlock(TimeBlock timeBlock)

getTimeBlock

TimeBlock getTimeBlock(String timeBlockId)

getTimeBlocks

List<TimeBlock> getTimeBlocks(String documentId)

getTimeBlocksForAssignment

List<TimeBlock> getTimeBlocksForAssignment(Assignment assign)

deleteTimeBlocksAssociatedWithDocumentId

void deleteTimeBlocksAssociatedWithDocumentId(String documentId)

getTimeBlocksForClockLogEndId

List<TimeBlock> getTimeBlocksForClockLogEndId(String tkClockLogId)

getTimeBlocksForClockLogBeginId

List<TimeBlock> getTimeBlocksForClockLogBeginId(String tkClockLogId)

getLatestEndTimestampForEarnCode

List<TimeBlock> getLatestEndTimestampForEarnCode(String earnCode)

getOvernightTimeBlocks

List<TimeBlock> getOvernightTimeBlocks(String clockLogEndId)

getTimeBlocksWithEarnCode

List<TimeBlock> getTimeBlocksWithEarnCode(String earnCode,
                                          Date effDate)


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