| java.lang.Object org.kuali.core.service.impl.LookupServiceImpl
LookupServiceImpl | public class LookupServiceImpl implements LookupService(Code) | | 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.
|
allPrimaryKeyValuesPresentAndNotWildcard | public boolean allPrimaryKeyValuesPresentAndNotWildcard(Class boClass, Map formProps)(Code) | | |
findCollectionBySearch | public Collection findCollectionBySearch(Class example, Map formProps)(Code) | | Returns a collection of objects based on the given search parameters.
Collection returned from the search |
findCollectionBySearchHelper | public Collection findCollectionBySearchHelper(Class example, Map formProps, boolean unbounded)(Code) | | |
findObjectBySearch | public Object findObjectBySearch(Class example, Map formProps)(Code) | | Retrieves a Object based on the search criteria, which should uniquely identify a record.
Object returned from the search |
setLookupDao | public void setLookupDao(LookupDao lookupDao)(Code) | | Parameters: lookupDao - The lookupDao to set. |
|
|