|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CalendarEntry.Type | |
|---|---|
| blackboard.data.calendar | Provides classes used to store entries in the course, system, and personal calendars in the Blackboard system. |
| blackboard.persist.calendar | |
| Uses of CalendarEntry.Type in blackboard.data.calendar |
|---|
| Fields in blackboard.data.calendar declared as CalendarEntry.Type | |
|---|---|
static CalendarEntry.Type |
CalendarEntry.Type.COURSE
The entry is associated with a course, and is viewable from the course's (or organization's) calendar tool. |
static CalendarEntry.Type |
CalendarEntry.Type.DEFAULT
The default entry is PERSONAL. |
static CalendarEntry.Type |
CalendarEntry.Type.INSTITUTION
The entry is system-wide and viewable from the system-level calendar tool. |
static CalendarEntry.Type |
CalendarEntry.Type.PERSONAL
The entry is associated with a user and viewable from the system-level calendar tool, which also aggregates system entries and course entries for the current user. |
| Methods in blackboard.data.calendar that return CalendarEntry.Type | |
|---|---|
static CalendarEntry.Type |
CalendarEntry.Type.fromExternalString(java.lang.String externalString)
Returns the CalendarEntry.Type element specified by the
externalString |
CalendarEntry.Type |
CalendarEntry.getType()
Returns the calendar type value associated with this CalendarEntry. |
static CalendarEntry.Type[] |
CalendarEntry.Type.getValues()
Returns an array of all of the elements in this enumeration. |
| Methods in blackboard.data.calendar with parameters of type CalendarEntry.Type | |
|---|---|
static ListFilter |
CalendarEntry.createTypeFilter(CalendarEntry.Type type)
Factory method to create an instance of the ListFilter interface
capable of filtering a list of CalendarEntry objects based
upon their CalendarEntry.Type value. |
void |
CalendarEntry.setType(CalendarEntry.Type eType)
Sets the type value associated with this CalendarEntry. |
| Uses of CalendarEntry.Type in blackboard.persist.calendar |
|---|
| Methods in blackboard.persist.calendar with parameters of type CalendarEntry.Type | |
|---|---|
BbList |
CalendarEntryDbLoader.loadByType(CalendarEntry.Type type)
Load the list of CalendarEntry objects of the given Calendar.Type
using a connection obtained through this object's database context. |
BbList |
CalendarEntryDbLoader.loadByType(CalendarEntry.Type type,
java.util.Calendar startDate,
java.util.Calendar endDate)
|
BbList |
CalendarEntryDbLoader.loadByType(CalendarEntry.Type type,
java.util.Calendar startDate,
java.util.Calendar endDate,
java.sql.Connection con)
|
BbList |
CalendarEntryDbLoader.loadByType(CalendarEntry.Type type,
java.sql.Connection con)
Load the list of CalendarEntry objects of the given Calendar.Type
using the supplied connection. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||