Package | Description |
---|---|
org.assistments.service.dao.core.impl.jdbc | |
org.assistments.service.manager.core | |
org.assistments.service.manager.core.impl |
Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.RowMapper<ProblemLog> |
JdbcProblemLogDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcProblemLogDao.getNVPairs(ProblemLog domObj) |
Modifier and Type | Method and Description |
---|---|
ProblemLog |
ProblemLogManager.findLog(int assignmentLogId,
int problemId,
java.lang.String path) |
ProblemLog |
ProblemLogManager.findLog(XInfoImpl user,
XInfoImpl assignment,
int problemId,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
int |
ProblemLogManager.persist(ProblemLog log) |
void |
ProblemLogManager.update(ProblemLog log) |
Modifier and Type | Method and Description |
---|---|
ProblemLog |
ProblemLogManagerImpl.findLog(int assignmentLogId,
int problemId,
java.lang.String path) |
ProblemLog |
ProblemLogManagerImpl.findLog(XInfoImpl user,
XInfoImpl assignment,
int problemId,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
int |
ProblemLogManagerImpl.persist(ProblemLog log) |
void |
ProblemLogManagerImpl.update(ProblemLog log) |