public class LuiLuiRelationDao extends GenericEntityDao<LuiLuiRelationEntity>
em, entityClass, maxInClauseElements
Constructor and Description |
---|
LuiLuiRelationDao() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getLuiIdsByRelation(String relatedLuiId,
String luLuRelationTypeKey) |
List<String> |
getLuiLuiRelationIdsByType(String luiLuiRelationTypeKey) |
List<LuiLuiRelationEntity> |
getLuiLuiRelationsByIds(List<String> luiLuiRelationIds) |
List<LuiLuiRelationEntity> |
getLuiLuiRelationsByLui(String luiId) |
List<LuiLuiRelationEntity> |
getLuiLuiRelationsByRelatedLuiAndLuiId(String luiId,
String relatedLuiId) |
List<LuiEntity> |
getLuisByRelation(String relatedLuiId,
String luLuRelationTypeKey) |
List<String> |
getRelatedLuisByLuiId(String luiId,
String luLuRelationTypeKey) |
List<LuiEntity> |
getRelatedLuisByLuiIdAndRelationType(String luiId,
String luiLuiRelationTypeKey) |
entityExists, find, findAll, findByIds, findByIds, getEm, getEntityClass, merge, persist, remove, setEm, setMaxInClauseElements, verifyResults
public LuiLuiRelationDao()
public List<LuiLuiRelationEntity> getLuiLuiRelationsByLui(String luiId)
public List<String> getLuiIdsByRelation(String relatedLuiId, String luLuRelationTypeKey)
public List<LuiEntity> getLuisByRelation(String relatedLuiId, String luLuRelationTypeKey)
public List<String> getRelatedLuisByLuiId(String luiId, String luLuRelationTypeKey)
public List<LuiLuiRelationEntity> getLuiLuiRelationsByRelatedLuiAndLuiId(String luiId, String relatedLuiId)
public List<LuiEntity> getRelatedLuisByLuiIdAndRelationType(String luiId, String luiLuiRelationTypeKey)
public List<String> getLuiLuiRelationIdsByType(String luiLuiRelationTypeKey)
public List<LuiLuiRelationEntity> getLuiLuiRelationsByIds(List<String> luiLuiRelationIds)
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.