public class DefaultBaseConfiguration extends Object implements BaseConfiguration
| Constructor and Description |
|---|
DefaultBaseConfiguration() |
public void setSearchType(SearchType searchType)
public SearchType getSearchType()
getSearchType in interface BaseConfigurationpublic void setObjectLabelProvider(ObjectLabelProvider objectLabelProvider)
public ObjectLabelProvider getObjectLabelProvider()
getObjectLabelProvider in interface BaseConfigurationpublic InitialPropertyConfiguration getInitialPropertyConfiguration(ObjectTemplate objectTemplate, TypeService typeService)
getInitialPropertyConfiguration in interface BaseConfigurationpublic void setInitialPropertyConfigurations(List<InitialPropertyConfiguration> initialPropertyConfigurations)
public List<DefaultPropertySettings> getBaseProperties()
BaseConfigurationBaseConfiguration instance.
The order of elements in the returned list corresponds to the order of configuration entries.getBaseProperties in interface BaseConfigurationpublic List<DefaultPropertySettings> getAllDefaultPropertySettings()
BaseConfigurationBaseConfiguration instance. The
order of elements in the returned list corresponds to the order of configuration entries.getAllDefaultPropertySettings in interface BaseConfigurationpublic DefaultPropertySettings getDefaultPropertySettings(PropertyDescriptor propertyDescriptor)
BaseConfigurationBaseConfiguration
instance.getDefaultPropertySettings in interface BaseConfigurationpropertyDescriptor - property descriptor of a property for which the default property settings is returned.public void setDeclaredPropertySettings(List<DefaultPropertySettings> declaredPropertySettings)
Copyright © 2017 SAP SE. All Rights Reserved.