| Package | Description |
|---|---|
| org.assistments.domain.content.tutor | |
| org.assistments.service.dao.core.impl.jdbc |
| Modifier and Type | Method and Description |
|---|---|
static TutorTerminator |
TutorTerminator.findById(int id) |
static TutorTerminator |
TutorTerminator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TutorTerminator[] |
TutorTerminator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManifestProperties.setNavigatorAndTerminator(TutorNavigator nav,
TutorTerminator term) |
| Modifier and Type | Method and Description |
|---|---|
protected org.springframework.jdbc.core.RowMapper<TutorTerminator> |
JdbcTerminatorDao.getRowMapper() |
| Modifier and Type | Method and Description |
|---|---|
protected NVPairList |
JdbcTerminatorDao.getNVPairs(TutorTerminator domObj) |