|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DocumentPresentationController | |
|---|---|
| edu.sampleu.travel.document.authorizer | |
| org.kuali.rice.kim.document.authorization | |
| org.kuali.rice.kim.impl.responsibility | |
| org.kuali.rice.kns.document.authorization | Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
| org.kuali.rice.krad.datadictionary | |
| org.kuali.rice.krad.document | |
| org.kuali.rice.krad.maintenance | |
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.service.impl | |
| Uses of DocumentPresentationController in edu.sampleu.travel.document.authorizer |
|---|
| Classes in edu.sampleu.travel.document.authorizer that implement DocumentPresentationController | |
|---|---|
class |
TravelDocumentPresentationController
Presentation controller for the travel document. |
| Uses of DocumentPresentationController in org.kuali.rice.kim.document.authorization |
|---|
| Classes in org.kuali.rice.kim.document.authorization that implement DocumentPresentationController | |
|---|---|
class |
GenericPermissionMaintenanceDocumentPresentationController
This is a description of what this class does - kellerj don't forget to fill this in. |
| Uses of DocumentPresentationController in org.kuali.rice.kim.impl.responsibility |
|---|
| Classes in org.kuali.rice.kim.impl.responsibility that implement DocumentPresentationController | |
|---|---|
class |
ReviewResponsibilityMaintenanceDocumentPresentationController
|
| Uses of DocumentPresentationController in org.kuali.rice.kns.document.authorization |
|---|
| Subinterfaces of DocumentPresentationController in org.kuali.rice.kns.document.authorization | |
|---|---|
interface |
DocumentPresentationController
|
| Uses of DocumentPresentationController in org.kuali.rice.krad.datadictionary |
|---|
| Fields in org.kuali.rice.krad.datadictionary with type parameters of type DocumentPresentationController | |
|---|---|
protected Class<? extends DocumentPresentationController> |
DocumentEntry.documentPresentationControllerClass
|
| Methods in org.kuali.rice.krad.datadictionary that return types with arguments of type DocumentPresentationController | |
|---|---|
Class<? extends DocumentPresentationController> |
DocumentEntry.getDocumentPresentationControllerClass()
Full class name for the DocumentPresentationController that will be invoked to implement presentation
logic for the document |
| Method parameters in org.kuali.rice.krad.datadictionary with type arguments of type DocumentPresentationController | |
|---|---|
void |
DocumentEntry.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.document | |
|---|---|
interface |
TransactionalDocumentPresentationController
Extension to DocumentPresentationController interface which adds transactional document specific methods |
| Classes in org.kuali.rice.krad.document that implement DocumentPresentationController | |
|---|---|
class |
DocumentPresentationControllerBase
|
class |
DocumentViewPresentationControllerBase
Implementation of ViewPresentationController for
DocumentView instances |
class |
TransactionalDocumentPresentationControllerBase
Document presentation controller implementation for transactional documents. |
class |
TransactionalDocumentViewPresentationControllerBase
Extension to DocumentViewPresentationControllerBase interface which adds transactional document specific methods |
| Methods in org.kuali.rice.krad.document that return DocumentPresentationController | |
|---|---|
DocumentPresentationController |
DocumentViewPresentationControllerBase.getDocumentPresentationController()
|
| Methods in org.kuali.rice.krad.document with parameters of type DocumentPresentationController | |
|---|---|
void |
DocumentViewPresentationControllerBase.setDocumentPresentationController(DocumentPresentationController documentPresentationController)
|
| Method parameters in org.kuali.rice.krad.document with type arguments of type DocumentPresentationController | |
|---|---|
void |
DocumentViewPresentationControllerBase.setDocumentPresentationControllerClass(Class<? extends DocumentPresentationController> documentPresentationControllerClass)
|
| Uses of DocumentPresentationController in org.kuali.rice.krad.maintenance |
|---|
| Subinterfaces of DocumentPresentationController in org.kuali.rice.krad.maintenance | |
|---|---|
interface |
MaintenanceDocumentPresentationController
|
| Classes in org.kuali.rice.krad.maintenance that implement DocumentPresentationController | |
|---|---|
class |
MaintenanceDocumentPresentationControllerBase
|
class |
MaintenanceViewPresentationControllerBase
Implementation of ViewPresentationController for
MaintenanceDocumentView instances |
| Uses of DocumentPresentationController in org.kuali.rice.krad.service |
|---|
| Methods in org.kuali.rice.krad.service that return DocumentPresentationController | |
|---|---|
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 |
| Uses of DocumentPresentationController in org.kuali.rice.krad.service.impl |
|---|
| Methods in org.kuali.rice.krad.service.impl that return DocumentPresentationController | |
|---|---|
DocumentPresentationController |
DocumentDictionaryServiceImpl.getDocumentPresentationController(Document document)
|
DocumentPresentationController |
DocumentDictionaryServiceImpl.getDocumentPresentationController(String documentType)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||