Package org.kuali.rice.krad.service.impl
Class KNSLegacyDataAdapterImpl
java.lang.Object
org.kuali.rice.krad.service.impl.KNSLegacyDataAdapterImpl
- All Implemented Interfaces:
org.kuali.rice.krad.service.LegacyDataAdapter,org.kuali.rice.krad.service.LegacyDataAppAdapter
@Deprecated
public class KNSLegacyDataAdapterImpl
extends Object
implements org.kuali.rice.krad.service.LegacyDataAdapter
Deprecated.
-
Field Summary
Fields inherited from interface org.kuali.rice.krad.service.LegacyDataAdapter
CLASS_NOT_PERSISTABLE_OJB_EXCEPTION_CLASS, OPTIMISTIC_LOCK_OJB_EXCEPTION_CLASS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanallForeignKeyValuesPopulatedForReference(Object bo, String referenceName) Deprecated.booleanallPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String, String> formProps) Deprecated.Returns whether all primary key values are specified in the lookup map and do not contain any wildcardsbooleanareNotesSupported(Class<?> dataObjectClass) Deprecated.<T> TcreateNewObjectFromClass(Class<T> clazz) Deprecated.org.kuali.rice.core.api.uif.RemotableQuickFinder.BuildercreateQuickFinder(Class<?> containingClass, String attributeName) Deprecated.protected org.kuali.rice.core.api.uif.RemotableQuickFinder.BuildercreateQuickFinderLegacy(Class<?> containingClass, String attributeName) Deprecated.Legacy implementation of createQuickFinder.voidDeprecated.<T> voiddeleteMatching(Class<T> type, Map<String, ?> fieldValues) Deprecated.Class<?> determineCollectionObjectType(Class<?> containingType, String collectionPropertyName) Deprecated.booleanequalsByPrimaryKeys(Object do1, Object do2) Deprecated.<T> List<T> Deprecated.<T> org.kuali.rice.krad.util.QueryPagingResults<T> Deprecated.<T extends org.kuali.rice.krad.document.Document>
TfindByDocumentHeaderId(Class<T> documentClass, String id) Deprecated.<T extends org.kuali.rice.krad.document.Document>
List<T> findByDocumentHeaderIds(Class<T> documentClass, List<String> ids) Deprecated.<T> TfindByPrimaryKey(Class<T> clazz, Map<String, ?> primaryKeys) Deprecated.<T> TfindBySinglePrimaryKey(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> List<T> findMatching(Class<T> clazz, Map<String, ?> fieldValues) Deprecated.<T> org.kuali.rice.krad.util.QueryPagingResults<T> findMatching(Class<T> clazz, Map<String, ?> fieldValues, org.kuali.rice.krad.util.QueryPagingRequest pagingRequest) Deprecated.<T> List<T> findMatchingOrderBy(Class<T> clazz, Map<String, ?> fieldValues, String sortField, boolean sortAscending) Deprecated.<T> org.kuali.rice.krad.util.QueryPagingResults<T> findMatchingOrderBy(Class<T> clazz, Map<String, ?> fieldValues, String sortField, boolean sortAscending, org.kuali.rice.krad.util.QueryPagingRequest pagingRequest) Deprecated.<T> TfindObjectBySearch(Class<T> type, Map<String, String> formProps) Deprecated.voidDeprecated.Deprecated.org.kuali.rice.krad.service.DataDictionaryServiceDeprecated.protected org.kuali.rice.krad.datadictionary.DataObjectEntrygetDataObjectEntry(Class<?> dataObjectClass) Deprecated.getDataObjectIdentifierString(Object dataObject) Deprecated.Deprecated.org.kuali.rice.krad.bo.DataObjectRelationshipgetDataObjectRelationship(Object dataObject, Class<?> dataObjectClass, String attributeName, String attributePrefix, boolean keysOnly, boolean supportsLookup, boolean supportsInquiry) Deprecated.org.kuali.rice.krad.datadictionary.RelationshipDefinitiongetDictionaryRelationship(Class<?> c, String attributeName) Deprecated.gets the relationship that the attribute represents on the classDeprecated.getExtension(Class<?> businessObjectClass) Deprecated.Class<?> getExtensionAttributeClass(Class<?> boClass, String attributePropertyName) Deprecated.org.kuali.rice.krad.util.ForeignKeyFieldsPopulationStategetForeignKeyFieldsPopulationState(Object dataObject, String referenceName) Deprecated.getForeignKeysForReference(Class<?> clazz, String attributeName) Deprecated.Class<?> getInquiryObjectClassIfNotTitle(Object dataObject, String propertyName) Deprecated.getInquiryParameters(Object dataObject, List<String> keys, String propertyName) Deprecated.org.kuali.rice.core.api.config.property.ConfigurationServiceDeprecated.org.kuali.rice.krad.service.KualiModuleServiceDeprecated.Deprecated.getNestedValue(Object bo, String fieldName) Deprecated.Deprecated.Deprecated.getPrimaryKeyFieldValues(Object dataObject) Deprecated.getPrimaryKeyFieldValues(Object dataObject, boolean sortFieldNames) Deprecated.Grabs primary key fields and sorts them if sort field names is truegetPrimaryKeyFieldValuesDOMDS(Object dataObject) Deprecated.Class<?> getPropertyType(Object object, String propertyName) Deprecated.org.kuali.rice.krad.bo.BusinessObjectgetReferenceIfExists(Object bo, String referenceName) Deprecated.getTitleAttribute(Class<?> dataObjectClass) Deprecated.booleanhasCollection(Class<?> boClass, String collectionName) Deprecated.booleanhasLocalInquiry(Class<?> dataObjectClass) Deprecated.booleanhasLocalLookup(Class<?> dataObjectClass) Deprecated.booleanhasPrimaryKeyFieldValues(Object dataObject) Deprecated.booleanhasReference(Class<?> boClass, String referenceName) Deprecated.booleanisCollectionUpdatable(Class<?> type, String collectionName) Deprecated.booleanisExtensionAttribute(Class<?> boClass, String attributePropertyName, Class<?> propertyType) Deprecated.booleanisLockable(Object object) Deprecated.booleanDeprecated.booleanisPersistable(Class<?> dataObjectClass) Deprecated.booleanDeprecated.booleanisReferenceUpdatable(Class<?> type, String referenceName) Deprecated.<T> TlinkAndSave(T dataObject) Deprecated.listCollectionObjectTypes(Class<?> type) Deprecated.listPrimaryKeyFieldNames(Class<?> type) Deprecated.listReferenceObjectFields(Class<?> type) Deprecated.voidmaterializeAllSubObjects(Object object) Deprecated.<T> Class<T> materializeClassForProxiedObject(T object) Deprecated.voidrefreshAllNonUpdatingReferences(Object persistableObject) Deprecated.voidrefreshReferenceObject(Object businessObject, String referenceObjectName) Deprecated.Deprecated.<T> Tretrieve(T dataObject) Deprecated.voidretrieveNonKeyFields(Object persistableObject) Deprecated.voidretrieveReferenceObject(Object persistableObject, String referenceObjectName) Deprecated.<T> Tsave(T dataObject) Deprecated.<T> TsaveDocument(T document) Deprecated.voidsetBusinessObjectService(BusinessObjectService businessObjectService) Deprecated.voidsetDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated.voidsetDataObjectMetaDataService(DataObjectMetaDataService dataObjectMetaDataService) Deprecated.voidsetDocumentDao(DocumentDao documentDao) Deprecated.voidsetKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) Deprecated.voidsetKualiModuleService(org.kuali.rice.krad.service.KualiModuleService kualiModuleService) Deprecated.voidsetLookupDao(LookupDao lookupDao) Deprecated.<T> voidsetObjectProperty(Object bo, String propertyName, Class<T> propertyType, T propertyValue) Deprecated.<T> voidsetObjectPropertyDeep(Object bo, String propertyName, Class<T> type, T propertyValue) Deprecated.voidsetPersistenceService(PersistenceService persistenceService) Deprecated.voidsetPersistenceStructureService(PersistenceStructureService persistenceStructureService) Deprecated.protected voidsynchronizeEclipseLinkWeavings(Object persistableObject) Deprecated.protected voidsynchronizeEclipseLinkWeavings(Object persistableObject, String propertyName) Deprecated.voidverifyVersionNumber(Object dataObject) Deprecated.
-
Constructor Details
-
KNSLegacyDataAdapterImpl
public KNSLegacyDataAdapterImpl()Deprecated.
-
-
Method Details
-
save
public <T> T save(T dataObject) Deprecated.- Specified by:
savein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
flush
Deprecated.- Specified by:
flushin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
linkAndSave
public <T> T linkAndSave(T dataObject) Deprecated.- Specified by:
linkAndSavein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
saveDocument
public <T> T saveDocument(T document) Deprecated.- Specified by:
saveDocumentin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findByPrimaryKey
Deprecated.- Specified by:
findByPrimaryKeyin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findBySinglePrimaryKey
Deprecated.- Specified by:
findBySinglePrimaryKeyin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
delete
Deprecated.- Specified by:
deletein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
deleteMatching
Deprecated.- Specified by:
deleteMatchingin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
retrieve
public <T> T retrieve(T dataObject) Deprecated.- Specified by:
retrievein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findAll
Deprecated.- Specified by:
findAllin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findAll
public <T> org.kuali.rice.krad.util.QueryPagingResults<T> findAll(Class<T> clazz, org.kuali.rice.krad.util.QueryPagingRequest pagingRequest) Deprecated.- Specified by:
findAllin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findMatching
Deprecated.- Specified by:
findMatchingin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findMatching
public <T> org.kuali.rice.krad.util.QueryPagingResults<T> findMatching(Class<T> clazz, Map<String, ?> fieldValues, org.kuali.rice.krad.util.QueryPagingRequest pagingRequest) Deprecated.- Specified by:
findMatchingin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findMatchingOrderBy
public <T> List<T> findMatchingOrderBy(Class<T> clazz, Map<String, ?> fieldValues, String sortField, boolean sortAscending) Deprecated.- Specified by:
findMatchingOrderByin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findMatchingOrderBy
public <T> org.kuali.rice.krad.util.QueryPagingResults<T> findMatchingOrderBy(Class<T> clazz, Map<String, ?> fieldValues, String sortField, boolean sortAscending, org.kuali.rice.krad.util.QueryPagingRequest pagingRequest) Deprecated.- Specified by:
findMatchingOrderByin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getPrimaryKeyFieldValues
Deprecated.- Specified by:
getPrimaryKeyFieldValuesin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
retrieveNonKeyFields
Deprecated.- Specified by:
retrieveNonKeyFieldsin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
retrieveReferenceObject
Deprecated.- Specified by:
retrieveReferenceObjectin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
refreshAllNonUpdatingReferences
Deprecated.- Specified by:
refreshAllNonUpdatingReferencesin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
isProxied
Deprecated.- Specified by:
isProxiedin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
resolveProxy
Deprecated.- Specified by:
resolveProxyin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findCollectionBySearchHelper
public <T> Collection<T> findCollectionBySearchHelper(Class<T> dataObjectClass, Map<String, String> formProperties, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit) Deprecated.- Specified by:
findCollectionBySearchHelperin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findCollectionBySearchHelper
public <T> Collection<T> findCollectionBySearchHelper(Class<T> dataObjectClass, Map<String, String> formProperties, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit) Deprecated.- Specified by:
findCollectionBySearchHelperin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findObjectBySearch
Deprecated.- Specified by:
findObjectBySearchin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
allPrimaryKeyValuesPresentAndNotWildcard
public 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- Specified by:
allPrimaryKeyValuesPresentAndNotWildcardin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter- Parameters:
boClass- the bo class to lookupformProps- the incoming form/lookup properties- Returns:
- whether all primary key values are specified in the lookup map and do not contain any wildcards
-
listPrimaryKeyFieldNames
Deprecated.- Specified by:
listPrimaryKeyFieldNamesin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
determineCollectionObjectType
public Class<?> determineCollectionObjectType(Class<?> containingType, String collectionPropertyName) Deprecated.- Specified by:
determineCollectionObjectTypein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
hasReference
Deprecated.- Specified by:
hasReferencein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
hasCollection
Deprecated.- Specified by:
hasCollectionin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
isExtensionAttribute
public boolean isExtensionAttribute(Class<?> boClass, String attributePropertyName, Class<?> propertyType) Deprecated.- Specified by:
isExtensionAttributein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getExtensionAttributeClass
Deprecated.- Specified by:
getExtensionAttributeClassin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getPrimaryKeyFieldValuesDOMDS
Deprecated.- Specified by:
getPrimaryKeyFieldValuesDOMDSin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
equalsByPrimaryKeys
Deprecated.- Specified by:
equalsByPrimaryKeysin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
materializeAllSubObjects
Deprecated.- Specified by:
materializeAllSubObjectsin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getPropertyType
Deprecated.- Specified by:
getPropertyTypein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getExtension
public Object getExtension(Class<?> businessObjectClass) throws InstantiationException, IllegalAccessException Deprecated.- Specified by:
getExtensionin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter- Throws:
InstantiationExceptionIllegalAccessException
-
refreshReferenceObject
Deprecated.- Specified by:
refreshReferenceObjectin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
isLockable
Deprecated.- Specified by:
isLockablein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
verifyVersionNumber
Deprecated.- Specified by:
verifyVersionNumberin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
createQuickFinder
public org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder createQuickFinder(Class<?> containingClass, String attributeName) Deprecated.- Specified by:
createQuickFinderin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
createQuickFinderLegacy
protected org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder createQuickFinderLegacy(Class<?> containingClass, String attributeName) Deprecated.Legacy implementation of createQuickFinder. Uses the legacy DataObjectMetadataService. -
isReferenceUpdatable
Deprecated.- Specified by:
isReferenceUpdatablein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
listReferenceObjectFields
Deprecated.- Specified by:
listReferenceObjectFieldsin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
isCollectionUpdatable
Deprecated.- Specified by:
isCollectionUpdatablein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
listCollectionObjectTypes
Deprecated.- Specified by:
listCollectionObjectTypesin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getReferenceIfExists
Deprecated.- Specified by:
getReferenceIfExistsin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
allForeignKeyValuesPopulatedForReference
Deprecated.- Specified by:
allForeignKeyValuesPopulatedForReferencein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getDictionaryRelationship
public org.kuali.rice.krad.datadictionary.RelationshipDefinition getDictionaryRelationship(Class<?> c, String attributeName) Deprecated.gets the relationship that the attribute represents on the class- Specified by:
getDictionaryRelationshipin interfaceorg.kuali.rice.krad.service.LegacyDataAdapter- Parameters:
c- - the class to which the attribute belongsattributeName- - property name for the attribute- Returns:
- a relationship definition for the attribute
-
getTitleAttribute
Deprecated.- Specified by:
getTitleAttributein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getDataObjectEntry
protected org.kuali.rice.krad.datadictionary.DataObjectEntry getDataObjectEntry(Class<?> dataObjectClass) Deprecated.- Returns:
- DataObjectEntry for the given dataObjectClass, or null if there is none
- Throws:
IllegalArgumentException- if the given Class is null
-
areNotesSupported
Deprecated.- Specified by:
areNotesSupportedin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getPrimaryKeyFieldValues
Deprecated.Grabs primary key fields and sorts them if sort field names is true- Returns:
- Map of sorted primary key field values
-
getDataObjectIdentifierString
Deprecated.- Specified by:
getDataObjectIdentifierStringin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getInquiryObjectClassIfNotTitle
Deprecated.- Specified by:
getInquiryObjectClassIfNotTitlein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getInquiryParameters
public Map<String,String> getInquiryParameters(Object dataObject, List<String> keys, String propertyName) Deprecated.- Specified by:
getInquiryParametersin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
hasLocalLookup
Deprecated.- Specified by:
hasLocalLookupin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
hasLocalInquiry
Deprecated.- Specified by:
hasLocalInquiryin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getDataObjectRelationship
public org.kuali.rice.krad.bo.DataObjectRelationship getDataObjectRelationship(Object dataObject, Class<?> dataObjectClass, String attributeName, String attributePrefix, boolean keysOnly, boolean supportsLookup, boolean supportsInquiry) Deprecated.- Specified by:
getDataObjectRelationshipin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
isPersistable
Deprecated.- Specified by:
isPersistablein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
setObjectPropertyDeep
public <T> void setObjectPropertyDeep(Object bo, String propertyName, Class<T> type, T propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException Deprecated.- Specified by:
setObjectPropertyDeepin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter- Throws:
IllegalAccessExceptionInvocationTargetExceptionNoSuchMethodException
-
isNull
Deprecated.- Specified by:
isNullin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
setObjectProperty
public <T> void setObjectProperty(Object bo, String propertyName, Class<T> propertyType, T propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException Deprecated.- Specified by:
setObjectPropertyin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter- Throws:
IllegalAccessExceptionInvocationTargetExceptionNoSuchMethodException
-
materializeClassForProxiedObject
Deprecated.- Specified by:
materializeClassForProxiedObjectin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getNestedValue
Deprecated.- Specified by:
getNestedValuein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
createNewObjectFromClass
Deprecated.- Specified by:
createNewObjectFromClassin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getForeignKeyFieldsPopulationState
public org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState getForeignKeyFieldsPopulationState(Object dataObject, String referenceName) Deprecated.- Specified by:
getForeignKeyFieldsPopulationStatein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
getForeignKeysForReference
Deprecated.- Specified by:
getForeignKeysForReferencein interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
hasPrimaryKeyFieldValues
Deprecated.- Specified by:
hasPrimaryKeyFieldValuesin interfaceorg.kuali.rice.krad.service.LegacyDataAppAdapter
-
findByDocumentHeaderId
public <T extends org.kuali.rice.krad.document.Document> T findByDocumentHeaderId(Class<T> documentClass, String id) Deprecated.- Specified by:
findByDocumentHeaderIdin interfaceorg.kuali.rice.krad.service.LegacyDataAdapter
-
findByDocumentHeaderIds
public <T extends org.kuali.rice.krad.document.Document> List<T> findByDocumentHeaderIds(Class<T> documentClass, List<String> ids) Deprecated.- Specified by:
findByDocumentHeaderIdsin interfaceorg.kuali.rice.krad.service.LegacyDataAdapter
-
synchronizeEclipseLinkWeavings
Deprecated. -
synchronizeEclipseLinkWeavings
Deprecated. -
setBusinessObjectService
Deprecated. -
setPersistenceService
Deprecated. -
setLookupDao
Deprecated. -
setPersistenceStructureService
Deprecated. -
setDataObjectMetaDataService
Deprecated. -
setKualiConfigurationService
public void setKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) Deprecated. -
setKualiModuleService
public void setKualiModuleService(org.kuali.rice.krad.service.KualiModuleService kualiModuleService) Deprecated. -
setDataDictionaryService
public void setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) Deprecated. -
setDocumentDao
Deprecated. -
getBusinessObjectService
Deprecated. -
getPersistenceService
Deprecated. -
getLookupDao
Deprecated. -
getDocumentDao
Deprecated. -
getPersistenceStructureService
Deprecated. -
getDataObjectMetaDataService
Deprecated. -
getKualiConfigurationService
public org.kuali.rice.core.api.config.property.ConfigurationService getKualiConfigurationService()Deprecated. -
getKualiModuleService
public org.kuali.rice.krad.service.KualiModuleService getKualiModuleService()Deprecated. -
getDataDictionaryService
public org.kuali.rice.krad.service.DataDictionaryService getDataDictionaryService()Deprecated.
-