org.kuali.rice.kns.service.impl
Class DocumentHelperServiceImpl

java.lang.Object
  extended by org.kuali.rice.kns.service.impl.DocumentHelperServiceImpl
All Implemented Interfaces:
DocumentHelperService

public class DocumentHelperServiceImpl
extends Object
implements DocumentHelperService

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

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

Field Summary
private  DataDictionaryService dataDictionaryService
           
 
Constructor Summary
DocumentHelperServiceImpl()
           
 
Method Summary
 DataDictionaryService getDataDictionaryService()
           
 DocumentAuthorizer getDocumentAuthorizer(Document document)
           
 DocumentAuthorizer getDocumentAuthorizer(String documentType)
           
 DocumentPresentationController getDocumentPresentationController(Document document)
           
 DocumentPresentationController getDocumentPresentationController(String documentType)
           
 void setDataDictionaryService(DataDictionaryService dataDictionaryService)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataDictionaryService

private DataDictionaryService dataDictionaryService
Constructor Detail

DocumentHelperServiceImpl

public DocumentHelperServiceImpl()
Method Detail

getDocumentAuthorizer

public DocumentAuthorizer getDocumentAuthorizer(String documentType)
Specified by:
getDocumentAuthorizer in interface DocumentHelperService
See Also:
DocumentHelperService.getDocumentAuthorizer(java.lang.String)

getDocumentAuthorizer

public DocumentAuthorizer getDocumentAuthorizer(Document document)
Specified by:
getDocumentAuthorizer in interface DocumentHelperService
See Also:
DocumentHelperService.getDocumentAuthorizer(org.kuali.rice.kns.document.Document)

getDocumentPresentationController

public DocumentPresentationController getDocumentPresentationController(String documentType)
Specified by:
getDocumentPresentationController in interface DocumentHelperService
See Also:
DocumentHelperService.getDocumentPresentationController(java.lang.String)

getDocumentPresentationController

public DocumentPresentationController getDocumentPresentationController(Document document)
Specified by:
getDocumentPresentationController in interface DocumentHelperService
See Also:
DocumentHelperService.getDocumentPresentationController(org.kuali.rice.kns.document.Document)

getDataDictionaryService

public DataDictionaryService getDataDictionaryService()
Returns:
the dataDictionaryService

setDataDictionaryService

public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
Parameters:
dataDictionaryService - the dataDictionaryService to set


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