@Deprecated public class KNSLegacyDataAdapterImpl extends Object implements org.kuali.rice.krad.service.LegacyDataAdapter
| Constructor and Description |
|---|
KNSLegacyDataAdapterImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
allForeignKeyValuesPopulatedForReference(Object bo,
String referenceName)
Deprecated.
|
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps)
Deprecated.
Returns whether all primary key values are specified in the lookup map and do not contain any wildcards
|
boolean |
areNotesSupported(Class<?> dataObjectClass)
Deprecated.
|
protected boolean |
classHasSupportedFeatures(Class relationshipClass,
boolean supportsLookup,
boolean supportsInquiry)
Deprecated.
|
Object |
createNewObjectFromClass(Class clazz)
Deprecated.
|
org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder |
createQuickFinder(Class<?> containingClass,
String attributeName)
Deprecated.
|
protected org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder |
createQuickFinderLegacy(Class<?> containingClass,
String attributeName)
Deprecated.
Legacy implementation of createQuickFinder.
|
void |
delete(Object dataObject)
Deprecated.
|
void |
deleteMatching(Class<?> type,
Map<String,?> fieldValues)
Deprecated.
|
Class<?> |
determineCollectionObjectType(Class<?> containingType,
String collectionPropertyName)
Deprecated.
|
boolean |
equalsByPrimaryKeys(Object do1,
Object do2)
Deprecated.
|
protected <T> Collection<T> |
filterCurrentDataObjects(Class<T> dataObjectClass,
Collection<T> unfiltered,
Map<String,String> formProps)
Deprecated.
|
<T> Collection<T> |
findAll(Class<T> clazz)
Deprecated.
|
<T extends org.kuali.rice.krad.document.Document> |
findByDocumentHeaderId(Class<T> documentClass,
String id)
Deprecated.
|
<T extends org.kuali.rice.krad.document.Document> |
findByDocumentHeaderIds(Class<T> documentClass,
List<String> ids)
Deprecated.
|
<T> T |
findByPrimaryKey(Class<T> clazz,
Map<String,?> primaryKeys)
Deprecated.
|
<T> T |
findBySinglePrimaryKey(Class<T> clazz,
Object primaryKey)
Deprecated.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> dataObjectClass,
Map<String,String> formProperties,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit)
Deprecated.
|
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> dataObjectClass,
Map<String,String> formProperties,
List<String> wildcardAsLiteralPropertyNames,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit)
Deprecated.
|
<T> Collection<T> |
findMatching(Class<T> clazz,
Map<String,?> fieldValues)
Deprecated.
|
<T> Collection<T> |
findMatchingOrderBy(Class<T> clazz,
Map<String,?> fieldValues,
String sortField,
boolean sortAscending)
Deprecated.
|
<T> T |
findObjectBySearch(Class<T> type,
Map<String,String> formProps)
Deprecated.
|
protected org.kuali.rice.krad.datadictionary.DataObjectEntry |
getDataObjectEntry(Class<?> dataObjectClass)
Deprecated.
|
String |
getDataObjectIdentifierString(Object dataObject)
Deprecated.
|
org.kuali.rice.krad.bo.DataObjectRelationship |
getDataObjectRelationship(Object dataObject,
Class<?> dataObjectClass,
String attributeName,
String attributePrefix,
boolean keysOnly,
boolean supportsLookup,
boolean supportsInquiry)
Deprecated.
|
org.kuali.rice.krad.data.DataObjectService |
getDataObjectService()
Deprecated.
|
org.kuali.rice.krad.datadictionary.RelationshipDefinition |
getDictionaryRelationship(Class<?> c,
String attributeName)
Deprecated.
gets the relationship that the attribute represents on the class
|
Object |
getExtension(Class<?> businessObjectClass)
Deprecated.
|
Class<?> |
getExtensionAttributeClass(Class<?> boClass,
String attributePropertyName)
Deprecated.
|
org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState |
getForeignKeyFieldsPopulationState(Object dataObject,
String referenceName)
Deprecated.
|
Map<String,String> |
getForeignKeysForReference(Class<?> clazz,
String attributeName)
Deprecated.
|
Class<?> |
getInquiryObjectClassIfNotTitle(Object dataObject,
String propertyName)
Deprecated.
|
Map<String,String> |
getInquiryParameters(Object dataObject,
List<String> keys,
String propertyName)
Deprecated.
|
Object |
getNestedValue(Object bo,
String fieldName)
Deprecated.
|
Map<String,?> |
getPrimaryKeyFieldValues(Object dataObject)
Deprecated.
|
Map<String,?> |
getPrimaryKeyFieldValues(Object dataObject,
boolean sortFieldNames)
Deprecated.
Grabs primary key fields and sorts them if sort field names is true
|
Map<String,?> |
getPrimaryKeyFieldValuesDOMDS(Object dataObject)
Deprecated.
|
Class<?> |
getPropertyType(Object object,
String propertyName)
Deprecated.
|
org.kuali.rice.krad.bo.BusinessObject |
getReferenceIfExists(Object bo,
String referenceName)
Deprecated.
|
protected org.kuali.rice.krad.bo.DataObjectRelationship |
getRelationshipMetadata(Class<?> dataObjectClass,
String attributeName,
String attributePrefix)
Deprecated.
|
String |
getTitleAttribute(Class<?> dataObjectClass)
Deprecated.
|
org.kuali.rice.krad.uif.service.ViewDictionaryService |
getViewDictionaryService()
Deprecated.
|
boolean |
hasCollection(Class<?> boClass,
String collectionName)
Deprecated.
|
boolean |
hasLocalInquiry(Class<?> dataObjectClass)
Deprecated.
|
boolean |
hasLocalLookup(Class<?> dataObjectClass)
Deprecated.
|
boolean |
hasPrimaryKeyFieldValues(Object dataObject)
Deprecated.
|
boolean |
hasReference(Class<?> boClass,
String referenceName)
Deprecated.
|
boolean |
isCollectionUpdatable(Class<?> type,
String collectionName)
Deprecated.
|
boolean |
isExtensionAttribute(Class<?> boClass,
String attributePropertyName,
Class<?> propertyType)
Deprecated.
|
boolean |
isLockable(Object object)
Deprecated.
|
boolean |
isNull(Object object)
Deprecated.
|
boolean |
isPersistable(Class<?> dataObjectClass)
Deprecated.
|
boolean |
isProxied(Object object)
Deprecated.
|
boolean |
isReferenceUpdatable(Class<?> type,
String referenceName)
Deprecated.
|
<T> T |
linkAndSave(T dataObject)
Deprecated.
|
Map<String,Class> |
listCollectionObjectTypes(Class<?> type)
Deprecated.
|
List<String> |
listPrimaryKeyFieldNames(Class<?> type)
Deprecated.
|
protected List<String> |
listPrimaryKeyFieldNamesConsultingAllServices(Class<?> type)
Deprecated.
LookupServiceImpl calls BusinessObjectMetaDataService to listPrimaryKeyFieldNames.
|
Map<String,Class> |
listReferenceObjectFields(Class<?> type)
Deprecated.
|
protected Boolean |
lookupCriteriaCurrentSpecifier(Map<String,String> formProps)
Deprecated.
|
void |
materializeAllSubObjects(Object object)
Deprecated.
|
Class |
materializeClassForProxiedObject(Object object)
Deprecated.
|
protected <T> Collection<T> |
performDataObjectServiceLookup(Class<T> dataObjectClass,
Map<String,String> formProperties,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit)
Deprecated.
|
protected org.kuali.rice.krad.bo.DataObjectRelationship |
populateRelationshipFromDictionaryReference(Class<?> dataObjectClass,
org.kuali.rice.krad.datadictionary.RelationshipDefinition ddReference,
String attributePrefix,
boolean keysOnly)
Deprecated.
|
void |
refreshAllNonUpdatingReferences(Object persistableObject)
Deprecated.
|
void |
refreshReferenceObject(Object businessObject,
String referenceObjectName)
Deprecated.
|
Object |
resolveProxy(Object o)
Deprecated.
|
<T> T |
retrieve(T dataObject)
Deprecated.
|
void |
retrieveNonKeyFields(Object persistableObject)
Deprecated.
|
void |
retrieveReferenceObject(Object persistableObject,
String referenceObjectName)
Deprecated.
|
<T> T |
save(T dataObject)
Deprecated.
|
<T> T |
saveDocument(T document)
Deprecated.
|
void |
setBusinessObjectService(BusinessObjectService businessObjectService)
Deprecated.
|
void |
setDatabasePlatform(org.kuali.rice.core.framework.persistence.platform.DatabasePlatform databasePlatform)
Deprecated.
|
void |
setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService)
Deprecated.
|
void |
setDataObjectMetaDataService(org.kuali.rice.krad.service.DataObjectMetaDataService dataObjectMetaDataService)
Deprecated.
|
void |
setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
Deprecated.
|
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts)
Deprecated.
|
void |
setDocumentDao(org.kuali.rice.krad.dao.DocumentDao documentDao)
Deprecated.
|
void |
setKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
Deprecated.
|
void |
setKualiModuleService(org.kuali.rice.krad.service.KualiModuleService kualiModuleService)
Deprecated.
|
void |
setLookupCriteriaGenerator(org.kuali.rice.krad.service.impl.LookupCriteriaGenerator lookupCriteriaGenerator)
Deprecated.
|
void |
setLookupDao(org.kuali.rice.krad.dao.LookupDao lookupDao)
Deprecated.
|
void |
setMaintenanceDocumentDaoOjb(org.kuali.rice.krad.dao.MaintenanceDocumentDao maintenanceDocumentDaoOjb)
Deprecated.
|
void |
setObjectProperty(Object bo,
String propertyName,
Class propertyType,
Object propertyValue)
Deprecated.
|
void |
setObjectPropertyDeep(Object bo,
String propertyName,
Class type,
Object propertyValue)
Deprecated.
|
void |
setPersistenceService(org.kuali.rice.krad.service.PersistenceService persistenceService)
Deprecated.
|
void |
setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService)
Deprecated.
|
void |
setViewDictionaryService(org.kuali.rice.krad.uif.service.ViewDictionaryService viewDictionaryService)
Deprecated.
|
protected void |
synchronizeEclipseLinkWeavings(Object persistableObject)
Deprecated.
|
protected void |
synchronizeEclipseLinkWeavings(Object persistableObject,
String propertyName)
Deprecated.
|
void |
verifyVersionNumber(Object dataObject)
Deprecated.
|
public KNSLegacyDataAdapterImpl()
public <T> T save(T dataObject)
save in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> T linkAndSave(T dataObject)
linkAndSave in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> T saveDocument(T document)
saveDocument in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> T findByPrimaryKey(Class<T> clazz, Map<String,?> primaryKeys)
findByPrimaryKey in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> T findBySinglePrimaryKey(Class<T> clazz, Object primaryKey)
findBySinglePrimaryKey in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void delete(Object dataObject)
delete in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void deleteMatching(Class<?> type, Map<String,?> fieldValues)
deleteMatching in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> T retrieve(T dataObject)
retrieve in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> Collection<T> findAll(Class<T> clazz)
findAll in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> Collection<T> findMatching(Class<T> clazz, Map<String,?> fieldValues)
findMatching in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> Collection<T> findMatchingOrderBy(Class<T> clazz, Map<String,?> fieldValues, String sortField, boolean sortAscending)
findMatchingOrderBy in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Map<String,?> getPrimaryKeyFieldValues(Object dataObject)
getPrimaryKeyFieldValues in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void retrieveNonKeyFields(Object persistableObject)
retrieveNonKeyFields in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void retrieveReferenceObject(Object persistableObject, String referenceObjectName)
retrieveReferenceObject in interface org.kuali.rice.krad.service.LegacyDataAppAdapterprotected void synchronizeEclipseLinkWeavings(Object persistableObject, String propertyName)
for information on why we need to do field sychronization related to weavingprotected void synchronizeEclipseLinkWeavings(Object persistableObject)
for information on why we need to do field sychronization related to weavingpublic void refreshAllNonUpdatingReferences(Object persistableObject)
refreshAllNonUpdatingReferences in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean isProxied(Object object)
isProxied in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Object resolveProxy(Object o)
resolveProxy in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> Collection<T> findCollectionBySearchHelper(Class<T> dataObjectClass, Map<String,String> formProperties, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit)
findCollectionBySearchHelper in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T> Collection<T> findCollectionBySearchHelper(Class<T> dataObjectClass, Map<String,String> formProperties, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit)
findCollectionBySearchHelper in interface org.kuali.rice.krad.service.LegacyDataAppAdapterprotected <T> Collection<T> performDataObjectServiceLookup(Class<T> dataObjectClass, Map<String,String> formProperties, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit)
T - the data object typedataObjectClass - the dataobject classformProperties - the incoming lookup form propertiesunbounded - whether the search is unboundedsearchResultsLimit - the searchResultsLimit; null implies use of default KNS value if set for the classprotected <T> Collection<T> filterCurrentDataObjects(Class<T> dataObjectClass, Collection<T> unfiltered, Map<String,String> formProps)
protected Boolean lookupCriteriaCurrentSpecifier(Map<String,String> formProps)
public <T> T findObjectBySearch(Class<T> type, Map<String,String> formProps)
findObjectBySearch in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String,String> formProps)
allPrimaryKeyValuesPresentAndNotWildcard in interface org.kuali.rice.krad.service.LegacyDataAppAdapterboClass - the bo class to lookupformProps - the incoming form/lookup propertiespublic List<String> listPrimaryKeyFieldNames(Class<?> type)
listPrimaryKeyFieldNames in interface org.kuali.rice.krad.service.LegacyDataAppAdapterprotected List<String> listPrimaryKeyFieldNamesConsultingAllServices(Class<?> type)
type - the data object classpublic Class<?> determineCollectionObjectType(Class<?> containingType, String collectionPropertyName)
determineCollectionObjectType in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean hasReference(Class<?> boClass, String referenceName)
hasReference in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean hasCollection(Class<?> boClass, String collectionName)
hasCollection in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean isExtensionAttribute(Class<?> boClass, String attributePropertyName, Class<?> propertyType)
isExtensionAttribute in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Class<?> getExtensionAttributeClass(Class<?> boClass, String attributePropertyName)
getExtensionAttributeClass in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Map<String,?> getPrimaryKeyFieldValuesDOMDS(Object dataObject)
getPrimaryKeyFieldValuesDOMDS in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean equalsByPrimaryKeys(Object do1, Object do2)
equalsByPrimaryKeys in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void materializeAllSubObjects(Object object)
materializeAllSubObjects in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Class<?> getPropertyType(Object object, String propertyName)
getPropertyType in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Object getExtension(Class<?> businessObjectClass) throws InstantiationException, IllegalAccessException
getExtension in interface org.kuali.rice.krad.service.LegacyDataAppAdapterInstantiationExceptionIllegalAccessExceptionpublic void refreshReferenceObject(Object businessObject, String referenceObjectName)
refreshReferenceObject in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean isLockable(Object object)
isLockable in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void verifyVersionNumber(Object dataObject)
verifyVersionNumber in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder createQuickFinder(Class<?> containingClass, String attributeName)
createQuickFinder in interface org.kuali.rice.krad.service.LegacyDataAppAdapterprotected org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder createQuickFinderLegacy(Class<?> containingClass, String attributeName)
public boolean isReferenceUpdatable(Class<?> type, String referenceName)
isReferenceUpdatable in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Map<String,Class> listReferenceObjectFields(Class<?> type)
listReferenceObjectFields in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean isCollectionUpdatable(Class<?> type, String collectionName)
isCollectionUpdatable in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Map<String,Class> listCollectionObjectTypes(Class<?> type)
listCollectionObjectTypes in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic org.kuali.rice.krad.bo.BusinessObject getReferenceIfExists(Object bo, String referenceName)
getReferenceIfExists in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean allForeignKeyValuesPopulatedForReference(Object bo, String referenceName)
allForeignKeyValuesPopulatedForReference in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic org.kuali.rice.krad.datadictionary.RelationshipDefinition getDictionaryRelationship(Class<?> c, String attributeName)
getDictionaryRelationship in interface org.kuali.rice.krad.service.LegacyDataAdapterc - - the class to which the attribute belongsattributeName - - property name for the attributepublic String getTitleAttribute(Class<?> dataObjectClass)
getTitleAttribute in interface org.kuali.rice.krad.service.LegacyDataAppAdapterLegacyDataAdapterprotected org.kuali.rice.krad.datadictionary.DataObjectEntry getDataObjectEntry(Class<?> dataObjectClass)
dataObjectClass - IllegalArgumentException - if the given Class is nullpublic boolean areNotesSupported(Class<?> dataObjectClass)
areNotesSupported in interface org.kuali.rice.krad.service.LegacyDataAppAdapterLegacyDataAppAdapter.areNotesSupported(Class)public Map<String,?> getPrimaryKeyFieldValues(Object dataObject, boolean sortFieldNames)
dataObject - sortFieldNames - public String getDataObjectIdentifierString(Object dataObject)
getDataObjectIdentifierString in interface org.kuali.rice.krad.service.LegacyDataAppAdapterDataObjectMetaDataService.getDataObjectIdentifierString(java.lang.Object)public Class<?> getInquiryObjectClassIfNotTitle(Object dataObject, String propertyName)
getInquiryObjectClassIfNotTitle in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Map<String,String> getInquiryParameters(Object dataObject, List<String> keys, String propertyName)
getInquiryParameters in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean hasLocalLookup(Class<?> dataObjectClass)
hasLocalLookup in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean hasLocalInquiry(Class<?> dataObjectClass)
hasLocalInquiry in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic org.kuali.rice.krad.bo.DataObjectRelationship getDataObjectRelationship(Object dataObject, Class<?> dataObjectClass, String attributeName, String attributePrefix, boolean keysOnly, boolean supportsLookup, boolean supportsInquiry)
getDataObjectRelationship in interface org.kuali.rice.krad.service.LegacyDataAppAdapterprotected org.kuali.rice.krad.bo.DataObjectRelationship populateRelationshipFromDictionaryReference(Class<?> dataObjectClass, org.kuali.rice.krad.datadictionary.RelationshipDefinition ddReference, String attributePrefix, boolean keysOnly)
public boolean isPersistable(Class<?> dataObjectClass)
isPersistable in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void setObjectPropertyDeep(Object bo, String propertyName, Class type, Object propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
setObjectPropertyDeep in interface org.kuali.rice.krad.service.LegacyDataAppAdapterIllegalAccessExceptionInvocationTargetExceptionNoSuchMethodExceptionprotected org.kuali.rice.krad.bo.DataObjectRelationship getRelationshipMetadata(Class<?> dataObjectClass, String attributeName, String attributePrefix)
protected boolean classHasSupportedFeatures(Class relationshipClass, boolean supportsLookup, boolean supportsInquiry)
public boolean isNull(Object object)
isNull in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic void setObjectProperty(Object bo, String propertyName, Class propertyType, Object propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
setObjectProperty in interface org.kuali.rice.krad.service.LegacyDataAppAdapterIllegalAccessExceptionInvocationTargetExceptionNoSuchMethodExceptionpublic Class materializeClassForProxiedObject(Object object)
materializeClassForProxiedObject in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Object getNestedValue(Object bo, String fieldName)
getNestedValue in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Object createNewObjectFromClass(Class clazz)
createNewObjectFromClass in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState getForeignKeyFieldsPopulationState(Object dataObject, String referenceName)
getForeignKeyFieldsPopulationState in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic Map<String,String> getForeignKeysForReference(Class<?> clazz, String attributeName)
getForeignKeysForReference in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic boolean hasPrimaryKeyFieldValues(Object dataObject)
hasPrimaryKeyFieldValues in interface org.kuali.rice.krad.service.LegacyDataAppAdapterpublic <T extends org.kuali.rice.krad.document.Document> T findByDocumentHeaderId(Class<T> documentClass, String id)
findByDocumentHeaderId in interface org.kuali.rice.krad.service.LegacyDataAdapterpublic <T extends org.kuali.rice.krad.document.Document> List<T> findByDocumentHeaderIds(Class<T> documentClass, List<String> ids)
findByDocumentHeaderIds in interface org.kuali.rice.krad.service.LegacyDataAdapterpublic void setBusinessObjectService(BusinessObjectService businessObjectService)
public void setPersistenceService(org.kuali.rice.krad.service.PersistenceService persistenceService)
public void setLookupDao(org.kuali.rice.krad.dao.LookupDao lookupDao)
public void setLookupCriteriaGenerator(org.kuali.rice.krad.service.impl.LookupCriteriaGenerator lookupCriteriaGenerator)
public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dts)
public void setDatabasePlatform(org.kuali.rice.core.framework.persistence.platform.DatabasePlatform databasePlatform)
public void setMaintenanceDocumentDaoOjb(org.kuali.rice.krad.dao.MaintenanceDocumentDao maintenanceDocumentDaoOjb)
public void setPersistenceStructureService(org.kuali.rice.krad.service.PersistenceStructureService persistenceStructureService)
public void setDataObjectMetaDataService(org.kuali.rice.krad.service.DataObjectMetaDataService dataObjectMetaDataService)
public void setKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService)
public void setKualiModuleService(org.kuali.rice.krad.service.KualiModuleService kualiModuleService)
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService)
public void setDocumentDao(org.kuali.rice.krad.dao.DocumentDao documentDao)
public org.kuali.rice.krad.data.DataObjectService getDataObjectService()
public void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
public org.kuali.rice.krad.uif.service.ViewDictionaryService getViewDictionaryService()
public void setViewDictionaryService(org.kuali.rice.krad.uif.service.ViewDictionaryService viewDictionaryService)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.