Class LookupMapBuilder
java.lang.Object
org.kuali.rice.kns.datadictionary.exporter.LookupMapBuilder
Deprecated.
Only used by KNS classes, no replacement.
LookupMapBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.krad.datadictionary.exporter.ExportMapbuildLookupMap(org.kuali.rice.kns.datadictionary.BusinessObjectEntry entry) Deprecated.
-
Constructor Details
-
LookupMapBuilder
public LookupMapBuilder()Deprecated.Default constructor
-
-
Method Details
-
buildLookupMap
public org.kuali.rice.krad.datadictionary.exporter.ExportMap buildLookupMap(org.kuali.rice.kns.datadictionary.BusinessObjectEntry entry) Deprecated.- Parameters:
entry-- Returns:
- ExportMap containing the standard entries for the given entry's LookupDefinition, or null if the given entry has no lookupDefinition
-