|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.qbe.dao.FormulaDAOFilesystemImpl
public class FormulaDAOFilesystemImpl
The Class FormulaDAOFilesystemImpl.
Constructor Summary | |
---|---|
FormulaDAOFilesystemImpl(java.io.File formulasDir)
Instantiates a new formula dao filesystem impl. |
Method Summary | |
---|---|
Formula |
loadFormula(java.lang.String datamartName)
Load formula. |
void |
saveFormula(java.lang.String datamartName,
Formula formula)
Save formula. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormulaDAOFilesystemImpl(java.io.File formulasDir)
formulasDir
- the formulas dirMethod Detail |
---|
public Formula loadFormula(java.lang.String datamartName)
FormulaDAO
loadFormula
in interface FormulaDAO
datamartName
- the datamart name
public void saveFormula(java.lang.String datamartName, Formula formula)
FormulaDAO
saveFormula
in interface FormulaDAO
datamartName
- the datamart nameformula
- the formula
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |