Class ExcelTemplateExportAction
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
com.hybris.backoffice.widgets.actions.excel.ExcelTemplateExportAction
- All Implemented Interfaces:
com.hybris.cockpitng.actions.CockpitAction<String,,Object> com.hybris.cockpitng.engine.ComponentWidgetAdapterAware
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanPerform(com.hybris.cockpitng.actions.ActionContext<String> ctx) protected StringgetFilename(String typeCode) protected com.hybris.cockpitng.search.data.pageable.Pageable<ItemModel>getPageable(com.hybris.cockpitng.actions.ActionContext<String> ctx) protected StringgetPageableModelProperty(com.hybris.cockpitng.actions.ActionContext<String> ctx) protected com.hybris.cockpitng.core.model.WidgetModelgetWidgetModel(com.hybris.cockpitng.actions.ActionContext<String> ctx) com.hybris.cockpitng.actions.ActionResult<Object>protected voidsaveFile(ByteArrayOutputStream stream, String typeCode) Methods inherited from class com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
addSocketInputEventListener, getComponentID, handleSocketInputEvent, initialize, initializeDefaultEventListeners, registerStubInstance, sendOutput, setComponentID, unregisterStubInstanceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.hybris.cockpitng.actions.CockpitAction
getConfirmationMessage, needsConfirmation
-
Field Details
-
MODEL_PAGEABLE
- See Also:
-
SOCKET_OUT_ITEMS_TO_EXPORT
- See Also:
-
-
Constructor Details
-
ExcelTemplateExportAction
public ExcelTemplateExportAction()
-
-
Method Details
-
perform
-
saveFile
-
getFilename
-
getPageable
-
getWidgetModel
protected com.hybris.cockpitng.core.model.WidgetModel getWidgetModel(com.hybris.cockpitng.actions.ActionContext<String> ctx) -
getPageableModelProperty
-
canPerform
-