| 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 |
|---|---|
Collection<AtpFormulaModel> |
AtpFormulaDao.getAllAtpFormula()
Retrieves all
AtpFormulaModel in the system. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AtpFormulaModel> |
DefaultAtpFormulaDao.getAllAtpFormula() |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
AtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula)
Creates an
AtpFormulaModel |
AtpFormulaModel |
AtpFormulaService.getAtpFormulaByCode(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 |
|---|---|
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 |
Long |
AtpFormulaService.getAtpValueFromFormula(AtpFormulaModel atpFormula,
Map<String,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(String formulaCode) |
AtpFormulaModel |
DefaultAtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula) |
| Modifier and Type | Method and Description |
|---|---|
Collection<AtpFormulaModel> |
DefaultAtpFormulaService.getAllAtpFormula() |
| Modifier and Type | Method and Description |
|---|---|
AtpFormulaModel |
DefaultAtpFormulaService.createAtpFormula(AtpFormulaModel atpFormula) |
protected List<Long> |
DefaultAtpFormulaService.getAtpFormulaVariableValue(Map<String,Object> params,
List<Long> results,
PropertyDescriptor formulaVarPropDescriptor,
AtpFormulaModel atpFormula)
Gets the value for a specific atpformula variable name
|
Long |
DefaultAtpFormulaService.getAtpValueFromFormula(AtpFormulaModel atpFormula,
Map<String,Object> params) |
AtpFormulaModel |
DefaultAtpFormulaService.updateAtpFormula(AtpFormulaModel atpFormula) |
| Modifier and Type | Method and Description |
|---|---|
String |
AtpFormulaStringHandler.get(AtpFormulaModel atpFormulaModel) |
protected void |
AtpFormulaStringHandler.prepareFormulaString(AtpFormulaModel atpFormulaModel,
StringBuilder formulaString,
Set<PropertyDescriptor> propertyDescriptors)
Prepares formula string from atpformula variables
|
void |
AtpFormulaStringHandler.set(AtpFormulaModel atpFormulaModel,
String formulaString) |
| Modifier and Type | Method and Description |
|---|---|
protected AtpFormulaModel |
WarehousingAvailabilityCalculationStrategy.getDefaultAtpFormula(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 |
|---|---|
AtpFormulaModel |
AtpFormulaResource.getAtpFormulaModel()
Convenience method which just delegates to
#getResourceValue() |
protected AtpFormulaModel |
AtpFormulaResource.readResource(String resourceId)
Gets the
AtpFormulaModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<AtpFormulaModel> |
AtpFormulasResource.getAtpFormulasCollection()
Convenience method which just delegates to
#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(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(Boolean includeAvailability,
Boolean includeAllocation,
Boolean includeCancellation,
Boolean includeIncrease,
Boolean includeReserved,
Boolean includeShrinkage,
Boolean includeWastage,
Boolean includeReturned,
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,
Long atp,
Boolean isActive) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<PropertyDescriptor> |
AtpFormulaPanelRenderer.getAllAtpFormulaVariables(AtpFormulaModel atpFormula)
Provides the Set of atpformula's properties
|
protected void |
AtpFormulaPanelRenderer.handleAddButtonClickEvent(AtpFormulaModel atpFormula,
WidgetInstanceManager widgetInstanceManager,
PropertyDescriptor formulaVarPropertyDescriptor,
Div clearVarSelection,
Button addButton,
Button subButton)
Adds the current formula variable to the ATP formula.
|
protected void |
AtpFormulaPanelRenderer.handleClearButtonClickEvent(AtpFormulaModel atpFormula,
WidgetInstanceManager widgetInstanceManager,
PropertyDescriptor formulaVarPropertyDescriptor,
Div clearVarSelection,
Button addButton,
Button subButton)
Removes the current formula variable from the ATP formula, meaning it will not be considered in the calculation.
|
protected void |
AtpFormulaPanelRenderer.handleSubButtonClickEvent(AtpFormulaModel atpFormula,
WidgetInstanceManager widgetInstanceManager,
PropertyDescriptor formulaVarPropertyDescriptor,
Div clearVarSelection,
Button addButton,
Button subButton)
Subtracts the current formula variable from the ATP formula.
|
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.
|
Copyright © 2017 SAP SE. All Rights Reserved.