Uses of Interface
edu.cornell.mannlib.vitro.webapp.beans.ResourceBean
-
-
Uses of ResourceBean in edu.cornell.mannlib.vitro.webapp.beans
Subinterfaces of ResourceBean in edu.cornell.mannlib.vitro.webapp.beans Modifier and Type Interface Description interfaceIndividualUser: bdc34 Date: Oct 18, 2007 Time: 3:08:33 PMClasses in edu.cornell.mannlib.vitro.webapp.beans that implement ResourceBean Modifier and Type Class Description classBaseResourceBeanclassDataPropertyclass representing a property that relates an entity (object) to a data literalclassFauxPropertyRepresents a specialization on an ObjectProperty, only meaningful for display.classIndividualImplRepresents a single entity record.classObjectPropertya class representing an object propertyclassPropertyclassPropertyGroupclassVClassA Java class representing an ontology ("Vitro") class [kwg8-07/30/07]: comments [kwg8-07/30/07]: comments, naming cleanupclassVClassListsimple class that extends vclass to include a list of entites that are members of that class. -
Uses of ResourceBean in edu.cornell.mannlib.vitro.webapp.controller
Methods in edu.cornell.mannlib.vitro.webapp.controller with parameters of type ResourceBean Modifier and Type Method Description intVitroHttpServlet.PickListSorter. compare(ResourceBean b1, ResourceBean b2)Method parameters in edu.cornell.mannlib.vitro.webapp.controller with type arguments of type ResourceBean Modifier and Type Method Description protected voidVitroHttpServlet. sortForPickList(List<? extends ResourceBean> beans, VitroRequest vreq) -
Uses of ResourceBean in edu.cornell.mannlib.vitro.webapp.dao.filtering
Classes in edu.cornell.mannlib.vitro.webapp.dao.filtering that implement ResourceBean Modifier and Type Class Description classDataPropertyFilteringclassIndividualFilteringA Individual object that will delegate to an inner Individual and then filter the results.classObjectPropertyFiltering -
Uses of ResourceBean in edu.cornell.mannlib.vitro.webapp.dao.jena
Classes in edu.cornell.mannlib.vitro.webapp.dao.jena that implement ResourceBean Modifier and Type Class Description classIndividualJenaclassIndividualSDBclassVClassJenaA Java class representing a lazy loading ontology ("VIVO") classMethods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type ResourceBean Modifier and Type Method Description StringWebappDaoFactoryJena. makeLocalNameWithPrefix(ResourceBean bean)StringWebappDaoFactoryJena. makePickListName(ResourceBean bean) -
Uses of ResourceBean in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Classes in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual that implement ResourceBean Modifier and Type Class Description classFauxDataPropertyWrapperA DataProperty that has some of its values overridden by a FauxProperty.classFauxObjectPropertyWrapperAn ObjectProperty that has some of its values overridden by a FauxProperty.
-