it.eng.qbe.utility
Class LocalFileSystemQueryPersister

java.lang.Object
  extended by it.eng.qbe.utility.LocalFileSystemQueryPersister
All Implemented Interfaces:
IQueryPersister

public class LocalFileSystemQueryPersister
extends java.lang.Object
implements IQueryPersister

Author:
Andrea Zoppello An implementation of IQueryPersister that retrieve and persist queries using the File System

Constructor Summary
LocalFileSystemQueryPersister()
           
 
Method Summary
 ISingleDataMartWizardObject load(DataMartModel dm, java.lang.String key)
           
 java.util.List loadAllQueries(DataMartModel dm)
           
 void persist(DataMartModel dm, ISingleDataMartWizardObject wizObject)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalFileSystemQueryPersister

public LocalFileSystemQueryPersister()
Method Detail

persist

public void persist(DataMartModel dm,
                    ISingleDataMartWizardObject wizObject)
Specified by:
persist in interface IQueryPersister

load

public ISingleDataMartWizardObject load(DataMartModel dm,
                                        java.lang.String key)
Specified by:
load in interface IQueryPersister

loadAllQueries

public java.util.List loadAllQueries(DataMartModel dm)
Specified by:
loadAllQueries in interface IQueryPersister