public class DocumentHelperServiceImpl extends Object implements DocumentHelperService
| Constructor and Description |
|---|
DocumentHelperServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
DataDictionaryService |
getDataDictionaryService() |
DocumentAuthorizer |
getDocumentAuthorizer(Document document) |
DocumentAuthorizer |
getDocumentAuthorizer(String documentType) |
DocumentPresentationController |
getDocumentPresentationController(Document document) |
DocumentPresentationController |
getDocumentPresentationController(String documentType) |
void |
setDataDictionaryService(DataDictionaryService dataDictionaryService) |
public DocumentHelperServiceImpl()
public DocumentAuthorizer getDocumentAuthorizer(String documentType)
getDocumentAuthorizer in interface DocumentHelperService// TODO: in krad documents could have multiple views and multiple authorizer classespublic DocumentAuthorizer getDocumentAuthorizer(Document document)
getDocumentAuthorizer in interface DocumentHelperServiceDocumentHelperService.getDocumentAuthorizer(org.kuali.rice.krad.document.Document)public DocumentPresentationController getDocumentPresentationController(String documentType)
getDocumentPresentationController in interface DocumentHelperService// TODO: in krad documents could have multiple views and multiple presentation controllerpublic DocumentPresentationController getDocumentPresentationController(Document document)
getDocumentPresentationController in interface DocumentHelperServiceDocumentHelperService.getDocumentPresentationController(org.kuali.rice.krad.document.Document)public DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
dataDictionaryService - the dataDictionaryService to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.