public class CourseWaitListInfo extends IdNamelessEntityInfo implements CourseWaitList, Serializable
| Constructor and Description |
|---|
CourseWaitListInfo() |
CourseWaitListInfo(CourseWaitList waitList) |
| 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.
|
TimeAmountInfo |
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.
|
Date |
getEffectiveDate()
Date/time this object became effective.
|
Date |
getExpirationDate()
Date/time this relationship is no longer effective.
|
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.
|
void |
setActivityOfferingIds(List<String> activityOfferingIds) |
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) |
void |
setFormatOfferingIds(List<String> formatOfferingIds) |
void |
setMaxSize(Integer maxSize) |
void |
setRegisterInFirstAvailableActivityOffering(Boolean registerInFirstAvailableActivityOffering) |
getId, setIdgetState, getStateKey, getType, getTypeKey, setState, setStateKey, setType, setTypeKeygetMeta, setMetagetAttributes, getAttributeValue, getAttributeValueList, setAttributesclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStateKeygetType, getTypeKeygetAttributespublic CourseWaitListInfo()
public CourseWaitListInfo(CourseWaitList waitList)
public List<String> getFormatOfferingIds()
CourseWaitListgetFormatOfferingIds in interface CourseWaitListpublic void setFormatOfferingIds(List<String> formatOfferingIds)
public List<String> getActivityOfferingIds()
CourseWaitListgetActivityOfferingIds in interface CourseWaitListpublic void setActivityOfferingIds(List<String> activityOfferingIds)
public Boolean getRegisterInFirstAvailableActivityOffering()
CourseWaitListgetRegisterInFirstAvailableActivityOffering in interface CourseWaitListpublic void setRegisterInFirstAvailableActivityOffering(Boolean registerInFirstAvailableActivityOffering)
public Boolean getAutomaticallyProcessed()
CourseWaitListgetAutomaticallyProcessed in interface CourseWaitListpublic void setAutomaticallyProcessed(Boolean automaticallyProcessed)
public Boolean getConfirmationRequired()
CourseWaitListgetConfirmationRequired in interface CourseWaitListpublic void setConfirmationRequired(Boolean confirmationRequired)
public Integer getMaxSize()
CourseWaitListgetMaxSize in interface CourseWaitListpublic void setMaxSize(Integer maxSize)
public Boolean getCheckInRequired()
CourseWaitListgetCheckInRequired in interface CourseWaitListpublic void setCheckInRequired(Boolean checkInRequired)
public TimeAmountInfo getCheckInFrequency()
CourseWaitListgetCheckInFrequency in interface CourseWaitListpublic void setCheckInFrequency(TimeAmountInfo checkInFrequency)
public Boolean getAllowHoldUntilEntries()
CourseWaitListgetAllowHoldUntilEntries in interface CourseWaitListpublic void setAllowHoldUntilEntries(Boolean allowHoldUntilEntries)
public Date getEffectiveDate()
HasEffectiveDatesgetEffectiveDate in interface HasEffectiveDatespublic void setEffectiveDate(Date effectiveDate)
public Date getExpirationDate()
HasEffectiveDatesgetExpirationDate in interface HasEffectiveDatespublic void setExpirationDate(Date expirationDate)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.