org.kuali.hr.time.timeblock.dao
Interface TimeBlockDao
- All Known Implementing Classes:
- TimeBlockDaoSpringOjbImpl
public interface TimeBlockDao
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)
getTimeBlocks
List<TimeBlock> getTimeBlocks()
getLatestEndTimestamp
List<TimeBlock> getLatestEndTimestamp()
getOvernightTimeBlocks
List<TimeBlock> getOvernightTimeBlocks(String clockLogEndId)
getTimeBlocksWithEarnCode
List<TimeBlock> getTimeBlocksWithEarnCode(String earnCode,
Date effDate)
Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.