@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 classes
public DocumentAuthorizer getDocumentAuthorizer(Document document)
getDocumentAuthorizer
in interface DocumentHelperService
DocumentHelperService.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 controller
public DocumentPresentationController getDocumentPresentationController(Document document)
getDocumentPresentationController
in interface DocumentHelperService
DocumentHelperService.getDocumentPresentationController(org.kuali.rice.krad.document.Document)
public DataDictionaryService getDataDictionaryService()
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
dataDictionaryService
- the dataDictionaryService to setCopyright © 2005–2015 The Kuali Foundation. All rights reserved.