Class ViewDictionaryServiceImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.ViewDictionaryServiceImpl
- All Implemented Interfaces:
org.kuali.rice.krad.uif.service.ViewDictionaryService
public class ViewDictionaryServiceImpl
extends Object
implements org.kuali.rice.krad.uif.service.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 org.kuali.rice.krad.datadictionary.DataDictionaryprotected org.kuali.rice.krad.service.DataDictionaryServiceorg.kuali.rice.krad.inquiry.InquirablegetInquirable(Class<?> dataObjectClass, String viewName) getResultSetLimitForLookup(Class<?> dataObjectClass, org.kuali.rice.krad.lookup.LookupForm lookupForm) org.kuali.rice.krad.uif.view.ViewSessionPolicygetViewSessionPolicy(String viewId) booleanisInquirable(Class<?> dataObjectClass) booleanisLookupable(Class<?> dataObjectClass) booleanisMaintainable(Class<?> dataObjectClass) booleanisSessionStorageEnabled(String viewId) voidsetDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService)
-
Constructor Details
-
ViewDictionaryServiceImpl
public ViewDictionaryServiceImpl()
-
-
Method Details
-
getInquirable
public org.kuali.rice.krad.inquiry.Inquirable getInquirable(Class<?> dataObjectClass, String viewName) - Specified by:
getInquirablein interfaceorg.kuali.rice.krad.uif.service.ViewDictionaryService- See Also:
-
isInquirable
- Specified by:
isInquirablein interfaceorg.kuali.rice.krad.uif.service.ViewDictionaryService- See Also:
-
isLookupable
- Specified by:
isLookupablein interfaceorg.kuali.rice.krad.uif.service.ViewDictionaryService- See Also:
-
isMaintainable
- Specified by:
isMaintainablein interfaceorg.kuali.rice.krad.uif.service.ViewDictionaryService- See Also:
-
getResultSetLimitForLookup
public Integer getResultSetLimitForLookup(Class<?> dataObjectClass, org.kuali.rice.krad.lookup.LookupForm lookupForm) - Specified by:
getResultSetLimitForLookupin interfaceorg.kuali.rice.krad.uif.service.ViewDictionaryService- See Also:
-
getViewSessionPolicy
- Specified by:
getViewSessionPolicyin interfaceorg.kuali.rice.krad.uif.service.ViewDictionaryService- See Also:
-
isSessionStorageEnabled
- Specified by:
isSessionStorageEnabledin interfaceorg.kuali.rice.krad.uif.service.ViewDictionaryService- See Also:
-
getDataDictionary
protected org.kuali.rice.krad.datadictionary.DataDictionary getDataDictionary() -
getDataDictionaryService
protected org.kuali.rice.krad.service.DataDictionaryService getDataDictionaryService() -
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService)
-