| Package | Description |
|---|---|
| edu.cornell.mannlib.vitro.webapp.dao | |
| edu.cornell.mannlib.vitro.webapp.dao.jena |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
DatatypeDao.getDatatypeById(int id) |
Datatype |
DatatypeDao.getDatatypeByURI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
List<Datatype> |
DatatypeDao.getAllDatatypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeDao.deleteDatatype(Datatype dtp)
deletes a datatype row by getting the id from a Datatype bean
|
void |
DatatypeDao.updateDatatype(Datatype dtp) |
| Modifier and Type | Method and Description |
|---|---|
Datatype |
DatatypeDaoJena.getDatatypeById(int id) |
Datatype |
DatatypeDaoJena.getDatatypeByURI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
void |
DatatypeDaoJena.deleteDatatype(Datatype dtp) |
void |
DatatypeDaoJena.updateDatatype(Datatype dtp) |
Copyright © 2022. All rights reserved.