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.
Use DocumentDictionaryService.
This class is a utility service intended to help retrieve objects related to particular documents.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • DocumentHelperServiceImpl

      public DocumentHelperServiceImpl()
      Deprecated.
  • Method Details

    • getDocumentAuthorizer

      public org.kuali.rice.kns.document.authorization.DocumentAuthorizer getDocumentAuthorizer(String documentType)
      Deprecated.
      Specified by:
      getDocumentAuthorizer in interface org.kuali.rice.kns.service.DocumentHelperService
      See Also:
      • // TODO: in krad documents could have multiple views and multiple authorizer classes
    • getDocumentAuthorizer

      public org.kuali.rice.kns.document.authorization.DocumentAuthorizer getDocumentAuthorizer(org.kuali.rice.krad.document.Document document)
      Deprecated.
      Specified by:
      getDocumentAuthorizer in interface org.kuali.rice.kns.service.DocumentHelperService
      See Also:
      • DocumentHelperService.getDocumentAuthorizer(org.kuali.rice.krad.document.Document)
    • getDocumentPresentationController

      public org.kuali.rice.kns.document.authorization.DocumentPresentationController getDocumentPresentationController(String documentType)
      Deprecated.
      Specified by:
      getDocumentPresentationController in interface org.kuali.rice.kns.service.DocumentHelperService
      See Also:
      • // TODO: in krad documents could have multiple views and multiple presentation controller
    • getDocumentPresentationController

      public org.kuali.rice.kns.document.authorization.DocumentPresentationController getDocumentPresentationController(org.kuali.rice.krad.document.Document document)
      Deprecated.
      Specified by:
      getDocumentPresentationController in interface org.kuali.rice.kns.service.DocumentHelperService
      See Also:
      • DocumentHelperService.getDocumentPresentationController(org.kuali.rice.krad.document.Document)
    • 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