Uses of Class
org.kuali.rice.krad.datadictionary.UifDictionaryIndex

Packages that use UifDictionaryIndex
org.kuali.rice.krad.datadictionary   
 

Uses of UifDictionaryIndex in org.kuali.rice.krad.datadictionary
 

Fields in org.kuali.rice.krad.datadictionary declared as UifDictionaryIndex
protected  UifDictionaryIndex DataDictionary.uifIndex
           
 

Methods in org.kuali.rice.krad.datadictionary with parameters of type UifDictionaryIndex
 View DataDictionaryMapper.getViewById(UifDictionaryIndex index, String viewId)
          Returns the View entry identified by the given id
 View DataDictionaryIndexMapper.getViewById(UifDictionaryIndex index, String viewId)
           
 View DataDictionaryMapper.getViewByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String,String> indexKey)
          Called to retrieve a View instance that is of the given type based on the index key
 View DataDictionaryIndexMapper.getViewByTypeIndex(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String,String> indexKey)
           
 org.springframework.beans.PropertyValues DataDictionaryMapper.getViewPropertiesById(UifDictionaryIndex index, String viewId)
          Retrieves the configured property values for the view bean definition associated with the given id
 org.springframework.beans.PropertyValues DataDictionaryIndexMapper.getViewPropertiesById(UifDictionaryIndex index, String viewId)
           
 org.springframework.beans.PropertyValues DataDictionaryMapper.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 index
 org.springframework.beans.PropertyValues DataDictionaryIndexMapper.getViewPropertiesByType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String,String> indexKey)
           
 List<View> DataDictionaryMapper.getViewsForType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName)
          Gets all View prototypes configured for the given view type name
 List<View> DataDictionaryIndexMapper.getViewsForType(UifDictionaryIndex index, UifConstants.ViewType viewTypeName)
           
 boolean DataDictionaryMapper.viewByTypeExist(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String,String> indexKey)
          Indicates whether a View exists for the given view type and index information
 boolean DataDictionaryIndexMapper.viewByTypeExist(UifDictionaryIndex index, UifConstants.ViewType viewTypeName, Map<String,String> indexKey)
           
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.