Modifier and Type | Method and Description |
---|---|
protected org.springframework.jdbc.core.RowMapper<AssignmentObjectProperty> |
JdbcAssignmentObjectPropertyDao.getRowMapper() |
Modifier and Type | Method and Description |
---|---|
protected NVPairList |
JdbcAssignmentObjectPropertyDao.getNVPairs(AssignmentObjectProperty domObj) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AssignmentObjectProperty> |
ObjectPropertyDao.getAssignmentProperties(int assignmentId) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AssignmentObjectProperty> |
JdbcObjectPropertyDao.getAssignmentProperties(int assignmentId) |
Modifier and Type | Method and Description |
---|---|
AssignmentObjectProperty |
AssignmentManager.getAssignmentObjectProperty(XInfo assignment,
java.lang.String propertyName)
Get a particular assignment object property from the snapshot
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AssignmentObjectProperty> |
AssignmentManager.getAssignmentObjectProperties(Assignment assignment) |
java.util.List<AssignmentObjectProperty> |
AssignmentManager.getAssignmentObjectProperties(XInfo assignment)
Get the assignment's Object Properties snapshot
|
Modifier and Type | Method and Description |
---|---|
AssignmentObjectProperty |
AssignmentManagerImpl.getAssignmentObjectProperty(XInfo assignment,
java.lang.String propertyName) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AssignmentObjectProperty> |
AssignmentManagerImpl.getAssignmentObjectProperties(Assignment assignment) |
java.util.List<AssignmentObjectProperty> |
AssignmentManagerImpl.getAssignmentObjectProperties(XInfo assignment) |