| Package | Description |
|---|---|
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.maintenance | |
| org.kuali.rice.krad.service |
| Modifier and Type | Field and Description |
|---|---|
protected Class<? extends DocumentPresentationController> |
DocumentEntry.documentPresentationControllerClass |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DocumentPresentationController> |
DocumentEntry.getDocumentPresentationControllerClass()
Full class name for the
DocumentPresentationController that will be invoked to implement presentation
logic for the document |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentEntry.setDocumentPresentationControllerClass(Class<? extends DocumentPresentationController> documentPresentationControllerClass)
Setter for the document presentation controller class name
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentPresentationControllerBase |
class |
DocumentViewPresentationControllerBase
Implementation of
ViewPresentationController for
DocumentView instances |
| Modifier and Type | Method and Description |
|---|---|
DocumentPresentationController |
DocumentViewPresentationControllerBase.getDocumentPresentationController() |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentViewPresentationControllerBase.setDocumentPresentationController(DocumentPresentationController documentPresentationController) |
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentViewPresentationControllerBase.setDocumentPresentationControllerClass(Class<? extends DocumentPresentationController> documentPresentationControllerClass) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MaintenanceDocumentPresentationController |
| Modifier and Type | Class and Description |
|---|---|
class |
MaintenanceDocumentPresentationControllerBase |
class |
MaintenanceViewPresentationControllerBase
Implementation of
ViewPresentationController for
MaintenanceView instances |
| Modifier and Type | Method and Description |
|---|---|
DocumentPresentationController |
DocumentDictionaryService.getDocumentPresentationController(Document document)
Retrieves the
DocumentPresentationController configured on the document entry for the document type
associated with the document instance |
DocumentPresentationController |
DocumentDictionaryService.getDocumentPresentationController(String documentType)
Retrieves the
DocumentPresentationController configured on the document entry with the given document
type name |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.