| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary |
| Modifier and Type | Field and Description |
|---|---|
protected UifDictionaryIndex |
DataDictionary.uifIndex |
| Modifier and Type | Method and Description |
|---|---|
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–2016 The Kuali Foundation. All rights reserved.