Uses of Class
edu.cornell.mannlib.vitro.webapp.beans.PropertyGroup
-
-
Uses of PropertyGroup in edu.cornell.mannlib.vitro.webapp.beans
Methods in edu.cornell.mannlib.vitro.webapp.beans with parameters of type PropertyGroup Modifier and Type Method Description intPropertyGroup. compareTo(PropertyGroup o2)Sorts PropertyGroup objects by group rank, then alphanumeric. -
Uses of PropertyGroup in edu.cornell.mannlib.vitro.webapp.dao
Methods in edu.cornell.mannlib.vitro.webapp.dao that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroupDao. createDummyPropertyGroup(String name, int rank)PropertyGroupPropertyGroupDao. getGroupByURI(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>PropertyGroupDao. getPublicGroups(boolean withProperties)Methods in edu.cornell.mannlib.vitro.webapp.dao with parameters of type PropertyGroup Modifier and Type Method Description voidPropertyGroupDao. deletePropertyGroup(PropertyGroup group)StringPropertyGroupDao. insertNewPropertyGroup(PropertyGroup group)voidPropertyGroupDao. updatePropertyGroup(PropertyGroup group)Method parameters in edu.cornell.mannlib.vitro.webapp.dao with type arguments of type PropertyGroup Modifier and Type Method Description intPropertyGroupDao. removeUnpopulatedGroups(List<PropertyGroup> groups) -
Uses of PropertyGroup in edu.cornell.mannlib.vitro.webapp.dao.filtering
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroupDaoFiltering. createDummyPropertyGroup(String name, int rank)PropertyGroupPropertyGroupDaoFiltering. getGroupByURI(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>PropertyGroupDaoFiltering. getPublicGroups(boolean withProperties)Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering with parameters of type PropertyGroup Modifier and Type Method Description voidPropertyGroupDaoFiltering. deletePropertyGroup(PropertyGroup group)StringPropertyGroupDaoFiltering. insertNewPropertyGroup(PropertyGroup group)voidPropertyGroupDaoFiltering. updatePropertyGroup(PropertyGroup group)Method parameters in edu.cornell.mannlib.vitro.webapp.dao.filtering with type arguments of type PropertyGroup Modifier and Type Method Description intPropertyGroupDaoFiltering. removeUnpopulatedGroups(List<PropertyGroup> groups) -
Uses of PropertyGroup in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters
Methods in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters that return types with arguments of type PropertyGroup Modifier and Type Method Description net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean>VitroFilters. getPropertyGroupFilter()net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean>VitroFiltersImpl. getPropertyGroupFilter()Method parameters in edu.cornell.mannlib.vitro.webapp.dao.filtering.filters with type arguments of type PropertyGroup Modifier and Type Method Description voidVitroFiltersImpl. setPropertyGroupFilter(net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter) -
Uses of PropertyGroup in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroupDaoJena. createDummyPropertyGroup(String name, int rank)PropertyGroupPropertyGroupDaoJena. getGroupByURI(String uri)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>PropertyGroupDaoJena. getPublicGroups(boolean withProperties)Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type PropertyGroup Modifier and Type Method Description voidPropertyGroupDaoJena. deletePropertyGroup(PropertyGroup group)StringPropertyGroupDaoJena. insertNewPropertyGroup(PropertyGroup group)voidPropertyGroupDaoJena. updatePropertyGroup(PropertyGroup group)Method parameters in edu.cornell.mannlib.vitro.webapp.dao.jena with type arguments of type PropertyGroup Modifier and Type Method Description intPropertyGroupDaoJena. removeUnpopulatedGroups(List<PropertyGroup> groups)
-