public class MaintenanceViewTypeServiceImpl extends Object implements ViewTypeService
Indexes views on object class and name. Can retrieve views by object class, object class and name, or document id
| Constructor and Description |
|---|
MaintenanceViewTypeServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
DocumentDictionaryService |
getDocumentDictionaryService() |
protected DocumentService |
getDocumentService() |
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.
|
Map<String,String> |
getParametersFromViewConfiguration(org.springframework.beans.PropertyValues propertyValues) |
UifConstants.ViewType |
getViewTypeName() |
void |
setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) |
void |
setDocumentService(DocumentService documentService) |
public MaintenanceViewTypeServiceImpl()
public UifConstants.ViewType getViewTypeName()
getViewTypeName in interface ViewTypeServiceViewTypeService.getViewTypeName()public Map<String,String> getParametersFromViewConfiguration(org.springframework.beans.PropertyValues propertyValues)
getParametersFromViewConfiguration in interface ViewTypeServiceViewTypeService.getParametersFromViewConfiguration(org.springframework.beans.PropertyValues)public Map<String,String> getParametersFromRequest(Map<String,String> requestParameters)
getParametersFromRequest in interface ViewTypeServiceViewTypeService.getParametersFromRequest(java.util.Map)protected DocumentService getDocumentService()
public void setDocumentService(DocumentService documentService)
public DocumentDictionaryService getDocumentDictionaryService()
public void setDocumentDictionaryService(DocumentDictionaryService documentDictionaryService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.