|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.service.impl.DocumentHelperServiceImpl
DocumentDictionaryService
.
@Deprecated public class DocumentHelperServiceImpl
This class is a utility service intended to help retrieve objects related to particular documents.
Constructor Summary | |
---|---|
DocumentHelperServiceImpl()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DocumentHelperServiceImpl()
Method Detail |
---|
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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |