org.kuali.rice.kns.datadictionary.exporter
Class DataDictionaryMap

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
      extended by org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMap
All Implemented Interfaces:
Map

Deprecated.

@Deprecated
public class DataDictionaryMap
extends DataDictionaryMapBase


Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Field Summary
(package private)  BusinessObjectEntryMapper boMapper
          Deprecated.  
private  DataDictionaryService dataDictionaryService
          Deprecated.  
(package private)  Map<String,Map> ddMap
          Deprecated.  
(package private)  MaintenanceDocumentEntryMapper maintDocMapper
          Deprecated.  
(package private)  TransactionalDocumentEntryMapper transDocMapper
          Deprecated.  
 
Constructor Summary
DataDictionaryMap(DataDictionaryService dataDictionaryService)
          Deprecated.  
 
Method Summary
 Object get(Object key)
          Deprecated.  
 DataDictionaryService getDataDictionaryService()
          Deprecated.  
 void setDataDictionaryService(DataDictionaryService dataDictionaryService)
          Deprecated.  
 
Methods inherited from class org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
clear, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

dataDictionaryService

private DataDictionaryService dataDictionaryService
Deprecated. 

boMapper

BusinessObjectEntryMapper boMapper
Deprecated. 

maintDocMapper

MaintenanceDocumentEntryMapper maintDocMapper
Deprecated. 

transDocMapper

TransactionalDocumentEntryMapper transDocMapper
Deprecated. 

ddMap

Map<String,Map> ddMap
Deprecated. 
Constructor Detail

DataDictionaryMap

public DataDictionaryMap(DataDictionaryService dataDictionaryService)
Deprecated. 
Method Detail

get

public Object get(Object key)
Deprecated. 

getDataDictionaryService

public DataDictionaryService getDataDictionaryService()
Deprecated. 

setDataDictionaryService

public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
Deprecated. 


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.