public interface RolloverAssist
| Modifier and Type | Method and Description |
|---|---|
boolean |
deleteRolloverId(String rolloverId) |
String |
getRolloverId() |
String |
getTargetSharedWaitlistId(String rolloverId,
String sourceWaitlistId)
Returns a target waitlist ID assuming rollover ID and sourceWaitlistId exists
|
String |
getTargetSRSId(String rolloverId,
String sourceSRSId) |
boolean |
mapSourceSharedWaitlistIdToTargetSharedWaitlistId(String rolloverId,
String sourceWaitlistId,
String targetWaitlistId)
Maps shared waitlists from source term to target term.
|
boolean |
mapSourceSRSIdToTargetSRSId(String rolloverId,
String sourceSRSId,
String targetSRSId) |
String getRolloverId()
boolean deleteRolloverId(String rolloverId)
boolean mapSourceSRSIdToTargetSRSId(String rolloverId, String sourceSRSId, String targetSRSId) throws OperationFailedException
OperationFailedExceptionString getTargetSRSId(String rolloverId, String sourceSRSId) throws DoesNotExistException
DoesNotExistExceptionboolean mapSourceSharedWaitlistIdToTargetSharedWaitlistId(String rolloverId, String sourceWaitlistId, String targetWaitlistId) throws OperationFailedException
rolloverId - A time stamp used to identify this particular rolloversourceWaitlistId - A waitlist ID in the source term for CourseWaitListInfotargetWaitlistId - A waitlist ID in the target term for CourseWaitListInfoOperationFailedExceptionString getTargetSharedWaitlistId(String rolloverId, String sourceWaitlistId) throws DoesNotExistException
rolloverId - Rollover IDsourceWaitlistId - ID for shared source waitlistDoesNotExistExceptionCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.