Package org.sakaiproject.signup.model
Interface MeetingTypes
-
- All Known Implementing Classes:
SignupEvent,SignupMeeting
public interface MeetingTypesThis interface defines the constant types for event/meeting categories
-
-
Field Summary
Fields Modifier and Type Field Description static StringANNOUNCEMENTThis represents an event/meeting, which is an open session and signup is not required.static StringBIWEEKLYstatic StringCUSTOM_TIMESLOTSstatic StringDAILYstatic StringGROUPThis represents an event/meeting, which has only one time slot and requires signupstatic StringINDIVIDUALthis represents an event/meeting, which has many time slots and requires signup.static StringONCE_ONLYstatic StringWEEKDAYSstatic StringWEEKLY
-
-
-
Field Detail
-
INDIVIDUAL
static final String INDIVIDUAL
this represents an event/meeting, which has many time slots and requires signup. It's more suitable to One on One tutorial meeting/event- See Also:
- Constant Field Values
-
GROUP
static final String GROUP
This represents an event/meeting, which has only one time slot and requires signup- See Also:
- Constant Field Values
-
CUSTOM_TIMESLOTS
static final String CUSTOM_TIMESLOTS
- See Also:
- Constant Field Values
-
ANNOUNCEMENT
static final String ANNOUNCEMENT
This represents an event/meeting, which is an open session and signup is not required.- See Also:
- Constant Field Values
-
DAILY
static final String DAILY
- See Also:
- Constant Field Values
-
WEEKDAYS
static final String WEEKDAYS
- See Also:
- Constant Field Values
-
WEEKLY
static final String WEEKLY
- See Also:
- Constant Field Values
-
BIWEEKLY
static final String BIWEEKLY
- See Also:
- Constant Field Values
-
ONCE_ONLY
static final String ONCE_ONLY
- See Also:
- Constant Field Values
-
-