Uses of Interface
org.kuali.student.r2.lum.lu.dao.LuDao

Packages that use LuDao
org.kuali.student.r2.lum.lu.dao.impl   
org.kuali.student.r2.lum.lu.service.impl   
 

Uses of LuDao in org.kuali.student.r2.lum.lu.dao.impl
 

Classes in org.kuali.student.r2.lum.lu.dao.impl that implement LuDao
 class LuDaoImpl
           
 

Uses of LuDao in org.kuali.student.r2.lum.lu.service.impl
 

Methods in org.kuali.student.r2.lum.lu.service.impl that return LuDao
 LuDao CluServiceImpl.getLuDao()
           
 

Methods in org.kuali.student.r2.lum.lu.service.impl with parameters of type LuDao
static List<CluIdentifier> CluServiceAssembler.createAlternateIdentifiers(CluInfo cluInfo, LuDao dao)
           
static CluIdentifier CluServiceAssembler.createOfficialIdentifier(CluInfo cluInfo, LuDao dao)
           
 void CluServiceImpl.setLuDao(LuDao luDao)
           
static List<AffiliatedOrg> CluServiceAssembler.toAffiliatedOrgs(boolean isUpdate, List<AffiliatedOrg> orgList, List<AffiliatedOrgInfo> affiliatedOrgInfoList, LuDao dao)
           
static CluFee CluServiceAssembler.toCluFee(Clu clu, boolean isUpdate, CluFeeInfo feeInfo, LuDao dao)
           
static void CluServiceAssembler.toCluFeeRecords(boolean isUpdate, CluFee cluFee, List<CluFeeRecordInfo> cluFeeRecords, LuDao dao)
           
static List<CluPublicationVariant> CluServiceAssembler.toCluPublicationVariants(List<FieldInfo> variantInfos, CluPublication cluPub, LuDao luDao)
           
static CluSet CluServiceAssembler.toCluSetEntity(CluSetInfo cluSetInfo, LuDao luDao)
           
static List<CluFeeAmount> CluServiceAssembler.toFeeAmounts(boolean isUpdate, List<CluFeeAmount> caList, List<CurrencyAmountInfo> caInfoList, LuDao dao)
           
static void CluServiceAssembler.updateAlternateIdentifier(Map<String,CluIdentifier> oldAltIdMap, Clu clu, CluInfo cluInfo, LuDao dao)
           
static void CluServiceAssembler.updateOfficialIdentifier(Clu clu, CluInfo cluInfo, LuDao dao)
           
 



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