Class DefaultAtpFormulaDao
- java.lang.Object
-
- de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
-
- de.hybris.platform.warehousing.atp.formula.dao.impl.DefaultAtpFormulaDao
-
- All Implemented Interfaces:
Dao,AtpFormulaDao
public class DefaultAtpFormulaDao extends AbstractItemDao implements AtpFormulaDao
Default implementation of theAtpFormulaDao
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringALL_ATPFORMULA_QUERY-
Fields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService
-
-
Constructor Summary
Constructors Constructor Description DefaultAtpFormulaDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<AtpFormulaModel>getAllAtpFormula()Retrieves allAtpFormulaModelin the system.-
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
ALL_ATPFORMULA_QUERY
protected static final java.lang.String ALL_ATPFORMULA_QUERY
- See Also:
- Constant Field Values
-
-
Method Detail
-
getAllAtpFormula
public java.util.Collection<AtpFormulaModel> getAllAtpFormula()
Description copied from interface:AtpFormulaDaoRetrieves allAtpFormulaModelin the system.- Specified by:
getAllAtpFormulain interfaceAtpFormulaDao- Returns:
- the collection of all
AtpFormulaModel.
-
-