Package org.kuali.rice.kns.service.impl
Class DataDictionaryServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.DataDictionaryServiceImpl
org.kuali.rice.kns.service.impl.DataDictionaryServiceImpl
- All Implemented Interfaces:
org.kuali.rice.kns.service.DataDictionaryService,org.kuali.rice.krad.service.DataDictionaryService
@Deprecated
public class DataDictionaryServiceImpl
extends org.kuali.rice.krad.service.impl.DataDictionaryServiceImpl
implements org.kuali.rice.kns.service.DataDictionaryService
Deprecated.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DataDictionaryServiceImpl(org.kuali.rice.krad.datadictionary.DataDictionary dataDictionary) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Class<? extends org.kuali.rice.kns.rule.PromptBeforeValidation> getPromptBeforeValidationClass(String docTypeName) Deprecated.voidsetDataDictionaryMap(Map map) Deprecated.Methods inherited from class org.kuali.rice.krad.service.impl.DataDictionaryServiceImpl
addDataDictionaryLocations, containsDictionaryBean, getAllInactivationBlockingDefinitions, getAttributeControlDefinition, getAttributeControlDefinition, getAttributeDefinition, getAttributeDescription, getAttributeDescription, getAttributeErrorLabel, getAttributeErrorLabel, getAttributeExclusiveMin, getAttributeForceUppercase, getAttributeForceUppercase, getAttributeFormatter, getAttributeFormatter, getAttributeInclusiveMax, getAttributeLabel, getAttributeLabel, getAttributeMaxLength, getAttributeMaxLength, getAttributeMinLength, getAttributeSecurity, getAttributeShortLabel, getAttributeShortLabel, getAttributeSize, getAttributeSize, getAttributeSummary, getAttributeSummary, getAttributeValidatingErrorMessageKey, getAttributeValidatingErrorMessageParameters, getAttributeValidatingExpression, getAttributeValidatingExpression, getAttributeValuesFinderClass, getAttributeValuesFinderClass, getCollectionDescription, getCollectionDescription, getCollectionElementLabel, getCollectionLabel, getCollectionLabel, getCollectionShortLabel, getCollectionShortLabel, getCollectionSummary, getCollectionSummary, getDataDictionary, getDictionaryBean, getDictionaryBeanProperty, getDocumentClassByTypeName, getDocumentLabelByClass, getDocumentLabelByTypeName, getDocumentTypeNameByClass, getDocumentTypeService, getGroupByAttributesForEffectiveDating, getKualiConfigurationService, getKualiModuleService, getPropertyEditorMap, getRelationshipAttributeMap, getRelationshipEntriesForSourceAttribute, getRelationshipEntriesForTargetAttribute, getRelationshipNames, getRelationshipSourceAttributes, getRelationshipSourceClass, getRelationshipTargetAttributes, getRelationshipTargetClass, getValidDocumentClassByTypeName, getValidDocumentTypeNameByClass, getViewById, getViewByTypeIndex, getViewIdByTypeIndex, hasRelationship, isAttributeDefined, isAttributeDefined, isAttributeRequired, isAttributeRequired, setAdditionalDictionaryFiles, setDataDictionary, setKualiConfigurationService, setKualiModuleService, setPropertyEditorMapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.service.DataDictionaryService
addDataDictionaryLocations, containsDictionaryBean, getAllInactivationBlockingDefinitions, getAttributeControlDefinition, getAttributeControlDefinition, getAttributeDefinition, getAttributeDescription, getAttributeDescription, getAttributeErrorLabel, getAttributeErrorLabel, getAttributeExclusiveMin, getAttributeForceUppercase, getAttributeForceUppercase, getAttributeFormatter, getAttributeFormatter, getAttributeInclusiveMax, getAttributeLabel, getAttributeLabel, getAttributeMaxLength, getAttributeMaxLength, getAttributeMinLength, getAttributeSecurity, getAttributeShortLabel, getAttributeShortLabel, getAttributeSize, getAttributeSize, getAttributeSummary, getAttributeSummary, getAttributeValidatingErrorMessageKey, getAttributeValidatingErrorMessageParameters, getAttributeValidatingExpression, getAttributeValidatingExpression, getAttributeValuesFinderClass, getAttributeValuesFinderClass, getCollectionDescription, getCollectionDescription, getCollectionElementLabel, getCollectionLabel, getCollectionLabel, getCollectionShortLabel, getCollectionShortLabel, getCollectionSummary, getCollectionSummary, getDataDictionary, getDictionaryBean, getDictionaryBeanProperty, getDocumentClassByTypeName, getDocumentLabelByClass, getDocumentLabelByTypeName, getDocumentTypeNameByClass, getGroupByAttributesForEffectiveDating, getPropertyEditorMap, getRelationshipAttributeMap, getRelationshipEntriesForSourceAttribute, getRelationshipEntriesForTargetAttribute, getRelationshipNames, getRelationshipSourceAttributes, getRelationshipSourceClass, getRelationshipTargetAttributes, getRelationshipTargetClass, getValidDocumentClassByTypeName, getValidDocumentTypeNameByClass, getViewById, getViewByTypeIndex, getViewIdByTypeIndex, hasRelationship, isAttributeDefined, isAttributeDefined, isAttributeRequired, isAttributeRequired, setAdditionalDictionaryFiles, setDataDictionary
-
Constructor Details
-
DataDictionaryServiceImpl
public DataDictionaryServiceImpl()Deprecated. -
DataDictionaryServiceImpl
public DataDictionaryServiceImpl(org.kuali.rice.krad.datadictionary.DataDictionary dataDictionary) Deprecated.
-
-
Method Details
-
getPromptBeforeValidationClass
public Class<? extends org.kuali.rice.kns.rule.PromptBeforeValidation> getPromptBeforeValidationClass(String docTypeName) Deprecated.- Specified by:
getPromptBeforeValidationClassin interfaceorg.kuali.rice.kns.service.DataDictionaryService
-
getDataDictionaryMap
Deprecated.- Specified by:
getDataDictionaryMapin interfaceorg.kuali.rice.kns.service.DataDictionaryService
-
setDataDictionaryMap
Deprecated.- Specified by:
setDataDictionaryMapin interfaceorg.kuali.rice.kns.service.DataDictionaryService
-
DataDictionaryServiceImpl.