public class AtpFormController
extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
ON_LATER_POS_CHANGE |
protected static java.lang.String |
ON_LATER_STORE_CHANGE |
protected static java.lang.String |
ON_POS_CHANGE |
protected static java.lang.String |
ON_STORE_CHANGE |
protected static java.lang.String |
OUT_CONFIRM |
protected static java.lang.String |
SEARCH_ATP |
protected static java.lang.String |
SELECT_A_BASE_STORE |
protected static java.lang.String |
SELECT_A_POINT_OF_SERVICE |
protected static java.lang.String |
WAREHOUSINGBACKOFFICE_ATPFORM_TITLE |
protected static java.lang.String |
WAREHOUSINGBACKOFFICE_ATPFORM_VALIDATION_MISSING_BASE_STORE |
protected static java.lang.String |
WAREHOUSINGBACKOFFICE_ATPFORM_VALIDATION_MISSING_PRODUCT_CODE |
protected static java.lang.String |
WAREHOUSINGBACKOFFICE_ATPFORM_VALIDATION_VALID_POS |
| Constructor and Description |
|---|
AtpFormController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addListeners()
Adds listeners on all components which will receive user input.
|
protected Combobox |
getBaseStores() |
protected BaseStoreService |
getBaseStoreService() |
protected Combobox |
getPointOfServices() |
protected Editor |
getProduct() |
void |
initialize(Component component) |
void |
performSearchOperation()
Populates the
AtpFormDto with the user input and sends
it as an event to be displayed in a list. |
protected void |
refreshForm()
Refreshes the form
|
void |
setBaseStoreService(BaseStoreService baseStoreService) |
protected void |
validateForm()
`
Validates the form and verifies whether the user input is correct.
|
protected static final java.lang.String WAREHOUSINGBACKOFFICE_ATPFORM_VALIDATION_MISSING_BASE_STORE
protected static final java.lang.String WAREHOUSINGBACKOFFICE_ATPFORM_VALIDATION_MISSING_PRODUCT_CODE
protected static final java.lang.String WAREHOUSINGBACKOFFICE_ATPFORM_VALIDATION_VALID_POS
protected static final java.lang.String ON_STORE_CHANGE
protected static final java.lang.String ON_LATER_STORE_CHANGE
protected static final java.lang.String ON_POS_CHANGE
protected static final java.lang.String ON_LATER_POS_CHANGE
protected static final java.lang.String SEARCH_ATP
protected static final java.lang.String WAREHOUSINGBACKOFFICE_ATPFORM_TITLE
protected static final java.lang.String OUT_CONFIRM
protected static final java.lang.String SELECT_A_POINT_OF_SERVICE
protected static final java.lang.String SELECT_A_BASE_STORE
public void initialize(Component component)
protected void refreshForm()
public void performSearchOperation()
AtpFormDto with the user input and sends
it as an event to be displayed in a list.protected void addListeners()
protected void validateForm()
protected BaseStoreService getBaseStoreService()
public void setBaseStoreService(BaseStoreService baseStoreService)
protected Combobox getBaseStores()
protected Combobox getPointOfServices()
protected Editor getProduct()
Copyright © 2018 SAP SE. All Rights Reserved.