Set<InactivationBlockingMetadata> |
DataDictionaryIndexMapper.getAllInactivationBlockingMetadatas(DataDictionaryIndex index,
Class<?> blockedClass) |
Set<InactivationBlockingMetadata> |
DataDictionaryMapper.getAllInactivationBlockingMetadatas(DataDictionaryIndex index,
Class<?> blockedClass) |
List<String> |
DataDictionaryIndexMapper.getBusinessObjectClassNames(DataDictionaryIndex index) |
List<String> |
DataDictionaryMapper.getBusinessObjectClassNames(DataDictionaryIndex index)
Deprecated.
|
Map<String,BusinessObjectEntry> |
DataDictionaryIndexMapper.getBusinessObjectEntries(DataDictionaryIndex index) |
Map<String,BusinessObjectEntry> |
DataDictionaryMapper.getBusinessObjectEntries(DataDictionaryIndex index)
Deprecated.
|
BusinessObjectEntry |
DataDictionaryIndexMapper.getBusinessObjectEntry(DataDictionaryIndex index,
String className) |
BusinessObjectEntry |
DataDictionaryMapper.getBusinessObjectEntry(DataDictionaryIndex index,
String className)
Deprecated.
|
BusinessObjectEntry |
DataDictionaryIndexMapper.getBusinessObjectEntryForConcreteClass(DataDictionaryIndex ddIndex,
String className)
This method gets the business object entry for a concrete class
|
BusinessObjectEntry |
DataDictionaryMapper.getBusinessObjectEntryForConcreteClass(DataDictionaryIndex index,
String className)
Deprecated.
|
Map<String,DataObjectEntry> |
DataDictionaryIndexMapper.getDataObjectEntries(DataDictionaryIndex index) |
Map<String,DataObjectEntry> |
DataDictionaryMapper.getDataObjectEntries(DataDictionaryIndex index) |
DataObjectEntry |
DataDictionaryIndexMapper.getDataObjectEntry(DataDictionaryIndex index,
String className) |
DataObjectEntry |
DataDictionaryMapper.getDataObjectEntry(DataDictionaryIndex index,
String className) |
DataObjectEntry |
DataDictionaryIndexMapper.getDataObjectEntryForConcreteClass(DataDictionaryIndex ddIndex,
String className) |
DataObjectEntry |
DataDictionaryMapper.getDataObjectEntryForConcreteClass(DataDictionaryIndex index,
String className)
This method gets the DataOjectEntry (or subclass) for a concrete class
|
DataDictionaryEntry |
DataDictionaryIndexMapper.getDictionaryObjectEntry(DataDictionaryIndex ddIndex,
String className) |
DataDictionaryEntry |
DataDictionaryMapper.getDictionaryObjectEntry(DataDictionaryIndex index,
String className) |
Map<String,DocumentEntry> |
DataDictionaryIndexMapper.getDocumentEntries(DataDictionaryIndex index) |
Map<String,DocumentEntry> |
DataDictionaryMapper.getDocumentEntries(DataDictionaryIndex index) |
DocumentEntry |
DataDictionaryIndexMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey) |
DocumentEntry |
DataDictionaryMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey)
Returns the KNS document entry for the given lookup key.
|
String |
DataDictionaryIndexMapper.getDocumentTypeName(DataDictionaryIndex index,
String documentTypeName) |
String |
DataDictionaryMapper.getDocumentTypeName(DataDictionaryIndex index,
String documentTypeName)
Returns mapped document type based on the given document type.
|
MaintenanceDocumentEntry |
DataDictionaryIndexMapper.getMaintenanceDocumentEntryForBusinessObjectClass(DataDictionaryIndex index,
Class<?> businessObjectClass) |
MaintenanceDocumentEntry |
DataDictionaryMapper.getMaintenanceDocumentEntryForBusinessObjectClass(DataDictionaryIndex index,
Class<?> businessObjectClass)
Note: only MaintenanceDocuments are indexed by businessObject Class
This is a special case that is referenced in one location.
|
void |
DataDictionary.loadDictionaryBeans(DefaultListableBeanFactory beans,
Map<String,List<String>> moduleDictionaryFiles,
DataDictionaryIndex index,
ArrayList<String> validationFiles)
Populates and processes the dictionary bean factory based on the configured files
|