public class OleDocStoreLookupServiceImpl extends Object implements OleDocStoreLookupService
| Constructor and Description |
|---|
OleDocStoreLookupServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class boClass,
Map formProps) |
Collection |
findCollectionBySearch(Class example,
Map formProps)
Returns a collection of objects based on the given search parameters.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> example,
Map<String,String> formProperties,
boolean unbounded,
Integer searchResultsLimit) |
Collection |
findCollectionBySearchHelper(Class example,
Map formProps,
boolean unbounded)
Returns a collection of objects without any bounded value, based on the given search parameters.
|
Collection |
findCollectionBySearchUnbounded(Class example,
Map formProps)
Returns a collection of objects without any bounded value, based on the given search parameters.
|
Object |
findObjectBySearch(Class example,
Map formProps)
Retrieves a Object based on the search criteria, which should uniquely identify a record.
|
org.kuali.rice.core.api.config.property.ConfigurationService |
getConfigurationService() |
Map<String,List<String>> |
getDDRelationship(Class c)
This method returns relationships in datadictionary
|
Class |
getDocClass(Class clas,
String objectAttribute)
This method returns the class which stores Docstore data
|
OleDocStoreSearchService |
getLookupDao() |
org.kuali.rice.krad.dao.LookupDao |
getLookupDaoOjb() |
List<OleRequisitionItem> |
setBibUUID(List<OleRequisitionItem> items) |
void |
setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) |
void |
setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService) |
void |
setLookupDao(OleDocStoreSearchService lookupDao) |
void |
setLookupDaoOjb(org.kuali.rice.krad.dao.LookupDao lookupDaoOjb) |
void |
setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService) |
public OleDocStoreLookupServiceImpl()
public Collection findCollectionBySearchUnbounded(Class example, Map formProps)
findCollectionBySearchUnbounded in interface org.kuali.rice.krad.service.LookupServicepublic Collection findCollectionBySearch(Class example, Map formProps)
findCollectionBySearch in interface org.kuali.rice.krad.service.LookupServicepublic Collection findCollectionBySearchHelper(Class example, Map formProps, boolean unbounded)
findCollectionBySearchHelper in interface org.kuali.rice.krad.service.LookupServicepublic Object findObjectBySearch(Class example, Map formProps)
findObjectBySearch in interface org.kuali.rice.krad.service.LookupServicepublic boolean allPrimaryKeyValuesPresentAndNotWildcard(Class boClass, Map formProps)
allPrimaryKeyValuesPresentAndNotWildcard in interface org.kuali.rice.krad.service.LookupServicepublic OleDocStoreSearchService getLookupDao()
public void setLookupDao(OleDocStoreSearchService lookupDao)
lookupDao - The lookupDao to set.public org.kuali.rice.core.api.config.property.ConfigurationService getConfigurationService()
public void setConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
kualiConfigurationService - The kualiConfigurationService to set.public void setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
dataDictionaryService - The dataDictionaryService to set.public org.kuali.rice.krad.dao.LookupDao getLookupDaoOjb()
public void setLookupDaoOjb(org.kuali.rice.krad.dao.LookupDao lookupDaoOjb)
lookupDao - The lookupDao to set.public void setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService)
public Class getDocClass(Class clas, String objectAttribute)
clas - objectAttribute - public Map<String,List<String>> getDDRelationship(Class c)
c - public List<OleRequisitionItem> setBibUUID(List<OleRequisitionItem> items)
public <T> Collection<T> findCollectionBySearchHelper(Class<T> example, Map<String,String> formProperties, boolean unbounded, Integer searchResultsLimit)
findCollectionBySearchHelper in interface org.kuali.rice.krad.service.LookupServiceCopyright © 2004–2015 The Kuali Foundation. All rights reserved.