public class SocRolloverResultItemDao extends GenericEntityDao<SocRolloverResultItemEntity>
em, entityClass
Constructor and Description |
---|
SocRolloverResultItemDao() |
Modifier and Type | Method and Description |
---|---|
List<SocRolloverResultItemEntity> |
getBySocRolloverResultId(String socRolloverResultId) |
List<SocRolloverResultItemEntity> |
getBySocRolloverResultIdAndSourceCourseOfferingId(String socRolloverResultId,
String sourceCourseOfferingId) |
List<SocRolloverResultItemEntity> |
getBySocRolloverResultIdAndTargetCourseOfferingId(String socRolloverResultId,
String targetCourseOfferingId) |
List<SocRolloverResultItemEntity> |
getBySocTypeId(String socType) |
entityExists, find, findAll, findByIds, findByIds, findByIdsMaxKeys, getEm, getEntityClass, merge, persist, remove, setEm, update, verifyResults
public SocRolloverResultItemDao()
public List<SocRolloverResultItemEntity> getBySocTypeId(String socType)
public List<SocRolloverResultItemEntity> getBySocRolloverResultId(String socRolloverResultId)
public List<SocRolloverResultItemEntity> getBySocRolloverResultIdAndSourceCourseOfferingId(String socRolloverResultId, String sourceCourseOfferingId)
public List<SocRolloverResultItemEntity> getBySocRolloverResultIdAndTargetCourseOfferingId(String socRolloverResultId, String targetCourseOfferingId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.