| Modifier and Type | Method and Description |
|---|---|
int |
PropertyGroup.compareTo(PropertyGroup o2)
Sorts PropertyGroup objects by group rank, then alphanumeric.
|
| Modifier and Type | Method and Description |
|---|---|
PropertyGroup |
PropertyGroupDao.createDummyPropertyGroup(String name,
int rank) |
PropertyGroup |
PropertyGroupDao.getGroupByURI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyGroup> |
PropertyGroupDao.getPublicGroups(boolean withProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyGroupDao.deletePropertyGroup(PropertyGroup group) |
String |
PropertyGroupDao.insertNewPropertyGroup(PropertyGroup group) |
void |
PropertyGroupDao.updatePropertyGroup(PropertyGroup group) |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyGroupDao.removeUnpopulatedGroups(List<PropertyGroup> groups) |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroup |
PropertyGroupDaoFiltering.createDummyPropertyGroup(String name,
int rank) |
PropertyGroup |
PropertyGroupDaoFiltering.getGroupByURI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyGroup> |
PropertyGroupDaoFiltering.getPublicGroups(boolean withProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyGroupDaoFiltering.deletePropertyGroup(PropertyGroup group) |
String |
PropertyGroupDaoFiltering.insertNewPropertyGroup(PropertyGroup group) |
void |
PropertyGroupDaoFiltering.updatePropertyGroup(PropertyGroup group) |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyGroupDaoFiltering.removeUnpopulatedGroups(List<PropertyGroup> groups) |
| Modifier and Type | Method and Description |
|---|---|
net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> |
VitroFiltersImpl.getPropertyGroupFilter() |
net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> |
VitroFilters.getPropertyGroupFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
VitroFiltersImpl.setPropertyGroupFilter(net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter) |
| Constructor and Description |
|---|
VitroFiltersImpl(net.sf.jga.fn.UnaryFunctor<Individual,Boolean> individualFilter,
net.sf.jga.fn.UnaryFunctor<DataProperty,Boolean> dataPropertyFilter,
net.sf.jga.fn.UnaryFunctor<ObjectProperty,Boolean> objectPropertyFilter,
net.sf.jga.fn.UnaryFunctor<DataPropertyStatement,Boolean> dataPropertyStatementFilter,
net.sf.jga.fn.UnaryFunctor<ObjectPropertyStatement,Boolean> objectPropertyStatementFilter,
net.sf.jga.fn.UnaryFunctor<VClass,Boolean> classFilter,
net.sf.jga.fn.UnaryFunctor<VClassGroup,Boolean> classGroupFilter,
net.sf.jga.fn.UnaryFunctor<PropertyGroup,Boolean> propertyGroupFilter) |
| Modifier and Type | Method and Description |
|---|---|
PropertyGroup |
PropertyGroupDaoJena.createDummyPropertyGroup(String name,
int rank) |
PropertyGroup |
PropertyGroupDaoJena.getGroupByURI(String uri) |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyGroup> |
PropertyGroupDaoJena.getPublicGroups(boolean withProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyGroupDaoJena.deletePropertyGroup(PropertyGroup group) |
String |
PropertyGroupDaoJena.insertNewPropertyGroup(PropertyGroup group) |
void |
PropertyGroupDaoJena.updatePropertyGroup(PropertyGroup group) |
| Modifier and Type | Method and Description |
|---|---|
int |
PropertyGroupDaoJena.removeUnpopulatedGroups(List<PropertyGroup> groups) |
Copyright © 2016. All rights reserved.