Class AtpFormulas
- java.lang.Object
-
- de.hybris.platform.warehousing.util.models.AbstractItems<AtpFormulaModel>
-
- de.hybris.platform.warehousing.util.models.AtpFormulas
-
public class AtpFormulas extends AbstractItems<AtpFormulaModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ATPFORMULA_CUSTOM_NAME
static java.lang.String
ATPFORMULA_NAME
-
Constructor Summary
Constructors Constructor Description AtpFormulas()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AtpFormulaModel
customFormula(java.lang.Boolean includeAvailability, java.lang.Boolean includeAllocation, java.lang.Boolean includeCancellation, java.lang.Boolean includeIncrease, java.lang.Boolean includeReserved, java.lang.Boolean includeShrinkage, java.lang.Boolean includeWastage, java.lang.Boolean includeReturned, java.lang.Boolean includeExternal)
protected WarehousingDao<AtpFormulaModel>
getAtpFormulaDao()
AtpFormulaModel
Hybris()
void
setAtpFormulaDao(WarehousingDao<AtpFormulaModel> atpFormulaDao)
-
Methods inherited from class de.hybris.platform.warehousing.util.models.AbstractItems
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
ATPFORMULA_NAME
public static final java.lang.String ATPFORMULA_NAME
- See Also:
- Constant Field Values
-
ATPFORMULA_CUSTOM_NAME
public static final java.lang.String ATPFORMULA_CUSTOM_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
Hybris
public AtpFormulaModel Hybris()
-
customFormula
public AtpFormulaModel customFormula(java.lang.Boolean includeAvailability, java.lang.Boolean includeAllocation, java.lang.Boolean includeCancellation, java.lang.Boolean includeIncrease, java.lang.Boolean includeReserved, java.lang.Boolean includeShrinkage, java.lang.Boolean includeWastage, java.lang.Boolean includeReturned, java.lang.Boolean includeExternal)
-
getAtpFormulaDao
protected WarehousingDao<AtpFormulaModel> getAtpFormulaDao()
-
setAtpFormulaDao
public void setAtpFormulaDao(WarehousingDao<AtpFormulaModel> atpFormulaDao)
-
-