it.eng.qbe.naming
Interface NamingStrategy


public interface NamingStrategy

The Interface NamingStrategy.

Author:
Andrea Gioia

Method Summary
 java.lang.String getDatamartName(java.util.List datamartNames)
          Gets the datamart name.
 java.lang.String getDatasourceName(java.util.List datamartNames, DBConnection connection)
          Gets the datasource name.
 

Method Detail

getDatamartName

java.lang.String getDatamartName(java.util.List datamartNames)
Gets the datamart name.

Parameters:
datamartNames - the datamart names
Returns:
the datamart name

getDatasourceName

java.lang.String getDatasourceName(java.util.List datamartNames,
                                   DBConnection connection)
Gets the datasource name.

Parameters:
datamartNames - the datamart names
connection - the connection
Returns:
the datasource name