Class KimAttributeDefinition

java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.krad.datadictionary.AttributeDefinitionBase
org.kuali.rice.krad.datadictionary.AttributeDefinition
org.kuali.rice.kns.kim.type.KimAttributeDefinition
All Implemented Interfaces:
Serializable, Cloneable, org.kuali.rice.krad.datadictionary.Copyable, org.kuali.rice.krad.datadictionary.DataDictionaryDefinition, org.kuali.rice.krad.datadictionary.DictionaryBean, org.kuali.rice.krad.datadictionary.validation.capability.CaseConstrainable, org.kuali.rice.krad.datadictionary.validation.capability.Constrainable, org.kuali.rice.krad.datadictionary.validation.capability.ExistenceConstrainable, org.kuali.rice.krad.datadictionary.validation.capability.Formatable, org.kuali.rice.krad.datadictionary.validation.capability.HierarchicallyConstrainable, org.kuali.rice.krad.datadictionary.validation.capability.MustOccurConstrainable, org.kuali.rice.krad.datadictionary.validation.capability.PrerequisiteConstrainable, org.kuali.rice.krad.datadictionary.validation.capability.SimpleConstrainable, org.kuali.rice.krad.datadictionary.validation.capability.ValidCharactersConstrainable, org.kuali.rice.krad.datadictionary.validation.constraint.Constraint, org.kuali.rice.krad.datadictionary.validation.constraint.ExistenceConstraint

@Deprecated public final class KimAttributeDefinition extends org.kuali.rice.krad.datadictionary.AttributeDefinition
Deprecated.
A krad integrated type service base class will be provided in the future. This is only used for the legacy DataDictionaryTypeServiceBase.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected String
    Deprecated.
     
    protected String
    Deprecated.
     
    protected String
    Deprecated.
     
    protected Map<String,String>
    Deprecated.
     
    protected Map<String,String>
    Deprecated.
     
    protected String
    Deprecated.
     

    Fields inherited from class org.kuali.rice.krad.datadictionary.AttributeDefinition

    additionalDisplayAttributeName, alternateDisplayAttributeName, attributeSecurity, cachedDerivedControl, caseConstraint, childEntryName, control, controlField, customValidatorClass, dependencyConstraints, dynamic, forceUppercase, formatterClass, mustOccurConstraints, propertyEditor, unique, validationPattern, validCharactersConstraint

    Fields inherited from class org.kuali.rice.krad.datadictionary.AttributeDefinitionBase

    constraintText, dataObjectAttribute, description, displayLabelAttribute, label, name, shortLabel, simpleConstraint, summary

    Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase

    embeddedDataObjectMetadata, generatedFromMetadata, id

    Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase

    componentCode, namespaceCode
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    completeValidation(Class rootObjectClass, Class otherObjectClass, org.kuali.rice.krad.datadictionary.validator.ValidationTrace tracer)
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    Deprecated.
     
    boolean
    Deprecated.
     
    void
    setKimAttrDefnId(String kimAttrDefnId)
    Deprecated.
     
    void
    setKimTypeId(String kimTypeId)
    Deprecated.
     
    void
    setLookupBoClass(String lookupBoClass)
    Deprecated.
     
    void
    setLookupInputPropertyConversions(Map<String,String> lookupInputPropertyConversions)
    Deprecated.
     
    void
    setLookupReturnPropertyConversions(Map<String,String> lookupReturnPropertyConversions)
    Deprecated.
     
    void
    setSortCode(String sortCode)
    Deprecated.
     
    Deprecated.
     

    Methods inherited from class org.kuali.rice.krad.datadictionary.AttributeDefinition

    completeValidation, dataDictionaryPostProcessing, getAdditionalDisplayAttributeName, getAlternateDisplayAttributeName, getAttributeSecurity, getCaseConstraint, getChildEntryName, getControl, getControlField, getCustomValidatorClass, getDataType, getDependencyConstraints, getExclusiveMin, getForceUppercase, getFormatterClass, getInclusiveMax, getMaxLength, getMinLength, getMustOccurConstraints, getOptionsFinder, getPrerequisiteConstraints, getPropertyEditor, getUnique, getValidationPattern, getValidCharactersConstraint, hasAttributeSecurity, hasFormatterClass, hasValidationPattern, setAdditionalDisplayAttributeName, setAlternateDisplayAttributeName, setAttributeSecurity, setCaseConstraint, setChildEntryName, setControl, setControlField, setCustomValidatorClass, setDataType, setDataType, setDependencyConstraints, setExclusiveMin, setForceUppercase, setFormatterClass, setInclusiveMax, setMaxLength, setMinLength, setMustOccurConstraints, setOptionsFinder, setOptionsFinderClass, setPrerequisiteConstraints, setPropertyEditor, setPropertyEditorClass, setUnique, setValidationPattern, setValidCharactersConstraint

    Methods inherited from class org.kuali.rice.krad.datadictionary.AttributeDefinitionBase

    getConstraintText, getDataObjectAttribute, getDescription, getDirectShortLabel, getDisplayLabelAttribute, getLabel, getName, getShortLabel, getSimpleConstraint, getSummary, isRequired, setConstraintText, setDataObjectAttribute, setDescription, setDisplayLabelAttribute, setLabel, setName, setRequired, setShortLabel, setSimpleConstraint, setSummary

    Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase

    getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata

    Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase

    clone, copy, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode

    Methods inherited from class java.lang.Object

    equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.kuali.rice.krad.datadictionary.validation.capability.Constrainable

    getName

    Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean

    getComponentCode, getNamespaceCode
  • Field Details

    • lookupInputPropertyConversions

      protected Map<String,String> lookupInputPropertyConversions
      Deprecated.
    • lookupReturnPropertyConversions

      protected Map<String,String> lookupReturnPropertyConversions
      Deprecated.
    • lookupBoClass

      protected String lookupBoClass
      Deprecated.
    • sortCode

      protected String sortCode
      Deprecated.
    • kimAttrDefnId

      protected String kimAttrDefnId
      Deprecated.
    • kimTypeId

      protected String kimTypeId
      Deprecated.
  • Constructor Details

    • KimAttributeDefinition

      public KimAttributeDefinition()
      Deprecated.
  • Method Details

    • getSortCode

      public String getSortCode()
      Deprecated.
      Returns:
      the sortCode
    • setSortCode

      public void setSortCode(String sortCode)
      Deprecated.
      Parameters:
      sortCode - the sortCode to set
    • getKimAttrDefnId

      public String getKimAttrDefnId()
      Deprecated.
    • setKimAttrDefnId

      public void setKimAttrDefnId(String kimAttrDefnId)
      Deprecated.
    • getKimTypeId

      public String getKimTypeId()
      Deprecated.
      Returns:
      the kimTypeId
    • setKimTypeId

      public void setKimTypeId(String kimTypeId)
      Deprecated.
      Parameters:
      kimTypeId - the kimTypeId to set
    • getLookupInputPropertyConversions

      public Map<String,String> getLookupInputPropertyConversions()
      Deprecated.
      Returns:
      the lookupInputPropertyConversions
    • setLookupInputPropertyConversions

      public void setLookupInputPropertyConversions(Map<String,String> lookupInputPropertyConversions)
      Deprecated.
      Parameters:
      lookupInputPropertyConversions - the lookupInputPropertyConversions to set
    • getLookupReturnPropertyConversions

      public Map<String,String> getLookupReturnPropertyConversions()
      Deprecated.
      Returns:
      the lookupReturnPropertyConversions
    • setLookupReturnPropertyConversions

      public void setLookupReturnPropertyConversions(Map<String,String> lookupReturnPropertyConversions)
      Deprecated.
      Parameters:
      lookupReturnPropertyConversions - the lookupReturnPropertyConversions to set
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object
      See Also:
    • getLookupBoClass

      public String getLookupBoClass()
      Deprecated.
    • setLookupBoClass

      public void setLookupBoClass(String lookupBoClass)
      Deprecated.
    • isHasLookupBoDefinition

      public boolean isHasLookupBoDefinition()
      Deprecated.
    • completeValidation

      public void completeValidation(Class rootObjectClass, Class otherObjectClass, org.kuali.rice.krad.datadictionary.validator.ValidationTrace tracer)
      Deprecated.
      Specified by:
      completeValidation in interface org.kuali.rice.krad.datadictionary.DataDictionaryDefinition
      Overrides:
      completeValidation in class org.kuali.rice.krad.datadictionary.AttributeDefinition