Class DataDictionaryTypeServiceHelper

java.lang.Object
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceHelper

@Deprecated public final class DataDictionaryTypeServiceHelper extends Object
Deprecated.
A krad integrated type service base class will be provided in the future. This is only used for the legacy DataDictionaryTypeServiceBase.
  • Method Details

    • getKimBasePath

      public static String getKimBasePath()
      Deprecated.
    • toRemotableAbstractControlBuilder

      public static org.kuali.rice.core.api.uif.RemotableAbstractControl.Builder toRemotableAbstractControlBuilder(org.kuali.rice.krad.datadictionary.AttributeDefinition attr)
      Deprecated.
    • toKimAttributeDefinitions

      public static List<KimAttributeDefinition> toKimAttributeDefinitions(List<org.kuali.rice.kim.api.type.KimAttributeField> fields)
      Deprecated.
    • toKimAttributeDefinition

      public static KimAttributeDefinition toKimAttributeDefinition(org.kuali.rice.kim.api.type.KimAttributeField field)
      Deprecated.
    • findAttributeField

      public static <T extends org.kuali.rice.kim.api.type.KimAttributeField> T findAttributeField(String attributeName, Collection<? extends T> fields)
      Deprecated.
      Utility method to search a collection of attribute fields and returns a field for a give attribute name.
      Parameters:
      attributeName - the name of the attribute to search for. Cannot be blank or null.
      fields - cannot be null.
      Returns:
      the attribute field or null if not found.
    • createErrorString

      public static String createErrorString(org.kuali.rice.kim.api.type.KimAttributeField definition)
      Deprecated.
    • createErrorString

      public static String createErrorString(String errorKey, String... params)
      Deprecated.
      will create a string like the following: errorKey:param1;param2;param3;
      Parameters:
      errorKey - the errorKey
      params - the error params
      Returns:
      error string
    • getAttributeErrorLabel

      public static String getAttributeErrorLabel(org.kuali.rice.kim.api.type.KimAttributeField definition)
      Deprecated.