org.kuali.rice.kns.service
Interface DocumentHelperService

All Known Implementing Classes:
DocumentHelperServiceImpl

Deprecated. Use DocumentDictionaryService.

@Deprecated
public interface DocumentHelperService

This class is a utility service intended to help retrieve objects related to particular documents.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 DocumentAuthorizer getDocumentAuthorizer(Document document)
          Deprecated. 
 DocumentAuthorizer getDocumentAuthorizer(String documentType)
          Deprecated. 
 DocumentPresentationController getDocumentPresentationController(Document document)
          Deprecated. 
 DocumentPresentationController getDocumentPresentationController(String documentType)
          Deprecated. 
 

Method Detail

getDocumentPresentationController

@Deprecated
DocumentPresentationController getDocumentPresentationController(String documentType)
Deprecated. 


getDocumentPresentationController

@Deprecated
DocumentPresentationController getDocumentPresentationController(Document document)
Deprecated. 


getDocumentAuthorizer

@Deprecated
DocumentAuthorizer getDocumentAuthorizer(String documentType)
Deprecated. 


getDocumentAuthorizer

@Deprecated
DocumentAuthorizer getDocumentAuthorizer(Document document)
Deprecated. 



Copyright © 2005–2014 The Kuali Foundation. All rights reserved.