| org.kuali.core.service.LookupService
All known Subclasses: org.kuali.core.service.impl.LookupServiceImpl,
LookupService | public interface LookupService (Code) | | This interface defines methods that a Lookup Service must provide.
|
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 formProperties, boolean unbounded)(Code) | | |
findCollectionBySearchUnbounded | public Collection findCollectionBySearchUnbounded(Class example, Map formProps)(Code) | | Returns a collection of objects based on the given search parameters. Will not limit results, so the returned Collection
could be huge.
Parameters: example - Parameters: formProps - |
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 |
|
|