Returns the number of offerings in this set.
API Tags:
Return: | Number of offerings currently in this set. |
Access: | public |
KuoteObjects_CourseOffing fetch(
)
|
|
Returns the first course offering in the set on the first call.
The next offering in the set on each successive call.
API Tags:
Return: | A Course Offering object. OR boolean False if there are no more offerings in the set. |
Access: | public |
Populates this CourseOfferingSet with courses that the given user may enroll in, but not offerings which the user is already enrolled in.
Parameters:
API Tags:
Return: | Number of available offerings found. |
Access: | public |
After calling reset(), fetch() will begin from the beginning of the set again.
API Tags:
Return: | True on successful reset, false otherwise. |
Access: | public |