|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.service.impl.LookupServiceImpl
public class LookupServiceImpl
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.
| Constructor Summary | |
|---|---|
LookupServiceImpl()
|
|
| Method Summary | ||
|---|---|---|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps)
|
|
|
findCollectionBySearch(Class<T> example,
Map<String,String> formProps)
Returns a collection of objects based on the given search parameters. |
|
|
findCollectionBySearchHelper(Class<T> example,
Map<String,String> formProps,
boolean unbounded)
|
|
|
findCollectionBySearchUnbounded(Class<T> example,
Map<String,String> formProps)
Returns a collection of objects based on the given search parameters. |
|
|
findObjectBySearch(Class<T> example,
Map<String,String> formProps)
Retrieves a Object based on the search criteria, which should uniquely identify a record. |
|
ConfigurationService |
getKualiConfigurationService()
|
|
LookupDao |
getLookupDao()
|
|
void |
setKualiConfigurationService(ConfigurationService kualiConfigurationService)
|
|
void |
setLookupDao(LookupDao lookupDao)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LookupServiceImpl()
| Method Detail |
|---|
public <T> Collection<T> findCollectionBySearchUnbounded(Class<T> example,
Map<String,String> formProps)
LookupService
findCollectionBySearchUnbounded in interface LookupService
public <T> Collection<T> findCollectionBySearch(Class<T> example,
Map<String,String> formProps)
findCollectionBySearch in interface LookupService
public <T> Collection<T> findCollectionBySearchHelper(Class<T> example,
Map<String,String> formProps,
boolean unbounded)
findCollectionBySearchHelper in interface LookupService
public <T> T findObjectBySearch(Class<T> example,
Map<String,String> formProps)
findObjectBySearch in interface LookupService
public boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps)
allPrimaryKeyValuesPresentAndNotWildcard in interface LookupServicepublic LookupDao getLookupDao()
public void setLookupDao(LookupDao lookupDao)
lookupDao - The lookupDao to set.public ConfigurationService getKualiConfigurationService()
public void setKualiConfigurationService(ConfigurationService kualiConfigurationService)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||