Uses of Interface
org.kuali.rice.krad.document.DocumentPresentationController
Packages that use DocumentPresentationController
Package
Description
-
Uses of DocumentPresentationController in org.kuali.rice.krad.datadictionary
Fields in org.kuali.rice.krad.datadictionary with type parameters of type DocumentPresentationControllerModifier and TypeFieldDescriptionprotected Class<? extends DocumentPresentationController> DocumentEntry.documentPresentationControllerClassMethods in org.kuali.rice.krad.datadictionary that return types with arguments of type DocumentPresentationControllerModifier and TypeMethodDescriptionClass<? extends DocumentPresentationController> DocumentEntry.getDocumentPresentationControllerClass()Full class name for theDocumentPresentationControllerthat will be invoked to implement presentation logic for the documentMethod parameters in org.kuali.rice.krad.datadictionary with type arguments of type DocumentPresentationControllerModifier and TypeMethodDescriptionvoidDocumentEntry.setDocumentPresentationControllerClass(Class<? extends DocumentPresentationController> documentPresentationControllerClass) Setter for the document presentation controller class name -
Uses of DocumentPresentationController in org.kuali.rice.krad.document
Subinterfaces of DocumentPresentationController in org.kuali.rice.krad.documentModifier and TypeInterfaceDescriptioninterfaceExtension to DocumentPresentationController interface which adds transactional document specific methodsClasses in org.kuali.rice.krad.document that implement DocumentPresentationControllerModifier and TypeClassDescriptionclassclassImplementation ofViewPresentationControllerforDocumentViewinstancesclassDocument presentation controller implementation for transactional documents.classExtension to DocumentViewPresentationControllerBase interface which adds transactional document specific methodsMethods in org.kuali.rice.krad.document that return DocumentPresentationControllerModifier and TypeMethodDescriptionDocumentViewPresentationControllerBase.getDocumentPresentationController()Methods in org.kuali.rice.krad.document with parameters of type DocumentPresentationControllerModifier and TypeMethodDescriptionvoidDocumentViewPresentationControllerBase.setDocumentPresentationController(DocumentPresentationController documentPresentationController) Method parameters in org.kuali.rice.krad.document with type arguments of type DocumentPresentationControllerModifier and TypeMethodDescriptionvoidDocumentViewPresentationControllerBase.setDocumentPresentationControllerClass(Class<? extends DocumentPresentationController> documentPresentationControllerClass) -
Uses of DocumentPresentationController in org.kuali.rice.krad.maintenance
Subinterfaces of DocumentPresentationController in org.kuali.rice.krad.maintenanceClasses in org.kuali.rice.krad.maintenance that implement DocumentPresentationControllerModifier and TypeClassDescriptionclassclassImplementation ofViewPresentationControllerforMaintenanceDocumentViewinstances -
Uses of DocumentPresentationController in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return DocumentPresentationControllerModifier and TypeMethodDescriptionDocumentDictionaryService.getDocumentPresentationController(String documentType) Retrieves theDocumentPresentationControllerconfigured on the document entry with the given document type nameDocumentDictionaryService.getDocumentPresentationController(Document document) Retrieves theDocumentPresentationControllerconfigured on the document entry for the document type associated with the document instance