public class DefaultBaseConfiguration extends java.lang.Object implements BaseConfiguration
| Constructor and Description |
|---|
DefaultBaseConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DefaultPropertySettings> |
getAllDefaultPropertySettings()
Provides all default settings configured for the type represented by this
BaseConfiguration instance. |
java.util.List<DefaultPropertySettings> |
getBaseProperties()
Provides default settings for base properties of the type represented by this
BaseConfiguration instance. |
DefaultPropertySettings |
getDefaultPropertySettings(PropertyDescriptor propertyDescriptor)
Returns default property settings for a property of the type represented by this
BaseConfiguration
instance. |
InitialPropertyConfiguration |
getInitialPropertyConfiguration(ObjectTemplate objectTemplate,
TypeService typeService) |
ObjectLabelProvider |
getObjectLabelProvider() |
SearchType |
getSearchType() |
void |
setDeclaredPropertySettings(java.util.List<DefaultPropertySettings> declaredPropertySettings) |
void |
setInitialPropertyConfigurations(java.util.List<InitialPropertyConfiguration> initialPropertyConfigurations) |
void |
setObjectLabelProvider(ObjectLabelProvider objectLabelProvider) |
void |
setSearchType(SearchType searchType) |
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(java.util.List<InitialPropertyConfiguration> initialPropertyConfigurations)
public java.util.List<DefaultPropertySettings> getBaseProperties()
BaseConfigurationBaseConfiguration instance.
The order of elements in the returned list corresponds to the order of configuration entries.getBaseProperties in interface BaseConfigurationpublic java.util.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(java.util.List<DefaultPropertySettings> declaredPropertySettings)
Copyright © 2018 SAP SE. All Rights Reserved.