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(org.kuali.rice.kim.api.type.KimAttributeField definition) Deprecated.static <T extends org.kuali.rice.kim.api.type.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(org.kuali.rice.kim.api.type.KimAttributeField definition) Deprecated.static StringDeprecated.static KimAttributeDefinitiontoKimAttributeDefinition(org.kuali.rice.kim.api.type.KimAttributeField field) Deprecated.static List<KimAttributeDefinition> toKimAttributeDefinitions(List<org.kuali.rice.kim.api.type.KimAttributeField> fields) Deprecated.static org.kuali.rice.core.api.uif.RemotableAbstractControl.BuildertoRemotableAbstractControlBuilder(org.kuali.rice.krad.datadictionary.AttributeDefinition attr) Deprecated.
-
Method Details
-
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
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
public static String getAttributeErrorLabel(org.kuali.rice.kim.api.type.KimAttributeField definition) Deprecated.
-
DataDictionaryTypeServiceBase.