public class SelectiveSyncController
extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
COMP_ID_CANCEL_BTN |
protected static java.lang.String |
COMP_ID_SAVE_BTN |
static java.lang.String |
MODEL_CURRENT_OBJECT |
static java.lang.String |
MODEL_VALUE_CHANGED |
protected static java.lang.String |
SOCKET_INPUT_OBJECT |
protected static java.lang.String |
SOCKET_OUTPUT_CANCEL |
protected static java.lang.String |
SOCKET_OUTPUT_OBJECT_SAVED |
| Constructor and Description |
|---|
SelectiveSyncController() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createTreeLegend() |
Button |
getCancelButton() |
Div |
getContentDiv() |
protected CatalogVersionSyncJobModel |
getCurrentObject() |
Div |
getLegendDiv() |
protected NotificationService |
getNotificationService() |
protected java.lang.String |
getNotificationSource()
Deprecated.
since 6.7, use
NotificationService#getWidgetNotificationSource(com.hybris.cockpitng.engine.WidgetInstanceManager)
instead. |
ObjectFacade |
getObjectFacade() |
Button |
getSaveButton() |
SelectiveSyncRenderer |
getSelectiveSyncRenderer() |
void |
handleCancelButtonClick() |
void |
handleInputObject(CatalogVersionSyncJobModel inputObject) |
protected void |
handleNotFoundException(CatalogVersionSyncJobModel model,
ObjectNotFoundException e) |
protected void |
handleObjectSavingSuccess(java.lang.Object savedObject) |
void |
handleSaveButtonClick() |
void |
initialize(Component comp) |
protected boolean |
isCurrentObjectAvailable() |
protected void |
renderCurrentObject() |
protected void |
setCurrentObject(CatalogVersionSyncJobModel model) |
void |
setNotificationService(NotificationService notificationService) |
void |
setObjectFacade(ObjectFacade objectFacade) |
void |
setSelectiveSyncRenderer(SelectiveSyncRenderer selectiveSyncRenderer) |
public static final java.lang.String MODEL_CURRENT_OBJECT
public static final java.lang.String MODEL_VALUE_CHANGED
protected static final java.lang.String COMP_ID_CANCEL_BTN
protected static final java.lang.String COMP_ID_SAVE_BTN
protected static final java.lang.String SOCKET_INPUT_OBJECT
protected static final java.lang.String SOCKET_OUTPUT_OBJECT_SAVED
protected static final java.lang.String SOCKET_OUTPUT_CANCEL
public void initialize(Component comp)
protected void createTreeLegend()
protected void renderCurrentObject()
public void handleInputObject(CatalogVersionSyncJobModel inputObject)
protected void handleNotFoundException(CatalogVersionSyncJobModel model, ObjectNotFoundException e)
public void handleCancelButtonClick()
public void handleSaveButtonClick()
protected void handleObjectSavingSuccess(java.lang.Object savedObject)
protected CatalogVersionSyncJobModel getCurrentObject()
protected void setCurrentObject(CatalogVersionSyncJobModel model)
protected boolean isCurrentObjectAvailable()
@Deprecated protected java.lang.String getNotificationSource()
NotificationService#getWidgetNotificationSource(com.hybris.cockpitng.engine.WidgetInstanceManager)
instead.public Div getContentDiv()
public Div getLegendDiv()
public Button getSaveButton()
public Button getCancelButton()
public ObjectFacade getObjectFacade()
public void setObjectFacade(ObjectFacade objectFacade)
public SelectiveSyncRenderer getSelectiveSyncRenderer()
public void setSelectiveSyncRenderer(SelectiveSyncRenderer selectiveSyncRenderer)
protected NotificationService getNotificationService()
public void setNotificationService(NotificationService notificationService)
Copyright © 2018 SAP SE. All Rights Reserved.