Uses of Class
org.kuali.rice.krad.datadictionary.DocumentEntry
Packages that use DocumentEntry
Package
Description
-
Uses of DocumentEntry in org.kuali.rice.krad.datadictionary
Subclasses of DocumentEntry in org.kuali.rice.krad.datadictionaryModifier and TypeClassDescriptionclassData dictionary entry class forMaintenanceDocumentclassData dictionary entry class forTransactionalDocument.Methods in org.kuali.rice.krad.datadictionary that return DocumentEntryModifier and TypeMethodDescriptionDataDictionary.getDocumentEntry(String documentTypeDDKey) Returns the KNS document entry for the given lookup key.DataDictionaryIndexMapper.getDocumentEntry(DataDictionaryIndex index, String documentTypeDDKey) DataDictionaryMapper.getDocumentEntry(DataDictionaryIndex index, String documentTypeDDKey) Returns the KNS document entry for the given lookup key.Methods in org.kuali.rice.krad.datadictionary that return types with arguments of type DocumentEntryModifier and TypeMethodDescriptionDataDictionary.getDocumentEntries()DataDictionaryIndex.getDocumentEntries()DataDictionaryIndexMapper.getDocumentEntries(DataDictionaryIndex index) DataDictionaryMapper.getDocumentEntries(DataDictionaryIndex index) DataDictionaryIndex.getDocumentEntriesByBusinessObjectClass()DataDictionaryIndex.getDocumentEntriesByMaintainableClass() -
Uses of DocumentEntry in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return DocumentEntryModifier and TypeMethodDescriptionDocumentDictionaryService.getDocumentEntry(String docTypeName) Retrieves the document entry that is associated with the given document type nameDocumentDictionaryService.getDocumentEntryByClass(Class<? extends Document> documentClass) Retrieves the document entry that is associated with the given document class -
Uses of DocumentEntry in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return DocumentEntryModifier and TypeMethodDescriptionprotected DocumentEntryDocumentView.getDocumentEntryForView()Retrieves the associatedDocumentEntryfor the document view -
Uses of DocumentEntry in org.kuali.rice.krad.util
Methods in org.kuali.rice.krad.util with parameters of type DocumentEntryModifier and TypeMethodDescriptionstatic booleanLegacyUtils.isKnsDocumentEntry(DocumentEntry documentEntry) Indicates whether or not the given DocumentEntry represents a legacy KNS document entry.