it.eng.qbe.dao
Class DatamartLabelsDAOFilesystemImpl

java.lang.Object
  extended by it.eng.qbe.dao.DatamartLabelsDAOFilesystemImpl
All Implemented Interfaces:
DatamartLabelsDAO

public class DatamartLabelsDAOFilesystemImpl
extends java.lang.Object
implements DatamartLabelsDAO

Author:
Andrea Gioia

Field Summary
static org.apache.log4j.Logger logger
          Logger component.
 
Constructor Summary
DatamartLabelsDAOFilesystemImpl()
           
 
Method Summary
 DatamartLabels loadDatamartLabels(java.lang.String datamartName)
          Load datamart labels.
 DatamartLabels loadDatamartLabels(java.lang.String datamartName, java.util.Locale locale)
          Load datamart labels.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static transient org.apache.log4j.Logger logger
Logger component.

Constructor Detail

DatamartLabelsDAOFilesystemImpl

public DatamartLabelsDAOFilesystemImpl()
Method Detail

loadDatamartLabels

public DatamartLabels loadDatamartLabels(java.lang.String datamartName)
Description copied from interface: DatamartLabelsDAO
Load datamart labels.

Specified by:
loadDatamartLabels in interface DatamartLabelsDAO
Parameters:
datamartName - the datamart name
Returns:
the datamart labels

loadDatamartLabels

public DatamartLabels loadDatamartLabels(java.lang.String datamartName,
                                         java.util.Locale locale)
Description copied from interface: DatamartLabelsDAO
Load datamart labels.

Specified by:
loadDatamartLabels in interface DatamartLabelsDAO
Parameters:
datamartName - the datamart name
locale - the locale
Returns:
the datamart labels