Uses of Class
org.kuali.rice.krad.datadictionary.uif.UifDictionaryIndex
Packages that use UifDictionaryIndex
-
Uses of UifDictionaryIndex in org.kuali.rice.krad.datadictionary
Fields in org.kuali.rice.krad.datadictionary declared as UifDictionaryIndexMethods in org.kuali.rice.krad.datadictionary with parameters of type UifDictionaryIndexModifier and TypeMethodDescriptionDataDictionaryIndexMapper.getImmutableViewById(UifDictionaryIndex index, String viewId) Gets a view instance from the pool or factory but does not replace the view, meant for view readonly access (not running the lifecycle but just checking configuration)DataDictionaryMapper.getImmutableViewById(UifDictionaryIndex index, String viewId) Gets a view instance from the pool or factory but does not replace the view, meant for view readonly access (not running the lifecycle but just checking configuration)DataDictionaryIndexMapper.getViewById(UifDictionaryIndex index, String viewId) DataDictionaryMapper.getViewById(UifDictionaryIndex index, String viewId) Returns the View entry identified by the given idDataDictionaryIndexMapper.getViewByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Called to retrieve aViewinstance that is of the given type based on the index keyDataDictionaryMapper.getViewByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Called to retrieve aViewinstance that is of the given type based on the index keyDataDictionaryIndexMapper.getViewIdByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns the view id for the view that matches the given view type and indexDataDictionaryMapper.getViewIdByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Returns the view id for the view that matches the given view type and indexorg.springframework.beans.PropertyValuesDataDictionaryIndexMapper.getViewPropertiesById(UifDictionaryIndex index, String viewId) Retrieves the configured property values for the view bean definition associated with the given idorg.springframework.beans.PropertyValuesDataDictionaryMapper.getViewPropertiesById(UifDictionaryIndex index, String viewId) Retrieves the configured property values for the view bean definition associated with the given idorg.springframework.beans.PropertyValuesDataDictionaryIndexMapper.getViewPropertiesByType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves the configured property values for the view bean definition associated with the given type and indexorg.springframework.beans.PropertyValuesDataDictionaryMapper.getViewPropertiesByType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Retrieves the configured property values for the view bean definition associated with the given type and indexDataDictionaryIndexMapper.getViewsForType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName) Gets allViewprototypes configured for the given view type nameDataDictionaryMapper.getViewsForType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName) Gets allViewprototypes configured for the given view type namebooleanDataDictionaryIndexMapper.viewByTypeExist(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Indicates whether aViewexists for the given view type and index informationbooleanDataDictionaryMapper.viewByTypeExist(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String, String> indexKey) Indicates whether aViewexists for the given view type and index information