public class BulkEditAction
extends AbstractComponentWidgetAdapterAware
CTX_TYPE_CODE which is
common super type of items to edit and CTX_ITEMS_TO_EDIT list of items to edit.| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
CTX_ITEMS_TO_EDIT |
static java.lang.String |
CTX_TEMPLATE_OBJECT |
static java.lang.String |
CTX_TYPE_CODE |
static java.lang.String |
LABEL_BULKEDIT_CONFIRMATION_MSG |
protected static java.lang.String |
PARAM_CONFIRMATION_THRESHOLD |
static java.lang.String |
SOCKET_OUT_BULK_EDIT_CTX |
| Constructor and Description |
|---|
BulkEditAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPerform(<any> ctx) |
BackofficeTypeUtils |
getBackofficeTypeUtils() |
java.lang.String |
getConfirmationMessage(<any> ctx) |
protected int |
getConfirmationThresholdValue(<any> ctx) |
protected java.util.Collection<java.lang.Object> |
getItemsToEdit(<any> ctx) |
ModelService |
getModelService()
Deprecated.
since 1808 - use
getObjectFacade() |
ObjectFacade |
getObjectFacade() |
PermissionFacade |
getPermissionFacade() |
boolean |
needsConfirmation(<any> ctx) |
<any> |
perform(<any> context) |
protected static final java.lang.String PARAM_CONFIRMATION_THRESHOLD
protected static final java.lang.String CTX_ITEMS_TO_EDIT
public static final java.lang.String CTX_TYPE_CODE
public static final java.lang.String LABEL_BULKEDIT_CONFIRMATION_MSG
public static final java.lang.String SOCKET_OUT_BULK_EDIT_CTX
public static final java.lang.String CTX_TEMPLATE_OBJECT
public boolean canPerform(<any> ctx)
public <any> perform(<any> context)
public boolean needsConfirmation(<any> ctx)
protected java.util.Collection<java.lang.Object> getItemsToEdit(<any> ctx)
protected int getConfirmationThresholdValue(<any> ctx)
public java.lang.String getConfirmationMessage(<any> ctx)
public PermissionFacade getPermissionFacade()
public BackofficeTypeUtils getBackofficeTypeUtils()
@Deprecated public ModelService getModelService()
getObjectFacade()public ObjectFacade getObjectFacade()
Copyright © 2018 SAP SE. All Rights Reserved.