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
Default implementation of the
AtpFormulaDao-
Field Summary
FieldsFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
ALL_ATPFORMULA_QUERY
- See Also:
-
-
Constructor Details
-
DefaultAtpFormulaDao
public DefaultAtpFormulaDao()
-
-
Method Details
-
getAllAtpFormula
Description copied from interface:AtpFormulaDaoRetrieves allAtpFormulaModelin the system.- Specified by:
getAllAtpFormulain interfaceAtpFormulaDao- Returns:
- the collection of all
AtpFormulaModel.
-