Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.Datatype
-
Packages that use Datatype Package Description edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of Datatype in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return Datatype Modifier and Type Method Description DatatypeDatatypeDao. getDatatypeById(int id)DatatypeDatatypeDao. getDatatypeByURI(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type Datatype Modifier and Type Method Description List<Datatype>DatatypeDao. getAllDatatypes()Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type Datatype Modifier and Type Method Description voidDatatypeDao. deleteDatatype(Datatype dtp)deletes a datatype row by getting the id from a Datatype beanvoidDatatypeDao. updateDatatype(Datatype dtp) -
Uses of Datatype in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return Datatype Modifier and Type Method Description DatatypeDatatypeDaoJena. getDatatypeById(int id)DatatypeDatatypeDaoJena. getDatatypeByURI(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type Datatype Modifier and Type Method Description voidDatatypeDaoJena. deleteDatatype(Datatype dtp)voidDatatypeDaoJena. updateDatatype(Datatype dtp)
-