Uses of Class
org.kuali.student.r2.lum.lu.entity.CluPublication

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

Uses of CluPublication in org.kuali.student.r2.lum.lu.dao
 

Methods in org.kuali.student.r2.lum.lu.dao that return types with arguments of type CluPublication
 List<CluPublication> LuDao.getCluPublicationsByCluId(String cluId)
           
 List<CluPublication> LuDao.getCluPublicationsByType(String luPublicationTypeKey)
           
 

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

Methods in org.kuali.student.r2.lum.lu.dao.impl that return types with arguments of type CluPublication
 List<CluPublication> LuDaoImpl.getCluPublicationsByCluId(String cluId)
           
 List<CluPublication> LuDaoImpl.getCluPublicationsByType(String luPublicationTypeKey)
           
 

Uses of CluPublication in org.kuali.student.r2.lum.lu.entity
 

Methods in org.kuali.student.r2.lum.lu.entity that return CluPublication
 CluPublication CluPublicationVariant.getOwner()
           
 CluPublication CluPublicationAttribute.getOwner()
           
 

Methods in org.kuali.student.r2.lum.lu.entity with parameters of type CluPublication
 void CluPublicationVariant.setOwner(CluPublication owner)
           
 void CluPublicationAttribute.setOwner(CluPublication owner)
           
 

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

Methods in org.kuali.student.r2.lum.lu.service.impl with parameters of type CluPublication
static CluPublicationInfo CluServiceAssembler.toCluPublicationInfo(CluPublication cluPub)
           
static List<CluPublicationVariant> CluServiceAssembler.toCluPublicationVariants(List<FieldInfo> variantInfos, CluPublication cluPub, LuDao luDao)
           
 

Method parameters in org.kuali.student.r2.lum.lu.service.impl with type arguments of type CluPublication
static List<CluPublicationInfo> CluServiceAssembler.toCluPublicationInfos(List<CluPublication> cluPublications)
           
 



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