public class SocRolloverResultDao extends GenericEntityDao<SocRolloverResultEntity>
em, entityClass, maxInClauseElements
Constructor and Description |
---|
SocRolloverResultDao() |
Modifier and Type | Method and Description |
---|---|
List<SocRolloverResultEntity> |
getBySocRorTypeId(String socRorType) |
List<SocRolloverResultEntity> |
getBySourceSocId(String sourceSocId) |
List<SocRolloverResultEntity> |
getByTargetSocId(String targetSocId) |
List<String> |
getSocRolloverResultIdsBySourceSocId(String sourceSocId) |
List<String> |
getSocRolloverResultIdsByTargetSocId(String targetSocId) |
entityExists, find, findAll, findByIds, findByIds, getEm, getEntityClass, merge, persist, remove, setEm, setMaxInClauseElements, verifyResults
public SocRolloverResultDao()
public List<SocRolloverResultEntity> getBySocRorTypeId(String socRorType)
public List<SocRolloverResultEntity> getBySourceSocId(String sourceSocId)
public List<String> getSocRolloverResultIdsBySourceSocId(String sourceSocId)
public List<SocRolloverResultEntity> getByTargetSocId(String targetSocId)
public List<String> getSocRolloverResultIdsByTargetSocId(String targetSocId)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.