public class TestLDAPConfigurationAction extends ItemAction
| Constructor and Description |
|---|
TestLDAPConfigurationAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isActive(ActionEvent event)
Returns
true, if the action is active. |
ActionResult |
perform(ActionEvent event)
This action requires the Item in ActionEvent data.
|
canChange, canRead, canRemove, createDialogChip, getConfirmationMessage, getEditorContext, getHMCContext, getItem, getNodeParams, hasDialogChip, initialize, isAutoSave, isVisible, needConfirmation, needSaveBeforePerform, setAutoSavepublic ActionResult perform(ActionEvent event) throws JaloBusinessException
ItemActionperform in interface HMCActionperform in class ItemActionevent - ActionEvent contains input data for the actionJaloBusinessExceptionpublic boolean isActive(ActionEvent event)
true, if the action is active. In order to be active, the following preconditions must be
fulfilled:
LDAPConfigProxyItem must be passed with the ActionEventisActive in interface HMCStatefulActionisActive in class ItemActionevent - the actionEventtrue, if the action is activeHMCStatefulAction.isActive(de.hybris.platform.hmc.util.action.ActionEvent)Copyright © 2017 SAP SE. All Rights Reserved.