public class WaitListConfigInfo extends RelationshipInfo implements WaitListConfig, Serializable
| Constructor and Description | 
|---|
WaitListConfigInfo()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
void | 
setAllowHoldUntilEntries(Boolean allowHoldUntilEntries)  | 
void | 
setAutomaticallyProcessed(Boolean automaticallyProcessed)  | 
void | 
setCheckInFrequency(TimeAmountInfo checkInFrequency)  | 
void | 
setCheckInRequired(Boolean checkInRequired)  | 
void | 
setConfirmationRequired(Boolean confirmationRequired)  | 
void | 
setEffectiveDate(Date effectiveDate)  | 
void | 
setExpirationDate(Date expirationDate)  | 
getEffectiveDate, getExpirationDate, getId, getState, getStateKey, getType, getTypeKey, setId, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetType, getTypeKeygetState, getStateKeygetAttributesgetEffectiveDate, getExpirationDatepublic WaitListConfigInfo()
public void setConfirmationRequired(Boolean confirmationRequired)
public void setCheckInRequired(Boolean checkInRequired)
public void setCheckInFrequency(TimeAmountInfo checkInFrequency)
public void setAllowHoldUntilEntries(Boolean allowHoldUntilEntries)
public void setEffectiveDate(Date effectiveDate)
setEffectiveDate in class RelationshipInfopublic void setExpirationDate(Date expirationDate)
setExpirationDate in class RelationshipInfopublic void setAutomaticallyProcessed(Boolean automaticallyProcessed)
public Boolean getAutomaticallyProcessed()
WaitListConfiggetAutomaticallyProcessed in interface WaitListConfigpublic Boolean getConfirmationRequired()
WaitListConfiggetConfirmationRequired in interface WaitListConfigpublic Boolean getCheckInRequired()
WaitListConfiggetCheckInRequired in interface WaitListConfigpublic TimeAmount getCheckInFrequency()
WaitListConfiggetCheckInFrequency in interface WaitListConfigpublic Boolean getAllowHoldUntilEntries()
WaitListConfiggetAllowHoldUntilEntries in interface WaitListConfigCopyright © 2004–2014 The Kuali Foundation. All rights reserved.