public class ItemsCopyAction extends SearchResultAction
<action type="searchresult" classname="de.hybris.platform.hmc.ext.catalog.ItemsCopyAction" name="itemscopy"/>
FLEXIBLESEARCH_PARAMETERS, FLEXIBLESEARCH_QUERY, GENERIC_QUERY, ITEM_TYPE, SEARCH_CONTEXT, SELECTED_ITEMS, USE_SELECTED_ONLY| Constructor and Description |
|---|
ItemsCopyAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfirmationMessage()
This default implementation returns
null (It means the standard confirmation message will be used if
confirmation is on). |
boolean |
needConfirmation()
This default implementation returns
false. |
ActionResult |
perform(ActionEvent e)
This action requires Map of parameters in ActionEvent data.
|
createDialogChip, getAllItems, getFlexibleSearchParameters, getFlexibleSearchQuery, getGenericQuery, getHMCContext, getItemType, getNodeParams, getSelectedItems, getUseSelectedOnly, hasDialogChip, initialize, isActive, isVisible, searchpublic ActionResult perform(ActionEvent e) throws JaloBusinessException
SearchResultActionperform in interface HMCActionperform in class SearchResultActione - ActionEvent contains input data for the actionJaloBusinessExceptionSearchResultAction.ITEM_TYPE,
SearchResultAction.FLEXIBLESEARCH_QUERY,
SearchResultAction.FLEXIBLESEARCH_PARAMETERS,
SearchResultAction.SELECTED_ITEMS,
SearchResultAction.USE_SELECTED_ONLYpublic String getConfirmationMessage()
SearchResultActionnull (It means the standard confirmation message will be used if
confirmation is on). Overwrite this method if you want your own confirmation message for this action.getConfirmationMessage in interface HMCActiongetConfirmationMessage in class SearchResultActionpublic boolean needConfirmation()
SearchResultActionfalse. Overwrite this method if you want confirmation for this
action.needConfirmation in interface HMCActionneedConfirmation in class SearchResultActionCopyright © 2017 SAP SE. All Rights Reserved.