DataDictionaryTypeServiceBase.@Deprecated public final class DataDictionaryTypeServiceHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
createErrorString(KimAttributeField definition)
Deprecated.
|
static String |
createErrorString(String errorKey,
String... params)
Deprecated.
will create a string like the following:
errorKey:param1;param2;param3;
|
static <T extends KimAttributeField> |
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.
|
static String |
getAttributeErrorLabel(KimAttributeField definition)
Deprecated.
|
static String |
getKimBasePath()
Deprecated.
|
static KimAttributeDefinition |
toKimAttributeDefinition(KimAttributeField field)
Deprecated.
|
static List<KimAttributeDefinition> |
toKimAttributeDefinitions(List<KimAttributeField> fields)
Deprecated.
|
static RemotableAbstractControl.Builder |
toRemotableAbstractControlBuilder(AttributeDefinition attr)
Deprecated.
|
public static String getKimBasePath()
public static RemotableAbstractControl.Builder toRemotableAbstractControlBuilder(AttributeDefinition attr)
public static List<KimAttributeDefinition> toKimAttributeDefinitions(List<KimAttributeField> fields)
public static KimAttributeDefinition toKimAttributeDefinition(KimAttributeField field)
public static <T extends KimAttributeField> T findAttributeField(String attributeName, Collection<? extends T> fields)
attributeName - the name of the attribute to search for. Cannot be blank or null.fields - cannot be null.public static String createErrorString(KimAttributeField definition)
public static String createErrorString(String errorKey, String... params)
errorKey - the errorKeyparams - the error paramspublic static String getAttributeErrorLabel(KimAttributeField definition)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.