Package | Description |
---|---|
ch.gbssg.app.ila.database | |
ch.gbssg.app.ila.database.dao | |
ch.gbssg.app.ila.database.mapper |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeType> |
DatabaseModel.getFilteredCodeType(CodeType codeType)
returns a list of matches CodeTypes. don't found any matches, return null.
|
Modifier and Type | Method and Description |
---|---|
int |
DatabaseModel.addCodeType(CodeType codeType)
Adds a new CodeType element to the database
|
java.util.List<CodeType> |
DatabaseModel.getFilteredCodeType(CodeType codeType)
returns a list of matches CodeTypes. don't found any matches, return null.
|
int |
DatabaseModel.removeCodeType(CodeType codeType)
Remove the given CodeType from the database
|
int |
DatabaseModel.updateCodeType(CodeType codeType)
Updates the given model into the Database
|
Modifier and Type | Method and Description |
---|---|
CodeType |
CodeTypeJDBCTemplate.getById(int id) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CodeType> |
CodeTypeJDBCTemplate.filterByEntity(CodeType entity) |
java.util.List<CodeType> |
CodeTypeJDBCTemplate.get() |
Modifier and Type | Method and Description |
---|---|
int |
CodeTypeJDBCTemplate.create(CodeType entity) |
java.util.List<CodeType> |
CodeTypeJDBCTemplate.filterByEntity(CodeType entity) |
int |
CodeTypeJDBCTemplate.update(int id,
CodeType newEntity) |
Modifier and Type | Method and Description |
---|---|
CodeType |
CodeTypeMapper.mapRow(java.sql.ResultSet rs,
int rowNum) |