public class TablePropertiesConfigurationWrapper
extends java.lang.Object
TablePropertiesConfigurationWrapper.FilterdAlias.| Modifier and Type | Class and Description | 
|---|---|
class  | 
TablePropertiesConfigurationWrapper.FilterdAlias
FilteredAlias is used as a place holder for the formatter used to format table name and predicate filter. 
 | 
| Constructor and Description | 
|---|
TablePropertiesConfigurationWrapper(java.lang.String remappedBaseName)
The constructor accepts the re-mapped name for the table corresponding to the original table name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addAliasConfiguration(java.lang.String filteredNameOnBaseName,
                     java.lang.String predicateFilter)
This method is used to add a  
TablePropertiesConfigurationWrapper.FilterdAlias Configuration instance to this TablePropertiesConfigurationWrapper instance. | 
java.util.List<TablePropertiesConfigurationWrapper.FilterdAlias> | 
getFilteredAliases()
Returns the list of  
TablePropertiesConfigurationWrapper.FilterdAlias configurations. | 
java.lang.String | 
getRemappedBaseName()
Returns the re-mapped name for the current table whose FilteredAlias instances are wrapped in this TablePropertiesConfigurationWrapper instance. 
 | 
public TablePropertiesConfigurationWrapper(java.lang.String remappedBaseName)
remappedBaseName - public void addAliasConfiguration(java.lang.String filteredNameOnBaseName,
                                  java.lang.String predicateFilter)
TablePropertiesConfigurationWrapper.FilterdAlias Configuration instance to this TablePropertiesConfigurationWrapper instance.filteredNameOnBaseName - predicateFilter - public java.util.List<TablePropertiesConfigurationWrapper.FilterdAlias> getFilteredAliases()
TablePropertiesConfigurationWrapper.FilterdAlias configurations.TablePropertiesConfigurationWrapper.FilterdAliaspublic java.lang.String getRemappedBaseName()