Uses of Class
com.hybris.backoffice.bulkedit.BulkEditForm
Packages that use BulkEditForm
Package
Description
-
Uses of BulkEditForm in com.hybris.backoffice.bulkedit
Methods in com.hybris.backoffice.bulkedit that return BulkEditFormModifier and TypeMethodDescriptionBulkEditHandler.getBulkEditForm(com.hybris.cockpitng.core.model.WidgetModel widgetModel, Map<String, String> parameters) Methods in com.hybris.backoffice.bulkedit with parameters of type BulkEditFormModifier and TypeMethodDescriptionprotected voidBulkEditHandler.applyChanges(Object item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form) protected voidBulkEditHandler.applyChanges(Object item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, BulkEditForm bulkEditForm) com.hybris.cockpitng.validation.ValidationHandlerBulkEditValidationHelper.createProxyValidationHandler(BulkEditForm bulkEditForm) Creates proxy handler which validates only fields which have been edited in bulk edit form.com.hybris.cockpitng.validation.ValidationHandlerDefaultBulkEditValidationHelper.createProxyValidationHandler(BulkEditForm bulkEditForm) BulkEditValidationHelper.getValidatableProperties(BulkEditForm bulkEditForm) Deprecated, for removal: This API element is subject to removal in a future version.DefaultBulkEditValidationHelper.getValidatableProperties(BulkEditForm bulkEditForm) Collection<com.hybris.cockpitng.validation.LocalizedQualifier>BulkEditValidationHelper.getValidatablePropertiesWithLocales(BulkEditForm bulkEditForm) Tells which attributes from bulk edit's template objectgetTemplateObject()are validatable.Collection<com.hybris.cockpitng.validation.LocalizedQualifier>DefaultBulkEditValidationHelper.getValidatablePropertiesWithLocales(BulkEditForm bulkEditForm) protected booleanBulkEditHandler.hasModifyPermission(BulkEditForm bulkEditForm, Map<String, String> parameters) protected booleanDefaultBulkEditValidationHelper.hasValidatableData(BulkEditForm bulkEditForm, Object objectToValidate, String qualifier) protected voidBulkEditHandler.notifyCannotSaveValidationFailed(BulkEditForm bulkEditForm, Map<Object, List<com.hybris.cockpitng.validation.model.ValidationInfo>> validations) protected voidBulkEditHandler.notifySaveSucceeded(com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, BulkEditForm bulkEditForm) protected voidBulkEditHandler.revertAppliedChanges(BulkEditForm bulkEditForm) protected com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeOperationResult<Object>BulkEditHandler.saveChanges(BulkEditForm bulkEditForm, Map<String, String> parameters) protected com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeOperationResult<Object>BulkEditHandler.saveChangesWithInterceptors(BulkEditForm bulkEditForm) protected com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeOperationResult<Object>BulkEditHandler.saveChangesWithoutInterceptors(BulkEditForm bulkEditForm) protected voidBulkEditHandler.setCollectionValue(Object item, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form) protected voidBulkEditHandler.setLocalizedValue(Object item, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form) protected voidBulkEditHandler.setMapValue(Object item, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form) protected voidBulkEditHandler.setSingleValue(Object item, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form) protected voidBulkEditHandler.showValidationErrors(Map<Object, List<com.hybris.cockpitng.validation.model.ValidationInfo>> validations, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, BulkEditForm bulkEditForm) BulkEditValidationHelper.validateModifiedItems(BulkEditForm bulkEditForm, com.hybris.cockpitng.validation.model.ValidationSeverity severityHigherThan) Validates modified items from given formgetItemsToEdit()DefaultBulkEditValidationHelper.validateModifiedItems(BulkEditForm bulkEditForm, com.hybris.cockpitng.validation.model.ValidationSeverity severityHigherThan) -
Uses of BulkEditForm in com.hybris.backoffice.bulkedit.renderer
Methods in com.hybris.backoffice.bulkedit.renderer that return BulkEditFormModifier and TypeMethodDescriptionprotected BulkEditFormBulkEditAttributesSelectorRenderer.getBulkEditForm(com.hybris.cockpitng.engine.WidgetInstanceManager wim, Map<String, String> params) protected BulkEditFormBulkEditRenderer.getBulkEditForm(com.hybris.cockpitng.engine.WidgetInstanceManager wim, Map<String, String> params) protected BulkEditFormBulkEditValidationRenderer.getBulkEditForm(com.hybris.cockpitng.engine.WidgetInstanceManager wim, Map<String, String> params) Methods in com.hybris.backoffice.bulkedit.renderer with parameters of type BulkEditFormModifier and TypeMethodDescriptionprotected Optional<org.zkoss.zul.Checkbox>BulkEditRenderer.createClearAttributeSwitch(com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute selectedAttribute, BulkEditForm wim) protected Optional<org.zkoss.zul.Checkbox>BulkEditRenderer.createMergeCheckBox(com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute selectedAttribute, BulkEditForm form) BulkEditAttributesSelectorRenderer.getEditedTypes(BulkEditForm bulkEditForm) protected voidBulkEditRenderer.renderAttributeLine(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.components.validation.ValidatableContainer validatableContainer, com.hybris.cockpitng.validation.ValidationHandler validationHandler, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute selectedAttribute, com.hybris.cockpitng.engine.WidgetInstanceManager wim, Map<String, String> params, BulkEditForm form) protected voidBulkEditRenderer.renderAttributes(com.hybris.cockpitng.components.validation.ValidatableContainer validatableContainer, Map<String, String> params, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim, BulkEditForm form, com.hybris.cockpitng.validation.ValidationHandler proxyValidationHandler, org.zkoss.zul.Div attributesContainer) protected voidBulkEditRenderer.renderGreyAreaIfNeeded(org.zkoss.zk.ui.Component component, Map<String, String> params, BulkEditForm form) protected voidBulkEditRenderer.renderValidateAllAttributesSwitch(org.zkoss.zk.ui.Component parent, Map<String, String> params, BulkEditForm form) protected booleanBulkEditRenderer.validateBulkEditForm(BulkEditForm form, Map<String, String> params) -
Uses of BulkEditForm in de.hybris.platform.platformbackoffice.bulkedit
Subclasses of BulkEditForm in de.hybris.platform.platformbackoffice.bulkeditModifier and TypeClassDescriptionclassExtendedBulkEditForm, that adds features specific for Products, like classification.Methods in de.hybris.platform.platformbackoffice.bulkedit with parameters of type BulkEditFormModifier and TypeMethodDescriptionprotected Optional<org.zkoss.zul.Checkbox>ClassificationBulkEditRenderer.createClearAttributeSwitch(com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form) protected Optional<org.zkoss.zul.Checkbox>ClassificationBulkEditRenderer.createMergeCheckBox(com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form) protected voidClassificationBulkEditRenderer.renderAttributes(com.hybris.cockpitng.components.validation.ValidatableContainer validatableContainer, Map<String, String> params, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.cockpitng.engine.WidgetInstanceManager wim, BulkEditForm form, com.hybris.cockpitng.validation.ValidationHandler proxyValidationHandler, org.zkoss.zul.Div attributesContainer) protected voidClassificationBulkEditRenderer.renderGreyAreaIfNeeded(org.zkoss.zk.ui.Component component, Map<String, String> params, BulkEditForm form) protected booleanClassificationBulkEditRenderer.validateBulkEditForm(BulkEditForm form, Map<String, String> params)
BulkEditValidationHelper.getValidatablePropertiesWithLocales(BulkEditForm)instead.