public interface CourseRegistrationAdminClientService
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
clearCartByPersonRS(String personId,
String termId,
String termCode)
Find cart if it exists and delete all items from cart.
|
javax.ws.rs.core.Response |
clearLPRsByPersonRS(String personId,
String termId,
String termCode)
Finds all LPRs for a given personId and deletes them.
|
javax.ws.rs.core.Response |
clearRegEngineStats()
Clears the overall registration engine stats.
|
javax.ws.rs.core.Response |
getRegEngineStats()
Returns statistics for the registration engine.
|
javax.ws.rs.core.Response |
getRoster(String termId,
String termCode,
String courseCode,
String regGroupCode)
This method returns a roster of students for a particular registration group.
|
javax.ws.rs.core.Response |
getWaitlistRoster(String termId,
String termCode,
String courseCode,
String regGroupCode)
This method returns a roster of students on a waitlist for a particular registration group.
|
javax.ws.rs.core.Response getRegEngineStats()
javax.ws.rs.core.Response clearRegEngineStats()
javax.ws.rs.core.Response clearLPRsByPersonRS(String personId, String termId, String termCode)
personId
- Principal IDtermId
- - optionaltermCode
- - optional, human readable code representing the term. ex: 201208javax.ws.rs.core.Response clearCartByPersonRS(String personId, String termId, String termCode)
personId
- termId
- - optional, but more efficient to usetermCode
- - optional, but human readable. 201208javax.ws.rs.core.Response getWaitlistRoster(String termId, String termCode, String courseCode, String regGroupCode)
termId
- - optionaltermCode
- - human readable code representing the term. ex: 201208courseCode
- - human readable code representing the course. ex: CHEM231regGroupCode
- - human readable code representing the reg group. ex: 1001javax.ws.rs.core.Response getRoster(String termId, String termCode, String courseCode, String regGroupCode)
termId
- - optionaltermCode
- - human readable code representing the term. ex: 201208courseCode
- - human readable code representing the course. ex: CHEM231regGroupCode
- - human readable code representing the reg group. ex: 1001Copyright © 2004–2014 The Kuali Foundation. All rights reserved.