|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CluSetInfo in org.kuali.student.lum.common.client.widgets |
---|
Fields in org.kuali.student.lum.common.client.widgets with type parameters of type CluSetInfo | |
---|---|
private List<CluSetInfo> |
CluSetInformation.cluSets
|
Methods in org.kuali.student.lum.common.client.widgets that return types with arguments of type CluSetInfo | |
---|---|
List<CluSetInfo> |
CluSetInformation.getCluSets()
|
Method parameters in org.kuali.student.lum.common.client.widgets with type arguments of type CluSetInfo | |
---|---|
void |
CluSetInformation.setCluSets(List<CluSetInfo> cluSets)
|
Uses of CluSetInfo in org.kuali.student.lum.lu.assembly |
---|
Methods in org.kuali.student.lum.lu.assembly that return CluSetInfo | |
---|---|
CluSetInfo |
CluSetManagementAssembler.getCluSetInfo(String cluSetId)
|
private CluSetInfo |
CluSetManagementAssembler.toCluSetInfo(CluSetHelper cluSetHelper)
|
Methods in org.kuali.student.lum.lu.assembly with parameters of type CluSetInfo | |
---|---|
private void |
CluSetManagementAssembler.setWrapperCluSetInfoValues(CluSetInfo wrapperCluSet,
CluSetInfo cluSetInfo)
|
private CluSetHelper |
CluSetManagementAssembler.toCluSetHelper(CluSetInfo cluSetInfo)
|
private void |
CluSetManagementAssembler.upWrap(CluSetInfo cluSetInfo)
|
private void |
CluSetManagementAssembler.wrap(CluSetInfo cluSetInfo)
|
Uses of CluSetInfo in org.kuali.student.lum.lu.service |
---|
Methods in org.kuali.student.lum.lu.service that return CluSetInfo | |
---|---|
CluSetInfo |
LuService.createCluSet(String cluSetType,
CluSetInfo cluSetInfo)
Creates a CLU set. |
CluSetInfo |
LuService.getCluSetInfo(String cluSetId)
Retrieve information on a CLU set. |
CluSetInfo |
LuService.updateCluSet(String cluSetId,
CluSetInfo cluSetInfo)
Update the information for a CLU set |
Methods in org.kuali.student.lum.lu.service that return types with arguments of type CluSetInfo | |
---|---|
List<CluSetInfo> |
LuService.getCluSetInfoByIdList(List<String> cluSetIdList)
Retrieve information on CLU sets from a list of cluSet Ids. |
Methods in org.kuali.student.lum.lu.service with parameters of type CluSetInfo | |
---|---|
CluSetInfo |
LuService.createCluSet(String cluSetType,
CluSetInfo cluSetInfo)
Creates a CLU set. |
CluSetInfo |
LuService.updateCluSet(String cluSetId,
CluSetInfo cluSetInfo)
Update the information for a CLU set |
List<ValidationResultInfo> |
LuService.validateCluSet(String validationType,
CluSetInfo cluSetInfo)
Validates information about a clu set. |
Uses of CluSetInfo in org.kuali.student.lum.lu.service.impl |
---|
Methods in org.kuali.student.lum.lu.service.impl that return CluSetInfo | |
---|---|
CluSetInfo |
LuServiceImpl.createCluSet(String cluSetType,
CluSetInfo cluSetInfo)
|
CluSetInfo |
LuServiceImpl.getCluSetInfo(String cluSetId)
|
static CluSetInfo |
LuServiceAssembler.toCluSetInfo(CluSet entity)
|
CluSetInfo |
LuServiceImpl.updateCluSet(String cluSetId,
CluSetInfo cluSetInfo)
|
Methods in org.kuali.student.lum.lu.service.impl that return types with arguments of type CluSetInfo | |
---|---|
List<CluSetInfo> |
LuServiceImpl.getCluSetInfoByIdList(List<String> cluSetIdList)
|
static List<CluSetInfo> |
LuServiceAssembler.toCluSetInfos(List<CluSet> entities)
|
Methods in org.kuali.student.lum.lu.service.impl with parameters of type CluSetInfo | |
---|---|
CluSetInfo |
LuServiceImpl.createCluSet(String cluSetType,
CluSetInfo cluSetInfo)
|
private void |
LuServiceImpl.getCluSetTreeViewHelper(CluSetInfo cluSetInfo,
CluSetTreeViewInfo cluSetTreeViewInfo)
Go through the list of CluSets and retrieve all the information regarding child Clu Sets and associated Clus |
private void |
LuServiceImpl.setMembershipQuerySearchResult(CluSetInfo cluSetInfo)
|
static CluSet |
LuServiceAssembler.toCluSetEntity(CluSetInfo cluSetInfo,
LuDao luDao)
|
CluSetInfo |
LuServiceImpl.updateCluSet(String cluSetId,
CluSetInfo cluSetInfo)
|
private void |
LuServiceImpl.validateCluSet(CluSetInfo cluSetInfo)
|
List<ValidationResultInfo> |
LuServiceImpl.validateCluSet(String validationType,
CluSetInfo cluSetInfo)
|
Uses of CluSetInfo in org.kuali.student.lum.lu.ui.tools.server.gwt |
---|
Methods in org.kuali.student.lum.lu.ui.tools.server.gwt that return CluSetInfo | |
---|---|
private CluSetInfo |
CluSetManagementRpcGwtServlet.getCluSetInfo(String cluSetId)
|
Methods in org.kuali.student.lum.lu.ui.tools.server.gwt that return types with arguments of type CluSetInfo | |
---|---|
private List<CluSetInfo> |
CluSetManagementRpcGwtServlet.getCluSetInfos(List<String> cluSetIds)
|
Methods in org.kuali.student.lum.lu.ui.tools.server.gwt with parameters of type CluSetInfo | |
---|---|
private void |
CluSetManagementRpcGwtServlet.upWrap(CluSetInfo cluSetInfo)
|
Uses of CluSetInfo in org.kuali.student.lum.statement.config.context |
---|
Methods in org.kuali.student.lum.statement.config.context that return CluSetInfo | |
---|---|
CluSetInfo |
LuContextImpl.getCluSetInfo(String cluSetId)
Gets a CLU set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |