public interface CourseWaitList extends IdNamelessEntity, HasEffectiveDates
Modifier and Type | Method and Description |
---|---|
List<String> |
getActivityOfferingIds()
The activity offering Ids associated with this CourseWaitList.
|
Boolean |
getAllowHoldUntilEntries()
Indicates if hold until entries are allowed on this CourseWaitList.
|
Boolean |
getAutomaticallyProcessed()
Indicates if the CourseWaitListEntries associated with this CourseWaitList are automatically processed.
|
TimeAmount |
getCheckInFrequency()
The amount of time that a student is required to
check-in before they will be removed from this CourseWaitList.
|
Boolean |
getCheckInRequired()
Indicates if a student is required to check in at some interval to remain on this course wait list.
|
Boolean |
getConfirmationRequired()
Indicates if the CourseWaitListEntries associated with this CourseWaitList must acknowledge/confirm that they
want to be added to the relevant course when they are processed.
|
List<String> |
getFormatOfferingIds()
The format offering Ids associated with this CourseWaitList.
|
Integer |
getMaxSize()
The maximum size of this CourseWaitList.
|
Boolean |
getRegisterInFirstAvailableActivityOffering()
Indicates if the entries in this wait list may be added using any activity offering
associated with this wait list.
|
String |
getStateKey()
A unique identifier for the state of this object.
|
getType, getTypeKey
getAttributes
getEffectiveDate, getExpirationDate
String getStateKey()
getStateKey
in interface HasState
List<String> getFormatOfferingIds()
List<String> getActivityOfferingIds()
Integer getMaxSize()
Boolean getRegisterInFirstAvailableActivityOffering()
Boolean getAutomaticallyProcessed()
Boolean getConfirmationRequired()
Boolean getCheckInRequired()
TimeAmount getCheckInFrequency()
Boolean getAllowHoldUntilEntries()
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.