Uses of Class
edu.cornell.mannlib.vitro.webapp.dao.PropertyDao.FullPropertyKey
-
Packages that use PropertyDao.FullPropertyKey Package Description edu.cornell.mannlib.vitro.webapp.dao edu.cornell.mannlib.vitro.webapp.dao.jena -
-
Uses of PropertyDao.FullPropertyKey in edu.cornell.mannlib.vitro.webapp.dao
Fields in edu.cornell.mannlib.vitro.webapp.dao with type parameters of type PropertyDao.FullPropertyKey Modifier and Type Field Description Map<PropertyDao.FullPropertyKey,String>WebappDaoFactoryConfig. customListViewConfigFileMapMethods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type PropertyDao.FullPropertyKey Modifier and Type Method Description Map<PropertyDao.FullPropertyKey,String>WebappDaoFactoryConfig. getCustomListViewConfigFileMap()Method parameters in edu.cornell.mannlib.vitro.webapp.dao with type arguments of type PropertyDao.FullPropertyKey Modifier and Type Method Description voidWebappDaoFactoryConfig. setCustomListViewConfigFileMap(Map<PropertyDao.FullPropertyKey,String> map) -
Uses of PropertyDao.FullPropertyKey in edu.cornell.mannlib.vitro.webapp.dao.jena
Constructor parameters in edu.cornell.mannlib.vitro.webapp.dao.jena with type arguments of type PropertyDao.FullPropertyKey Constructor Description ObjectPropertyDaoJena(RDFService rdfService, DatasetWrapperFactory dwf, Map<PropertyDao.FullPropertyKey,String> customListViewConfigFileMap, WebappDaoFactoryJena wadf)
-