Package org.kuali.rice.kns.service.impl
Class DocumentHelperServiceImpl
java.lang.Object
org.kuali.rice.kns.service.impl.DocumentHelperServiceImpl
- All Implemented Interfaces:
org.kuali.rice.kns.service.DocumentHelperService
@Deprecated
public class DocumentHelperServiceImpl
extends Object
implements org.kuali.rice.kns.service.DocumentHelperService
Deprecated.
This class is a utility service intended to help retrieve objects related to particular documents.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.kuali.rice.krad.service.DataDictionaryServiceDeprecated.org.kuali.rice.kns.document.authorization.DocumentAuthorizergetDocumentAuthorizer(String documentType) Deprecated.org.kuali.rice.kns.document.authorization.DocumentAuthorizergetDocumentAuthorizer(org.kuali.rice.krad.document.Document document) Deprecated.org.kuali.rice.kns.document.authorization.DocumentPresentationControllergetDocumentPresentationController(String documentType) Deprecated.org.kuali.rice.kns.document.authorization.DocumentPresentationControllergetDocumentPresentationController(org.kuali.rice.krad.document.Document document) Deprecated.voidsetDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.
-
Constructor Details
-
DocumentHelperServiceImpl
public DocumentHelperServiceImpl()Deprecated.
-
-
Method Details
-
getDocumentAuthorizer
public org.kuali.rice.kns.document.authorization.DocumentAuthorizer getDocumentAuthorizer(String documentType) Deprecated.- Specified by:
getDocumentAuthorizerin interfaceorg.kuali.rice.kns.service.DocumentHelperService- See Also:
-
getDocumentAuthorizer
public org.kuali.rice.kns.document.authorization.DocumentAuthorizer getDocumentAuthorizer(org.kuali.rice.krad.document.Document document) Deprecated.- Specified by:
getDocumentAuthorizerin interfaceorg.kuali.rice.kns.service.DocumentHelperService- See Also:
-
getDocumentPresentationController
public org.kuali.rice.kns.document.authorization.DocumentPresentationController getDocumentPresentationController(String documentType) Deprecated.- Specified by:
getDocumentPresentationControllerin interfaceorg.kuali.rice.kns.service.DocumentHelperService- See Also:
-
getDocumentPresentationController
public org.kuali.rice.kns.document.authorization.DocumentPresentationController getDocumentPresentationController(org.kuali.rice.krad.document.Document document) Deprecated.- Specified by:
getDocumentPresentationControllerin interfaceorg.kuali.rice.kns.service.DocumentHelperService- See Also:
-
getDataDictionaryService
public org.kuali.rice.krad.service.DataDictionaryService getDataDictionaryService()Deprecated.- Returns:
- the dataDictionaryService
-
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.- Parameters:
dataDictionaryService- the dataDictionaryService to set
-
DocumentDictionaryService.