org.kuali.rice.kns.service.impl
Class DataDictionaryServiceImpl

java.lang.Object
  extended by org.kuali.rice.krad.service.impl.DataDictionaryServiceImpl
      extended by org.kuali.rice.kns.service.impl.DataDictionaryServiceImpl
All Implemented Interfaces:
DataDictionaryService

public class DataDictionaryServiceImpl
extends DataDictionaryServiceImpl
implements DataDictionaryService

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
DataDictionaryServiceImpl()
           
DataDictionaryServiceImpl(DataDictionary dataDictionary)
           
 
Method Summary
 Map getDataDictionaryMap()
           
 Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass(String docTypeName)
           
 
Methods inherited from class org.kuali.rice.krad.service.impl.DataDictionaryServiceImpl
addDataDictionaryLocations, containsDictionaryObject, 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, getDictionaryObject, getDocumentClassByTypeName, getDocumentLabelByClass, getDocumentLabelByTypeName, getDocumentTypeNameByClass, getDocumentTypeService, getGroupByAttributesForEffectiveDating, getKualiConfigurationService, getKualiModuleService, getRelationshipAttributeMap, getRelationshipEntriesForSourceAttribute, getRelationshipEntriesForTargetAttribute, getRelationshipNames, getRelationshipSourceAttributes, getRelationshipSourceClass, getRelationshipTargetAttributes, getRelationshipTargetClass, getValidDocumentClassByTypeName, getValidDocumentTypeNameByClass, getViewById, getViewByTypeIndex, getViewIdByTypeIndex, hasRelationship, isAttributeDefined, isAttributeDefined, isAttributeRequired, isAttributeRequired, setAdditionalDictionaryFiles, setKualiConfigurationService, setKualiModuleService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.service.DataDictionaryService
addDataDictionaryLocations, containsDictionaryObject, 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, getDictionaryObject, getDocumentClassByTypeName, getDocumentLabelByClass, getDocumentLabelByTypeName, getDocumentTypeNameByClass, getGroupByAttributesForEffectiveDating, getRelationshipAttributeMap, getRelationshipEntriesForSourceAttribute, getRelationshipEntriesForTargetAttribute, getRelationshipNames, getRelationshipSourceAttributes, getRelationshipSourceClass, getRelationshipTargetAttributes, getRelationshipTargetClass, getValidDocumentClassByTypeName, getValidDocumentTypeNameByClass, getViewById, getViewByTypeIndex, getViewIdByTypeIndex, hasRelationship, isAttributeDefined, isAttributeDefined, isAttributeRequired, isAttributeRequired, setAdditionalDictionaryFiles
 

Constructor Detail

DataDictionaryServiceImpl

public DataDictionaryServiceImpl()

DataDictionaryServiceImpl

public DataDictionaryServiceImpl(DataDictionary dataDictionary)
Method Detail

getPromptBeforeValidationClass

public Class<? extends PromptBeforeValidation> getPromptBeforeValidationClass(String docTypeName)
Returns:
preRulesCheckClass associated with the given document's type
See Also:
org.kuali.rice.krad.service.DataDictionaryService#getPromptBeforeValidationClass(java.lang.String)

getDataDictionaryMap

public Map getDataDictionaryMap()


Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.