Class ViewServiceImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.ViewServiceImpl
- All Implemented Interfaces:
ViewService
Implementation of
ViewService
Provides methods for retrieving View instances and carrying out the View
lifecycle methods. Interacts with the configured ViewHelperService
during the view lifecycle
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataDictionaryServicegetViewById(String viewId) getViewByType(UifConstants.ViewType viewType, Map<String, String> parameters) Retrieves theViewTypeServicefor the given view type, then builds up the index based on the supported view type parameters and queries the dictionary service to retrieve the view based on its type and indexgetViewIdForViewType(UifConstants.ViewType viewType, Map<String, String> parameters) getViewTypeService(UifConstants.ViewType viewType) voidsetDataDictionaryService(DataDictionaryService dataDictionaryService) voidsetViewTypeServices(List<ViewTypeService> viewTypeServices)
-
Constructor Details
-
ViewServiceImpl
public ViewServiceImpl()
-
-
Method Details
-
getViewById
- Specified by:
getViewByIdin interfaceViewService- See Also:
-
getViewByType
Retrieves theViewTypeServicefor the given view type, then builds up the index based on the supported view type parameters and queries the dictionary service to retrieve the view based on its type and index- Specified by:
getViewByTypein interfaceViewService- See Also:
-
getViewIdForViewType
-
getViewTypeService
- Specified by:
getViewTypeServicein interfaceViewService
-
getViewTypeServices
-
setViewTypeServices
-
getDataDictionaryService
-
setDataDictionaryService
-