Uses of Interface
org.kuali.rice.krad.document.authorization.DocumentPresentationController

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.datadictionary Copyright 2005-2011 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 Datadictionary classes and entry objects. 
org.kuali.rice.krad.document.authorization Core document authorization objects. 
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
 

Uses of DocumentPresentationController in edu.sampleu.travel.document.authorizer
 

Classes in edu.sampleu.travel.document.authorizer that implement DocumentPresentationController
 class TravelDocumentPresentationController
          This is a description of what this class does - ewestfal don't forget to fill this in.
 

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.datadictionary
 

Fields in org.kuali.rice.kns.datadictionary with type parameters of type DocumentPresentationController
protected  Class<? extends DocumentPresentationController> MaintenanceDocumentEntry.documentPresentationControllerClass
          Deprecated.  
 

Methods in org.kuali.rice.kns.datadictionary that return types with arguments of type DocumentPresentationController
 Class<? extends DocumentPresentationController> MaintenanceDocumentEntry.getDocumentPresentationControllerClass()
          Deprecated. Returns the document presentation controller class for the document.
 

Method parameters in org.kuali.rice.kns.datadictionary with type arguments of type DocumentPresentationController
 void MaintenanceDocumentEntry.setDocumentPresentationControllerClass(Class<? extends DocumentPresentationController> documentPresentationControllerClass)
          Deprecated.  
 

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()
          Returns the document presentation controller class for the document.
 

Method parameters in org.kuali.rice.krad.datadictionary with type arguments of type DocumentPresentationController
 void DocumentEntry.setDocumentPresentationControllerClass(Class<? extends DocumentPresentationController> documentPresentationControllerClass)
           
 

Uses of DocumentPresentationController in org.kuali.rice.krad.document.authorization
 

Subinterfaces of DocumentPresentationController in org.kuali.rice.krad.document.authorization
 interface MaintenanceDocumentPresentationController
           
 interface TransactionalDocumentPresentationController
          The DocumentPresentationController class is used for non-user related lock down
 

Classes in org.kuali.rice.krad.document.authorization that implement DocumentPresentationController
 class DocumentPresentationControllerBase
           
 class MaintenanceDocumentPresentationControllerBase
          Base class for all MaintenanceDocumentPresentationControllers.
 class TransactionalDocumentPresentationControllerBase
          Base class for all TransactionalDocumentPresentationControllers.
 

Uses of DocumentPresentationController in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return DocumentPresentationController
 DocumentPresentationController DocumentHelperService.getDocumentPresentationController(Document document)
           
 DocumentPresentationController DocumentHelperService.getDocumentPresentationController(String documentType)
           
 

Uses of DocumentPresentationController in org.kuali.rice.krad.service.impl
 

Methods in org.kuali.rice.krad.service.impl that return DocumentPresentationController
 DocumentPresentationController DocumentHelperServiceImpl.getDocumentPresentationController(Document document)
           
 DocumentPresentationController DocumentHelperServiceImpl.getDocumentPresentationController(String documentType)
           
 



Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.