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

Packages that use DocumentPresentationController
edu.sampleu.travel.document.authorizer   
org.kuali.rice.kns.datadictionary 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.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.kns.service 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.kns.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.kns.datadictionary
 

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.
 Class<? extends DocumentPresentationController> TransactionalDocumentEntry.getDocumentPresentationControllerClass()
          Deprecated. Returns the document presentation controller class for the document.
 Class<? extends DocumentPresentationController> KNSDocumentEntry.getDocumentPresentationControllerClass()
          Deprecated.  
 

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

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

Classes in org.kuali.rice.kns.document.authorization that implement DocumentPresentationController
 class TransactionalDocumentPresentationControllerBase
          Base class for all TransactionalDocumentPresentationControllers.
 

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

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

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

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



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