Package | Description |
---|---|
org.assistments.domain.content.tutor | |
org.assistments.service.dao.core.impl.jdbc |
Modifier and Type | Method and Description |
---|---|
static TutorNavigator |
TutorNavigator.findById(int id) |
static TutorNavigator |
TutorNavigator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TutorNavigator[] |
TutorNavigator.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<TutorNavigator> |
JdbcNavigatorDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcNavigatorDao.getNVPairs(TutorNavigator domObj) |