Uses of Class
ubic.gemma.persistence.service.AbstractFilteringVoEnabledDao.FilterablePropertyMeta
Packages that use AbstractFilteringVoEnabledDao.FilterablePropertyMeta
-
Uses of AbstractFilteringVoEnabledDao.FilterablePropertyMeta in ubic.gemma.persistence.service
Methods in ubic.gemma.persistence.service that return AbstractFilteringVoEnabledDao.FilterablePropertyMetaModifier and TypeMethodDescriptionAbstractFilteringVoEnabledDao.FilterablePropertyMeta.FilterablePropertyMetaBuilder.build()protected final AbstractFilteringVoEnabledDao.FilterablePropertyMetaAbstractFilteringVoEnabledDao.getFilterablePropertyMeta(String propertyName) AbstractFilteringVoEnabledDao.FilterablePropertyMeta.withAllowedValues(List<Object> allowedValues) A short list of allowed values if that can be determined, or null.AbstractFilteringVoEnabledDao.FilterablePropertyMeta.withDeprecated(boolean deprecated) Indicate if the property is deprecated.AbstractFilteringVoEnabledDao.FilterablePropertyMeta.withDescriptions(List<String> descriptions) A short description for this parameter if clarifications are needed.AbstractFilteringVoEnabledDao.FilterablePropertyMeta.withObjectAlias(String objectAlias) AbstractFilteringVoEnabledDao.FilterablePropertyMeta.withPropertyName(String propertyName) AbstractFilteringVoEnabledDao.FilterablePropertyMeta.withPropertyType(Class<?> propertyType) AbstractFilteringVoEnabledDao.FilterablePropertyMeta.withUsesSubquery(boolean usesSubquery) Indicate if the property uses a subquery for filtering.