public interface SignupEventTrackingInfo
This interface provides the necessary access methods to retrieve all related information caused by an user action inside the Signup tool
| Modifier and Type | Method and Description |
|---|---|
void |
addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee,
SignupTimeslot timeslot,
String messageType,
boolean isInitiator)
add a new/updated user action information triggered by an user
|
void |
addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee,
SignupTimeslot timeslot,
String messageType,
boolean isInitiator,
SignupAttendee replacedAttendee)
add a new/updated user action information triggered by an user
|
String |
getAllAttendeeTransferLogInfo()
get the Transfer Logger Info for all users.
|
AttendeeComment |
getAttendeeComment()
get the AttendeeComment object
|
List<SignupTrackingItem> |
getAttendeeTransferInfos()
get a list of SignupTrackingItem objects which contains all related
information caused by an user action inside the Signup tool
|
SignupTrackingItem |
getInitiatorAllocationInfo()
get the Initiator's SignupTrackingItem object
|
SignupMeeting |
getMeeting()
get the SignupMeeting object
|
void |
setAttendeeComment(AttendeeComment attendeeComment)
set the attendeeComment object
|
void |
setMeeting(SignupMeeting meeting)
set the SignupMeeting object
|
List<SignupTrackingItem> getAttendeeTransferInfos()
void addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee, SignupTimeslot timeslot, String messageType, boolean isInitiator)
attendee - an SignupAttendee objecttimeslot - an SignupTimeslot objectmessageType - a message type which defines what type of an action caused by
the an userisInitiator - boolean valuevoid addOrUpdateAttendeeAllocationInfo(SignupAttendee attendee, SignupTimeslot timeslot, String messageType, boolean isInitiator, SignupAttendee replacedAttendee)
attendee - an SignupAttendee objecttimeslot - an SignupTimeslot objectmessageType - a message type which defines what type of an action caused by
the an userisInitiator - boolean valuereplacedAttendee - an SignupAttendee objectSignupMeeting getMeeting()
SignupTrackingItem getInitiatorAllocationInfo()
void setMeeting(SignupMeeting meeting)
meeting - a SignupMeeting objectString getAllAttendeeTransferLogInfo()
void setAttendeeComment(AttendeeComment attendeeComment)
attendeeComment - an AttendeeComment objectAttendeeComment getAttendeeComment()
Copyright © 2003–2021 Sakai Project. All rights reserved.