Uses of Interface
edu.cornell.mannlib.vitro.webapp.dao.FauxPropertyDao
-
Packages that use FauxPropertyDao Package Description edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.dao.filtering edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of FauxPropertyDao in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return FauxPropertyDao Modifier and Type Method Description FauxPropertyDaoWebappDaoFactory. getFauxPropertyDao()returns a Data Access Object for working with "faux" ObjectProperties. -
Uses of FauxPropertyDao in edu.cornell.mannlib.vitro.webapp.dao.filtering
Classes in edu.cornell.mannlib.vitro.webapp.dao.filtering that implement FauxPropertyDao Modifier and Type Class Description classFauxPropertyDaoFilteringTODO Find out if this is really necessary.Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return FauxPropertyDao Modifier and Type Method Description FauxPropertyDaoWebappDaoFactoryFiltering. getFauxPropertyDao()Constructors in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type FauxPropertyDao Constructor Description FauxPropertyDaoFiltering(FauxPropertyDao fauxPropertyDao, VitroFilters filters) -
Uses of FauxPropertyDao in edu.cornell.mannlib.vitro.webapp.dao.jena
Classes in edu.cornell.mannlib.vitro.webapp.dao.jena that implement FauxPropertyDao Modifier and Type Class Description classFauxPropertyDaoJenaTODOMethods in edu.cornell.mannlib.vitro.webapp.dao.jena that return FauxPropertyDao Modifier and Type Method Description FauxPropertyDaoWebappDaoFactoryJena. getFauxPropertyDao()
-