public class KRADLegacyDataAdapterImpl extends Object implements org.kuali.rice.krad.service.LegacyDataAdapter
Constructor and Description |
---|
KRADLegacyDataAdapterImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
allForeignKeyValuesPopulatedForReference(Object bo,
String referenceName) |
boolean |
allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass,
Map<String,String> formProps)
Returns whether all primary key values are specified in the lookup map and do not contain any wildcards
|
boolean |
areNotesSupported(Class<?> dataObjectClass) |
protected boolean |
classHasSupportedFeatures(Class relationshipClass,
boolean supportsLookup,
boolean supportsInquiry) |
Object |
createNewObjectFromClass(Class clazz) |
org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder |
createQuickFinder(Class<?> containingClass,
String attributeName) |
protected org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder |
createQuickFinderNew(Class<?> containingClass,
String attributeName)
New implementation of createQuickFinder which uses the new dataObjectService.getMetadataRepository().
|
void |
delete(Object dataObject) |
void |
deleteMatching(Class<?> type,
Map<String,?> fieldValues) |
Class<?> |
determineCollectionObjectType(Class<?> containingType,
String collectionPropertyName) |
boolean |
equalsByPrimaryKeys(Object do1,
Object do2) |
protected <T> Collection<T> |
filterCurrentDataObjects(Class<T> dataObjectClass,
Collection<T> unfiltered,
Map<String,String> formProps) |
<T> Collection<T> |
findAll(Class<T> clazz) |
<T extends org.kuali.rice.krad.document.Document> |
findByDocumentHeaderId(Class<T> documentClass,
String id) |
<T extends org.kuali.rice.krad.document.Document> |
findByDocumentHeaderIds(Class<T> documentClass,
List<String> ids) |
<T> T |
findByPrimaryKey(Class<T> clazz,
Map<String,?> primaryKeys) |
<T> T |
findBySinglePrimaryKey(Class<T> clazz,
Object primaryKey) |
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> dataObjectClass,
Map<String,String> formProperties,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit) |
<T> Collection<T> |
findCollectionBySearchHelper(Class<T> dataObjectClass,
Map<String,String> formProperties,
List<String> wildcardAsLiteralPropertyNames,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit) |
<T> Collection<T> |
findMatching(Class<T> clazz,
Map<String,?> fieldValues) |
<T> Collection<T> |
findMatchingOrderBy(Class<T> clazz,
Map<String,?> fieldValues,
String sortField,
boolean sortAscending) |
protected List<org.kuali.rice.krad.data.metadata.DataObjectRelationship> |
findNonUpdateableRelationships(Object persistableObject) |
<T> T |
findObjectBySearch(Class<T> type,
Map<String,String> formProps) |
protected org.kuali.rice.krad.datadictionary.DataObjectEntry |
getDataObjectEntry(Class<?> dataObjectClass) |
String |
getDataObjectIdentifierString(Object dataObject) |
org.kuali.rice.krad.bo.DataObjectRelationship |
getDataObjectRelationship(Object dataObject,
Class<?> dataObjectClass,
String attributeName,
String attributePrefix,
boolean keysOnly,
boolean supportsLookup,
boolean supportsInquiry) |
org.kuali.rice.krad.datadictionary.RelationshipDefinition |
getDictionaryRelationship(Class<?> c,
String attributeName)
gets the relationship that the attribute represents on the class
|
Object |
getExtension(Class<?> businessObjectClass) |
Class<?> |
getExtensionAttributeClass(Class<?> boClass,
String attributePropertyName) |
org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState |
getForeignKeyFieldsPopulationState(Object dataObject,
String referenceName) |
Map<String,String> |
getForeignKeysForReference(Class<?> clazz,
String attributeName) |
Class<?> |
getInquiryObjectClassIfNotTitle(Object dataObject,
String propertyName) |
Map<String,String> |
getInquiryParameters(Object dataObject,
List<String> keys,
String propertyName) |
Object |
getNestedValue(Object bo,
String fieldName) |
Map<String,?> |
getPrimaryKeyFieldValues(Object dataObject) |
Map<String,?> |
getPrimaryKeyFieldValues(Object dataObject,
boolean sortFieldNames)
Grabs primary key fields and sorts them if sort field names is true
|
Map<String,?> |
getPrimaryKeyFieldValuesDOMDS(Object dataObject) |
Class<?> |
getPropertyType(Object object,
String propertyName) |
Object |
getReferenceIfExists(Object bo,
String referenceName) |
protected org.kuali.rice.krad.bo.DataObjectRelationship |
getRelationshipMetadata(Class<?> dataObjectClass,
String attributeName,
String attributePrefix) |
String |
getTitleAttribute(Class<?> dataObjectClass) |
org.kuali.rice.krad.uif.service.ViewDictionaryService |
getViewDictionaryService() |
boolean |
hasCollection(Class<?> boClass,
String collectionName) |
boolean |
hasLocalInquiry(Class<?> dataObjectClass) |
boolean |
hasLocalLookup(Class<?> dataObjectClass) |
boolean |
hasPrimaryKeyFieldValues(Object dataObject) |
boolean |
hasReference(Class<?> boClass,
String referenceName) |
boolean |
isCollectionUpdatable(Class<?> type,
String collectionName) |
boolean |
isExtensionAttribute(Class<?> boClass,
String attributePropertyName,
Class<?> propertyType) |
boolean |
isLockable(Object object) |
boolean |
isNull(Object object) |
boolean |
isPersistable(Class<?> dataObjectClass) |
boolean |
isProxied(Object object) |
boolean |
isReferenceUpdatable(Class<?> type,
String referenceName) |
<T> T |
linkAndSave(T dataObject) |
Map<String,Class> |
listCollectionObjectTypes(Class<?> type) |
List<String> |
listPrimaryKeyFieldNames(Class<?> type) |
protected List<String> |
listPrimaryKeyFieldNamesConsultingAllServices(Class<?> type)
LookupServiceImpl calls BusinessObjectMetaDataService to listPrimaryKeyFieldNames.
|
Map<String,Class> |
listReferenceObjectFields(Class<?> type) |
protected Boolean |
lookupCriteriaCurrentSpecifier(Map<String,String> formProps) |
void |
materializeAllSubObjects(Object object) |
Class |
materializeClassForProxiedObject(Object object) |
protected <T> Collection<T> |
performDataObjectServiceLookup(Class<T> dataObjectClass,
Map<String,String> formProperties,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit)
Our new DataObjectService-based lookup implementation
|
protected <T> Collection<T> |
performDataObjectServiceLookup(Class<T> dataObjectClass,
Map<String,String> formProperties,
List<String> wildcardAsLiteralPropertyNames,
boolean unbounded,
boolean allPrimaryKeyValuesPresentAndNotWildcard,
Integer searchResultsLimit)
Our newer DataObjectService-based lookup implementation
|
protected org.kuali.rice.krad.bo.DataObjectRelationship |
populateRelationshipFromDictionaryReference(Class<?> dataObjectClass,
org.kuali.rice.krad.datadictionary.RelationshipDefinition ddReference,
String attributePrefix,
boolean keysOnly) |
void |
refreshAllNonUpdatingReferences(Object persistableObject) |
void |
refreshReferenceObject(Object businessObject,
String referenceObjectName) |
Object |
resolveProxy(Object o) |
<T> T |
retrieve(T dataObject) |
void |
retrieveNonKeyFields(Object persistableObject) |
void |
retrieveReferenceObject(Object persistableObject,
String referenceObjectName) |
<T> T |
save(T dataObject) |
<T> T |
saveDocument(T document) |
void |
setDataDictionaryService(org.kuali.rice.krad.service.DataDictionaryService dataDictionaryService) |
void |
setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService) |
void |
setKualiConfigurationService(org.kuali.rice.core.api.config.property.ConfigurationService kualiConfigurationService) |
void |
setKualiModuleService(org.kuali.rice.krad.service.KualiModuleService kualiModuleService) |
void |
setLookupCriteriaGenerator(org.kuali.rice.krad.service.impl.LookupCriteriaGenerator lookupCriteriaGenerator) |
void |
setObjectProperty(Object bo,
String propertyName,
Class propertyType,
Object propertyValue) |
void |
setObjectPropertyDeep(Object bo,
String propertyName,
Class type,
Object propertyValue) |
void |
setViewDictionaryService(org.kuali.rice.krad.uif.service.ViewDictionaryService viewDictionaryService) |
protected org.kuali.rice.krad.bo.DataObjectRelationship |
transformToDeprecatedDataObjectRelationship(Class<?> dataObjectClass,
String attributeName,
String attributePrefix,
Class<?> relatedObjectClass,
org.kuali.rice.krad.data.metadata.DataObjectAttributeRelationship relationship) |
void |
verifyVersionNumber(Object dataObject) |
public KRADLegacyDataAdapterImpl()
public <T> T save(T dataObject)
save
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> T linkAndSave(T dataObject)
linkAndSave
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> T saveDocument(T document)
saveDocument
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> T findByPrimaryKey(Class<T> clazz, Map<String,?> primaryKeys)
findByPrimaryKey
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> T findBySinglePrimaryKey(Class<T> clazz, Object primaryKey)
findBySinglePrimaryKey
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void delete(Object dataObject)
delete
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void deleteMatching(Class<?> type, Map<String,?> fieldValues)
deleteMatching
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> T retrieve(T dataObject)
retrieve
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> Collection<T> findAll(Class<T> clazz)
findAll
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> Collection<T> findMatching(Class<T> clazz, Map<String,?> fieldValues)
findMatching
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <T> Collection<T> findMatchingOrderBy(Class<T> clazz, Map<String,?> fieldValues, String sortField, boolean sortAscending)
findMatchingOrderBy
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Map<String,?> getPrimaryKeyFieldValues(Object dataObject)
getPrimaryKeyFieldValues
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void retrieveNonKeyFields(Object persistableObject)
retrieveNonKeyFields
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void retrieveReferenceObject(Object persistableObject, String referenceObjectName)
retrieveReferenceObject
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void refreshAllNonUpdatingReferences(Object persistableObject)
refreshAllNonUpdatingReferences
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
protected List<org.kuali.rice.krad.data.metadata.DataObjectRelationship> findNonUpdateableRelationships(Object persistableObject)
public boolean isProxied(Object object)
isProxied
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Object resolveProxy(Object o)
resolveProxy
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public <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.LegacyDataAppAdapter
public <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.LegacyDataAppAdapter
protected <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> performDataObjectServiceLookup(Class<T> dataObjectClass, Map<String,String> formProperties, List<String> wildcardAsLiteralPropertyNames, boolean unbounded, boolean allPrimaryKeyValuesPresentAndNotWildcard, Integer searchResultsLimit)
T
- the data object typedataObjectClass
- the dataobject classformProperties
- the incoming lookup form propertieswildcardAsLiteralPropertyNames
- list of the lookup properties with wildcard characters disabledunbounded
- 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.LegacyDataAppAdapter
public boolean allPrimaryKeyValuesPresentAndNotWildcard(Class<?> boClass, Map<String,String> formProps)
allPrimaryKeyValuesPresentAndNotWildcard
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
boClass
- the bo class to lookupformProps
- the incoming form/lookup propertiespublic List<String> listPrimaryKeyFieldNames(Class<?> type)
listPrimaryKeyFieldNames
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
protected List<String> listPrimaryKeyFieldNamesConsultingAllServices(Class<?> type)
type
- the data object classpublic Class<?> determineCollectionObjectType(Class<?> containingType, String collectionPropertyName)
determineCollectionObjectType
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean hasReference(Class<?> boClass, String referenceName)
hasReference
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean hasCollection(Class<?> boClass, String collectionName)
hasCollection
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean isExtensionAttribute(Class<?> boClass, String attributePropertyName, Class<?> propertyType)
isExtensionAttribute
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Class<?> getExtensionAttributeClass(Class<?> boClass, String attributePropertyName)
getExtensionAttributeClass
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Map<String,?> getPrimaryKeyFieldValuesDOMDS(Object dataObject)
getPrimaryKeyFieldValuesDOMDS
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean equalsByPrimaryKeys(Object do1, Object do2)
equalsByPrimaryKeys
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void materializeAllSubObjects(Object object)
materializeAllSubObjects
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Class<?> getPropertyType(Object object, String propertyName)
getPropertyType
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Object getExtension(Class<?> businessObjectClass) throws InstantiationException, IllegalAccessException
getExtension
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
InstantiationException
IllegalAccessException
public void refreshReferenceObject(Object businessObject, String referenceObjectName)
refreshReferenceObject
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean isLockable(Object object)
isLockable
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void verifyVersionNumber(Object dataObject)
verifyVersionNumber
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder createQuickFinder(Class<?> containingClass, String attributeName)
createQuickFinder
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
protected org.kuali.rice.core.api.uif.RemotableQuickFinder.Builder createQuickFinderNew(Class<?> containingClass, String attributeName)
public boolean isReferenceUpdatable(Class<?> type, String referenceName)
isReferenceUpdatable
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Map<String,Class> listReferenceObjectFields(Class<?> type)
listReferenceObjectFields
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean isCollectionUpdatable(Class<?> type, String collectionName)
isCollectionUpdatable
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Map<String,Class> listCollectionObjectTypes(Class<?> type)
listCollectionObjectTypes
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Object getReferenceIfExists(Object bo, String referenceName)
getReferenceIfExists
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean allForeignKeyValuesPopulatedForReference(Object bo, String referenceName)
allForeignKeyValuesPopulatedForReference
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public org.kuali.rice.krad.datadictionary.RelationshipDefinition getDictionaryRelationship(Class<?> c, String attributeName)
getDictionaryRelationship
in interface org.kuali.rice.krad.service.LegacyDataAdapter
c
- - the class to which the attribute belongsattributeName
- - property name for the attributepublic String getTitleAttribute(Class<?> dataObjectClass)
getTitleAttribute
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
LegacyDataAdapter
protected 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.LegacyDataAppAdapter
LegacyDataAppAdapter.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.LegacyDataAppAdapter
DataObjectMetaDataService.getDataObjectIdentifierString(java.lang.Object)
public Class<?> getInquiryObjectClassIfNotTitle(Object dataObject, String propertyName)
getInquiryObjectClassIfNotTitle
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Map<String,String> getInquiryParameters(Object dataObject, List<String> keys, String propertyName)
getInquiryParameters
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean hasLocalLookup(Class<?> dataObjectClass)
hasLocalLookup
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean hasLocalInquiry(Class<?> dataObjectClass)
hasLocalInquiry
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public 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.LegacyDataAppAdapter
protected org.kuali.rice.krad.bo.DataObjectRelationship transformToDeprecatedDataObjectRelationship(Class<?> dataObjectClass, String attributeName, String attributePrefix, Class<?> relatedObjectClass, org.kuali.rice.krad.data.metadata.DataObjectAttributeRelationship relationship)
protected 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.LegacyDataAppAdapter
protected org.kuali.rice.krad.bo.DataObjectRelationship getRelationshipMetadata(Class<?> dataObjectClass, String attributeName, String attributePrefix)
protected boolean classHasSupportedFeatures(Class relationshipClass, boolean supportsLookup, boolean supportsInquiry)
public org.kuali.rice.krad.util.ForeignKeyFieldsPopulationState getForeignKeyFieldsPopulationState(Object dataObject, String referenceName)
getForeignKeyFieldsPopulationState
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Map<String,String> getForeignKeysForReference(Class<?> clazz, String attributeName)
getForeignKeysForReference
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void setObjectPropertyDeep(Object bo, String propertyName, Class type, Object propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
setObjectPropertyDeep
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
IllegalAccessException
InvocationTargetException
NoSuchMethodException
public boolean hasPrimaryKeyFieldValues(Object dataObject)
hasPrimaryKeyFieldValues
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Class materializeClassForProxiedObject(Object object)
materializeClassForProxiedObject
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Object getNestedValue(Object bo, String fieldName)
getNestedValue
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public Object createNewObjectFromClass(Class clazz)
createNewObjectFromClass
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public boolean isNull(Object object)
isNull
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
public void setObjectProperty(Object bo, String propertyName, Class propertyType, Object propertyValue) throws IllegalAccessException, InvocationTargetException, NoSuchMethodException
setObjectProperty
in interface org.kuali.rice.krad.service.LegacyDataAppAdapter
IllegalAccessException
InvocationTargetException
NoSuchMethodException
public <T extends org.kuali.rice.krad.document.Document> T findByDocumentHeaderId(Class<T> documentClass, String id)
findByDocumentHeaderId
in interface org.kuali.rice.krad.service.LegacyDataAdapter
public <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.LegacyDataAdapter
public void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)
public void setLookupCriteriaGenerator(org.kuali.rice.krad.service.impl.LookupCriteriaGenerator lookupCriteriaGenerator)
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 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.