org.kuali.kpme.core.block.service
Class CalendarBlockServiceImpl

java.lang.Object
  extended by org.kuali.kpme.core.block.service.CalendarBlockServiceImpl
All Implemented Interfaces:
CalendarBlockService

public class CalendarBlockServiceImpl
extends Object
implements CalendarBlockService


Constructor Summary
CalendarBlockServiceImpl()
           
 
Method Summary
 List<CalendarBlock> getAllCalendarBlocks()
           
 CalendarBlockDao getCalendarBlockDao()
           
 org.joda.time.DateTime getLatestEndTimestampForEarnCode(String earnCode, String calendarBlockType)
           
 void setCalendarBlockDao(CalendarBlockDao calendarBlockDao)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CalendarBlockServiceImpl

public CalendarBlockServiceImpl()
Method Detail

getCalendarBlockDao

public CalendarBlockDao getCalendarBlockDao()

setCalendarBlockDao

public void setCalendarBlockDao(CalendarBlockDao calendarBlockDao)

getAllCalendarBlocks

public List<CalendarBlock> getAllCalendarBlocks()
Specified by:
getAllCalendarBlocks in interface CalendarBlockService

getLatestEndTimestampForEarnCode

public org.joda.time.DateTime getLatestEndTimestampForEarnCode(String earnCode,
                                                               String calendarBlockType)
Specified by:
getLatestEndTimestampForEarnCode in interface CalendarBlockService


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