15 List of Topics

This user manual is organized as follows:

Table 15-1 List of Topics

Topics Description
Preface This topic provides information on the introduction, intended audience, list of topics, and acronyms covered in this guide.
Introduction This topic explains how the taxonomy validation can be used for language specific validation of fields, and can be configured at system as well as object level.
Taxonomy Validation Table structure This topic explains how the taxonomy data is validated against data types in DIGX_FW_LOCALE_DATA_TYPE, DIGX_FW_TAXONOMY_DATA_TYPE_MAP.
Taxonomy Validation Process This topic explains the steps of validation process in detailed.
Data Type Definition This topic provides information about the all the out of box available data types will be listed in ‘DIGX_FW_LOCALE_DATA_TYPE' table for default locale ('en'). and also steps if new data type is to be introduced for the taxonomy validation.
Categories of taxonomy validators This topic explains how the taxonomy validator has to define categories (NUMBER, TEXT, DATE, OTHER) by implementing ‘getCategory()’ method.
Hierarchy to define field validation This topic provides information on hierarchy to define field validation.
Extended validators This topic explains how the default DTO validator classes can be extended using customized DTO validators
Validators for complex data type This topic provides information about the validators for complex data type.
Configurations for taxonomy Validation This topic provides information about the day-0 configuration properties related to taxonomy.
Key Things to note for Taxonomy Validation This topic provides information about the key things to note for taxonomy validation.
Templates This topic provides information about the Template to define extended DTO validator, taxonomy data type validator, validator for custom data type
Configuring Taxonomy Validation in UI This topic explains the steps to integrate the taxonomy based validation in UI components for migration from earlier UI based validations.
Utility to generate Validators This topic explains the steps to be followed to generate the validators using utility which generates the taxonomy validators for request DTOs.
Manual to create Validators This topic explains the steps to to create the request DTO validator manually, if the utility to generate validator is not available.