@Deprecated public class DocumentHelperServiceImpl extends Object implements DocumentHelperService
| Constructor and Description |
|---|
DocumentHelperServiceImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
DataDictionaryService |
getDataDictionaryService()
Deprecated.
|
DocumentAuthorizer |
getDocumentAuthorizer(Document document)
Deprecated.
|
DocumentAuthorizer |
getDocumentAuthorizer(String documentType)
Deprecated.
|
DocumentPresentationController |
getDocumentPresentationController(Document document)
Deprecated.
|
DocumentPresentationController |
getDocumentPresentationController(String documentType)
Deprecated.
|
void |
setDataDictionaryService(DataDictionaryService dataDictionaryService)
Deprecated.
|
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.