public class EditProductLiveEditCaptionButtonHandler extends AbstractLiveEditCaptionButtonHandler
| Constructor and Description |
|---|
EditProductLiveEditCaptionButtonHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
createButton(LiveEditBrowserArea area,
LiveEditBrowserModel browserModel,
LiveEditContentBrowser contentBrowser,
Hbox buttonContainer) |
CatalogVersionService |
getCatalogVersionService() |
TypeService |
getCockpitTypeService() |
CounterpartProductCatalogVersionsStrategy |
getCounterpartProductCatalogVersionsStrategy() |
protected ProductModel |
getProductForPreviewCatalogVersions(String url) |
FrontendUrlDecoder<ProductModel> |
getProductFrontendUrlDecoder() |
SessionService |
getSessionService() |
void |
setCatalogVersionService(CatalogVersionService catalogVersionService) |
void |
setCockpitTypeService(TypeService typeService) |
void |
setCounterpartProductCatalogVersionsStrategy(CounterpartProductCatalogVersionsStrategy counterpartProductCatalogVersionsStrategy) |
void |
setProductFrontendUrlDecoder(FrontendUrlDecoder<ProductModel> productFrontendUrlDecoder) |
void |
setSessionService(SessionService sessionService) |
createPopupWindow, createRightCaptionButtonpublic EditProductLiveEditCaptionButtonHandler()
public void createButton(LiveEditBrowserArea area, LiveEditBrowserModel browserModel, LiveEditContentBrowser contentBrowser, Hbox buttonContainer)
protected ProductModel getProductForPreviewCatalogVersions(String url)
public void setSessionService(SessionService sessionService)
public SessionService getSessionService()
public CatalogVersionService getCatalogVersionService()
public void setCatalogVersionService(CatalogVersionService catalogVersionService)
public CounterpartProductCatalogVersionsStrategy getCounterpartProductCatalogVersionsStrategy()
public void setCounterpartProductCatalogVersionsStrategy(CounterpartProductCatalogVersionsStrategy counterpartProductCatalogVersionsStrategy)
counterpartProductCatalogVersionsStrategy - the counterpartProductCatalogVersionsStrategy to setpublic FrontendUrlDecoder<ProductModel> getProductFrontendUrlDecoder()
public void setProductFrontendUrlDecoder(FrontendUrlDecoder<ProductModel> productFrontendUrlDecoder)
public void setCockpitTypeService(TypeService typeService)
public TypeService getCockpitTypeService()
Copyright © 2017 SAP SE. All Rights Reserved.