Uses of Class
com.hybris.backoffice.bulkedit.BulkEditForm
-
Packages that use BulkEditForm Package Description com.hybris.backoffice.bulkedit com.hybris.backoffice.bulkedit.renderer de.hybris.platform.platformbackoffice.bulkedit -
-
Uses of BulkEditForm in com.hybris.backoffice.bulkedit
Methods in com.hybris.backoffice.bulkedit that return BulkEditForm Modifier and Type Method Description BulkEditFormBulkEditHandler. getBulkEditForm(com.hybris.cockpitng.core.model.WidgetModel widgetModel, java.util.Map<java.lang.String,java.lang.String> parameters)Methods in com.hybris.backoffice.bulkedit with parameters of type BulkEditForm Modifier and Type Method Description protected voidBulkEditHandler. applyChanges(java.lang.Object item, com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form)protected voidBulkEditHandler. applyChanges(java.lang.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)java.util.Set<java.lang.String>BulkEditValidationHelper. getValidatableProperties(BulkEditForm bulkEditForm)Deprecated, for removal: This API element is subject to removal in a future version.since 1811, useBulkEditValidationHelper.getValidatablePropertiesWithLocales(BulkEditForm)instead.java.util.Set<java.lang.String>DefaultBulkEditValidationHelper. getValidatableProperties(BulkEditForm bulkEditForm)java.util.Collection<com.hybris.cockpitng.validation.LocalizedQualifier>BulkEditValidationHelper. getValidatablePropertiesWithLocales(BulkEditForm bulkEditForm)Tells which attributes from bulk edit's template objectgetTemplateObject()are validatable.java.util.Collection<com.hybris.cockpitng.validation.LocalizedQualifier>DefaultBulkEditValidationHelper. getValidatablePropertiesWithLocales(BulkEditForm bulkEditForm)protected booleanDefaultBulkEditValidationHelper. hasValidatableData(BulkEditForm bulkEditForm, java.lang.Object objectToValidate, java.lang.String qualifier)protected voidBulkEditHandler. notifyCannotSaveValidationFailed(BulkEditForm bulkEditForm, java.util.Map<java.lang.Object,java.util.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<java.lang.Object>BulkEditHandler. saveChanges(BulkEditForm bulkEditForm, java.util.Map<java.lang.String,java.lang.String> parameters)protected com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeOperationResult<java.lang.Object>BulkEditHandler. saveChangesWithInterceptors(BulkEditForm bulkEditForm)protected com.hybris.cockpitng.dataaccess.facades.object.ObjectFacadeOperationResult<java.lang.Object>BulkEditHandler. saveChangesWithoutInterceptors(BulkEditForm bulkEditForm)protected voidBulkEditHandler. setCollectionValue(java.lang.Object item, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form)protected voidBulkEditHandler. setLocalizedValue(java.lang.Object item, com.hybris.cockpitng.dataaccess.facades.type.DataAttribute dataAttribute, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form)protected voidBulkEditHandler. setMapValue(java.lang.Object item, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form)protected voidBulkEditHandler. setSingleValue(java.lang.Object item, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form)protected voidBulkEditHandler. showValidationErrors(java.util.Map<java.lang.Object,java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo>> validations, com.hybris.cockpitng.widgets.configurableflow.FlowActionHandlerAdapter adapter, BulkEditForm bulkEditForm)java.util.Map<java.lang.Object,java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo>>BulkEditValidationHelper. validateModifiedItems(BulkEditForm bulkEditForm, com.hybris.cockpitng.validation.model.ValidationSeverity severityHigherThan)Validates modified items from given formgetItemsToEdit()java.util.Map<java.lang.Object,java.util.List<com.hybris.cockpitng.validation.model.ValidationInfo>>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 BulkEditForm Modifier and Type Method Description protected BulkEditFormBulkEditAttributesSelectorRenderer. getBulkEditForm(com.hybris.cockpitng.engine.WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> params)protected BulkEditFormBulkEditRenderer. getBulkEditForm(com.hybris.cockpitng.engine.WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> params)protected BulkEditFormBulkEditValidationRenderer. getBulkEditForm(com.hybris.cockpitng.engine.WidgetInstanceManager wim, java.util.Map<java.lang.String,java.lang.String> params)Methods in com.hybris.backoffice.bulkedit.renderer with parameters of type BulkEditForm Modifier and Type Method Description protected java.util.Optional<org.zkoss.zul.Checkbox>BulkEditRenderer. createClearAttributeSwitch(com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute selectedAttribute, BulkEditForm wim)protected java.util.Optional<org.zkoss.zul.Checkbox>BulkEditRenderer. createMergeCheckBox(com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute selectedAttribute, BulkEditForm form)protected java.util.Set<java.lang.String>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, java.util.Map<java.lang.String,java.lang.String> params, BulkEditForm form)protected voidBulkEditRenderer. renderAttributes(com.hybris.cockpitng.components.validation.ValidatableContainer validatableContainer, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.String> params, BulkEditForm form)protected voidBulkEditRenderer. renderValidateAllAttributesSwitch(org.zkoss.zk.ui.Component parent, java.util.Map<java.lang.String,java.lang.String> params, BulkEditForm form)protected booleanBulkEditRenderer. validateBulkEditForm(BulkEditForm form, java.util.Map<java.lang.String,java.lang.String> params) -
Uses of BulkEditForm in de.hybris.platform.platformbackoffice.bulkedit
Subclasses of BulkEditForm in de.hybris.platform.platformbackoffice.bulkedit Modifier and Type Class Description classClassificationBulkEditFormExtendedBulkEditForm, that adds features specific for Products, like classification.Methods in de.hybris.platform.platformbackoffice.bulkedit with parameters of type BulkEditForm Modifier and Type Method Description protected java.util.Optional<org.zkoss.zul.Checkbox>ClassificationBulkEditRenderer. createClearAttributeSwitch(com.hybris.cockpitng.dataaccess.facades.type.DataType dataType, com.hybris.backoffice.attributechooser.Attribute attribute, BulkEditForm form)protected java.util.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, java.util.Map<java.lang.String,java.lang.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, java.util.Map<java.lang.String,java.lang.String> params, BulkEditForm form)protected booleanClassificationBulkEditRenderer. validateBulkEditForm(BulkEditForm form, java.util.Map<java.lang.String,java.lang.String> params)
-