Uses of Interface
edu.cornell.mannlib.vitro.webapp.dao.IndividualDao
-
-
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.auth.identifier.factory
Fields in edu.cornell.mannlib.vitro.webapp.auth.identifier.factory declared as IndividualDao Modifier and Type Field Description protected IndividualDaoBaseIdentifierBundleFactory. indDao -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.beans
Methods in edu.cornell.mannlib.vitro.webapp.beans with parameters of type IndividualDao Modifier and Type Method Description voidSelfEditingConfiguration. associateIndividualWithUserAccount(IndividualDao indDao, DataPropertyStatementDao dpsDao, UserAccount user, String associatedIndividualUri)This Individual, if it exists, should be associated with this UserAccount.List<Individual>SelfEditingConfiguration. getAssociatedIndividuals(IndividualDao indDao, UserAccount user)Get all Individuals associated with this user through the matching property.List<Individual>SelfEditingConfiguration. getAssociatedIndividuals(IndividualDao indDao, String externalAuthId)Get all Individuals associated with this externalAuthId through the matching property. -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.controller
Fields in edu.cornell.mannlib.vitro.webapp.controller declared as IndividualDao Modifier and Type Field Description protected IndividualDaoAbstractPageHandler. indDao -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin
Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin with parameters of type IndividualDao Modifier and Type Method Description static StringUserAccountsProfileCreator. createProfile(IndividualDao indDao, DataPropertyStatementDao dpsDao, String profileClassUri, UserAccount account) -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.controller.ajax
Fields in edu.cornell.mannlib.vitro.webapp.controller.ajax declared as IndividualDao Modifier and Type Field Description protected IndividualDaoAbstractAjaxResponder. indDao -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker with parameters of type IndividualDao Modifier and Type Method Description static IndividualListQueryResultsIndividualListQueryResults. runQuery(SearchQuery query, IndividualDao indDao) -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return IndividualDao Modifier and Type Method Description IndividualDaoWebappDaoFactory. getIndividualDao()returns a Data Access Object for working with Individuals -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.dao.filtering
Classes in edu.cornell.mannlib.vitro.webapp.dao.filtering that implement IndividualDao Modifier and Type Class Description classIndividualDaoFilteringMethods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return IndividualDao Modifier and Type Method Description IndividualDaoWebappDaoFactoryFiltering. getIndividualDao()Constructors in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type IndividualDao Constructor Description FilteringPropertyInstanceDao(PropertyInstanceDao propertyInstanceDao, ObjectPropertyDao objectPropDao, IndividualDao individualDao, VitroFilters filters)IndividualDaoFiltering(IndividualDao individualDao, VitroFilters filters2)VClassDaoFiltering(VClassDao classDao, IndividualDao individualDao, VitroFilters filters) -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.dao.jena
Classes in edu.cornell.mannlib.vitro.webapp.dao.jena that implement IndividualDao Modifier and Type Class Description classIndividualDaoJenaclassIndividualDaoSDBFields in edu.cornell.mannlib.vitro.webapp.dao.jena declared as IndividualDao Modifier and Type Field Description protected IndividualDaoWebappDaoFactoryJena. entityWebappDaoMethods in edu.cornell.mannlib.vitro.webapp.dao.jena that return IndividualDao Modifier and Type Method Description IndividualDaoWebappDaoFactoryJena. getEntityDao()IndividualDaoWebappDaoFactoryJena. getIndividualDao()IndividualDaoWebappDaoFactorySDB. getIndividualDao() -
Uses of IndividualDao in edu.cornell.mannlib.vitro.webapp.searchindex
Methods in edu.cornell.mannlib.vitro.webapp.searchindex that return IndividualDao Modifier and Type Method Description IndividualDaoSearchIndexerImpl.IndexerConfig. individualDao()
-