Uses of Class
com.hybris.backoffice.excel.validators.data.ValidationMessage
Packages that use ValidationMessage
Package
Description
-
Uses of ValidationMessage in com.hybris.backoffice.excel.imp.wizard
Methods in com.hybris.backoffice.excel.imp.wizard with parameters of type ValidationMessageModifier and TypeMethodDescriptionvoidDefaultExcelDownloadReportService.generateValidationError(StringBuilder sb, ValidationMessage validationMessage) Generates validation errorvoidExcelImportDownloadValidationErrorHandler.generateValidationError(StringBuilder sb, ValidationMessage validationMessage) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ValidationMessage in com.hybris.backoffice.excel.imp.wizard.renderer
Methods in com.hybris.backoffice.excel.imp.wizard.renderer with parameters of type ValidationMessageModifier and TypeMethodDescriptionorg.zkoss.zhtml.LiDefaultExcelValidationDetailsComponentFactory.createValidationDetails(Object columnHeader, ValidationMessage validationMessage) protected StringDefaultExcelValidationDetailsComponentFactory.getMessageValue(ValidationMessage validationMessage) -
Uses of ValidationMessage in com.hybris.backoffice.excel.importing
Methods in com.hybris.backoffice.excel.importing that return ValidationMessageModifier and TypeMethodDescriptionprotected ValidationMessageDefaultExcelImportService.prepareValidationHeader(DefaultExcelImportService.CellValidationMetaData metaData) Methods in com.hybris.backoffice.excel.importing with parameters of type ValidationMessageModifier and TypeMethodDescriptionprotected voidDefaultExcelImportService.populateHeaderMetadata(ValidationMessage header, DefaultExcelImportService.CellValidationMetaData metaData) -
Uses of ValidationMessage in com.hybris.backoffice.excel.validators
Methods in com.hybris.backoffice.excel.validators that return ValidationMessageModifier and TypeMethodDescriptionprotected ValidationMessageExcelGenericReferenceValidator.prepareValidationMessage(RequiredAttribute rootUniqueAttribute, Map<String, String> importParameters) Methods in com.hybris.backoffice.excel.validators that return types with arguments of type ValidationMessageModifier and TypeMethodDescriptionprotected List<ValidationMessage>WorkbookTypeCodeAndAttributesValidator.createValidationMessagesForUnknownAttributes(String typeCode, List<String> attributes) protected List<ValidationMessage>ExcelGenericReferenceValidator.recursivelyValidateAllLevels(RequiredAttribute rootUniqueAttribute, ImportParameters importParameters, Map<String, Object> context) Recursively checks whether reference exist.protected Optional<ValidationMessage>CatalogVersionPermissionValidator.validateCatalogVersion(Map<String, String> parameters, AttributeDescriptorModel attributeDescriptor, CatalogVersionModel catalogVersion) protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validateChannel(String channel) protected List<ValidationMessage>WorkbookTypeCodeAndAttributesValidator.validateClassificationSystemVersionsExistAndUserHasPermissions(List<ClassificationTypeSystemRow> classificationAttributes) protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validateCurrency(Map<String, Object> ctx, String currency) protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validateDateRange(String dateRange) protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validateNetGross(String netGross) protected List<ValidationMessage>WorkbookTypeCodeAndAttributesValidator.validatePermissionsToTypes()protected Optional<List<ValidationMessage>>ExcelEurope1PricesValidator.validatePrice(Map<String, Object> ctx, String value) protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validatePriceValue(String price) protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validateQuantity(String quantity) protected Optional<List<ValidationMessage>>ExcelEurope1PricesValidator.validateQuantityUnit(Map<String, Object> ctx, String quantityUnit, String groupOrUser) protected Optional<ValidationMessage>WorkbookTypeCodeAndSelectedAttributeValidator.validateSingleAttribute(String typeCode, String columnName, String qualifier) protected List<ValidationMessage>ExcelGenericReferenceValidator.validateSingleLevel(RequiredAttribute rootUniqueAttribute, ImportParameters importParameters, Map<String, Object> context) Validates just single level without checking children.protected Optional<ValidationMessage>protected List<ValidationMessage>ExcelEurope1PricesValidator.validateSingleValue(Map<String, Object> ctx, Map<String, String> parameters) protected Optional<ValidationMessage>ExcelGenericReferenceValidator.validateSingleValue(RequiredAttribute rootUniqueAttribute, Map<String, String> importParameters, Map<String, Object> context) This method validates just single value from single level.ExcelMediaCatalogVersionValidator.validateSingleValue(Map<String, Object> ctx, Map<String, String> parameters) ExcelMediaFilenameExtensionValidator.validateSingleValue(Map<String, Object> context, Map<String, String> parameters) ExcelMediaImportValidator.validateSingleValue(Map<String, Object> context, Map<String, String> parameters) ExcelSingleMediaValidator.validateSingleValue(Map<String, Object> context, Map<String, String> parameters) Allows to validate single media.protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validateUnit(Map<String, Object> ctx, String unit) protected Optional<ValidationMessage>ExcelEurope1PricesValidator.validateUserPriceGroup(String groupOrUser) protected List<ValidationMessage>ExcelMediaFilenameExtensionValidator.validateZipEntries(String filePath) Methods in com.hybris.backoffice.excel.validators with parameters of type ValidationMessageModifier and TypeMethodDescriptionprotected voidExcelCatalogVersionFieldValidatorTest.testCatalogValidation(ImportParameters importParameters, ValidationMessage expectedValidationMessage) Method parameters in com.hybris.backoffice.excel.validators with type arguments of type ValidationMessageModifier and TypeMethodDescriptionprotected voidExcelCatalogVersionValidator.validateCatalog(Map<String, Object> ctx, List<ValidationMessage> validationMessages, Map<String, String> parameters) Deprecated, for removal: This API element is subject to removal in a future version.protected voidExcelCatalogVersionValidator.validateCatalogVersion(Map<String, Object> ctx, List<ValidationMessage> validationMessages, Map<String, String> parameters) Deprecated, for removal: This API element is subject to removal in a future version.protected voidExcelCatalogVersionValidator.validateSingleReference(Map<String, Object> ctx, List<ValidationMessage> validationMessages, Map<String, String> parameters) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ValidationMessage in com.hybris.backoffice.excel.validators.data
Methods in com.hybris.backoffice.excel.validators.data that return ValidationMessageMethods in com.hybris.backoffice.excel.validators.data that return types with arguments of type ValidationMessageMethods in com.hybris.backoffice.excel.validators.data with parameters of type ValidationMessageModifier and TypeMethodDescriptionvoidExcelValidationResult.addValidationError(ValidationMessage validationMessage) intValidationMessage.compareTo(ValidationMessage another) voidExcelValidationResult.setHeader(ValidationMessage header) Method parameters in com.hybris.backoffice.excel.validators.data with type arguments of type ValidationMessageModifier and TypeMethodDescriptionvoidExcelValidationResult.setValidationErrors(List<ValidationMessage> validationErrors) Constructors in com.hybris.backoffice.excel.validators.data with parameters of type ValidationMessageModifierConstructorDescriptionExcelValidationResult(ValidationMessage validationError) ExcelValidationResult(ValidationMessage header, List<ValidationMessage> validationErrors) Constructor parameters in com.hybris.backoffice.excel.validators.data with type arguments of type ValidationMessageModifierConstructorDescriptionExcelValidationResult(ValidationMessage header, List<ValidationMessage> validationErrors) ExcelValidationResult(List<ValidationMessage> validationErrors) -
Uses of ValidationMessage in com.hybris.backoffice.excel.validators.util
Methods in com.hybris.backoffice.excel.validators.util that return types with arguments of type ValidationMessageModifier and TypeMethodDescriptionstatic Collection<ValidationMessage>ExcelValidationResultUtil.mapExcelResultsToValidationMessages(Collection<ExcelValidationResult> results) Allows to retrieve allValidationMessages from givenExcelValidationResults and returns the flat structure.