Uses of Class
com.hybris.cockpitng.actions.ActionResult
-
-
Uses of ActionResult in com.hybris.cockpitng.actions
Methods in com.hybris.cockpitng.actions that return ActionResult Modifier and Type Method Description ActionResult<java.lang.String>ActionStubExample. perform(ActionContext<java.lang.String> ctx)ActionResult<O>CockpitAction. perform(ActionContext<I> ctx)Performs the action.ActionResult<java.lang.String>HelloWorldAction. perform(ActionContext<java.lang.String> ctx)ActionResult<java.lang.Object>LogoAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>MessageAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.String>SimpleAction. perform(ActionContext<java.lang.String> ctx)Methods in com.hybris.cockpitng.actions with parameters of type ActionResult Modifier and Type Method Description voidActionListener. actionPerformed(ActionResult<O> result) -
Uses of ActionResult in com.hybris.cockpitng.actions.clone
Methods in com.hybris.cockpitng.actions.clone that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>CloneAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.create
Methods in com.hybris.cockpitng.actions.create that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>CreateAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>CreatePermissionAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.delete
Methods in com.hybris.cockpitng.actions.delete that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>DeleteAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>DeletePermissionAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.devtools
Methods in com.hybris.cockpitng.actions.devtools that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>RedeployAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>ReloadLabelsAction. perform(ActionContext<java.lang.Object> ctx)ActionResult<java.lang.Object>ResetEverythingAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.dndconfig
Methods in com.hybris.cockpitng.actions.dndconfig that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>DragAndDropConfigAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.edit
Methods in com.hybris.cockpitng.actions.edit that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>EditAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.export.csv
Methods in com.hybris.cockpitng.actions.export.csv that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>ListViewExportCSVAction. perform(ActionContext<java.util.Map> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.gc
Methods in com.hybris.cockpitng.actions.gc that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>RunGCAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.misc
Methods in com.hybris.cockpitng.actions.misc that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>RefreshAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.principalpermission
Methods in com.hybris.cockpitng.actions.principalpermission that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>PrincipalPermissionAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.search
Methods in com.hybris.cockpitng.actions.search that return ActionResult Modifier and Type Method Description ActionResult<java.lang.String>SearchByTypeAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.splitlayoutchooser
Methods in com.hybris.cockpitng.actions.splitlayoutchooser that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>SplitLayoutChooserAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.toggle
Methods in com.hybris.cockpitng.actions.toggle that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>AbstractToggleAction. perform(ActionContext<java.lang.Object> ctx) -
Uses of ActionResult in com.hybris.cockpitng.actions.typepermission
Methods in com.hybris.cockpitng.actions.typepermission that return ActionResult Modifier and Type Method Description ActionResult<java.lang.Object>TypePermissionAction. perform(ActionContext<java.lang.Object> ctx)
-