Package org.kuali.rice.kns.service
Interface DataDictionaryService
- All Superinterfaces:
org.kuali.rice.krad.service.DataDictionaryService
@Deprecated
public interface DataDictionaryService
extends org.kuali.rice.krad.service.DataDictionaryService
Deprecated.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass(String docTypeName) Deprecated.voidsetDataDictionaryMap(Map map) Deprecated.Methods 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
-
Method Details
-
getPromptBeforeValidationClass
Deprecated.- Returns:
- preRulesCheckClass associated with the given document's type
-
getDataDictionaryMap
Map getDataDictionaryMap()Deprecated. -
setDataDictionaryMap
Deprecated.
-
DataDictionaryService.