Package org.kuali.rice.kns.kim.type
Class DataDictionaryTypeServiceHelper
java.lang.Object
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceHelper
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringcreateErrorString(String errorKey, String... params) Deprecated.will create a string like the following: errorKey:param1;param2;param3;static StringcreateErrorString(KimAttributeField definition) Deprecated.static <T extends KimAttributeField>
TfindAttributeField(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.static StringgetAttributeErrorLabel(KimAttributeField definition) Deprecated.static StringDeprecated.static KimAttributeDefinitionDeprecated.static List<KimAttributeDefinition> Deprecated.Deprecated.
-
Method Details
-
getKimBasePath
Deprecated. -
toRemotableAbstractControlBuilder
public static RemotableAbstractControl.Builder toRemotableAbstractControlBuilder(AttributeDefinition attr) Deprecated. -
toKimAttributeDefinitions
public static List<KimAttributeDefinition> toKimAttributeDefinitions(List<KimAttributeField> fields) Deprecated. -
toKimAttributeDefinition
Deprecated. -
findAttributeField
public static <T extends 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
Deprecated. -
createErrorString
Deprecated.will create a string like the following: errorKey:param1;param2;param3;- Parameters:
errorKey- the errorKeyparams- the error params- Returns:
- error string
-
getAttributeErrorLabel
Deprecated.
-
DataDictionaryTypeServiceBase.