public class AtpViewController
extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
IN_SOCKET |
protected static java.lang.String |
WAREHOUSINGBACKOFFICE_ATP_VIEWS_TITLE |
protected Component |
widgetComponent |
| Constructor and Description |
|---|
AtpViewController() |
| Modifier and Type | Method and Description |
|---|---|
protected AtpFormulaService |
getAtpFormulaService() |
protected Listbox |
getAtpListView() |
protected WarehousingCommerceStockService |
getWarehousingCommerceStockService() |
void |
initialize(Component component) |
void |
initializeView(AtpFormDto atpFormDto)
Initializes the list view.
|
protected void |
populateAtpFormula(AtpFormDto atpFormDto,
ProductModel product,
BaseStoreModel baseStore,
java.util.List<AtpViewDto> atpViewEntries,
AtpFormulaModel atpFormula)
Populates the
AtpFormulaModel with the provided fields. |
void |
setAtpFormulaService(AtpFormulaService atpFormulaService) |
void |
setWarehousingCommerceStockService(WarehousingCommerceStockService warehousingCommerceStockService) |
protected static final java.lang.String WAREHOUSINGBACKOFFICE_ATP_VIEWS_TITLE
protected static final java.lang.String IN_SOCKET
protected Component widgetComponent
public void initialize(Component component)
public void initializeView(AtpFormDto atpFormDto)
atpFormDto - the form containing atp informationprotected void populateAtpFormula(AtpFormDto atpFormDto, ProductModel product, BaseStoreModel baseStore, java.util.List<AtpViewDto> atpViewEntries, AtpFormulaModel atpFormula)
AtpFormulaModel with the provided fields.atpFormDto - product - baseStore - atpViewEntries - atpFormula - protected WarehousingCommerceStockService getWarehousingCommerceStockService()
public void setWarehousingCommerceStockService(WarehousingCommerceStockService warehousingCommerceStockService)
protected AtpFormulaService getAtpFormulaService()
public void setAtpFormulaService(AtpFormulaService atpFormulaService)
protected Listbox getAtpListView()
Copyright © 2018 SAP SE. All Rights Reserved.