|
||||||||||
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
This class is the 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(java.lang.Class boClass,
java.util.Map formProps)
|
java.util.Collection |
findCollectionBySearch(java.lang.Class example,
java.util.Map formProps)
Returns a collection of objects based on the given search parameters. |
java.util.Collection |
findCollectionBySearchHelper(java.lang.Class example,
java.util.Map formProps,
boolean unbounded)
|
java.util.Collection |
findCollectionBySearchUnbounded(java.lang.Class example,
java.util.Map formProps)
Returns a collection of objects based on the given search parameters. |
java.lang.Object |
findObjectBySearch(java.lang.Class example,
java.util.Map formProps)
Retrieves a Object based on the search criteria, which should uniquely identify a record. |
KualiConfigurationService |
getKualiConfigurationService()
|
LookupDao |
getLookupDao()
|
void |
setDataDictionaryService(DataDictionaryService dataDictionaryService)
|
void |
setKualiConfigurationService(KualiConfigurationService kualiConfigurationService)
|
void |
setLookupDao(LookupDao lookupDao)
|
void |
setPersistenceStructureService(PersistenceStructureService persistenceStructureService)
|
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 java.util.Collection findCollectionBySearchUnbounded(java.lang.Class example, java.util.Map formProps)
LookupService
findCollectionBySearchUnbounded
in interface LookupService
public java.util.Collection findCollectionBySearch(java.lang.Class example, java.util.Map formProps)
findCollectionBySearch
in interface LookupService
public java.util.Collection findCollectionBySearchHelper(java.lang.Class example, java.util.Map formProps, boolean unbounded)
findCollectionBySearchHelper
in interface LookupService
public java.lang.Object findObjectBySearch(java.lang.Class example, java.util.Map formProps)
findObjectBySearch
in interface LookupService
public boolean allPrimaryKeyValuesPresentAndNotWildcard(java.lang.Class boClass, java.util.Map formProps)
allPrimaryKeyValuesPresentAndNotWildcard
in interface LookupService
public LookupDao getLookupDao()
public void setLookupDao(LookupDao lookupDao)
lookupDao
- The lookupDao to set.public KualiConfigurationService getKualiConfigurationService()
public void setKualiConfigurationService(KualiConfigurationService kualiConfigurationService)
public void setDataDictionaryService(DataDictionaryService dataDictionaryService)
public void setPersistenceStructureService(PersistenceStructureService persistenceStructureService)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |