Package org.kuali.rice.krad.service.impl
Class LookupServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.LookupServiceImpl
- All Implemented Interfaces:
org.kuali.rice.krad.service.LookupService
Service implementation for the Lookup structure. It Provides a generic search
mechanism against Business Objects. This is the default implementation, that
is delivered with Kuali.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String, String> formProps) <T> Collection<T> findCollectionBySearch(Class<T> type, Map<String, String> formProps) Deprecated.<T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String, String> formProps, boolean unbounded) Deprecated.<T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String, String> formProps, boolean unbounded, Integer searchResultsLimit) Deprecated.<T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String, String> formProps, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, Integer searchResultsLimit) <T> Collection<T> findCollectionBySearchUnbounded(Class<T> example, Map<String, String> formProps) Deprecated.<T> TfindObjectBySearch(Class<T> type, Map<String, String> formProps) org.kuali.rice.core.api.config.property.ConfigurationServiceorg.kuali.rice.krad.service.LegacyDataAdaptervoidsetKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) voidsetLegacyDataAdapter(org.kuali.rice.krad.service.LegacyDataAdapter legacyDataAdapter)
-
Constructor Details
-
LookupServiceImpl
public LookupServiceImpl()
-
-
Method Details
-
findCollectionBySearchUnbounded
@Deprecated public <T> Collection<T> findCollectionBySearchUnbounded(Class<T> example, Map<String, String> formProps) Deprecated.- Specified by:
findCollectionBySearchUnboundedin interfaceorg.kuali.rice.krad.service.LookupService
-
findCollectionBySearch
@Deprecated public <T> Collection<T> findCollectionBySearch(Class<T> type, Map<String, String> formProps) Deprecated.- Specified by:
findCollectionBySearchin interfaceorg.kuali.rice.krad.service.LookupService
-
findCollectionBySearchHelper
@Deprecated public <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String, String> formProps, boolean unbounded) Deprecated.- Specified by:
findCollectionBySearchHelperin interfaceorg.kuali.rice.krad.service.LookupService
-
findCollectionBySearchHelper
@Deprecated public <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String, String> formProps, boolean unbounded, Integer searchResultsLimit) Deprecated.- Specified by:
findCollectionBySearchHelperin interfaceorg.kuali.rice.krad.service.LookupService
-
findCollectionBySearchHelper
public <T> Collection<T> findCollectionBySearchHelper(Class<T> type, Map<String, String> formProps, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, Integer searchResultsLimit) - Specified by:
findCollectionBySearchHelperin interfaceorg.kuali.rice.krad.service.LookupService
-
findObjectBySearch
- Specified by:
findObjectBySearchin interfaceorg.kuali.rice.krad.service.LookupService
-
allPrimaryKeyValuesPresentAndNotWildcard
public boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String, String> formProps) - Specified by:
allPrimaryKeyValuesPresentAndNotWildcardin interfaceorg.kuali.rice.krad.service.LookupService
-
getKualiConfigurationService
public org.kuali.rice.core.api.config.property.ConfigurationService getKualiConfigurationService() -
setKualiConfigurationService
public void setKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) -
getLegacyDataAdapter
public org.kuali.rice.krad.service.LegacyDataAdapter getLegacyDataAdapter() -
setLegacyDataAdapter
public void setLegacyDataAdapter(org.kuali.rice.krad.service.LegacyDataAdapter legacyDataAdapter)
-