Interface AtpFormulaDao
-
- All Known Implementing Classes:
DefaultAtpFormulaDao
public interface AtpFormulaDaoDao forAtpFormulaModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<AtpFormulaModel>getAllAtpFormula()Retrieves allAtpFormulaModelin the system.
-
-
-
Method Detail
-
getAllAtpFormula
java.util.Collection<AtpFormulaModel> getAllAtpFormula()
Retrieves allAtpFormulaModelin the system.- Returns:
- the collection of all
AtpFormulaModel.
-
-