Uses of Class
org.kuali.student.r2.lum.lo.entity.LoLoRelation

Packages that use LoLoRelation
org.kuali.student.r2.lum.lo.dao   
org.kuali.student.r2.lum.lo.dao.impl   
org.kuali.student.r2.lum.lo.entity   
org.kuali.student.r2.lum.lo.service.impl   
 

Uses of LoLoRelation in org.kuali.student.r2.lum.lo.dao
 

Methods in org.kuali.student.r2.lum.lo.dao that return types with arguments of type LoLoRelation
 List<LoLoRelation> LoDao.getLoLoRelationsByLoId(String loId)
           
 

Uses of LoLoRelation in org.kuali.student.r2.lum.lo.dao.impl
 

Methods in org.kuali.student.r2.lum.lo.dao.impl that return types with arguments of type LoLoRelation
 List<LoLoRelation> LoDaoImpl.getLoLoRelationsByLoId(String loId)
           
 

Uses of LoLoRelation in org.kuali.student.r2.lum.lo.entity
 

Methods in org.kuali.student.r2.lum.lo.entity that return LoLoRelation
 LoLoRelation LoLoRelationAttribute.getOwner()
           
 

Methods in org.kuali.student.r2.lum.lo.entity with parameters of type LoLoRelation
 void LoLoRelationAttribute.setOwner(LoLoRelation owner)
           
 

Uses of LoLoRelation in org.kuali.student.r2.lum.lo.service.impl
 

Methods in org.kuali.student.r2.lum.lo.service.impl that return LoLoRelation
static LoLoRelation LearningObjectiveServiceAssembler.toLoLoRelation(boolean isUpdate, LoLoRelationInfo dto, CrudDao dao)
           
static LoLoRelation LearningObjectiveServiceAssembler.toLoLoRelation(boolean isUpdate, LoLoRelation entity, LoLoRelationInfo dto, CrudDao dao)
           
 

Methods in org.kuali.student.r2.lum.lo.service.impl with parameters of type LoLoRelation
static LoLoRelation LearningObjectiveServiceAssembler.toLoLoRelation(boolean isUpdate, LoLoRelation entity, LoLoRelationInfo dto, CrudDao dao)
           
static LoLoRelationInfo LearningObjectiveServiceAssembler.toLoLoRelationInfo(LoLoRelation entity)
           
 

Method parameters in org.kuali.student.r2.lum.lo.service.impl with type arguments of type LoLoRelation
static List<LoLoRelationInfo> LearningObjectiveServiceAssembler.toLoLoRelationInfos(List<LoLoRelation> llRelations)
           
 



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