public interface DataDictionaryRemoteFieldService
RemotableAttributeField
definitions from data
dictionary AttributeDefinition
configurations
Used by the default type services DataDictionaryPeopleFlowTypeServiceImpl
to
build the remotable fields for the type attributes
Modifier and Type | Method and Description |
---|---|
RemotableAttributeField |
buildRemotableFieldFromAttributeDefinition(String componentClassName,
String attributeName)
Builds and returns an
RemotableAttributeField instance based on the data dictionary attribute definition
that is associated with the given component class name (business object or data object entry) and the given
attribute name |
RemotableAttributeField buildRemotableFieldFromAttributeDefinition(String componentClassName, String attributeName)
RemotableAttributeField
instance based on the data dictionary attribute definition
that is associated with the given component class name (business object or data object entry) and the given
attribute name
If an attribute definition is not found a runtime exception should be thrown
componentClassName
- - class name for the attribute, used to find the data dictionary entryattributeName
- - name of the attribute whose definition should be usedCopyright © 2005–2016 The Kuali Foundation. All rights reserved.