it.eng.qbe.utility
Class LocalFileSystemQueryPersister
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocalFileSystemQueryPersister
public LocalFileSystemQueryPersister()
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
getPrivateQueriesFor
public java.util.List getPrivateQueriesFor(DataMartModel dm,
java.lang.String userID)