org.kuali.student.enrollment.class1.lui.dao
Class LuiLuiRelationDao

java.lang.Object
  extended by org.kuali.student.r2.common.dao.GenericEntityDao<LuiLuiRelationEntity>
      extended by org.kuali.student.enrollment.class1.lui.dao.LuiLuiRelationDao
All Implemented Interfaces:
EntityDao<LuiLuiRelationEntity>

public class LuiLuiRelationDao
extends GenericEntityDao<LuiLuiRelationEntity>


Field Summary
 
Fields inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
em, entityClass
 
Constructor Summary
LuiLuiRelationDao()
           
 
Method Summary
 List<String> getLuiIdsByRelation(String relatedLuiId, String luLuRelationTypeKey)
           
 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)
           
 
Methods inherited from class org.kuali.student.r2.common.dao.GenericEntityDao
find, findAll, findByIds, getEm, getEntityClass, merge, persist, remove, setEm, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LuiLuiRelationDao

public LuiLuiRelationDao()
Method Detail

getLuiLuiRelationsByLui

public List<LuiLuiRelationEntity> getLuiLuiRelationsByLui(String luiId)

getLuiIdsByRelation

public List<String> getLuiIdsByRelation(String relatedLuiId,
                                        String luLuRelationTypeKey)

getLuisByRelation

public List<LuiEntity> getLuisByRelation(String relatedLuiId,
                                         String luLuRelationTypeKey)

getRelatedLuisByLuiId

public List<String> getRelatedLuisByLuiId(String luiId,
                                          String luLuRelationTypeKey)

getLuiLuiRelationsByRelatedLuiAndLuiId

public List<LuiLuiRelationEntity> getLuiLuiRelationsByRelatedLuiAndLuiId(String luiId,
                                                                         String relatedLuiId)

getRelatedLuisByLuiIdAndRelationType

public List<LuiEntity> getRelatedLuisByLuiIdAndRelationType(String luiId,
                                                            String luiLuiRelationTypeKey)


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