Class MaintenanceViewTypeServiceImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.MaintenanceViewTypeServiceImpl
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DocumentServicegetParametersFromRequest(Map<String, String> requestParameters) Check for document id in request parameters, if given retrieve document instance to get the data object class.getParametersFromViewConfiguration(org.springframework.beans.PropertyValues propertyValues) voidsetDocumentDictionaryService(DocumentDictionaryService documentDictionaryService) voidsetDocumentService(DocumentService documentService)
-
Constructor Details
-
MaintenanceViewTypeServiceImpl
public MaintenanceViewTypeServiceImpl()
-
-
Method Details
-
getViewTypeName
- Specified by:
getViewTypeNamein interfaceViewTypeService- See Also:
-
getParametersFromViewConfiguration
public Map<String,String> getParametersFromViewConfiguration(org.springframework.beans.PropertyValues propertyValues) - Specified by:
getParametersFromViewConfigurationin interfaceViewTypeService- See Also:
-
getParametersFromRequest
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:
getParametersFromRequestin interfaceViewTypeService- See Also:
-
getDocumentService
-
setDocumentService
-
getDocumentDictionaryService
-
setDocumentDictionaryService
-