| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
BaseStoreModel.getDefaultAtpFormula()
Generated method - Getter of the
BaseStore.defaultAtpFormula attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseStoreModel.setDefaultAtpFormula(AtpFormulaModel value)
Generated method - Setter of
BaseStore.defaultAtpFormula attribute defined at extension warehousing. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AtpFormulaModel> |
AtpFormulaDao.getAllAtpFormula()
Retrieves all
AtpFormulaModel in the system. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AtpFormulaModel> |
DefaultAtpFormulaDao.getAllAtpFormula() |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
AtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula)
Creates an
AtpFormulaModel |
AtpFormulaModel |
AtpFormulaService.getAtpFormulaByCode(java.lang.String formulaCode)
Retrieves an
AtpFormulaModel by its code. |
AtpFormulaModel |
AtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula)
Updates an
AtpFormulaModel based on its code |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AtpFormulaModel> |
AtpFormulaService.getAllAtpFormula()
Retrieves collection of all
AtpFormulaModel in the system. |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
AtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula)
Creates an
AtpFormulaModel |
java.lang.Long |
AtpFormulaService.getAtpValueFromFormula(AtpFormulaModel atpFormula,
java.util.Map<java.lang.String,java.lang.Object> params)
Retrieves the ATP value from a specific formula
|
AtpFormulaModel |
AtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula)
Updates an
AtpFormulaModel based on its code |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
DefaultAtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula) |
AtpFormulaModel |
DefaultAtpFormulaService.getAtpFormulaByCode(java.lang.String formulaCode) |
AtpFormulaModel |
DefaultAtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AtpFormulaModel> |
DefaultAtpFormulaService.getAllAtpFormula() |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
DefaultAtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula) |
protected java.util.List<java.lang.Long> |
DefaultAtpFormulaService.getAtpFormulaVariableValue(java.util.Map<java.lang.String,java.lang.Object> params,
java.util.List<java.lang.Long> results,
java.beans.PropertyDescriptor formulaVarPropDescriptor,
AtpFormulaModel atpFormula)
Gets the value for a specific atpformula variable name
|
java.lang.Long |
DefaultAtpFormulaService.getAtpValueFromFormula(AtpFormulaModel atpFormula,
java.util.Map<java.lang.String,java.lang.Object> params) |
AtpFormulaModel |
DefaultAtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AtpFormulaStringHandler.get(AtpFormulaModel atpFormulaModel) |
protected void |
AtpFormulaStringHandler.interpretFormulaVariable(AtpFormulaModel atpFormulaModel,
java.lang.StringBuilder formulaString,
java.beans.PropertyDescriptor formulaVarPropDescriptor)
Interpret the given formula variable and append it to the given
StringBuilder |
protected void |
AtpFormulaStringHandler.prepareFormulaString(AtpFormulaModel atpFormulaModel,
java.lang.StringBuilder formulaString,
java.util.Set<java.beans.PropertyDescriptor> propertyDescriptors)
Prepares formula string from atpformula variables
|
void |
AtpFormulaStringHandler.set(AtpFormulaModel atpFormulaModel,
java.lang.String formulaString) |
| Modifier and Type | Method and Description |
|---|---|
protected AtpFormulaModel |
WarehousingAvailabilityCalculationStrategy.getDefaultAtpFormula(java.util.Collection<StockLevelModel> stockLevels)
Gets the default ATP formula based on the current basestore or from the first stock level of the given list
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
WarehousingAvailabilityCalculationStrategy.filterStocks(java.util.Collection<StockLevelModel> stockLevels,
AtpFormulaModel atpFormula)
Filters the
StockLevelModel(s) based on given AtpFormulaModel |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
AtpFormulaResource.getAtpFormulaModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AtpFormulaModel |
AtpFormulaResource.readResource(java.lang.String resourceId)
Gets the
AtpFormulaModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AtpFormulaModel> |
AtpFormulasResource.getAtpFormulasCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtpFormulaResource.setAtpFormulaModel(AtpFormulaModel value)
Convenience method which just delegates to
#setResourceValue(AtpFormulaModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AtpFormulasResource.setAtpFormulasCollection(java.util.Collection<AtpFormulaModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
ATPFormulaModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
BaseStoreModelBuilder |
BaseStoreModelBuilder.withAtpFormula(AtpFormulaModel atpFormula) |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
AtpFormulas.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) |
AtpFormulaModel |
AtpFormulas.Hybris() |
| Modifier and Type | Method and Description |
|---|---|
protected WarehousingDao<AtpFormulaModel> |
AtpFormulas.getAtpFormulaDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtpFormulas.setAtpFormulaDao(WarehousingDao<AtpFormulaModel> atpFormulaDao) |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
AtpViewDto.getAtpFormula() |
| Modifier and Type | Method and Description |
|---|---|
void |
AtpViewDto.setAtpFormula(AtpFormulaModel atpFormula) |
| Constructor and Description |
|---|
AtpViewDto(AtpFormulaModel atpFormula,
java.lang.Long atp,
java.lang.Boolean isActive) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Set<java.beans.PropertyDescriptor> |
AtpFormulaPanelRenderer.getAllAtpFormulaVariables(AtpFormulaModel atpFormula)
Provides the Set of atpformula's properties
|
protected void |
AtpFormulaPanelRenderer.handleOnCheckEvent(AtpFormulaModel atpFormula,
WidgetInstanceManager widgetInstanceManager,
java.beans.PropertyDescriptor formulaVarPropertyDescriptor,
Checkbox checkbox)
Updates the current formula variable to the ATP formula.
|
protected void |
AtpFormulaPanelRenderer.renderAtpFormulaVariableRow(AtpFormulaModel atpFormula,
WidgetInstanceManager widgetInstanceManager,
Vlayout vlayout,
java.beans.PropertyDescriptor formulaVarPropertyDescriptor)
Renders the given Atp formula variable
|
protected void |
AtpFormulaPanelRenderer.renderAtpFormulaVariables(HtmlBasedComponent attributeContainer,
AtpFormulaModel atpFormula,
WidgetInstanceManager widgetInstanceManager)
Renders the properties of
AtpFormulaModel along with +/- option to either add or subtract the corresponding
property in the AtpFormulaModel. |
protected void |
AtpFormulaPanelRenderer.renderIndividualFormulaVariables(AtpFormulaModel atpFormula,
WidgetInstanceManager widgetInstanceManager,
Vlayout vlayout)
Renders each individual formula variable with the +/- and remove options.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AtpViewController.populateAtpFormula(AtpFormDto atpFormDto,
ProductModel product,
BaseStoreModel baseStore,
java.util.List<AtpViewDto> atpViewEntries,
AtpFormulaModel atpFormula)
Populates the
AtpFormulaModel with the provided fields. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AtpFormulaIntegrationTest.updateFormula(AtpFormulaModel atpFormulaModel) |
Copyright © 2018 SAP SE. All Rights Reserved.