Interface AtpFormulaDao
- All Known Implementing Classes:
DefaultAtpFormulaDao
public interface AtpFormulaDao
Dao for
AtpFormulaModel-
Method Summary
-
Method Details
-
getAllAtpFormula
Collection<AtpFormulaModel> getAllAtpFormula()Retrieves allAtpFormulaModelin the system.- Returns:
- the collection of all
AtpFormulaModel.
-