Class MaintenanceViewTypeServiceImpl

java.lang.Object
org.kuali.rice.krad.uif.service.impl.MaintenanceViewTypeServiceImpl
All Implemented Interfaces:
org.kuali.rice.krad.uif.service.ViewTypeService

public class MaintenanceViewTypeServiceImpl extends Object implements org.kuali.rice.krad.uif.service.ViewTypeService
Type service implementation for maintenance views

Indexes views on object class and name. Can retrieve views by object class, object class and name, or document id

Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • MaintenanceViewTypeServiceImpl

      public MaintenanceViewTypeServiceImpl()
  • Method Details

    • getViewTypeName

      public org.kuali.rice.krad.uif.UifConstants.ViewType getViewTypeName()
      Specified by:
      getViewTypeName in interface org.kuali.rice.krad.uif.service.ViewTypeService
      See Also:
      • ViewTypeService.getViewTypeName()
    • getParametersFromViewConfiguration

      public Map<String,String> getParametersFromViewConfiguration(org.springframework.beans.PropertyValues propertyValues)
      Specified by:
      getParametersFromViewConfiguration in interface org.kuali.rice.krad.uif.service.ViewTypeService
      See Also:
      • ViewTypeService.getParametersFromViewConfiguration(org.springframework.beans.PropertyValues)
    • getParametersFromRequest

      public Map<String,String> getParametersFromRequest(Map<String,String> requestParameters)
      Check for document id in request parameters, if given retrieve document instance to get the data object class. Otherwise check for data object class parameter for creating a new maintenance view
      Specified by:
      getParametersFromRequest in interface org.kuali.rice.krad.uif.service.ViewTypeService
      See Also:
      • ViewTypeService.getParametersFromRequest(java.util.Map)
    • getDocumentService

      protected org.kuali.rice.krad.service.DocumentService getDocumentService()
    • setDocumentService

      public void setDocumentService(org.kuali.rice.krad.service.DocumentService documentService)
    • getDocumentDictionaryService

      public org.kuali.rice.krad.service.DocumentDictionaryService getDocumentDictionaryService()
    • setDocumentDictionaryService

      public void setDocumentDictionaryService(org.kuali.rice.krad.service.DocumentDictionaryService documentDictionaryService)