Class MediaMultiPrincipalsBulkEditEditor<T>
java.lang.Object
com.hybris.cockpitng.engine.impl.AbstractComponentWidgetAdapterAware
com.hybris.cockpitng.editor.commonreferenceeditor.AbstractReferenceEditor<T,Collection<T>>
com.hybris.cockpitng.editor.defaultmultireferenceeditor.DefaultMultiReferenceEditor<T>
de.hybris.platform.platformbackoffice.editors.mediamultiprincipalseditor.MediaMultiPrincipalsEditor<T>
de.hybris.platform.platformbackoffice.editors.mediamultiprincipalsbulkediteditor.MediaMultiPrincipalsBulkEditEditor<T>
- All Implemented Interfaces:
DynamicAttributeBulkEditHandler,com.hybris.cockpitng.editor.commonreferenceeditor.ReferenceEditorLogic<T>,com.hybris.cockpitng.editors.CockpitEditorRenderer<Collection<T>>,com.hybris.cockpitng.engine.ComponentWidgetAdapterAware,com.hybris.cockpitng.widgets.baseeditorarea.EditorAreaBeforeLogicHandler
public class MediaMultiPrincipalsBulkEditEditor<T>
extends MediaMultiPrincipalsEditor<T>
implements DynamicAttributeBulkEditHandler
-
Field Summary
FieldsFields inherited from class de.hybris.platform.platformbackoffice.editors.mediamultiprincipalseditor.MediaMultiPrincipalsEditor
originalItemsFields inherited from class com.hybris.cockpitng.editor.defaultmultireferenceeditor.DefaultMultiReferenceEditor
COCKPIT_PROPERTY_MULTI_REFERENCE_EDITOR_RENDER_ON_DEMAND_SIZE, COCKPIT_PROPERTY_SELECTED_ITEMS_MAX_SIZE, cockpitProperties, PARAM_RENDER_ON_DEMAND_SIZE, PARAM_SELECTED_ITEMS_MAX_SIZE, SELECTED_ITEMS_TYPE_COLLECTION, SELECTED_ITEMS_TYPE_LIST, SELECTED_ITEMS_TYPE_SET, selectedItemsFields inherited from class com.hybris.cockpitng.editor.commonreferenceeditor.AbstractReferenceEditor
editorLayout, pageable, pageSize, PARAM_AVAILABLE_VALUES_PROVIDER, PARAM_CREATE_ONLY, PARAM_DISABLE_DISPLAYING_DETAILS, PARAM_DISABLE_REMOVE_REFERENCE, PARAM_LABEL_PROVIDER_BEAN, PARAM_NESTED_CREATION_DISABLED, PARAM_PAGE_SIZE, PARAM_PLACEHOLDER_KEY, PARAM_REDIRECT_REFERENCE_SELECTED_SOCKET_ID, PARAM_REFERENCE_ADVANCED_SEARCH_ENABLED, PARAM_RESTRICT_TO_TYPE, PARAM_WHITELISTED_TYPES, PARENT_OBJECT, renderOnDemandSize, selectedItemsMaxSize, SOCKET_IN_REFERENCE_EDITOR, SOCKET_OUT_REFERENCE_EDITOR, SOCKET_OUT_REFERENCE_SEARCH_CTX, SOCKET_OUT_REFRENCE_SELECTED, TYPE_CODEFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true, if this handler can handle the given qualifier.Returns the selected items.protected voidregisterBulkEditHandler(com.hybris.cockpitng.editors.EditorContext<Collection<T>> context) Registerde.hybris.platform.platformbackoffice.editors.mediamultiprincipalseditor.MediaMultiPrincipalsBulkEditEditoras aDynamicAttributeBulkEditHandlertoBulkEditHandlerwhen this editor is built by bulk edit.voidrender(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Collection<T>> context, com.hybris.cockpitng.editors.EditorListener<Collection<T>> listener) Methods inherited from class de.hybris.platform.platformbackoffice.editors.mediamultiprincipalseditor.MediaMultiPrincipalsEditor
addSelectedObject, beforeRefresh, beforeSave, changeSelectedObject, getCockpitEventQueue, getCRUDNotificationSource, onAddSelectedObject, onValueChanged, registerBeforeLogicHandler, removeSelectedObject, setCockpitEventQueueMethods inherited from class com.hybris.cockpitng.editor.defaultmultireferenceeditor.DefaultMultiReferenceEditor
extractRenderOnDemandSize, extractSelectedItemsMaxSize, getCollectionType, getRegexEditorPattern, initializeSelectedItemsCollection, isEditable, openReferenceAdvancedSearch, readTypeCode, refreshObjects, setCommonEditorParameters, setEditorParameters, setInitialValueMethods inherited from class com.hybris.cockpitng.editor.commonreferenceeditor.AbstractReferenceEditor
allowNestedObjectCreation, createInputSocketEventListener, createNewReference, createNewReference, createReferenceLayout, extractPageSize, findAncestorEditor, getCockpitConfigurationService, getCockpitUserService, getCustomValuesProviderBeanId, getEditorContext, getEditorLayout, getEditorListener, getLabelProvider, getLabelProviderBeanName, getLabelService, getObjectFacade, getPageable, getParentEditor, getParentObject, getPermissionFacade, getPlaceholderKey, getPropertyValueService, getRedirectReferenceSelectedToParentWidget, getReferenceEditorSearchConditionHandler, getReferenceEditorSearchFacade, getReferenceSearchConditions, getReferenceSearchContextMap, getStringRepresentationOfObject, getSuccessNotificationId, getTypeCode, getTypeFacade, isDisableDisplayingDetails, isDisableRemoveReference, isOnlyCreateMode, isReferenceAdvancedSearchEnabled, loadBaseConfiguration, loadBaseConfiguration, loadSimpleSearchConfiguration, preserveFocus, resolveTypeToCreate, restrictTypeCode, setCreateOnly, setEditorContext, setEditorLayout, setEditorListener, setLabelProviderBeanName, setNestedObjectCreationDisabled, setPageSize, setParentEditor, setParentObject, setReferenceSearchConditions, setRenderOnDemandSize, setSelectedItemsMaxSize, setSuccessNotificationId, setTypeCode, triggerReferenceSelected, updateReferencesListBoxModel, updateReferencesListBoxModelMethods 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.editor.commonreferenceeditor.ReferenceEditorLogic
forwardEditorEvent
-
Field Details
-
BULK_EDIT_MODEL_PREFIX
- See Also:
-
BULK_EDIT_HANDLER_BEAN_ID
- See Also:
-
-
Constructor Details
-
MediaMultiPrincipalsBulkEditEditor
public MediaMultiPrincipalsBulkEditEditor()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Collection<T>> context, com.hybris.cockpitng.editors.EditorListener<Collection<T>> listener) - Specified by:
renderin interfacecom.hybris.cockpitng.editors.CockpitEditorRenderer<T>- Overrides:
renderin classMediaMultiPrincipalsEditor<T>
-
canHandle
Description copied from interface:DynamicAttributeBulkEditHandlerReturns true, if this handler can handle the given qualifier.- Specified by:
canHandlein interfaceDynamicAttributeBulkEditHandler
-
getSelectedItems
Description copied from interface:DynamicAttributeBulkEditHandlerReturns the selected items.- Specified by:
getSelectedItemsin interfaceDynamicAttributeBulkEditHandler
-
registerBulkEditHandler
protected void registerBulkEditHandler(com.hybris.cockpitng.editors.EditorContext<Collection<T>> context) Registerde.hybris.platform.platformbackoffice.editors.mediamultiprincipalseditor.MediaMultiPrincipalsBulkEditEditoras aDynamicAttributeBulkEditHandlertoBulkEditHandlerwhen this editor is built by bulk edit.
-