Modifier and Type | Class and Description |
---|---|
class |
AssignmentFinishedAction |
class |
AssignmentStartedAction |
class |
HintRequestedAction |
class |
ProblemAction |
class |
ProblemFinishedAction |
class |
ProblemLimitExceededAction |
class |
ProblemResumedAction |
class |
ProblemSetExhaustedAction |
class |
ProblemSetFinishedAction |
class |
ProblemSetMasteredAction |
class |
ProblemSetResumedAction |
class |
ProblemSetStartedAction |
class |
ProblemStartedAction |
class |
ResponseAction |
class |
ScaffoldingStartedAction |
class |
SetAction |
class |
StudentResponseAction |
class |
StudentSubmissionAction |
class |
SurveyResponseAction |
class |
TutoringRequestedAction |
class |
TutoringSetFinishedAction |
class |
TutoringSetResumedAction |
class |
TutoringSetStartedAction |
class |
URLLinkRequestedAction |
class |
UserSelectedContinueAction |
Modifier and Type | Method and Description |
---|---|
static ActionLevelType |
ActionLevelType.find(Action a) |
static ActionType |
ActionType.getType(Action action) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Action> |
ActionDao.getActions(int userId,
int assignmentId) |
java.util.List<Action> |
ActionDao.getActions(int userId,
int assignmentId,
int problemId) |
java.util.List<Action> |
ActionDao.getActions(java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds) |
java.util.List<Action> |
ActionDao.getActions(java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds,
java.util.List<java.lang.Integer> problemIds) |
java.util.List<Action> |
ActionDao.getSpecifiedActions(ActionType at,
int userId,
int assignmentId) |
java.util.List<Action> |
ActionDao.getSpecifiedActions(ActionType at,
int userId,
int assignmentId,
int problemId) |
java.util.List<Action> |
ActionDao.getSpecifiedActions(ActionType at,
java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds) |
java.util.List<Action> |
ActionDao.getSpecifiedActions(ActionType at,
java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds,
java.util.List<java.lang.Integer> problemIds) |
Modifier and Type | Method and Description |
---|---|
int |
ActionDao.persist(Action a,
int assignmentLogId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Action> |
JdbcActionDao.getActions(int userId,
int assignmentId) |
java.util.List<Action> |
JdbcActionDao.getActions(int userId,
int assignmentId,
int problemId) |
java.util.List<Action> |
JdbcActionDao.getActions(java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds) |
java.util.List<Action> |
JdbcActionDao.getActions(java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds,
java.util.List<java.lang.Integer> problemIds) |
java.util.List<Action> |
JdbcActionDao.getSpecifiedActions(ActionType at,
int userId,
int assignmentId) |
java.util.List<Action> |
JdbcActionDao.getSpecifiedActions(ActionType at,
int userId,
int assignmentId,
int problemId) |
java.util.List<Action> |
JdbcActionDao.getSpecifiedActions(ActionType at,
java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds) |
java.util.List<Action> |
JdbcActionDao.getSpecifiedActions(ActionType at,
java.util.List<java.lang.Integer> userIds,
java.util.List<java.lang.Integer> assignmentIds,
java.util.List<java.lang.Integer> problemIds) |
Modifier and Type | Method and Description |
---|---|
int |
JdbcActionDao.persist(Action a,
int assignmentLogId) |
Modifier and Type | Class and Description |
---|---|
class |
ActionBuilder<A extends Action>
The base for all ActionBuilders.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActionBuilder.setCommonItems(Action a) |
Modifier and Type | Method and Description |
---|---|
Action |
ActionManager.persist(Action action,
int assignmentLogId)
Persist an action
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Action> |
ActionManager.findActionsByAssignmentAndUser(int xAssignmentId,
int xUserId)
Find the actions for a particular user in an assignment
|
java.util.List<Action> |
ActionManager.findActionsByAssignmentandUsers(int xAssignmentId,
java.util.List<java.lang.Integer> xUserIds)
Find the actions for a list of users in an assignment
|
java.util.List<Action> |
ActionManager.findActionsByProblemAndUser(int xAssignmentId,
int xUserId,
int problemId)
given a problem and user find the actions associated in the context of an assignment
|
java.util.List<Action> |
ActionManager.findActionsByProblemAndUsers(int xAssignmentId,
java.util.List<java.lang.Integer> xUserIds,
int problemId)
Find the actions for a list of users in an assignment for a particular problem
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionManager.persist(Action action,
int assignmentLogId)
Persist an action
|
Modifier and Type | Method and Description |
---|---|
Action |
ActionManagerImpl.persist(Action action,
int assignmentLogId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Action> |
ActionManagerImpl.findActionsByAssignmentAndUser(int xAssignmentId,
int xUserId) |
java.util.List<Action> |
ActionManagerImpl.findActionsByAssignmentandUsers(int xAssignmentId,
java.util.List<java.lang.Integer> xUserIds) |
java.util.List<Action> |
ActionManagerImpl.findActionsByProblemAndUser(int xAssignmentId,
int xUserId,
int problemId) |
java.util.List<Action> |
ActionManagerImpl.findActionsByProblemAndUsers(int xAssignmentId,
java.util.List<java.lang.Integer> xUserIds,
int problemId) |
Modifier and Type | Method and Description |
---|---|
Action |
ActionManagerImpl.persist(Action action,
int assignmentLogId) |