public interface OleBusinessObjectMetaDataService
Modifier and Type | Method and Description |
---|---|
List<BusinessObjectComponent> |
findBusinessObjectComponents(String namespaceCode,
String componentLabel) |
List<BusinessObjectProperty> |
findBusinessObjectProperties(String namespaceCode,
String componentLabel,
String propertyLabel) |
List<FunctionalFieldDescription> |
findFunctionalFieldDescriptions(String namespaceCode,
String componentClass,
String propertyName,
String description,
String active) |
BusinessObjectProperty |
getBusinessObjectProperty(String componentClass,
String propertyName) |
DataMappingFieldDefinition |
getDataMappingFieldDefinition(FunctionalFieldDescription functionalFieldDescription) |
DataMappingFieldDefinition |
getDataMappingFieldDefinition(String componentClass,
String propertyName) |
String |
getReferenceComponentLabel(Class componentClass,
String propertyName) |
boolean |
isMatch(String componentClass,
String propertyName,
String tableNameSearchCriterion,
String fieldNameSearchCriterion) |
BusinessObjectProperty getBusinessObjectProperty(String componentClass, String propertyName)
DataMappingFieldDefinition getDataMappingFieldDefinition(String componentClass, String propertyName)
DataMappingFieldDefinition getDataMappingFieldDefinition(FunctionalFieldDescription functionalFieldDescription)
List<BusinessObjectComponent> findBusinessObjectComponents(String namespaceCode, String componentLabel)
List<BusinessObjectProperty> findBusinessObjectProperties(String namespaceCode, String componentLabel, String propertyLabel)
List<FunctionalFieldDescription> findFunctionalFieldDescriptions(String namespaceCode, String componentClass, String propertyName, String description, String active)
boolean isMatch(String componentClass, String propertyName, String tableNameSearchCriterion, String fieldNameSearchCriterion)
String getReferenceComponentLabel(Class componentClass, String propertyName)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.