Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
List<CluSet> |
LuDao.getAllDynamicCluSets() |
List<CluSet> |
LuDao.getCluSetInfoByIdList(List<String> cluSetIdList) |
List<CluSet> |
LuDao.getCluSetsByCluVersionIndId(List<String> cluVersionIndId) |
Modifier and Type | Method and Description |
---|---|
List<CluSet> |
LuDaoImpl.getAllDynamicCluSets() |
List<CluSet> |
LuDaoImpl.getCluSetInfoByIdList(List<String> cluSetIdList) |
List<CluSet> |
LuDaoImpl.getCluSetsByCluVersionIndId(List<String> cluVersionIndIds) |
Modifier and Type | Method and Description |
---|---|
CluSet |
CluSetJoinVersionIndClu.getCluSet() |
CluSet |
CluSetAttribute.getOwner() |
Modifier and Type | Method and Description |
---|---|
List<CluSet> |
CluSet.getCluSets() |
Modifier and Type | Method and Description |
---|---|
void |
CluSetJoinVersionIndClu.setCluSet(CluSet cluSet) |
void |
CluSetAttribute.setOwner(CluSet owner) |
Modifier and Type | Method and Description |
---|---|
void |
CluSet.setCluSets(List<CluSet> cluSets) |
Modifier and Type | Method and Description |
---|---|
static CluSet |
CluServiceAssembler.toCluSetEntity(CluSetInfo cluSetInfo,
LuDao luDao) |
Modifier and Type | Method and Description |
---|---|
static CluSetInfo |
CluServiceAssembler.toCluSetInfo(CluSet entity) |
Modifier and Type | Method and Description |
---|---|
static List<CluSetInfo> |
CluServiceAssembler.toCluSetInfos(List<CluSet> entities) |
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.