org.kuali.rice.kns.service.impl
Class DocumentHelperServiceImpl
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DocumentHelperServiceImpl
public DocumentHelperServiceImpl()
getDocumentAuthorizer
public DocumentAuthorizer getDocumentAuthorizer(String documentType)
- Specified by:
getDocumentAuthorizer
in interface DocumentHelperService
- See Also:
// TODO: in krad documents could have multiple views and multiple authorizer classes
getDocumentAuthorizer
public DocumentAuthorizer getDocumentAuthorizer(Document document)
- Specified by:
getDocumentAuthorizer
in interface DocumentHelperService
- See Also:
DocumentHelperService.getDocumentAuthorizer(org.kuali.rice.krad.document.Document)
getDocumentPresentationController
public DocumentPresentationController getDocumentPresentationController(String documentType)
- Specified by:
getDocumentPresentationController
in interface DocumentHelperService
- See Also:
// TODO: in krad documents could have multiple views and multiple presentation controller
getDocumentPresentationController
public DocumentPresentationController getDocumentPresentationController(Document document)
- Specified by:
getDocumentPresentationController
in interface DocumentHelperService
- See Also:
DocumentHelperService.getDocumentPresentationController(org.kuali.rice.krad.document.Document)
getDataDictionaryService
public DataDictionaryService getDataDictionaryService()
- Returns:
- the dataDictionaryService
setDataDictionaryService
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
- Parameters:
dataDictionaryService
- the dataDictionaryService to set
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.