Class ViewDictionaryServiceImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.ViewDictionaryServiceImpl
- All Implemented Interfaces:
ViewDictionaryService
Implementation of
ViewDictionaryService
Pulls view entries from the data dictionary to implement the various query methods
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected DataDictionaryprotected DataDictionaryServicegetInquirable(Class<?> dataObjectClass, String viewName) getResultSetLimitForLookup(Class<?> dataObjectClass, LookupForm lookupForm) getViewSessionPolicy(String viewId) booleanisInquirable(Class<?> dataObjectClass) booleanisLookupable(Class<?> dataObjectClass) booleanisMaintainable(Class<?> dataObjectClass) booleanisSessionStorageEnabled(String viewId) voidsetDataDictionaryService(DataDictionaryService dataDictionaryService)
-
Constructor Details
-
ViewDictionaryServiceImpl
public ViewDictionaryServiceImpl()
-
-
Method Details
-
getInquirable
- Specified by:
getInquirablein interfaceViewDictionaryService- See Also:
-
isInquirable
- Specified by:
isInquirablein interfaceViewDictionaryService- See Also:
-
isLookupable
- Specified by:
isLookupablein interfaceViewDictionaryService- See Also:
-
isMaintainable
- Specified by:
isMaintainablein interfaceViewDictionaryService- See Also:
-
getResultSetLimitForLookup
- Specified by:
getResultSetLimitForLookupin interfaceViewDictionaryService- See Also:
-
getViewSessionPolicy
- Specified by:
getViewSessionPolicyin interfaceViewDictionaryService- See Also:
-
isSessionStorageEnabled
- Specified by:
isSessionStorageEnabledin interfaceViewDictionaryService- See Also:
-
getDataDictionary
-
getDataDictionaryService
-
setDataDictionaryService
-