Class DataDictionaryMap
java.lang.Object
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMap
- All Implemented Interfaces:
Map
Deprecated.
Only used by KNS classes, no replacement.
-
Nested Class Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDataDictionaryMap(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Deprecated.Deprecated.org.kuali.rice.krad.service.DataDictionaryServiceDeprecated.voidsetDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.Methods inherited from class org.kuali.rice.kns.datadictionary.exporter.DataDictionaryMapBase
containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
DataDictionaryMap
public DataDictionaryMap(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.
-
-
Method Details
-
get
Deprecated. -
clear
public void clear()Deprecated.- Specified by:
clearin interfaceMap- Overrides:
clearin classDataDictionaryMapBase
-
getDataDictionaryService
public org.kuali.rice.krad.service.DataDictionaryService getDataDictionaryService()Deprecated. -
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.
-