org.kuali.student.core.atp.dao
Interface AtpDao
- All Superinterfaces:
- CrudDao, SearchableDao
- All Known Implementing Classes:
- AtpDaoImpl
public interface AtpDao
- extends CrudDao, SearchableDao
findAtpsByAtpType
List<Atp> findAtpsByAtpType(String atpTypeKey)
findAtpsByDate
List<Atp> findAtpsByDate(Date searchDate)
findAtpsByDates
List<Atp> findAtpsByDates(Date startDate,
Date endDate)
findDateRangeTypesForAtpType
List<DateRangeType> findDateRangeTypesForAtpType(String atpTypeKey)
findDateRangesByAtp
List<DateRange> findDateRangesByAtp(String atpKey)
findDateRangesByDate
List<DateRange> findDateRangesByDate(Date searchDate)
findMilestoneTypesForAtpType
List<MilestoneType> findMilestoneTypesForAtpType(String atpTypeKey)
findMilestonesByAtp
List<Milestone> findMilestonesByAtp(String atpKey)
findMilestonesByDates
List<Milestone> findMilestonesByDates(Date startDate,
Date endDate)
findMilestonesByDatesAndType
List<Milestone> findMilestonesByDatesAndType(String milestoneTypeKey,
Date startDate,
Date endDate)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.