|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of UnsupportedActionException in org.kuali.student.enrollment.class1.lui.service.decorators |
---|
Methods in org.kuali.student.enrollment.class1.lui.service.decorators that throw UnsupportedActionException | |
---|---|
LuiSetInfo |
LuiServiceDecorator.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
|
LuiSetInfo |
LuiServiceDecorator.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
|
Uses of UnsupportedActionException in org.kuali.student.enrollment.class1.lui.service.impl |
---|
Methods in org.kuali.student.enrollment.class1.lui.service.impl that throw UnsupportedActionException | |
---|---|
LuiSetInfo |
LuiServiceImpl.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
|
LuiSetInfo |
LuiServiceImpl.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
|
Uses of UnsupportedActionException in org.kuali.student.enrollment.lui.service |
---|
Methods in org.kuali.student.enrollment.lui.service that throw UnsupportedActionException | |
---|---|
LuiSetInfo |
LuiService.createLuiSet(String luiSetTypeKey,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
Creates a Lui set. |
LuiSetInfo |
LuiService.updateLuiSet(String luiSetId,
LuiSetInfo luiSetInfo,
ContextInfo contextInfo)
Update the information for a Lui set |
Uses of UnsupportedActionException in org.kuali.student.r1.common.assembly |
---|
Methods in org.kuali.student.r1.common.assembly that throw UnsupportedActionException | |
---|---|
void |
BusinessServiceMethodInvoker.invokeServiceCalls(BaseDTOAssemblyNode results,
ContextInfo contextInfo)
Deprecated. |
Uses of UnsupportedActionException in org.kuali.student.r2.lum.clu.service |
---|
Methods in org.kuali.student.r2.lum.clu.service that throw UnsupportedActionException | |
---|---|
StatusInfo |
CluService.addCluSetsToCluSet(String cluSetId,
List<String> addedCluSetIds,
ContextInfo contextInfo)
Adds a list of CLU sets to another CluSet. |
StatusInfo |
CluService.addCluSetToCluSet(String cluSetId,
String addedCluSetId,
ContextInfo contextInfo)
Adds one CLU set to another |
StatusInfo |
CluService.addClusToCluSet(List<String> cluSetIds,
String cluSetId,
ContextInfo contextInfo)
Adds a list of CLUs to a CLU set. |
StatusInfo |
CluService.addCluToCluSet(String cluId,
String cluSetId,
ContextInfo contextInfo)
Add a CLU to a CLU set |
CluSetInfo |
CluService.createCluSet(String cluSetTypeKey,
CluSetInfo cluSetInfo,
ContextInfo contextInfo)
Creates a CLU set. |
StatusInfo |
CluService.removeCluFromCluSet(String cluId,
String cluSetId,
ContextInfo contextInfo)
Remove a CLU from a CLU set |
StatusInfo |
CluService.removeCluSetFromCluSet(String cluSetId,
String removedCluSetId,
ContextInfo contextInfo)
Removes one CLU set from another |
CluSetInfo |
CluService.updateCluSet(String cluSetId,
CluSetInfo cluSetInfo,
ContextInfo contextInfo)
Update the information for a CLU set |
Uses of UnsupportedActionException in org.kuali.student.r2.lum.course.service |
---|
Methods in org.kuali.student.r2.lum.course.service that throw UnsupportedActionException | |
---|---|
StatusInfo |
CourseServiceDecorator.deleteCourse(String courseId,
ContextInfo contextInfo)
|
StatusInfo |
CourseService.deleteCourse(String courseId,
ContextInfo contextInfo)
Deletes a Course. |
CourseInfo |
CourseServiceDecorator.updateCourse(String courseId,
CourseInfo courseInfo,
ContextInfo contextInfo)
|
CourseInfo |
CourseService.updateCourse(String courseId,
CourseInfo courseInfo,
ContextInfo contextInfo)
Updates a Course. |
Uses of UnsupportedActionException in org.kuali.student.r2.lum.course.service.impl |
---|
Methods in org.kuali.student.r2.lum.course.service.impl that throw UnsupportedActionException | |
---|---|
static CourseInfo |
CourseServiceUtils.copyCourse(String originalCluId,
String newCluId,
String newState,
String[] ignoreProperties,
StatementService statementService,
CluService cluService,
CourseService courseService,
ContextInfo contextInfo)
|
StatusInfo |
CourseServiceImpl.deleteCourse(String courseId,
ContextInfo contextInfo)
|
CourseInfo |
CourseServiceImpl.updateCourse(String courseId,
CourseInfo courseInfo,
ContextInfo contextInfo)
|
Uses of UnsupportedActionException in org.kuali.student.r2.lum.lo.dao |
---|
Methods in org.kuali.student.r2.lum.lo.dao that throw UnsupportedActionException | |
---|---|
boolean |
LoDao.addLoCategoryToLo(String loCategoryId,
String loId)
|
boolean |
LoDao.addLoCategoryToLo(String loCategoryId,
String loId)
|
Uses of UnsupportedActionException in org.kuali.student.r2.lum.lo.dao.impl |
---|
Methods in org.kuali.student.r2.lum.lo.dao.impl that throw UnsupportedActionException | |
---|---|
boolean |
LoDaoImpl.addLoCategoryToLo(String loCategoryId,
String loId)
|
Uses of UnsupportedActionException in org.kuali.student.r2.lum.lo.service |
---|
Methods in org.kuali.student.r2.lum.lo.service that throw UnsupportedActionException | |
---|---|
StatusInfo |
LearningObjectiveService.addLoCategoryToLo(String loCategoryId,
String loId,
ContextInfo contextInfo)
Adds a LoCategory to a Lo |
StatusInfo |
LearningObjectiveService.removeLoCategoryFromLo(String loCategoryId,
String loId,
ContextInfo contextInfo)
Removes a LoCategory from a Lo |
Uses of UnsupportedActionException in org.kuali.student.r2.lum.lo.service.impl |
---|
Methods in org.kuali.student.r2.lum.lo.service.impl that throw UnsupportedActionException | |
---|---|
StatusInfo |
LearningObjectiveServiceImpl.addLoCategoryToLo(String loCategoryId,
String loId,
ContextInfo contextInfo)
|
StatusInfo |
LearningObjectiveServiceImpl.removeLoCategoryFromLo(String loCategoryId,
String loId,
ContextInfo contextInfo)
|
Uses of UnsupportedActionException in org.kuali.student.r2.lum.lu.service.impl |
---|
Methods in org.kuali.student.r2.lum.lu.service.impl that throw UnsupportedActionException | |
---|---|
StatusInfo |
CluServiceImpl.addCluSetsToCluSet(String cluSetId,
List<String> cluSetIds,
ContextInfo context)
|
StatusInfo |
CluServiceImpl.addCluSetToCluSet(String cluSetId,
String addedCluSetId,
ContextInfo context)
|
StatusInfo |
CluServiceImpl.addClusToCluSet(List<String> cluIds,
String cluSetId,
ContextInfo context)
|
StatusInfo |
CluServiceImpl.addCluToCluSet(String cluId,
String cluSetId,
ContextInfo context)
|
CluSetInfo |
CluServiceImpl.createCluSet(String cluSetType,
CluSetInfo cluSetInfo,
ContextInfo context)
|
StatusInfo |
CluServiceImpl.removeCluFromCluSet(String cluId,
String cluSetId,
ContextInfo context)
|
StatusInfo |
CluServiceImpl.removeCluSetFromCluSet(String cluSetId,
String removedCluSetId,
ContextInfo context)
|
CluSetInfo |
CluServiceImpl.updateCluSet(String cluSetId,
CluSetInfo cluSetInfo,
ContextInfo context)
|
Uses of UnsupportedActionException in org.kuali.student.r2.lum.service.assembler |
---|
Methods in org.kuali.student.r2.lum.service.assembler that throw UnsupportedActionException | |
---|---|
protected void |
LumServiceMethodInvoker.invokeServiceCallOnResult(BaseDTOAssemblyNode results,
ContextInfo contextInfo)
|
void |
LumServiceMethodInvoker.invokeServiceCalls(BaseDTOAssemblyNode results,
ContextInfo contextInfo)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |