-- MySQL dump 10.13 Distrib 8.0.32, for Linux (x86_64) -- -- Host: localhost Database: p72x -- ------------------------------------------------------ -- Server version 8.0.32-0ubuntu0.20.04.2 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `AMImageEntry` -- DROP TABLE IF EXISTS `AMImageEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AMImageEntry` ( `uuid_` varchar(75) DEFAULT NULL, `amImageEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `configurationUuid` varchar(75) DEFAULT NULL, `fileVersionId` bigint DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `height` int DEFAULT NULL, `width` int DEFAULT NULL, `size_` bigint DEFAULT NULL, PRIMARY KEY (`amImageEntryId`), UNIQUE KEY `IX_C1EE916F` (`configurationUuid`,`fileVersionId`), UNIQUE KEY `IX_A0FF779F` (`uuid_`,`groupId`), KEY `IX_868E8C82` (`companyId`,`configurationUuid`), KEY `IX_E879919E` (`fileVersionId`), KEY `IX_65AB1EA1` (`groupId`), KEY `IX_257F1DDD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AMImageEntry` -- LOCK TABLES `AMImageEntry` WRITE; /*!40000 ALTER TABLE `AMImageEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `AMImageEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Account_` -- DROP TABLE IF EXISTS `Account_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Account_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `accountId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentAccountId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `legalName` varchar(75) DEFAULT NULL, `legalId` varchar(75) DEFAULT NULL, `legalType` varchar(75) DEFAULT NULL, `sicCode` varchar(75) DEFAULT NULL, `tickerSymbol` varchar(75) DEFAULT NULL, `industry` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `size_` varchar(75) DEFAULT NULL, PRIMARY KEY (`accountId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Account_` -- LOCK TABLES `Account_` WRITE; /*!40000 ALTER TABLE `Account_` DISABLE KEYS */; INSERT INTO `Account_` VALUES (1,20103,20101,0,NULL,'2023-02-22 16:58:30.397000','2023-02-22 16:58:48.933000',0,'Liferay DXP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `Account_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Address` -- DROP TABLE IF EXISTS `Address`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Address` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `addressId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `street1` varchar(75) DEFAULT NULL, `street2` varchar(75) DEFAULT NULL, `street3` varchar(75) DEFAULT NULL, `city` varchar(75) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `regionId` bigint DEFAULT NULL, `countryId` bigint DEFAULT NULL, `typeId` bigint DEFAULT NULL, `mailing` tinyint DEFAULT NULL, `primary_` tinyint DEFAULT NULL, PRIMARY KEY (`addressId`), KEY `IX_923BD178` (`companyId`,`classNameId`,`classPK`,`mailing`), KEY `IX_9226DBB4` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_5BC8B0D4` (`userId`), KEY `IX_8FCB620E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Address` -- LOCK TABLES `Address` WRITE; /*!40000 ALTER TABLE `Address` DISABLE KEYS */; /*!40000 ALTER TABLE `Address` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnalyticsMessage` -- DROP TABLE IF EXISTS `AnalyticsMessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AnalyticsMessage` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `analyticsMessageId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `body` longblob, PRIMARY KEY (`analyticsMessageId`), KEY `IX_3A69CC81` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnalyticsMessage` -- LOCK TABLES `AnalyticsMessage` WRITE; /*!40000 ALTER TABLE `AnalyticsMessage` DISABLE KEYS */; /*!40000 ALTER TABLE `AnalyticsMessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnnouncementsDelivery` -- DROP TABLE IF EXISTS `AnnouncementsDelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AnnouncementsDelivery` ( `deliveryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `email` tinyint DEFAULT NULL, `sms` tinyint DEFAULT NULL, `website` tinyint DEFAULT NULL, PRIMARY KEY (`deliveryId`), UNIQUE KEY `IX_BA4413D5` (`userId`,`type_`), KEY `IX_37B0A8A2` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnnouncementsDelivery` -- LOCK TABLES `AnnouncementsDelivery` WRITE; /*!40000 ALTER TABLE `AnnouncementsDelivery` DISABLE KEYS */; /*!40000 ALTER TABLE `AnnouncementsDelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnnouncementsEntry` -- DROP TABLE IF EXISTS `AnnouncementsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AnnouncementsEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `content` longtext, `url` longtext, `type_` varchar(75) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `priority` int DEFAULT NULL, `alert` tinyint DEFAULT NULL, PRIMARY KEY (`entryId`), KEY `IX_14F06A6B` (`classNameId`,`classPK`,`alert`), KEY `IX_459BE01B` (`companyId`,`classNameId`,`classPK`,`alert`), KEY `IX_D49C2E66` (`userId`), KEY `IX_F2949120` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnnouncementsEntry` -- LOCK TABLES `AnnouncementsEntry` WRITE; /*!40000 ALTER TABLE `AnnouncementsEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `AnnouncementsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnnouncementsFlag` -- DROP TABLE IF EXISTS `AnnouncementsFlag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AnnouncementsFlag` ( `flagId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `entryId` bigint DEFAULT NULL, `value` int DEFAULT NULL, PRIMARY KEY (`flagId`), UNIQUE KEY `IX_4539A99C` (`userId`,`entryId`,`value`), KEY `IX_EF1F022A` (`companyId`), KEY `IX_9C7EB9F` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnnouncementsFlag` -- LOCK TABLES `AnnouncementsFlag` WRITE; /*!40000 ALTER TABLE `AnnouncementsFlag` DISABLE KEYS */; /*!40000 ALTER TABLE `AnnouncementsFlag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetAutoTaggerEntry` -- DROP TABLE IF EXISTS `AssetAutoTaggerEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetAutoTaggerEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `assetAutoTaggerEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetEntryId` bigint DEFAULT NULL, `assetTagId` bigint DEFAULT NULL, PRIMARY KEY (`assetAutoTaggerEntryId`), UNIQUE KEY `IX_C2ED1189` (`assetEntryId`,`assetTagId`), KEY `IX_10831A78` (`assetTagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetAutoTaggerEntry` -- LOCK TABLES `AssetAutoTaggerEntry` WRITE; /*!40000 ALTER TABLE `AssetAutoTaggerEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetAutoTaggerEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetCategory` -- DROP TABLE IF EXISTS `AssetCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetCategory` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `categoryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCategoryId` bigint DEFAULT NULL, `leftCategoryId` bigint DEFAULT NULL, `rightCategoryId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `vocabularyId` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`categoryId`), UNIQUE KEY `IX_BE4DF2BF` (`parentCategoryId`,`name`,`vocabularyId`), UNIQUE KEY `IX_E8D019AA` (`uuid_`,`groupId`), KEY `IX_85E3BB49` (`companyId`,`externalReferenceCode`), KEY `IX_C7F39FCA` (`groupId`,`name`,`vocabularyId`), KEY `IX_852EA801` (`groupId`,`parentCategoryId`,`name`,`vocabularyId`), KEY `IX_87603842` (`groupId`,`parentCategoryId`,`vocabularyId`), KEY `IX_2008FACB` (`groupId`,`vocabularyId`), KEY `IX_D61ABE08` (`name`,`vocabularyId`), KEY `IX_B185E980` (`parentCategoryId`,`vocabularyId`), KEY `IX_BBAF6928` (`uuid_`,`companyId`), KEY `IX_287B1F89` (`vocabularyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetCategory` -- LOCK TABLES `AssetCategory` WRITE; /*!40000 ALTER TABLE `AssetCategory` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetCategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetCategoryProperty` -- DROP TABLE IF EXISTS `AssetCategoryProperty`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetCategoryProperty` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `categoryPropertyId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `value` varchar(75) DEFAULT NULL, PRIMARY KEY (`categoryPropertyId`), UNIQUE KEY `IX_DBD111AA` (`categoryId`,`key_`), KEY `IX_52340033` (`companyId`,`key_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetCategoryProperty` -- LOCK TABLES `AssetCategoryProperty` WRITE; /*!40000 ALTER TABLE `AssetCategoryProperty` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetCategoryProperty` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetDisplayPageEntry` -- DROP TABLE IF EXISTS `AssetDisplayPageEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetDisplayPageEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetDisplayPageEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `layoutPageTemplateEntryId` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `plid` bigint DEFAULT NULL, PRIMARY KEY (`assetDisplayPageEntryId`), UNIQUE KEY `IX_A21FC9A8` (`groupId`,`classNameId`,`classPK`), UNIQUE KEY `IX_DB986A6D` (`uuid_`,`groupId`), KEY `IX_31FA120C` (`classNameId`,`classPK`), KEY `IX_BFB8A913` (`layoutPageTemplateEntryId`), KEY `IX_1DA6952B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetDisplayPageEntry` -- LOCK TABLES `AssetDisplayPageEntry` WRITE; /*!40000 ALTER TABLE `AssetDisplayPageEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetDisplayPageEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntries_AssetCategories` -- DROP TABLE IF EXISTS `AssetEntries_AssetCategories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetEntries_AssetCategories` ( `companyId` bigint NOT NULL, `categoryId` bigint NOT NULL, `entryId` bigint NOT NULL, PRIMARY KEY (`categoryId`,`entryId`), KEY `IX_38A65B55` (`companyId`), KEY `IX_E119938A` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntries_AssetCategories` -- LOCK TABLES `AssetEntries_AssetCategories` WRITE; /*!40000 ALTER TABLE `AssetEntries_AssetCategories` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetEntries_AssetCategories` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntries_AssetTags` -- DROP TABLE IF EXISTS `AssetEntries_AssetTags`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetEntries_AssetTags` ( `companyId` bigint NOT NULL, `entryId` bigint NOT NULL, `tagId` bigint NOT NULL, PRIMARY KEY (`entryId`,`tagId`), KEY `IX_112337B8` (`companyId`), KEY `IX_B2A61B55` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntries_AssetTags` -- LOCK TABLES `AssetEntries_AssetTags` WRITE; /*!40000 ALTER TABLE `AssetEntries_AssetTags` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetEntries_AssetTags` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntry` -- DROP TABLE IF EXISTS `AssetEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetEntry` ( `entryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `classTypeId` bigint DEFAULT NULL, `listable` tinyint DEFAULT NULL, `visible` tinyint DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `publishDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `summary` longtext, `url` longtext, `layoutUuid` varchar(75) DEFAULT NULL, `height` int DEFAULT NULL, `width` int DEFAULT NULL, `priority` double DEFAULT NULL, `viewCount` int DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_1E9D371D` (`classNameId`,`classPK`), KEY `IX_7306C60` (`companyId`), KEY `IX_75D42FF9` (`expirationDate`), KEY `IX_6418BB52` (`groupId`,`classNameId`,`publishDate`,`expirationDate`), KEY `IX_82C4BEF6` (`groupId`,`classNameId`,`visible`), KEY `IX_1EBA6821` (`groupId`,`classUuid`), KEY `IX_FEC4A201` (`layoutUuid`), KEY `IX_2E4E3885` (`publishDate`), KEY `IX_9029E15A` (`visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntry` -- LOCK TABLES `AssetEntry` WRITE; /*!40000 ALTER TABLE `AssetEntry` DISABLE KEYS */; INSERT INTO `AssetEntry` VALUES (20122,20119,20101,20105,NULL,'2023-02-22 16:58:31.240000','2023-02-22 16:58:31.240000',20002,1,'2dabf0d0-7398-9f3d-9a03-586af6890316',0,1,0,NULL,NULL,NULL,NULL,'text/html','Control Panel','','',NULL,NULL,0,0,0,0),(20126,20124,20101,20105,NULL,'2023-02-22 16:58:31.411000','2023-02-22 16:58:31.411000',20002,2,'9c260c98-62c0-3cf7-62f4-d09aec408aec',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(20134,20128,20101,20130,'Test Test','2023-02-22 16:58:32.365000','2023-02-22 16:58:32.365000',20006,20130,'86b54e98-b133-3acc-53d6-9c37ec78be03',0,1,0,NULL,NULL,NULL,NULL,NULL,'Test Test','','',NULL,NULL,0,0,0,0),(20809,20123,20101,20105,NULL,'2023-02-22 16:58:37.696000','2023-02-22 16:58:37.696000',20002,3,'0661fa30-713f-6ec1-8fed-4ffff0627a8d',0,1,0,NULL,NULL,NULL,NULL,'text/html','Shared','','',NULL,NULL,0,0,0,0),(20811,20123,20101,20105,NULL,'2023-02-22 16:58:37.771000','2023-02-22 16:58:37.771000',20002,4,'bf5cfb0d-2251-b257-fad9-1b80c83f9814',0,1,0,NULL,NULL,NULL,NULL,'text/html','Shared','','',NULL,NULL,0,0,0,0),(39211,20128,20101,20105,NULL,'2023-02-22 17:00:43.656000','2023-02-22 17:00:43.656000',20008,39209,'c0855108-90b4-b704-9b7e-016e106f026e',0,1,0,NULL,NULL,NULL,NULL,'image/png','id-7ecb4520-76de-9864-a469-72157efe753','','',NULL,NULL,0,0,0,0),(40335,40305,20101,20105,NULL,'2023-02-22 17:00:51.382000','2023-02-22 17:00:51.382000',20002,5,'d6000f52-73be-1f4e-42a9-f3f6cb5eabf1',0,1,0,NULL,NULL,NULL,NULL,'text/html','Search','','',NULL,NULL,0,0,0,0),(40384,20124,20101,20105,NULL,'2023-02-22 17:00:52.526000','2023-02-22 17:00:53.106000',20002,6,'e79fcc23-26c4-2cf3-c27c-134cc896a91e',0,1,0,NULL,NULL,NULL,NULL,'text/html','Search','','',NULL,NULL,0,0,0,0),(40401,20128,20101,20105,NULL,'2023-02-22 17:00:43.246000','2023-02-22 17:00:43.246000',20009,39205,'df69b067-f0b0-8bbd-82ea-689e449e1590',0,1,0,NULL,NULL,NULL,NULL,NULL,'com.liferay.oauth2.provider','','',NULL,NULL,0,0,0,0),(40402,20128,20101,20105,NULL,'2023-02-22 17:00:43.407000','2023-02-22 17:00:43.407000',20009,39208,'5c18845c-952e-2cde-4d98-cfebced86b26',0,1,0,NULL,NULL,NULL,NULL,NULL,'icons','','',NULL,NULL,0,0,0,0),(41047,41042,20101,20105,NULL,'2023-02-22 17:01:03.692000','2023-02-22 17:01:03.692000',20002,7,'fd919f76-f291-a0ce-77b1-3753c640ddc2',0,1,0,NULL,NULL,NULL,NULL,'text/html','Blog','','',NULL,NULL,0,0,0,0),(41070,41068,20101,20105,NULL,'2023-02-22 17:01:06.314000','2023-02-22 17:01:06.314000',20002,8,'e9239347-56d0-5f29-cff0-d4c7db10331b',0,1,0,NULL,NULL,NULL,NULL,'text/html','Wiki','','',NULL,NULL,0,0,0,0),(41161,41159,20101,20105,NULL,'2023-02-22 17:01:09.915000','2023-02-22 17:01:09.915000',20002,9,'ca9ff484-fcaf-c462-44d7-3cfc90dbe361',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(41164,41159,20101,20105,NULL,'2023-02-22 17:01:10.089000','2023-02-22 17:01:10.089000',20002,10,'c0fcad15-7d31-69d6-7bb0-71c10193125d',0,1,0,NULL,NULL,NULL,NULL,'text/html','Documents and Media','','',NULL,NULL,0,0,0,0),(41167,41159,20101,20105,NULL,'2023-02-22 17:01:10.239000','2023-02-22 17:01:10.239000',20002,11,'bf6fd196-b2b8-d850-b10f-e48c6b5bf4d2',0,1,0,NULL,NULL,NULL,NULL,'text/html','News','','',NULL,NULL,0,0,0,0),(41178,41176,20101,20105,NULL,'2023-02-22 17:01:10.690000','2023-02-22 17:01:10.690000',20002,12,'5bbf3d38-53c6-a037-e874-2e4110643eac',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(41183,41176,20101,20105,NULL,'2023-02-22 17:01:10.849000','2023-02-22 17:01:10.849000',20002,13,'1215f457-cfaf-5ec3-529c-0a7994f538c4',0,1,0,NULL,NULL,NULL,NULL,'text/html','Wiki','','',NULL,NULL,0,0,0,0); /*!40000 ALTER TABLE `AssetEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntryAssetCategoryRel` -- DROP TABLE IF EXISTS `AssetEntryAssetCategoryRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetEntryAssetCategoryRel` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `assetEntryAssetCategoryRelId` bigint NOT NULL, `assetEntryId` bigint DEFAULT NULL, `assetCategoryId` bigint DEFAULT NULL, `priority` int DEFAULT NULL, PRIMARY KEY (`assetEntryAssetCategoryRelId`), KEY `IX_19EC1746` (`assetCategoryId`), KEY `IX_E597E5D5` (`assetEntryId`,`assetCategoryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntryAssetCategoryRel` -- LOCK TABLES `AssetEntryAssetCategoryRel` WRITE; /*!40000 ALTER TABLE `AssetEntryAssetCategoryRel` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetEntryAssetCategoryRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetEntryUsage` -- DROP TABLE IF EXISTS `AssetEntryUsage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetEntryUsage` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetEntryUsageId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetEntryId` bigint DEFAULT NULL, `containerType` bigint DEFAULT NULL, `containerKey` varchar(200) DEFAULT NULL, `plid` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetEntryUsageId`), UNIQUE KEY `IX_E6C54E12` (`assetEntryId`,`containerType`,`containerKey`,`plid`), UNIQUE KEY `IX_D0F18ABB` (`uuid_`,`groupId`), KEY `IX_2816A7BF` (`assetEntryId`,`type_`), KEY `IX_7DFFC5C3` (`containerType`,`containerKey`,`plid`), KEY `IX_8DA9ACD` (`plid`,`containerType`,`containerKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetEntryUsage` -- LOCK TABLES `AssetEntryUsage` WRITE; /*!40000 ALTER TABLE `AssetEntryUsage` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetEntryUsage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetLink` -- DROP TABLE IF EXISTS `AssetLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetLink` ( `linkId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `entryId1` bigint DEFAULT NULL, `entryId2` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `weight` int DEFAULT NULL, PRIMARY KEY (`linkId`), UNIQUE KEY `IX_8F542794` (`entryId1`,`entryId2`,`type_`), KEY `IX_14D5A20D` (`entryId1`,`type_`), KEY `IX_91F132C` (`entryId2`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetLink` -- LOCK TABLES `AssetLink` WRITE; /*!40000 ALTER TABLE `AssetLink` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetListEntry` -- DROP TABLE IF EXISTS `AssetListEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetListEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryKey` varchar(75) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetListEntryId`), UNIQUE KEY `IX_9E478DAB` (`groupId`,`assetListEntryKey`), UNIQUE KEY `IX_34CEA368` (`groupId`,`title`), UNIQUE KEY `IX_AFD73DC0` (`uuid_`,`groupId`), KEY `IX_4FE08A35` (`groupId`,`type_`), KEY `IX_DD7DDFBE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetListEntry` -- LOCK TABLES `AssetListEntry` WRITE; /*!40000 ALTER TABLE `AssetListEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetListEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetListEntryAssetEntryRel` -- DROP TABLE IF EXISTS `AssetListEntryAssetEntryRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetListEntryAssetEntryRel` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryAssetEntryRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint DEFAULT NULL, `assetEntryId` bigint DEFAULT NULL, `segmentsEntryId` bigint DEFAULT NULL, `position` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetListEntryAssetEntryRelId`), UNIQUE KEY `IX_E78FD92E` (`assetListEntryId`,`segmentsEntryId`,`position`), UNIQUE KEY `IX_3D7D4D2F` (`uuid_`,`groupId`), KEY `IX_99DDCF6D` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetListEntryAssetEntryRel` -- LOCK TABLES `AssetListEntryAssetEntryRel` WRITE; /*!40000 ALTER TABLE `AssetListEntryAssetEntryRel` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetListEntryAssetEntryRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetListEntrySegmentsEntryRel` -- DROP TABLE IF EXISTS `AssetListEntrySegmentsEntryRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetListEntrySegmentsEntryRel` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `alEntrySegmentsEntryRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint DEFAULT NULL, `segmentsEntryId` bigint DEFAULT NULL, `typeSettings` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`alEntrySegmentsEntryRelId`), UNIQUE KEY `IX_5B2A219` (`assetListEntryId`,`segmentsEntryId`), UNIQUE KEY `IX_3CE254A7` (`uuid_`,`groupId`), KEY `IX_1C9A6A4C` (`segmentsEntryId`), KEY `IX_541ED8E5` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetListEntrySegmentsEntryRel` -- LOCK TABLES `AssetListEntrySegmentsEntryRel` WRITE; /*!40000 ALTER TABLE `AssetListEntrySegmentsEntryRel` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetListEntrySegmentsEntryRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetListEntryUsage` -- DROP TABLE IF EXISTS `AssetListEntryUsage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetListEntryUsage` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryUsageId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetListEntryUsageId`), UNIQUE KEY `IX_CA8F030D` (`classNameId`,`classPK`,`portletId`), UNIQUE KEY `IX_E2D55E79` (`uuid_`,`groupId`), KEY `IX_6CA44DF8` (`assetListEntryId`,`classNameId`), KEY `IX_4976B637` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetListEntryUsage` -- LOCK TABLES `AssetListEntryUsage` WRITE; /*!40000 ALTER TABLE `AssetListEntryUsage` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetListEntryUsage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetTag` -- DROP TABLE IF EXISTS `AssetTag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetTag` ( `uuid_` varchar(75) DEFAULT NULL, `tagId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `assetCount` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`tagId`), UNIQUE KEY `IX_D63322F9` (`groupId`,`name`), UNIQUE KEY `IX_B6ACB166` (`uuid_`,`groupId`), KEY `IX_C43137AF` (`name`), KEY `IX_84C501E4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetTag` -- LOCK TABLES `AssetTag` WRITE; /*!40000 ALTER TABLE `AssetTag` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetTag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetTagStats` -- DROP TABLE IF EXISTS `AssetTagStats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetTagStats` ( `tagStatsId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `tagId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `assetCount` int DEFAULT NULL, PRIMARY KEY (`tagStatsId`), UNIQUE KEY `IX_56682CC4` (`tagId`,`classNameId`), KEY `IX_50702693` (`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetTagStats` -- LOCK TABLES `AssetTagStats` WRITE; /*!40000 ALTER TABLE `AssetTagStats` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetTagStats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetVocabulary` -- DROP TABLE IF EXISTS `AssetVocabulary`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `AssetVocabulary` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `vocabularyId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `settings_` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`vocabularyId`), UNIQUE KEY `IX_C0AAD74D` (`groupId`,`name`), UNIQUE KEY `IX_1B2B8792` (`uuid_`,`groupId`), KEY `IX_E5867F31` (`companyId`,`externalReferenceCode`), KEY `IX_C4E6FD10` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AssetVocabulary` -- LOCK TABLES `AssetVocabulary` WRITE; /*!40000 ALTER TABLE `AssetVocabulary` DISABLE KEYS */; /*!40000 ALTER TABLE `AssetVocabulary` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Audit_AuditEvent` -- DROP TABLE IF EXISTS `Audit_AuditEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Audit_AuditEvent` ( `auditEventId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `eventType` varchar(75) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` varchar(75) DEFAULT NULL, `message` longtext, `clientHost` varchar(255) DEFAULT NULL, `clientIP` varchar(255) DEFAULT NULL, `serverName` varchar(255) DEFAULT NULL, `serverPort` int DEFAULT NULL, `sessionID` varchar(255) DEFAULT NULL, `additionalInfo` longtext, PRIMARY KEY (`auditEventId`), KEY `IX_8FE31EDF` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Audit_AuditEvent` -- LOCK TABLES `Audit_AuditEvent` WRITE; /*!40000 ALTER TABLE `Audit_AuditEvent` DISABLE KEYS */; /*!40000 ALTER TABLE `Audit_AuditEvent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BackgroundTask` -- DROP TABLE IF EXISTS `BackgroundTask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BackgroundTask` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `backgroundTaskId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `servletContextNames` varchar(255) DEFAULT NULL, `taskExecutorClassName` varchar(200) DEFAULT NULL, `taskContextMap` longtext, `completed` tinyint DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusMessage` longtext, PRIMARY KEY (`backgroundTaskId`), KEY `IX_C5A6C78F` (`companyId`), KEY `IX_FBF5FAA2` (`completed`), KEY `IX_579C63B0` (`groupId`,`name`,`taskExecutorClassName`,`completed`), KEY `IX_C71C3B7` (`groupId`,`status`), KEY `IX_7A9FF471` (`groupId`,`taskExecutorClassName`,`completed`), KEY `IX_7E757D70` (`groupId`,`taskExecutorClassName`,`status`), KEY `IX_75638CDF` (`status`), KEY `IX_2FCFE748` (`taskExecutorClassName`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BackgroundTask` -- LOCK TABLES `BackgroundTask` WRITE; /*!40000 ALTER TABLE `BackgroundTask` DISABLE KEYS */; INSERT INTO `BackgroundTask` VALUES (2,35301,0,0,0,NULL,'2023-02-22 17:00:05.088000','2023-02-22 17:00:05.164000','createRankingIndex-87335490-b8ce-5441-c922-77916e82319a',NULL,'com.liferay.portal.search.tuning.rankings.web.internal.background.task.RankingIndexCreationBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":null,\"companyId\":0,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2023-02-22 17:00:05.164000',3,''); /*!40000 ALTER TABLE `BackgroundTask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BatchEngineExportTask` -- DROP TABLE IF EXISTS `BatchEngineExportTask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BatchEngineExportTask` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `batchEngineExportTaskId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `callbackURL` varchar(75) DEFAULT NULL, `className` varchar(255) DEFAULT NULL, `content` longblob, `contentType` varchar(75) DEFAULT NULL, `endTime` datetime(6) DEFAULT NULL, `errorMessage` varchar(1000) DEFAULT NULL, `fieldNames` varchar(75) DEFAULT NULL, `executeStatus` varchar(75) DEFAULT NULL, `parameters` longtext, `startTime` datetime(6) DEFAULT NULL, `taskItemDelegateName` varchar(75) DEFAULT NULL, PRIMARY KEY (`batchEngineExportTaskId`), KEY `IX_DADA545C` (`executeStatus`), KEY `IX_822E7A2F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BatchEngineExportTask` -- LOCK TABLES `BatchEngineExportTask` WRITE; /*!40000 ALTER TABLE `BatchEngineExportTask` DISABLE KEYS */; /*!40000 ALTER TABLE `BatchEngineExportTask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BatchEngineImportTask` -- DROP TABLE IF EXISTS `BatchEngineImportTask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BatchEngineImportTask` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `batchEngineImportTaskId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `batchSize` bigint DEFAULT NULL, `callbackURL` varchar(75) DEFAULT NULL, `className` varchar(255) DEFAULT NULL, `content` longblob, `contentType` varchar(75) DEFAULT NULL, `endTime` datetime(6) DEFAULT NULL, `errorMessage` varchar(1000) DEFAULT NULL, `executeStatus` varchar(75) DEFAULT NULL, `fieldNameMapping` longtext, `operation` varchar(75) DEFAULT NULL, `parameters` longtext, `startTime` datetime(6) DEFAULT NULL, `taskItemDelegateName` varchar(75) DEFAULT NULL, PRIMARY KEY (`batchEngineImportTaskId`), KEY `IX_ABC8050B` (`executeStatus`), KEY `IX_BE725720` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BatchEngineImportTask` -- LOCK TABLES `BatchEngineImportTask` WRITE; /*!40000 ALTER TABLE `BatchEngineImportTask` DISABLE KEYS */; /*!40000 ALTER TABLE `BatchEngineImportTask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BlogsEntry` -- DROP TABLE IF EXISTS `BlogsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BlogsEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` varchar(150) DEFAULT NULL, `subtitle` longtext, `urlTitle` varchar(255) DEFAULT NULL, `description` longtext, `content` longtext, `displayDate` datetime(6) DEFAULT NULL, `allowPingbacks` tinyint DEFAULT NULL, `allowTrackbacks` tinyint DEFAULT NULL, `trackbacks` longtext, `coverImageCaption` longtext, `coverImageFileEntryId` bigint DEFAULT NULL, `coverImageURL` longtext, `smallImage` tinyint DEFAULT NULL, `smallImageFileEntryId` bigint DEFAULT NULL, `smallImageId` bigint DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_DB780A20` (`groupId`,`urlTitle`), UNIQUE KEY `IX_1B1040FD` (`uuid_`,`groupId`), KEY `IX_BB0C2905` (`companyId`,`displayDate`,`status`), KEY `IX_EB2DCE27` (`companyId`,`status`), KEY `IX_A5F57B61` (`companyId`,`userId`,`status`), KEY `IX_2672F77F` (`displayDate`,`status`), KEY `IX_F0E73383` (`groupId`,`displayDate`,`status`), KEY `IX_1EFD8EE9` (`groupId`,`status`), KEY `IX_DA04F689` (`groupId`,`userId`,`displayDate`,`status`), KEY `IX_49E15A23` (`groupId`,`userId`,`status`), KEY `IX_5E8307BB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BlogsEntry` -- LOCK TABLES `BlogsEntry` WRITE; /*!40000 ALTER TABLE `BlogsEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `BlogsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BlogsStatsUser` -- DROP TABLE IF EXISTS `BlogsStatsUser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BlogsStatsUser` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `statsUserId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `entryCount` int DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, `ratingsTotalEntries` int DEFAULT NULL, `ratingsTotalScore` double DEFAULT NULL, `ratingsAverageScore` double DEFAULT NULL, PRIMARY KEY (`statsUserId`), UNIQUE KEY `IX_82254C25` (`groupId`,`userId`), KEY `IX_90CDA39A` (`companyId`,`entryCount`), KEY `IX_28C78D5C` (`groupId`,`entryCount`), KEY `IX_507BA031` (`userId`,`lastPostDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BlogsStatsUser` -- LOCK TABLES `BlogsStatsUser` WRITE; /*!40000 ALTER TABLE `BlogsStatsUser` DISABLE KEYS */; /*!40000 ALTER TABLE `BlogsStatsUser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BookmarksEntry` -- DROP TABLE IF EXISTS `BookmarksEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BookmarksEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `folderId` bigint DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `url` longtext, `description` longtext, `visits` int DEFAULT NULL, `priority` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_EAA02A91` (`uuid_`,`groupId`), KEY `IX_276C8C13` (`companyId`,`status`), KEY `IX_146382F2` (`groupId`,`folderId`,`status`), KEY `IX_416AD7D5` (`groupId`,`status`), KEY `IX_C78B61AC` (`groupId`,`userId`,`folderId`,`status`), KEY `IX_9D9CF70F` (`groupId`,`userId`,`status`), KEY `IX_89BEDC4F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BookmarksEntry` -- LOCK TABLES `BookmarksEntry` WRITE; /*!40000 ALTER TABLE `BookmarksEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `BookmarksEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BookmarksFolder` -- DROP TABLE IF EXISTS `BookmarksFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BookmarksFolder` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentFolderId` bigint DEFAULT NULL, `treePath` longtext, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_DC2F8927` (`uuid_`,`groupId`), KEY `IX_C27C9DBD` (`companyId`,`status`), KEY `IX_D16018A6` (`groupId`,`parentFolderId`,`status`), KEY `IX_54F0ED65` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BookmarksFolder` -- LOCK TABLES `BookmarksFolder` WRITE; /*!40000 ALTER TABLE `BookmarksFolder` DISABLE KEYS */; /*!40000 ALTER TABLE `BookmarksFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BrowserTracker` -- DROP TABLE IF EXISTS `BrowserTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `BrowserTracker` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `browserTrackerId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `browserKey` bigint DEFAULT NULL, PRIMARY KEY (`browserTrackerId`), UNIQUE KEY `IX_E7B95510` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BrowserTracker` -- LOCK TABLES `BrowserTracker` WRITE; /*!40000 ALTER TABLE `BrowserTracker` DISABLE KEYS */; /*!40000 ALTER TABLE `BrowserTracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CAModelCProductRel` -- DROP TABLE IF EXISTS `CAModelCProductRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CAModelCProductRel` ( `CAModelCProductRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceApplicationModelId` bigint DEFAULT NULL, `CProductId` bigint DEFAULT NULL, PRIMARY KEY (`CAModelCProductRelId`), KEY `IX_EE3BF4E3` (`CProductId`), KEY `IX_D7646A6B` (`commerceApplicationModelId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CAModelCProductRel` -- LOCK TABLES `CAModelCProductRel` WRITE; /*!40000 ALTER TABLE `CAModelCProductRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CAModelCProductRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CAccountGroupCAccountRel` -- DROP TABLE IF EXISTS `CAccountGroupCAccountRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CAccountGroupCAccountRel` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `CAccountGroupCAccountRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountGroupId` bigint DEFAULT NULL, `commerceAccountId` bigint DEFAULT NULL, PRIMARY KEY (`CAccountGroupCAccountRelId`), UNIQUE KEY `IX_1F92C081` (`commerceAccountGroupId`,`commerceAccountId`), KEY `IX_9808F83D` (`commerceAccountId`), KEY `IX_41A0DD5` (`companyId`,`externalReferenceCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CAccountGroupCAccountRel` -- LOCK TABLES `CAccountGroupCAccountRel` WRITE; /*!40000 ALTER TABLE `CAccountGroupCAccountRel` DISABLE KEYS */; INSERT INTO `CAccountGroupCAccountRel` VALUES ('39302',39302,20101,20130,'Test Test','2023-02-22 17:00:45.086000','2023-02-22 17:00:45.086000',39301,-1); /*!40000 ALTER TABLE `CAccountGroupCAccountRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CBOMFolderApplicationRel` -- DROP TABLE IF EXISTS `CBOMFolderApplicationRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CBOMFolderApplicationRel` ( `CBOMFolderApplicationRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceBOMFolderId` bigint DEFAULT NULL, `commerceApplicationModelId` bigint DEFAULT NULL, PRIMARY KEY (`CBOMFolderApplicationRelId`), KEY `IX_5BB752BD` (`commerceApplicationModelId`), KEY `IX_E89B4704` (`commerceBOMFolderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CBOMFolderApplicationRel` -- LOCK TABLES `CBOMFolderApplicationRel` WRITE; /*!40000 ALTER TABLE `CBOMFolderApplicationRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CBOMFolderApplicationRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CDataIntegrationProcess` -- DROP TABLE IF EXISTS `CDataIntegrationProcess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CDataIntegrationProcess` ( `CDataIntegrationProcessId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `system_` tinyint DEFAULT NULL, `active_` tinyint DEFAULT NULL, `cronExpression` varchar(75) DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CDataIntegrationProcessId`), UNIQUE KEY `IX_90432679` (`companyId`,`name`), KEY `IX_DEA66A5B` (`companyId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CDataIntegrationProcess` -- LOCK TABLES `CDataIntegrationProcess` WRITE; /*!40000 ALTER TABLE `CDataIntegrationProcess` DISABLE KEYS */; /*!40000 ALTER TABLE `CDataIntegrationProcess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CDataIntegrationProcessLog` -- DROP TABLE IF EXISTS `CDataIntegrationProcessLog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CDataIntegrationProcessLog` ( `CDataIntegrationProcessLogId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CDataIntegrationProcessId` bigint DEFAULT NULL, `error` longtext, `output_` longtext, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`CDataIntegrationProcessLogId`), KEY `IX_E34752B7` (`CDataIntegrationProcessId`,`status`), KEY `IX_34A7284C` (`companyId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CDataIntegrationProcessLog` -- LOCK TABLES `CDataIntegrationProcessLog` WRITE; /*!40000 ALTER TABLE `CDataIntegrationProcessLog` DISABLE KEYS */; /*!40000 ALTER TABLE `CDataIntegrationProcessLog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CDiscountCAccountGroupRel` -- DROP TABLE IF EXISTS `CDiscountCAccountGroupRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CDiscountCAccountGroupRel` ( `CDiscountCAccountGroupRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceDiscountId` bigint DEFAULT NULL, `commerceAccountGroupId` bigint DEFAULT NULL, PRIMARY KEY (`CDiscountCAccountGroupRelId`), UNIQUE KEY `IX_9D768AF5` (`commerceDiscountId`,`commerceAccountGroupId`), KEY `IX_F7FFBCCA` (`commerceAccountGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CDiscountCAccountGroupRel` -- LOCK TABLES `CDiscountCAccountGroupRel` WRITE; /*!40000 ALTER TABLE `CDiscountCAccountGroupRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CDiscountCAccountGroupRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CIAudit` -- DROP TABLE IF EXISTS `CIAudit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CIAudit` ( `CIAuditId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `logType` varchar(75) DEFAULT NULL, `logTypeSettings` longtext, `quantity` int DEFAULT NULL, PRIMARY KEY (`CIAuditId`), KEY `IX_53AE0C80` (`companyId`,`sku`), KEY `IX_E7D143D9` (`createDate`), KEY `IX_57638B52` (`sku`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CIAudit` -- LOCK TABLES `CIAudit` WRITE; /*!40000 ALTER TABLE `CIAudit` DISABLE KEYS */; /*!40000 ALTER TABLE `CIAudit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CIBookedQuantity` -- DROP TABLE IF EXISTS `CIBookedQuantity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CIBookedQuantity` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `CIBookedQuantityId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `quantity` int DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `bookedNote` varchar(75) DEFAULT NULL, PRIMARY KEY (`CIBookedQuantityId`), KEY `IX_1B168464` (`companyId`,`sku`), KEY `IX_33BF9CB0` (`expirationDate`), KEY `IX_EC1719EE` (`sku`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CIBookedQuantity` -- LOCK TABLES `CIBookedQuantity` WRITE; /*!40000 ALTER TABLE `CIBookedQuantity` DISABLE KEYS */; /*!40000 ALTER TABLE `CIBookedQuantity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CIReplenishmentItem` -- DROP TABLE IF EXISTS `CIReplenishmentItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CIReplenishmentItem` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `CIReplenishmentItemId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceInventoryWarehouseId` bigint DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `availabilityDate` datetime(6) DEFAULT NULL, `quantity` int DEFAULT NULL, PRIMARY KEY (`CIReplenishmentItemId`), KEY `IX_F588314` (`availabilityDate`), KEY `IX_967CACA8` (`commerceInventoryWarehouseId`), KEY `IX_1B681B5C` (`companyId`,`sku`), KEY `IX_6C8E22D3` (`sku`,`availabilityDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CIReplenishmentItem` -- LOCK TABLES `CIReplenishmentItem` WRITE; /*!40000 ALTER TABLE `CIReplenishmentItem` DISABLE KEYS */; /*!40000 ALTER TABLE `CIReplenishmentItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CIWarehouse` -- DROP TABLE IF EXISTS `CIWarehouse`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CIWarehouse` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `externalReferenceCode` varchar(75) DEFAULT NULL, `CIWarehouseId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `active_` tinyint DEFAULT NULL, `street1` varchar(75) DEFAULT NULL, `street2` varchar(75) DEFAULT NULL, `street3` varchar(75) DEFAULT NULL, `city` varchar(75) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `commerceRegionCode` varchar(75) DEFAULT NULL, `countryTwoLettersISOCode` varchar(75) DEFAULT NULL, `latitude` double DEFAULT NULL, `longitude` double DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`CIWarehouseId`), KEY `IX_8427A055` (`active_`,`countryTwoLettersISOCode`), KEY `IX_331A3FD3` (`companyId`,`active_`,`countryTwoLettersISOCode`), KEY `IX_DADA8974` (`companyId`,`countryTwoLettersISOCode`), KEY `IX_68E6B8D8` (`companyId`,`externalReferenceCode`), KEY `IX_7202EB2` (`countryTwoLettersISOCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CIWarehouse` -- LOCK TABLES `CIWarehouse` WRITE; /*!40000 ALTER TABLE `CIWarehouse` DISABLE KEYS */; /*!40000 ALTER TABLE `CIWarehouse` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CIWarehouseGroupRel` -- DROP TABLE IF EXISTS `CIWarehouseGroupRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CIWarehouseGroupRel` ( `CIWarehouseGroupRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceWarehouseId` bigint DEFAULT NULL, `primary_` tinyint DEFAULT NULL, PRIMARY KEY (`CIWarehouseGroupRelId`), KEY `IX_3996C237` (`groupId`,`commerceWarehouseId`,`primary_`), KEY `IX_E4C1F39E` (`groupId`,`primary_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CIWarehouseGroupRel` -- LOCK TABLES `CIWarehouseGroupRel` WRITE; /*!40000 ALTER TABLE `CIWarehouseGroupRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CIWarehouseGroupRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CIWarehouseItem` -- DROP TABLE IF EXISTS `CIWarehouseItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CIWarehouseItem` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `externalReferenceCode` varchar(75) DEFAULT NULL, `CIWarehouseItemId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceInventoryWarehouseId` bigint DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `quantity` int DEFAULT NULL, `reservedQuantity` int DEFAULT NULL, PRIMARY KEY (`CIWarehouseItemId`), UNIQUE KEY `IX_8D9FD306` (`commerceInventoryWarehouseId`,`sku`), KEY `IX_8A09C40B` (`companyId`,`externalReferenceCode`), KEY `IX_F8B2565B` (`companyId`,`sku`), KEY `IX_97CADC57` (`sku`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CIWarehouseItem` -- LOCK TABLES `CIWarehouseItem` WRITE; /*!40000 ALTER TABLE `CIWarehouseItem` DISABLE KEYS */; /*!40000 ALTER TABLE `CIWarehouseItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CNTemplateCAccountGroupRel` -- DROP TABLE IF EXISTS `CNTemplateCAccountGroupRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CNTemplateCAccountGroupRel` ( `CNTemplateCAccountGroupRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceNotificationTemplateId` bigint DEFAULT NULL, `commerceAccountGroupId` bigint DEFAULT NULL, PRIMARY KEY (`CNTemplateCAccountGroupRelId`), UNIQUE KEY `IX_AFBF7DA` (`commerceNotificationTemplateId`,`commerceAccountGroupId`), KEY `IX_7951AAEB` (`commerceAccountGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CNTemplateCAccountGroupRel` -- LOCK TABLES `CNTemplateCAccountGroupRel` WRITE; /*!40000 ALTER TABLE `CNTemplateCAccountGroupRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CNTemplateCAccountGroupRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CNotificationAttachment` -- DROP TABLE IF EXISTS `CNotificationAttachment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CNotificationAttachment` ( `uuid_` varchar(75) DEFAULT NULL, `CNotificationAttachmentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CNotificationQueueEntryId` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `deleteOnSend` tinyint DEFAULT NULL, PRIMARY KEY (`CNotificationAttachmentId`), UNIQUE KEY `IX_339EA78D` (`uuid_`,`groupId`), KEY `IX_6E9D8183` (`CNotificationQueueEntryId`), KEY `IX_8D120A4B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CNotificationAttachment` -- LOCK TABLES `CNotificationAttachment` WRITE; /*!40000 ALTER TABLE `CNotificationAttachment` DISABLE KEYS */; /*!40000 ALTER TABLE `CNotificationAttachment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPAttachmentFileEntry` -- DROP TABLE IF EXISTS `CPAttachmentFileEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPAttachmentFileEntry` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPAttachmentFileEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `title` longtext, `json` longtext, `priority` double DEFAULT NULL, `type_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPAttachmentFileEntryId`), UNIQUE KEY `IX_DD114140` (`classNameId`,`classPK`,`fileEntryId`), UNIQUE KEY `IX_BFCBDC82` (`uuid_`,`groupId`), KEY `IX_B2AFFCE5` (`classNameId`,`classPK`,`displayDate`,`status`), KEY `IX_A6E0353A` (`classNameId`,`classPK`,`type_`,`status`), KEY `IX_59F57821` (`companyId`,`externalReferenceCode`), KEY `IX_A0B4C71A` (`displayDate`,`status`), KEY `IX_C2C5D600` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPAttachmentFileEntry` -- LOCK TABLES `CPAttachmentFileEntry` WRITE; /*!40000 ALTER TABLE `CPAttachmentFileEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CPAttachmentFileEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDAvailabilityEstimate` -- DROP TABLE IF EXISTS `CPDAvailabilityEstimate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDAvailabilityEstimate` ( `uuid_` varchar(75) DEFAULT NULL, `CPDAvailabilityEstimateId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAvailabilityEstimateId` bigint DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDAvailabilityEstimateId`), UNIQUE KEY `IX_17D56F1B` (`CProductId`), KEY `IX_E560850D` (`commerceAvailabilityEstimateId`), KEY `IX_609B2AF4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDAvailabilityEstimate` -- LOCK TABLES `CPDAvailabilityEstimate` WRITE; /*!40000 ALTER TABLE `CPDAvailabilityEstimate` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDAvailabilityEstimate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDSpecificationOptionValue` -- DROP TABLE IF EXISTS `CPDSpecificationOptionValue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDSpecificationOptionValue` ( `uuid_` varchar(75) DEFAULT NULL, `CPDSpecificationOptionValueId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, `CPSpecificationOptionId` bigint DEFAULT NULL, `CPOptionCategoryId` bigint DEFAULT NULL, `value` longtext, `priority` double DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDSpecificationOptionValueId`), UNIQUE KEY `IX_551F2ECC` (`uuid_`,`groupId`), KEY `IX_95975FB4` (`CPDefinitionId`,`CPOptionCategoryId`), KEY `IX_173E8E91` (`CPDefinitionId`,`CPSpecificationOptionId`), KEY `IX_4F4EDBA5` (`CPOptionCategoryId`), KEY `IX_573BE140` (`CPSpecificationOptionId`), KEY `IX_8DA57014` (`groupId`), KEY `IX_508DBDCA` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDSpecificationOptionValue` -- LOCK TABLES `CPDSpecificationOptionValue` WRITE; /*!40000 ALTER TABLE `CPDSpecificationOptionValue` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDSpecificationOptionValue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinition` -- DROP TABLE IF EXISTS `CPDefinition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinition` ( `uuid_` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `CPDefinitionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `CPTaxCategoryId` bigint DEFAULT NULL, `productTypeName` varchar(75) DEFAULT NULL, `availableIndividually` tinyint DEFAULT NULL, `ignoreSKUCombinations` tinyint DEFAULT NULL, `shippable` tinyint DEFAULT NULL, `freeShipping` tinyint DEFAULT NULL, `shipSeparately` tinyint DEFAULT NULL, `shippingExtraPrice` double DEFAULT NULL, `width` double DEFAULT NULL, `height` double DEFAULT NULL, `depth` double DEFAULT NULL, `weight` double DEFAULT NULL, `taxExempt` tinyint DEFAULT NULL, `telcoOrElectronics` tinyint DEFAULT NULL, `DDMStructureKey` varchar(75) DEFAULT NULL, `published` tinyint DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `subscriptionEnabled` tinyint DEFAULT NULL, `subscriptionLength` int DEFAULT NULL, `subscriptionType` varchar(75) DEFAULT NULL, `subscriptionTypeSettings` longtext, `maxSubscriptionCycles` bigint DEFAULT NULL, `deliverySubscriptionEnabled` tinyint DEFAULT NULL, `deliverySubscriptionLength` int DEFAULT NULL, `deliverySubscriptionType` varchar(75) DEFAULT NULL, `deliverySubTypeSettings` varchar(75) DEFAULT NULL, `deliveryMaxSubscriptionCycles` bigint DEFAULT NULL, `accountGroupFilterEnabled` tinyint DEFAULT NULL, `channelFilterEnabled` tinyint DEFAULT NULL, `version` int DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDefinitionId`), UNIQUE KEY `IX_BA9BADC` (`uuid_`,`groupId`), KEY `IX_3D5A0021` (`CPTaxCategoryId`), KEY `IX_1F4B9C67` (`CProductId`,`status`), KEY `IX_F1AEC8A7` (`CProductId`,`version`), KEY `IX_217AF702` (`companyId`), KEY `IX_A465D100` (`displayDate`,`status`), KEY `IX_419350EA` (`groupId`,`status`), KEY `IX_99C4ED10` (`groupId`,`subscriptionEnabled`), KEY `IX_8EA585DA` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinition` -- LOCK TABLES `CPDefinition` WRITE; /*!40000 ALTER TABLE `CPDefinition` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinitionGroupedEntry` -- DROP TABLE IF EXISTS `CPDefinitionGroupedEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinitionGroupedEntry` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionGroupedEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, `entryCProductId` bigint DEFAULT NULL, `priority` double DEFAULT NULL, `quantity` int DEFAULT NULL, PRIMARY KEY (`CPDefinitionGroupedEntryId`), UNIQUE KEY `IX_64F7EFA0` (`CPDefinitionId`,`entryCProductId`), UNIQUE KEY `IX_E30475B0` (`uuid_`,`groupId`), KEY `IX_FA3CDBAE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinitionGroupedEntry` -- LOCK TABLES `CPDefinitionGroupedEntry` WRITE; /*!40000 ALTER TABLE `CPDefinitionGroupedEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinitionGroupedEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinitionInventory` -- DROP TABLE IF EXISTS `CPDefinitionInventory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinitionInventory` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionInventoryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, `CPDefinitionInventoryEngine` varchar(75) DEFAULT NULL, `lowStockActivity` varchar(75) DEFAULT NULL, `displayAvailability` tinyint DEFAULT NULL, `displayStockQuantity` tinyint DEFAULT NULL, `minStockQuantity` int DEFAULT NULL, `backOrders` tinyint DEFAULT NULL, `minOrderQuantity` int DEFAULT NULL, `maxOrderQuantity` int DEFAULT NULL, `allowedOrderQuantities` varchar(75) DEFAULT NULL, `multipleOrderQuantity` int DEFAULT NULL, PRIMARY KEY (`CPDefinitionInventoryId`), UNIQUE KEY `IX_34D62DF1` (`CPDefinitionId`), UNIQUE KEY `IX_274DD5D8` (`uuid_`,`groupId`), KEY `IX_51AED1D6` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinitionInventory` -- LOCK TABLES `CPDefinitionInventory` WRITE; /*!40000 ALTER TABLE `CPDefinitionInventory` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinitionInventory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinitionLink` -- DROP TABLE IF EXISTS `CPDefinitionLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinitionLink` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionLinkId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `priority` double DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`CPDefinitionLinkId`), UNIQUE KEY `IX_7FA4A6B` (`CPDefinitionId`,`CProductId`,`type_`), UNIQUE KEY `IX_865AFC76` (`uuid_`,`groupId`), KEY `IX_5572A666` (`CPDefinitionId`,`type_`), KEY `IX_F7B5F85A` (`CProductId`,`type_`), KEY `IX_220CC8F4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinitionLink` -- LOCK TABLES `CPDefinitionLink` WRITE; /*!40000 ALTER TABLE `CPDefinitionLink` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinitionLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinitionLocalization` -- DROP TABLE IF EXISTS `CPDefinitionLocalization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinitionLocalization` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `cpDefinitionLocalizationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `name` longtext, `shortDescription` longtext, `description` longtext, `metaTitle` varchar(255) DEFAULT NULL, `metaDescription` varchar(255) DEFAULT NULL, `metaKeywords` varchar(255) DEFAULT NULL, PRIMARY KEY (`cpDefinitionLocalizationId`), UNIQUE KEY `IX_F4B4ACB5` (`CPDefinitionId`,`languageId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinitionLocalization` -- LOCK TABLES `CPDefinitionLocalization` WRITE; /*!40000 ALTER TABLE `CPDefinitionLocalization` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinitionLocalization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinitionOptionRel` -- DROP TABLE IF EXISTS `CPDefinitionOptionRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinitionOptionRel` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionOptionRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, `CPOptionId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `DDMFormFieldTypeName` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `facetable` tinyint DEFAULT NULL, `required` tinyint DEFAULT NULL, `skuContributor` tinyint DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `priceType` varchar(75) DEFAULT NULL, PRIMARY KEY (`CPDefinitionOptionRelId`), UNIQUE KEY `IX_E57A1C2A` (`CPDefinitionId`,`CPOptionId`), UNIQUE KEY `IX_75456D8D` (`CPDefinitionId`,`key_`), UNIQUE KEY `IX_EB691260` (`uuid_`,`groupId`), KEY `IX_BDB8420C` (`CPDefinitionId`,`required`), KEY `IX_749E99EB` (`CPDefinitionId`,`skuContributor`), KEY `IX_449BFCFE` (`companyId`), KEY `IX_A65BAB00` (`groupId`), KEY `IX_7BED0C5E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinitionOptionRel` -- LOCK TABLES `CPDefinitionOptionRel` WRITE; /*!40000 ALTER TABLE `CPDefinitionOptionRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinitionOptionRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinitionOptionValueRel` -- DROP TABLE IF EXISTS `CPDefinitionOptionValueRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinitionOptionValueRel` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionOptionValueRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionOptionRelId` bigint DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `name` longtext, `priority` double DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `quantity` int DEFAULT NULL, `preselected` tinyint DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, PRIMARY KEY (`CPDefinitionOptionValueRelId`), UNIQUE KEY `IX_8FDF08C0` (`CPDefinitionOptionRelId`,`key_`), UNIQUE KEY `IX_34516B9` (`uuid_`,`groupId`), KEY `IX_4A77D282` (`CPDefinitionOptionRelId`,`preselected`), KEY `IX_3EB86274` (`CPInstanceUuid`), KEY `IX_44C2E505` (`companyId`), KEY `IX_695AE8C7` (`groupId`), KEY `IX_2434CAD7` (`key_`), KEY `IX_CD95E77` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinitionOptionValueRel` -- LOCK TABLES `CPDefinitionOptionValueRel` WRITE; /*!40000 ALTER TABLE `CPDefinitionOptionValueRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinitionOptionValueRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDefinitionVirtualSetting` -- DROP TABLE IF EXISTS `CPDefinitionVirtualSetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDefinitionVirtualSetting` ( `uuid_` varchar(75) DEFAULT NULL, `CPDefinitionVirtualSettingId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `url` varchar(75) DEFAULT NULL, `activationStatus` int DEFAULT NULL, `duration` bigint DEFAULT NULL, `maxUsages` int DEFAULT NULL, `useSample` tinyint DEFAULT NULL, `sampleFileEntryId` bigint DEFAULT NULL, `sampleUrl` varchar(75) DEFAULT NULL, `termsOfUseRequired` tinyint DEFAULT NULL, `termsOfUseContent` longtext, `termsOfUseArticleResourcePK` bigint DEFAULT NULL, `override` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPDefinitionVirtualSettingId`), UNIQUE KEY `IX_19B2FD20` (`classNameId`,`classPK`), UNIQUE KEY `IX_8ED43481` (`uuid_`,`groupId`), KEY `IX_F1182A3F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDefinitionVirtualSetting` -- LOCK TABLES `CPDefinitionVirtualSetting` WRITE; /*!40000 ALTER TABLE `CPDefinitionVirtualSetting` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDefinitionVirtualSetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPDisplayLayout` -- DROP TABLE IF EXISTS `CPDisplayLayout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPDisplayLayout` ( `uuid_` varchar(75) DEFAULT NULL, `CPDisplayLayoutId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `layoutUuid` varchar(75) DEFAULT NULL, PRIMARY KEY (`CPDisplayLayoutId`), UNIQUE KEY `IX_CA4A67BA` (`groupId`,`classNameId`,`classPK`), UNIQUE KEY `IX_68BBAA9B` (`uuid_`,`groupId`), KEY `IX_290BF7BA` (`classNameId`,`classPK`), KEY `IX_381B82DE` (`groupId`,`layoutUuid`), KEY `IX_EEFA81D9` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPDisplayLayout` -- LOCK TABLES `CPDisplayLayout` WRITE; /*!40000 ALTER TABLE `CPDisplayLayout` DISABLE KEYS */; /*!40000 ALTER TABLE `CPDisplayLayout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPFriendlyURLEntry` -- DROP TABLE IF EXISTS `CPFriendlyURLEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPFriendlyURLEntry` ( `uuid_` varchar(75) DEFAULT NULL, `CPFriendlyURLEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `urlTitle` varchar(255) DEFAULT NULL, `main` tinyint DEFAULT NULL, PRIMARY KEY (`CPFriendlyURLEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPFriendlyURLEntry` -- LOCK TABLES `CPFriendlyURLEntry` WRITE; /*!40000 ALTER TABLE `CPFriendlyURLEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CPFriendlyURLEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPInstance` -- DROP TABLE IF EXISTS `CPInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPInstance` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPInstanceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `sku` varchar(75) DEFAULT NULL, `gtin` varchar(75) DEFAULT NULL, `manufacturerPartNumber` varchar(75) DEFAULT NULL, `purchasable` tinyint DEFAULT NULL, `width` double DEFAULT NULL, `height` double DEFAULT NULL, `depth` double DEFAULT NULL, `weight` double DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `cost` decimal(30,16) DEFAULT NULL, `published` tinyint DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `overrideSubscriptionInfo` tinyint DEFAULT NULL, `subscriptionEnabled` tinyint DEFAULT NULL, `subscriptionLength` int DEFAULT NULL, `subscriptionType` varchar(75) DEFAULT NULL, `subscriptionTypeSettings` longtext, `maxSubscriptionCycles` bigint DEFAULT NULL, `deliverySubscriptionEnabled` tinyint DEFAULT NULL, `deliverySubscriptionLength` int DEFAULT NULL, `deliverySubscriptionType` varchar(75) DEFAULT NULL, `deliverySubTypeSettings` varchar(75) DEFAULT NULL, `deliveryMaxSubscriptionCycles` bigint DEFAULT NULL, `unspsc` varchar(75) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPInstanceId`), UNIQUE KEY `IX_25BEB828` (`CPDefinitionId`,`CPInstanceUuid`), UNIQUE KEY `IX_7E830576` (`CPDefinitionId`,`sku`), UNIQUE KEY `IX_F902ECDE` (`uuid_`,`groupId`), KEY `IX_C399720F` (`CPDefinitionId`,`displayDate`,`status`), KEY `IX_F4C9CDD` (`CPDefinitionId`,`status`), KEY `IX_34763899` (`CPInstanceUuid`), KEY `IX_E2C3A97D` (`companyId`,`externalReferenceCode`), KEY `IX_7C65903E` (`displayDate`,`status`), KEY `IX_FF605F28` (`groupId`,`status`), KEY `IX_8A7A3F5C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPInstance` -- LOCK TABLES `CPInstance` WRITE; /*!40000 ALTER TABLE `CPInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `CPInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPInstanceOptionValueRel` -- DROP TABLE IF EXISTS `CPInstanceOptionValueRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPInstanceOptionValueRel` ( `uuid_` varchar(75) DEFAULT NULL, `CPInstanceOptionValueRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPDefinitionOptionRelId` bigint DEFAULT NULL, `CPDefinitionOptionValueRelId` bigint DEFAULT NULL, `CPInstanceId` bigint DEFAULT NULL, PRIMARY KEY (`CPInstanceOptionValueRelId`), UNIQUE KEY `IX_4BFAB7E7` (`CPDefinitionOptionRelId`,`CPDefinitionOptionValueRelId`,`CPInstanceId`), UNIQUE KEY `IX_AF559D3B` (`uuid_`,`groupId`), KEY `IX_F63695BB` (`CPDefinitionOptionRelId`,`CPInstanceId`), KEY `IX_1F153982` (`CPDefinitionOptionValueRelId`,`CPInstanceId`), KEY `IX_2C714896` (`CPInstanceId`), KEY `IX_F6E24C79` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPInstanceOptionValueRel` -- LOCK TABLES `CPInstanceOptionValueRel` WRITE; /*!40000 ALTER TABLE `CPInstanceOptionValueRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CPInstanceOptionValueRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPLCommerceGroupAccountRel` -- DROP TABLE IF EXISTS `CPLCommerceGroupAccountRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPLCommerceGroupAccountRel` ( `uuid_` varchar(75) DEFAULT NULL, `CPLCommerceAccountGroupRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceListId` bigint DEFAULT NULL, `commerceAccountGroupId` bigint DEFAULT NULL, `order_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPLCommerceAccountGroupRelId`), UNIQUE KEY `IX_DEFDE07C` (`commercePriceListId`,`commerceAccountGroupId`), KEY `IX_E475B7EB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPLCommerceGroupAccountRel` -- LOCK TABLES `CPLCommerceGroupAccountRel` WRITE; /*!40000 ALTER TABLE `CPLCommerceGroupAccountRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CPLCommerceGroupAccountRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPMeasurementUnit` -- DROP TABLE IF EXISTS `CPMeasurementUnit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPMeasurementUnit` ( `uuid_` varchar(75) DEFAULT NULL, `CPMeasurementUnitId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `key_` varchar(75) DEFAULT NULL, `rate` double DEFAULT NULL, `primary_` tinyint DEFAULT NULL, `priority` double DEFAULT NULL, `type_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPMeasurementUnitId`), UNIQUE KEY `IX_BCD82992` (`companyId`,`key_`,`type_`), UNIQUE KEY `IX_753D79AF` (`uuid_`,`groupId`), KEY `IX_107489F5` (`companyId`,`primary_`,`type_`), KEY `IX_1C2742A6` (`companyId`,`type_`), KEY `IX_E244DBED` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPMeasurementUnit` -- LOCK TABLES `CPMeasurementUnit` WRITE; /*!40000 ALTER TABLE `CPMeasurementUnit` DISABLE KEYS */; /*!40000 ALTER TABLE `CPMeasurementUnit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPOption` -- DROP TABLE IF EXISTS `CPOption`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPOption` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPOptionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `DDMFormFieldTypeName` varchar(75) DEFAULT NULL, `facetable` tinyint DEFAULT NULL, `required` tinyint DEFAULT NULL, `skuContributor` tinyint DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPOptionId`), UNIQUE KEY `IX_BDFC3674` (`companyId`,`key_`), KEY `IX_25450C9D` (`companyId`,`externalReferenceCode`), KEY `IX_C565E27C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPOption` -- LOCK TABLES `CPOption` WRITE; /*!40000 ALTER TABLE `CPOption` DISABLE KEYS */; /*!40000 ALTER TABLE `CPOption` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPOptionCategory` -- DROP TABLE IF EXISTS `CPOptionCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPOptionCategory` ( `uuid_` varchar(75) DEFAULT NULL, `CPOptionCategoryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `description` longtext, `priority` double DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPOptionCategoryId`), UNIQUE KEY `IX_33CA3696` (`companyId`,`key_`), KEY `IX_957E69A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPOptionCategory` -- LOCK TABLES `CPOptionCategory` WRITE; /*!40000 ALTER TABLE `CPOptionCategory` DISABLE KEYS */; /*!40000 ALTER TABLE `CPOptionCategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPOptionValue` -- DROP TABLE IF EXISTS `CPOptionValue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPOptionValue` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CPOptionValueId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPOptionId` bigint DEFAULT NULL, `name` longtext, `priority` double DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPOptionValueId`), UNIQUE KEY `IX_F4C57C5A` (`CPOptionId`,`key_`), KEY `IX_5547362A` (`companyId`,`externalReferenceCode`), KEY `IX_17FEC609` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPOptionValue` -- LOCK TABLES `CPOptionValue` WRITE; /*!40000 ALTER TABLE `CPOptionValue` DISABLE KEYS */; /*!40000 ALTER TABLE `CPOptionValue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPSpecificationOption` -- DROP TABLE IF EXISTS `CPSpecificationOption`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPSpecificationOption` ( `uuid_` varchar(75) DEFAULT NULL, `CPSpecificationOptionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPOptionCategoryId` bigint DEFAULT NULL, `title` longtext, `description` longtext, `facetable` tinyint DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CPSpecificationOptionId`), UNIQUE KEY `IX_1DA76D6B` (`companyId`,`key_`), KEY `IX_421ED80` (`CPOptionCategoryId`), KEY `IX_5B218A65` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPSpecificationOption` -- LOCK TABLES `CPSpecificationOption` WRITE; /*!40000 ALTER TABLE `CPSpecificationOption` DISABLE KEYS */; /*!40000 ALTER TABLE `CPSpecificationOption` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPTaxCategory` -- DROP TABLE IF EXISTS `CPTaxCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPTaxCategory` ( `CPTaxCategoryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, PRIMARY KEY (`CPTaxCategoryId`), KEY `IX_64046706` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPTaxCategory` -- LOCK TABLES `CPTaxCategory` WRITE; /*!40000 ALTER TABLE `CPTaxCategory` DISABLE KEYS */; /*!40000 ALTER TABLE `CPTaxCategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CPricingClassCPDefinitionRel` -- DROP TABLE IF EXISTS `CPricingClassCPDefinitionRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CPricingClassCPDefinitionRel` ( `CPricingClassCPDefinitionRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePricingClassId` bigint DEFAULT NULL, `CPDefinitionId` bigint DEFAULT NULL, PRIMARY KEY (`CPricingClassCPDefinitionRelId`), UNIQUE KEY `IX_AC54AA95` (`commercePricingClassId`,`CPDefinitionId`), KEY `IX_31653559` (`CPDefinitionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CPricingClassCPDefinitionRel` -- LOCK TABLES `CPricingClassCPDefinitionRel` WRITE; /*!40000 ALTER TABLE `CPricingClassCPDefinitionRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CPricingClassCPDefinitionRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CProduct` -- DROP TABLE IF EXISTS `CProduct`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CProduct` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `CProductId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `publishedCPDefinitionId` bigint DEFAULT NULL, `latestVersion` int DEFAULT NULL, PRIMARY KEY (`CProductId`), UNIQUE KEY `IX_9F9DD68` (`uuid_`,`groupId`), KEY `IX_7BB74B87` (`companyId`,`externalReferenceCode`), KEY `IX_77F5B8F8` (`groupId`), KEY `IX_39773566` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CProduct` -- LOCK TABLES `CProduct` WRITE; /*!40000 ALTER TABLE `CProduct` DISABLE KEYS */; /*!40000 ALTER TABLE `CProduct` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CShippingFixedOptionRel` -- DROP TABLE IF EXISTS `CShippingFixedOptionRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CShippingFixedOptionRel` ( `CShippingFixedOptionRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceShippingMethodId` bigint DEFAULT NULL, `commerceShippingFixedOptionId` bigint DEFAULT NULL, `commerceInventoryWarehouseId` bigint DEFAULT NULL, `commerceCountryId` bigint DEFAULT NULL, `commerceRegionId` bigint DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `weightFrom` double DEFAULT NULL, `weightTo` double DEFAULT NULL, `fixedPrice` decimal(30,16) DEFAULT NULL, `rateUnitWeightPrice` decimal(30,16) DEFAULT NULL, `ratePercentage` double DEFAULT NULL, PRIMARY KEY (`CShippingFixedOptionRelId`), KEY `IX_D89A7E24` (`commerceShippingFixedOptionId`), KEY `IX_4AA09D60` (`commerceShippingMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CShippingFixedOptionRel` -- LOCK TABLES `CShippingFixedOptionRel` WRITE; /*!40000 ALTER TABLE `CShippingFixedOptionRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CShippingFixedOptionRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Calendar` -- DROP TABLE IF EXISTS `Calendar`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Calendar` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarResourceId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `timeZoneId` varchar(75) DEFAULT NULL, `color` int DEFAULT NULL, `defaultCalendar` tinyint DEFAULT NULL, `enableComments` tinyint DEFAULT NULL, `enableRatings` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarId`), UNIQUE KEY `IX_3AE311A` (`uuid_`,`groupId`), KEY `IX_97FC174E` (`groupId`,`calendarResourceId`,`defaultCalendar`), KEY `IX_97656498` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Calendar` -- LOCK TABLES `Calendar` WRITE; /*!40000 ALTER TABLE `Calendar` DISABLE KEYS */; /*!40000 ALTER TABLE `Calendar` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CalendarBooking` -- DROP TABLE IF EXISTS `CalendarBooking`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CalendarBooking` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarBookingId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarId` bigint DEFAULT NULL, `calendarResourceId` bigint DEFAULT NULL, `parentCalendarBookingId` bigint DEFAULT NULL, `recurringCalendarBookingId` bigint DEFAULT NULL, `vEventUid` varchar(255) DEFAULT NULL, `title` longtext, `description` longtext, `location` longtext, `startTime` bigint DEFAULT NULL, `endTime` bigint DEFAULT NULL, `allDay` tinyint DEFAULT NULL, `recurrence` longtext, `firstReminder` bigint DEFAULT NULL, `firstReminderType` varchar(75) DEFAULT NULL, `secondReminder` bigint DEFAULT NULL, `secondReminderType` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarBookingId`), UNIQUE KEY `IX_113A264E` (`calendarId`,`parentCalendarBookingId`), UNIQUE KEY `IX_8B23DA0E` (`calendarId`,`vEventUid`), UNIQUE KEY `IX_F4C61797` (`uuid_`,`groupId`), KEY `IX_470170B4` (`calendarId`,`status`), KEY `IX_B198FFC` (`calendarResourceId`), KEY `IX_F7B8A941` (`parentCalendarBookingId`,`status`), KEY `IX_14ADC52E` (`recurringCalendarBookingId`), KEY `IX_A21D9FD5` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CalendarBooking` -- LOCK TABLES `CalendarBooking` WRITE; /*!40000 ALTER TABLE `CalendarBooking` DISABLE KEYS */; /*!40000 ALTER TABLE `CalendarBooking` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CalendarNotificationTemplate` -- DROP TABLE IF EXISTS `CalendarNotificationTemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CalendarNotificationTemplate` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarNotificationTemplateId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarId` bigint DEFAULT NULL, `notificationType` varchar(75) DEFAULT NULL, `notificationTypeSettings` varchar(200) DEFAULT NULL, `notificationTemplateType` varchar(75) DEFAULT NULL, `subject` varchar(75) DEFAULT NULL, `body` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarNotificationTemplateId`), UNIQUE KEY `IX_4012E97F` (`uuid_`,`groupId`), KEY `IX_7727A482` (`calendarId`,`notificationType`,`notificationTemplateType`), KEY `IX_4D7D97BD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CalendarNotificationTemplate` -- LOCK TABLES `CalendarNotificationTemplate` WRITE; /*!40000 ALTER TABLE `CalendarNotificationTemplate` DISABLE KEYS */; /*!40000 ALTER TABLE `CalendarNotificationTemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CalendarResource` -- DROP TABLE IF EXISTS `CalendarResource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CalendarResource` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarResourceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `active_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`calendarResourceId`), UNIQUE KEY `IX_16A12327` (`classNameId`,`classPK`), UNIQUE KEY `IX_4ABD2BC8` (`uuid_`,`groupId`), KEY `IX_76DDD0F7` (`active_`), KEY `IX_4470A59D` (`companyId`,`code_`,`active_`), KEY `IX_40678371` (`groupId`,`active_`), KEY `IX_55C2F8AA` (`groupId`,`code_`), KEY `IX_56A06BC6` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CalendarResource` -- LOCK TABLES `CalendarResource` WRITE; /*!40000 ALTER TABLE `CalendarResource` DISABLE KEYS */; /*!40000 ALTER TABLE `CalendarResource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ChangesetCollection` -- DROP TABLE IF EXISTS `ChangesetCollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ChangesetCollection` ( `changesetCollectionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, PRIMARY KEY (`changesetCollectionId`), UNIQUE KEY `IX_ABEEE793` (`groupId`,`name`), KEY `IX_9AC55E11` (`companyId`,`name`), KEY `IX_EE4B4B0E` (`groupId`,`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ChangesetCollection` -- LOCK TABLES `ChangesetCollection` WRITE; /*!40000 ALTER TABLE `ChangesetCollection` DISABLE KEYS */; /*!40000 ALTER TABLE `ChangesetCollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ChangesetEntry` -- DROP TABLE IF EXISTS `ChangesetEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ChangesetEntry` ( `changesetEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `changesetCollectionId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`changesetEntryId`), UNIQUE KEY `IX_EF48912A` (`changesetCollectionId`,`classNameId`,`classPK`), KEY `IX_CEB6AFA2` (`companyId`), KEY `IX_4A5B2D2A` (`groupId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ChangesetEntry` -- LOCK TABLES `ChangesetEntry` WRITE; /*!40000 ALTER TABLE `ChangesetEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `ChangesetEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ClassName_` -- DROP TABLE IF EXISTS `ClassName_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ClassName_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `classNameId` bigint NOT NULL, `value` varchar(200) DEFAULT NULL, PRIMARY KEY (`classNameId`), UNIQUE KEY `IX_B27A301F` (`value`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ClassName_` -- LOCK TABLES `ClassName_` WRITE; /*!40000 ALTER TABLE `ClassName_` DISABLE KEYS */; INSERT INTO `ClassName_` VALUES (0,20001,'com.liferay.portal.kernel.model.Group'),(0,20002,'com.liferay.portal.kernel.model.Layout'),(0,20003,'com.liferay.portal.kernel.model.Organization'),(0,20004,'com.liferay.portal.kernel.model.Role'),(0,20005,'com.liferay.portal.kernel.model.Team'),(0,20006,'com.liferay.portal.kernel.model.User'),(0,20007,'com.liferay.portal.kernel.model.UserGroup'),(0,20008,'com.liferay.document.library.kernel.model.DLFileEntry'),(0,20009,'com.liferay.document.library.kernel.model.DLFolder'),(0,20010,'com.liferay.announcements.kernel.model.AnnouncementsDelivery'),(0,20011,'com.liferay.announcements.kernel.model.AnnouncementsEntry'),(0,20012,'com.liferay.announcements.kernel.model.AnnouncementsFlag'),(0,20013,'com.liferay.asset.kernel.model.AssetCategory'),(0,20014,'com.liferay.asset.kernel.model.AssetCategoryProperty'),(0,20015,'com.liferay.asset.kernel.model.AssetEntry'),(0,20016,'com.liferay.asset.kernel.model.AssetLink'),(0,20017,'com.liferay.asset.kernel.model.AssetTag'),(0,20018,'com.liferay.asset.kernel.model.AssetTagStats'),(0,20019,'com.liferay.asset.kernel.model.AssetVocabulary'),(0,20020,'com.liferay.counter.kernel.model.Counter'),(0,20021,'com.liferay.document.library.kernel.model.DLFileEntryMetadata'),(0,20022,'com.liferay.document.library.kernel.model.DLFileEntryType'),(0,20023,'com.liferay.document.library.kernel.model.DLFileShortcut'),(0,20024,'com.liferay.document.library.kernel.model.DLFileVersion'),(0,20025,'com.liferay.expando.kernel.model.ExpandoColumn'),(0,20026,'com.liferay.expando.kernel.model.ExpandoRow'),(0,20027,'com.liferay.expando.kernel.model.ExpandoTable'),(0,20028,'com.liferay.expando.kernel.model.ExpandoValue'),(0,20029,'com.liferay.exportimport.kernel.model.ExportImportConfiguration'),(0,20030,'com.liferay.portal.kernel.model.Account'),(0,20031,'com.liferay.portal.kernel.model.Address'),(0,20032,'com.liferay.portal.kernel.model.BrowserTracker'),(0,20033,'com.liferay.portal.kernel.model.ClassName'),(0,20034,'com.liferay.portal.kernel.model.ClusterGroup'),(0,20035,'com.liferay.portal.kernel.model.Company'),(0,20036,'com.liferay.portal.kernel.model.Contact'),(0,20037,'com.liferay.portal.kernel.model.Country'),(0,20038,'com.liferay.portal.kernel.model.EmailAddress'),(0,20039,'com.liferay.portal.kernel.model.Image'),(0,20040,'com.liferay.portal.kernel.model.LayoutBranch'),(0,20041,'com.liferay.portal.kernel.model.LayoutFriendlyURL'),(0,20042,'com.liferay.portal.kernel.model.LayoutPrototype'),(0,20043,'com.liferay.portal.kernel.model.LayoutRevision'),(0,20044,'com.liferay.portal.kernel.model.LayoutSet'),(0,20045,'com.liferay.portal.kernel.model.LayoutSetBranch'),(0,20046,'com.liferay.portal.kernel.model.LayoutSetPrototype'),(0,20047,'com.liferay.portal.kernel.model.LayoutSetVersion'),(0,20048,'com.liferay.portal.kernel.model.LayoutVersion'),(0,20049,'com.liferay.portal.kernel.model.ListType'),(0,20050,'com.liferay.portal.kernel.model.MembershipRequest'),(0,20051,'com.liferay.portal.kernel.model.OrgGroupRole'),(0,20052,'com.liferay.portal.kernel.model.OrgLabor'),(0,20053,'com.liferay.portal.kernel.model.PasswordPolicy'),(0,20054,'com.liferay.portal.kernel.model.PasswordPolicyRel'),(0,20055,'com.liferay.portal.kernel.model.PasswordTracker'),(0,20056,'com.liferay.portal.kernel.model.Phone'),(0,20057,'com.liferay.portal.kernel.model.PluginSetting'),(0,20058,'com.liferay.portal.kernel.model.PortalPreferences'),(0,20059,'com.liferay.portal.kernel.model.Portlet'),(0,20060,'com.liferay.portal.kernel.model.PortletItem'),(0,20061,'com.liferay.portal.kernel.model.PortletPreferences'),(0,20062,'com.liferay.portal.kernel.model.RecentLayoutBranch'),(0,20063,'com.liferay.portal.kernel.model.RecentLayoutRevision'),(0,20064,'com.liferay.portal.kernel.model.RecentLayoutSetBranch'),(0,20065,'com.liferay.portal.kernel.model.Region'),(0,20066,'com.liferay.portal.kernel.model.Release'),(0,20067,'com.liferay.portal.kernel.model.Repository'),(0,20068,'com.liferay.portal.kernel.model.RepositoryEntry'),(0,20069,'com.liferay.portal.kernel.model.ResourceAction'),(0,20070,'com.liferay.portal.kernel.model.ResourceBlock'),(0,20071,'com.liferay.portal.kernel.model.ResourceBlockPermission'),(0,20072,'com.liferay.portal.kernel.model.ResourcePermission'),(0,20073,'com.liferay.portal.kernel.model.ResourceTypePermission'),(0,20074,'com.liferay.portal.kernel.model.ServiceComponent'),(0,20075,'com.liferay.portal.kernel.model.Subscription'),(0,20076,'com.liferay.portal.kernel.model.SystemEvent'),(0,20077,'com.liferay.portal.kernel.model.Ticket'),(0,20078,'com.liferay.portal.kernel.model.UserGroupGroupRole'),(0,20079,'com.liferay.portal.kernel.model.UserGroupRole'),(0,20080,'com.liferay.portal.kernel.model.UserIdMapper'),(0,20081,'com.liferay.portal.kernel.model.UserNotificationDelivery'),(0,20082,'com.liferay.portal.kernel.model.UserNotificationEvent'),(0,20083,'com.liferay.portal.kernel.model.UserTracker'),(0,20084,'com.liferay.portal.kernel.model.UserTrackerPath'),(0,20085,'com.liferay.portal.kernel.model.VirtualHost'),(0,20086,'com.liferay.portal.kernel.model.WebDAVProps'),(0,20087,'com.liferay.portal.kernel.model.Website'),(0,20088,'com.liferay.portal.kernel.model.WorkflowDefinitionLink'),(0,20089,'com.liferay.portal.kernel.model.WorkflowInstanceLink'),(0,20090,'com.liferay.portal.kernel.workflow.WorkflowTask'),(0,20091,'com.liferay.ratings.kernel.model.RatingsEntry'),(0,20092,'com.liferay.ratings.kernel.model.RatingsStats'),(0,20093,'com.liferay.social.kernel.model.SocialActivity'),(0,20094,'com.liferay.social.kernel.model.SocialActivityAchievement'),(0,20095,'com.liferay.social.kernel.model.SocialActivityCounter'),(0,20096,'com.liferay.social.kernel.model.SocialActivityLimit'),(0,20097,'com.liferay.social.kernel.model.SocialActivitySet'),(0,20098,'com.liferay.social.kernel.model.SocialActivitySetting'),(0,20099,'com.liferay.social.kernel.model.SocialRelation'),(0,20100,'com.liferay.social.kernel.model.SocialRequest'),(0,20120,'com.liferay.portal.kernel.model.UserPersonalSite'),(0,20135,'com.liferay.saml.persistence.model.SamlIdpSpConnection'),(0,20138,'com.liferay.saml.persistence.model.SamlSpIdpConnection'),(0,20816,'com.liferay.opensocial.model.Gadget'),(0,20817,'com.liferay.opensocial.model.OAuthConsumer'),(0,20818,'com.liferay.opensocial.model.OAuthToken'),(0,20827,'com.liferay.tasks.model.TasksEntry'),(0,20840,'com.liferay.portal.kernel.theme.NavItem'),(0,21402,'com.liferay.subscription.model.Subscription'),(0,22601,'com.liferay.powwow.model.PowwowMeeting'),(0,22602,'com.liferay.powwow.model.PowwowParticipant'),(0,22603,'com.liferay.powwow.model.PowwowServer'),(0,31301,'com.liferay.oauth2.provider.model.OAuth2Application'),(0,31302,'com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliases'),(0,31303,'com.liferay.oauth2.provider.model.OAuth2Authorization'),(0,31304,'com.liferay.oauth2.provider.model.OAuth2ScopeGrant'),(0,31401,'com.liferay.journal.model.JournalArticle'),(0,31402,'com.liferay.journal.model.JournalArticleLocalization'),(0,31403,'com.liferay.journal.model.JournalArticleResource'),(0,31404,'com.liferay.journal.model.JournalContentSearch'),(0,31501,'com.liferay.journal.model.JournalFeed'),(0,31502,'com.liferay.journal.model.JournalFolder'),(0,31601,'com.liferay.commerce.bom.model.CommerceBOMDefinition'),(0,31602,'com.liferay.commerce.bom.model.CommerceBOMEntry'),(0,31604,'com.liferay.commerce.bom.model.CommerceBOMFolder'),(0,31605,'com.liferay.commerce.bom.model.CommerceBOMFolderApplicationRel'),(0,31702,'com.liferay.data.engine.model.DEDataDefinitionFieldLink'),(0,31703,'com.liferay.data.engine.model.DEDataListView'),(0,31901,'com.liferay.asset.list.model.AssetListEntry'),(0,31902,'com.liferay.asset.list.model.AssetListEntryAssetEntryRel'),(0,31903,'com.liferay.asset.list.model.AssetListEntrySegmentsEntryRel'),(0,31904,'com.liferay.asset.list.model.AssetListEntryUsage'),(0,32001,'com.liferay.commerce.notification.model.CommerceNotificationAttachment'),(0,32002,'com.liferay.commerce.notification.model.CommerceNotificationQueueEntry'),(0,32003,'com.liferay.commerce.notification.model.CommerceNotificationTemplate'),(0,32004,'com.liferay.commerce.notification.model.CommerceNotificationTemplateCommerceAccountGroupRel'),(0,32101,'com.liferay.asset.display.page.model.AssetDisplayPageEntry'),(0,32201,'com.liferay.asset.tag.stats.model.AssetTagStats'),(0,32301,'com.liferay.sync.model.SyncDevice'),(0,32302,'com.liferay.sync.model.SyncDLFileVersionDiff'),(0,32303,'com.liferay.sync.model.SyncDLObject'),(0,32401,'com.liferay.layout.seo.model.LayoutSEOEntry'),(0,32601,'com.liferay.wiki.model.WikiNode'),(0,32602,'com.liferay.wiki.model.WikiPage'),(0,32603,'com.liferay.wiki.model.WikiPageResource'),(0,32701,'com.liferay.commerce.machine.learning.forecast.alert.model.CommerceMLForecastAlertEntry'),(0,32801,'com.liferay.commerce.product.type.virtual.order.model.CommerceVirtualOrderItem'),(0,32901,'com.liferay.commerce.application.model.CommerceApplicationBrand'),(0,32902,'com.liferay.commerce.application.model.CommerceApplicationModel'),(0,32903,'com.liferay.commerce.application.model.CommerceApplicationModelCProductRel'),(0,33101,'com.liferay.portal.security.sso.openid.connect.persistence.model.OpenIdConnectSession'),(0,33201,'com.liferay.commerce.discount.model.CommerceDiscount'),(0,33202,'com.liferay.commerce.discount.model.CommerceDiscountAccountRel'),(0,33203,'com.liferay.commerce.discount.model.CommerceDiscountCommerceAccountGroupRel'),(0,33204,'com.liferay.commerce.discount.model.CommerceDiscountRel'),(0,33205,'com.liferay.commerce.discount.model.CommerceDiscountRule'),(0,33206,'com.liferay.commerce.discount.model.CommerceDiscountUsageEntry'),(0,33301,'com.liferay.asset.entry.rel.model.AssetEntryAssetCategoryRel'),(0,33401,'com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinition'),(0,33402,'com.liferay.portal.workflow.metrics.model.WorkflowMetricsSLADefinitionVersion'),(0,33501,'com.liferay.document.library.sync.model.DLSyncEvent'),(0,33601,'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess'),(0,33602,'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcessLog'),(0,33901,'com.liferay.segments.model.SegmentsEntry'),(0,33902,'com.liferay.segments.model.SegmentsEntryRel'),(0,33903,'com.liferay.segments.model.SegmentsEntryRole'),(0,33904,'com.liferay.segments.model.SegmentsExperience'),(0,33905,'com.liferay.segments.model.SegmentsExperiment'),(0,33906,'com.liferay.segments.model.SegmentsExperimentRel'),(0,34201,'com.liferay.mobile.device.rules.model.MDRAction'),(0,34202,'com.liferay.mobile.device.rules.model.MDRRule'),(0,34203,'com.liferay.mobile.device.rules.model.MDRRuleGroup'),(0,34204,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance'),(0,34301,'com.liferay.sharing.model.SharingEntry'),(0,34401,'com.liferay.knowledge.base.model.KBArticle'),(0,34402,'com.liferay.knowledge.base.model.KBComment'),(0,34403,'com.liferay.knowledge.base.model.KBFolder'),(0,34404,'com.liferay.knowledge.base.model.KBTemplate'),(0,34501,'com.liferay.bookmarks.model.BookmarksEntry'),(0,34503,'com.liferay.bookmarks.model.BookmarksFolder'),(0,34602,'com.liferay.document.library.opener.model.DLOpenerFileEntryReference'),(0,34701,'com.liferay.site.navigation.model.SiteNavigationMenu'),(0,34702,'com.liferay.site.navigation.model.SiteNavigationMenuItem'),(0,34801,'com.liferay.portal.lock.model.Lock'),(0,34803,'com.liferay.expando.kernel.model.adapter.StagedExpandoTable'),(0,34804,'com.liferay.expando.kernel.model.adapter.StagedExpandoColumn'),(0,34901,'com.liferay.commerce.model.CommerceAddress'),(0,34902,'com.liferay.commerce.model.CommerceAddressRestriction'),(0,34903,'com.liferay.commerce.model.CommerceAvailabilityEstimate'),(0,34904,'com.liferay.commerce.model.CommerceCountry'),(0,34905,'com.liferay.commerce.model.CommerceOrder'),(0,34906,'com.liferay.commerce.model.CommerceOrderItem'),(0,34907,'com.liferay.commerce.model.CommerceOrderNote'),(0,34908,'com.liferay.commerce.model.CommerceOrderPayment'),(0,34909,'com.liferay.commerce.model.CommerceRegion'),(0,34910,'com.liferay.commerce.model.CommerceShipment'),(0,34911,'com.liferay.commerce.model.CommerceShipmentItem'),(0,34912,'com.liferay.commerce.model.CommerceShippingMethod'),(0,34913,'com.liferay.commerce.model.CommerceSubscriptionEntry'),(0,34914,'com.liferay.commerce.model.CPDAvailabilityEstimate'),(0,34915,'com.liferay.commerce.model.CPDefinitionInventory'),(0,35001,'com.liferay.blogs.model.BlogsEntry'),(0,35002,'com.liferay.blogs.model.BlogsStatsUser'),(0,35101,'com.liferay.push.notifications.model.PushNotificationsDevice'),(0,35201,'com.liferay.portal.background.task.model.BackgroundTask'),(0,35401,'com.liferay.site.model.SiteFriendlyURL'),(0,35501,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess'),(0,35502,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessLink'),(0,35601,'com.liferay.portal.security.service.access.policy.model.SAPEntry'),(0,35716,'com.liferay.document.library.content.model.DLContent'),(0,35801,'com.liferay.calendar.model.Calendar'),(0,35802,'com.liferay.calendar.model.CalendarBooking'),(0,35803,'com.liferay.calendar.model.CalendarNotificationTemplate'),(0,35804,'com.liferay.calendar.model.CalendarResource'),(0,35901,'com.liferay.portal.workflow.kaleo.model.KaleoAction'),(0,35902,'com.liferay.portal.workflow.kaleo.model.KaleoCondition'),(0,35903,'com.liferay.portal.workflow.kaleo.model.KaleoDefinition'),(0,35904,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion'),(0,35905,'com.liferay.portal.workflow.kaleo.model.KaleoInstance'),(0,35906,'com.liferay.portal.workflow.kaleo.model.KaleoInstanceToken'),(0,35907,'com.liferay.portal.workflow.kaleo.model.KaleoLog'),(0,35908,'com.liferay.portal.workflow.kaleo.model.KaleoNode'),(0,35909,'com.liferay.portal.workflow.kaleo.model.KaleoNotification'),(0,35910,'com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient'),(0,35911,'com.liferay.portal.workflow.kaleo.model.KaleoTask'),(0,35912,'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment'),(0,35914,'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance'),(0,35915,'com.liferay.portal.workflow.kaleo.model.KaleoTaskForm'),(0,36001,'com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstance'),(0,36002,'com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken'),(0,36003,'com.liferay.portal.workflow.kaleo.model.KaleoTimer'),(0,36004,'com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken'),(0,36005,'com.liferay.portal.workflow.kaleo.model.KaleoTransition'),(0,36201,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel'),(0,36202,'com.liferay.changeset.model.ChangesetCollection'),(0,36203,'com.liferay.changeset.model.ChangesetEntry'),(0,36205,'com.liferay.contacts.model.Entry'),(0,36301,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection'),(0,36302,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry'),(0,36304,'com.liferay.layout.page.template.model.LayoutPageTemplateStructure'),(0,36305,'com.liferay.layout.page.template.model.LayoutPageTemplateStructureRel'),(0,36402,'com.liferay.html.preview.model.HtmlPreviewEntry'),(0,36501,'com.liferay.invitation.invite.members.model.MemberRequest'),(0,36601,'com.liferay.commerce.product.model.CommerceCatalog'),(0,36602,'com.liferay.commerce.product.model.CommerceChannel'),(0,36603,'com.liferay.commerce.product.model.CommerceChannelRel'),(0,36604,'com.liferay.commerce.product.model.CPAttachmentFileEntry'),(0,36605,'com.liferay.commerce.product.model.CPDefinition'),(0,36606,'com.liferay.commerce.product.model.CPDefinitionLink'),(0,36607,'com.liferay.commerce.product.model.CPDefinitionLocalization'),(0,36608,'com.liferay.commerce.product.model.CPDefinitionOptionRel'),(0,36609,'com.liferay.commerce.product.model.CPDefinitionOptionValueRel'),(0,36610,'com.liferay.commerce.product.model.CPDefinitionSpecificationOptionValue'),(0,36611,'com.liferay.commerce.product.model.CPDisplayLayout'),(0,36612,'com.liferay.commerce.product.model.CPFriendlyURLEntry'),(0,36613,'com.liferay.commerce.product.model.CPInstance'),(0,36614,'com.liferay.commerce.product.model.CPInstanceOptionValueRel'),(0,36615,'com.liferay.commerce.product.model.CPMeasurementUnit'),(0,36616,'com.liferay.commerce.product.model.CPOption'),(0,36617,'com.liferay.commerce.product.model.CPOptionCategory'),(0,36618,'com.liferay.commerce.product.model.CPOptionValue'),(0,36619,'com.liferay.commerce.product.model.CProduct'),(0,36620,'com.liferay.commerce.product.model.CPSpecificationOption'),(0,36621,'com.liferay.commerce.product.model.CPTaxCategory'),(0,36701,'com.liferay.fragment.model.FragmentCollection'),(0,36702,'com.liferay.fragment.model.FragmentEntry'),(0,36703,'com.liferay.fragment.model.FragmentEntryLink'),(0,36801,'com.liferay.friendly.url.model.FriendlyURLEntry'),(0,36802,'com.liferay.friendly.url.model.FriendlyURLEntryLocalization'),(0,36803,'com.liferay.friendly.url.model.FriendlyURLEntryMapping'),(0,36901,'com.liferay.commerce.currency.model.CommerceCurrency'),(0,37401,'com.liferay.reading.time.model.ReadingTimeEntry'),(0,37403,'com.liferay.document.library.file.rank.model.DLFileRank'),(0,37404,'com.liferay.commerce.tax.engine.fixed.model.CommerceTaxFixedRate'),(0,37405,'com.liferay.commerce.tax.engine.fixed.model.CommerceTaxFixedRateAddressRel'),(0,37407,'com.liferay.commerce.price.list.model.CommercePriceEntry'),(0,37408,'com.liferay.commerce.price.list.model.CommercePriceList'),(0,37409,'com.liferay.commerce.price.list.model.CommercePriceListAccountRel'),(0,37410,'com.liferay.commerce.price.list.model.CommercePriceListChannelRel'),(0,37411,'com.liferay.commerce.price.list.model.CommercePriceListCommerceAccountGroupRel'),(0,37412,'com.liferay.commerce.price.list.model.CommercePriceListDiscountRel'),(0,37413,'com.liferay.commerce.price.list.model.CommerceTierPriceEntry'),(0,37501,'com.liferay.saml.persistence.model.SamlIdpSpSession'),(0,37502,'com.liferay.saml.persistence.model.SamlIdpSsoSession'),(0,37503,'com.liferay.saml.persistence.model.SamlSpAuthRequest'),(0,37504,'com.liferay.saml.persistence.model.SamlSpMessage'),(0,37505,'com.liferay.saml.persistence.model.SamlSpSession'),(0,37601,'com.liferay.asset.category.property.model.AssetCategoryProperty'),(0,37701,'com.liferay.oauth.model.OAuthApplication'),(0,37702,'com.liferay.oauth.model.OAuthUser'),(0,37801,'com.liferay.document.library.model.DLFileVersionPreview'),(0,37901,'com.liferay.marketplace.model.App'),(0,37902,'com.liferay.marketplace.model.Module'),(0,38001,'com.liferay.sharepoint.rest.oauth2.model.SharepointOAuth2TokenEntry'),(0,38101,'com.liferay.microblogs.model.MicroblogsEntry'),(0,38201,'com.liferay.commerce.product.type.grouped.model.CPDefinitionGroupedEntry'),(0,38301,'com.liferay.asset.auto.tagger.model.AssetAutoTaggerEntry'),(0,38401,'com.liferay.dynamic.data.lists.model.DDLRecord'),(0,38402,'com.liferay.dynamic.data.lists.model.DDLRecordSet'),(0,38403,'com.liferay.dynamic.data.lists.model.DDLRecordSetVersion'),(0,38404,'com.liferay.dynamic.data.lists.model.DDLRecordVersion'),(0,38501,'com.liferay.message.boards.model.MBBan'),(0,38503,'com.liferay.message.boards.model.MBCategory'),(0,38504,'com.liferay.message.boards.model.MBDiscussion'),(0,38601,'com.liferay.message.boards.model.MBMailingList'),(0,38602,'com.liferay.message.boards.model.MBMessage'),(0,38603,'com.liferay.message.boards.model.MBStatsUser'),(0,38604,'com.liferay.message.boards.model.MBThread'),(0,38605,'com.liferay.message.boards.model.MBThreadFlag'),(0,38901,'com.liferay.analytics.message.storage.model.AnalyticsMessage'),(0,39001,'com.liferay.batch.engine.model.BatchEngineExportTask'),(0,39002,'com.liferay.batch.engine.model.BatchEngineImportTask'),(0,39004,'com.liferay.portal.security.wedeploy.auth.model.WeDeployAuthApp'),(0,39005,'com.liferay.portal.security.wedeploy.auth.model.WeDeployAuthToken'),(0,39007,'com.liferay.commerce.tax.model.CommerceTaxMethod'),(0,39008,'com.liferay.trash.model.TrashEntry'),(0,39009,'com.liferay.trash.model.TrashVersion'),(0,39203,'com.liferay.portal.repository.portletrepository.PortletRepository'),(0,39206,'com.liferay.portal.repository.liferayrepository.LiferayRepository'),(0,39207,'com.liferay.portal.repository.temporaryrepository.TemporaryFileEntryRepository'),(0,39212,'com.liferay.commerce.account.model.CommerceAccount'),(0,39213,'com.liferay.commerce.account.model.CommerceAccountGroup'),(0,39214,'com.liferay.commerce.account.model.CommerceAccountGroupCommerceAccountRel'),(0,39215,'com.liferay.commerce.account.model.CommerceAccountGroupRel'),(0,39216,'com.liferay.commerce.account.model.CommerceAccountOrganizationRel'),(0,39217,'com.liferay.commerce.account.model.CommerceAccountUserRel'),(0,39306,'com.liferay.commerce.pricing.model.CommercePriceModifier'),(0,39307,'com.liferay.commerce.pricing.model.CommercePriceModifierRel'),(0,39308,'com.liferay.commerce.pricing.model.CommercePricingClass'),(0,39309,'com.liferay.commerce.pricing.model.CommercePricingClassCPDefinitionRel'),(0,39501,'com.liferay.dynamic.data.mapping.model.DDMContent'),(0,39502,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance'),(0,39503,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLink'),(0,39504,'com.liferay.dynamic.data.mapping.model.DDMFormInstance'),(0,39505,'com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecord'),(0,39506,'com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecordVersion'),(0,39507,'com.liferay.dynamic.data.mapping.model.DDMFormInstanceVersion'),(0,39508,'com.liferay.dynamic.data.mapping.model.DDMStorageLink'),(0,39509,'com.liferay.dynamic.data.mapping.model.DDMStructure'),(0,39510,'com.liferay.dynamic.data.mapping.model.DDMStructureLayout'),(0,39511,'com.liferay.dynamic.data.mapping.model.DDMStructureLink'),(0,39512,'com.liferay.dynamic.data.mapping.model.DDMStructureVersion'),(0,39513,'com.liferay.dynamic.data.mapping.model.DDMTemplate'),(0,39514,'com.liferay.dynamic.data.mapping.model.DDMTemplateLink'),(0,39515,'com.liferay.dynamic.data.mapping.model.DDMTemplateVersion'),(0,39901,'com.liferay.commerce.address.content.web.internal.portlet.CommerceAddressContentPortlet'),(0,39902,'com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry'),(0,39903,'com.liferay.portal.search.similar.results.web.internal.display.context.SimilarResultsDocumentDisplayContext'),(0,39904,'com.liferay.commerce.product.content.web.internal.portlet.CPCompareContentMiniPortlet'),(0,39905,'com.liferay.commerce.product.content.web.internal.portlet.CPCompareContentPortlet'),(0,39906,'com.liferay.commerce.product.content.web.internal.portlet.CPContentPortlet'),(0,39907,'com.liferay.commerce.product.content.web.internal.portlet.CPPublisherPortlet'),(0,39908,'com.liferay.rss.web.internal.util.RSSFeed'),(0,39909,'com.liferay.commerce.product.content.category.web.internal.portlet.CPCategoryContentPortlet'),(0,39910,'com.liferay.portal.kernel.servlet.taglib.ui.LanguageEntry'),(0,39911,'com.liferay.commerce.cart.content.web.internal.portlet.CommerceCartContentMiniPortlet'),(0,39912,'com.liferay.commerce.cart.content.web.internal.portlet.CommerceCartContentPortlet'),(0,39913,'com.liferay.commerce.cart.content.web.internal.portlet.CommerceCartContentTotalPortlet'),(0,39914,'com.liferay.commerce.order.content.web.internal.portlet.CommerceOpenOrderContentPortlet'),(0,39916,'com.liferay.commerce.order.content.web.internal.portlet.CommerceOrderContentPortlet'),(0,39917,'com.liferay.commerce.product.type.virtual.order.content.web.internal.portlet.CommerceVirtualOrderItemContentPortlet'),(0,40001,'com.liferay.commerce.product.asset.categories.navigation.web.internal.portlet.CPAssetCategoriesNavigationPortlet'),(0,40002,'com.liferay.portal.kernel.repository.model.FileEntry'),(0,40003,'com.liferay.commerce.product.content.search.web.internal.portlet.CPSearchResultsPortlet'),(0,40004,'com.liferay.portlet.display.template.PortletDisplayTemplate'),(0,40723,'com.liferay.document.library.kernel.util.RawMetadataProcessor'),(0,40924,'com.liferay.commerce.inventory.model.CommerceInventoryAudit'),(0,40925,'com.liferay.commerce.inventory.model.CommerceInventoryBookedQuantity'),(0,40926,'com.liferay.commerce.inventory.model.CommerceInventoryReplenishmentItem'),(0,40927,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse'),(0,40928,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouseItem'),(0,40934,'com.liferay.asset.model.AssetEntryUsage'),(0,40937,'com.liferay.adaptive.media.image.model.AMImageEntry'),(0,41003,'com.liferay.portal.security.audit.storage.model.AuditEvent'),(0,41008,'com.liferay.commerce.wish.list.model.CommerceWishList'),(0,41009,'com.liferay.commerce.wish.list.model.CommerceWishListItem'),(0,41049,'com.liferay.polls.model.PollsChoice'),(0,41050,'com.liferay.polls.model.PollsQuestion'),(0,41051,'com.liferay.polls.model.PollsVote'),(0,41056,'com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOption'),(0,41057,'com.liferay.commerce.shipping.engine.fixed.model.CommerceShippingFixedOptionRel'),(0,41058,'com.liferay.commerce.product.type.virtual.model.CPDefinitionVirtualSetting'),(0,41060,'com.liferay.portal.reports.engine.console.model.Definition'),(0,41062,'com.liferay.portal.reports.engine.console.model.Entry'),(0,41063,'com.liferay.portal.reports.engine.console.model.Source'); /*!40000 ALTER TABLE `ClassName_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ClusterGroup` -- DROP TABLE IF EXISTS `ClusterGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ClusterGroup` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `clusterGroupId` bigint NOT NULL, `name` varchar(75) DEFAULT NULL, `clusterNodeIds` varchar(75) DEFAULT NULL, `wholeCluster` tinyint DEFAULT NULL, PRIMARY KEY (`clusterGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ClusterGroup` -- LOCK TABLES `ClusterGroup` WRITE; /*!40000 ALTER TABLE `ClusterGroup` DISABLE KEYS */; /*!40000 ALTER TABLE `ClusterGroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAccount` -- DROP TABLE IF EXISTS `CommerceAccount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAccount` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceAccountId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCommerceAccountId` bigint DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `logoId` bigint DEFAULT NULL, `email` varchar(75) DEFAULT NULL, `taxId` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `active_` tinyint DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `defaultBillingAddressId` bigint DEFAULT NULL, `defaultShippingAddressId` bigint DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAccountId`), KEY `IX_721C700D` (`companyId`,`externalReferenceCode`), KEY `IX_FE5BDB63` (`userId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAccount` -- LOCK TABLES `CommerceAccount` WRITE; /*!40000 ALTER TABLE `CommerceAccount` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceAccount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAccountGroup` -- DROP TABLE IF EXISTS `CommerceAccountGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAccountGroup` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceAccountGroupId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `system_` tinyint DEFAULT NULL, PRIMARY KEY (`commerceAccountGroupId`), KEY `IX_E487EEC8` (`companyId`,`externalReferenceCode`), KEY `IX_6A32E160` (`companyId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAccountGroup` -- LOCK TABLES `CommerceAccountGroup` WRITE; /*!40000 ALTER TABLE `CommerceAccountGroup` DISABLE KEYS */; INSERT INTO `CommerceAccountGroup` VALUES ('39301',39301,20101,20130,'Test Test','2023-02-22 17:00:45.050000','2023-02-22 17:00:45.050000','Guest',2,1); /*!40000 ALTER TABLE `CommerceAccountGroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAccountGroupRel` -- DROP TABLE IF EXISTS `CommerceAccountGroupRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAccountGroupRel` ( `commerceAccountGroupRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `commerceAccountGroupId` bigint DEFAULT NULL, PRIMARY KEY (`commerceAccountGroupRelId`), UNIQUE KEY `IX_C5D83543` (`classNameId`,`classPK`,`commerceAccountGroupId`), KEY `IX_8B84036E` (`commerceAccountGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAccountGroupRel` -- LOCK TABLES `CommerceAccountGroupRel` WRITE; /*!40000 ALTER TABLE `CommerceAccountGroupRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceAccountGroupRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAccountOrganizationRel` -- DROP TABLE IF EXISTS `CommerceAccountOrganizationRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAccountOrganizationRel` ( `commerceAccountId` bigint NOT NULL, `organizationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAccountId`,`organizationId`), KEY `IX_16599BBC` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAccountOrganizationRel` -- LOCK TABLES `CommerceAccountOrganizationRel` WRITE; /*!40000 ALTER TABLE `CommerceAccountOrganizationRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceAccountOrganizationRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAccountUserRel` -- DROP TABLE IF EXISTS `CommerceAccountUserRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAccountUserRel` ( `commerceAccountId` bigint NOT NULL, `commerceAccountUserId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAccountId`,`commerceAccountUserId`), KEY `IX_EC8DEFA6` (`commerceAccountUserId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAccountUserRel` -- LOCK TABLES `CommerceAccountUserRel` WRITE; /*!40000 ALTER TABLE `CommerceAccountUserRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceAccountUserRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAddress` -- DROP TABLE IF EXISTS `CommerceAddress`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAddress` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceAddressId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` longtext, `street1` varchar(255) DEFAULT NULL, `street2` varchar(255) DEFAULT NULL, `street3` varchar(255) DEFAULT NULL, `city` varchar(75) DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `commerceRegionId` bigint DEFAULT NULL, `commerceCountryId` bigint DEFAULT NULL, `latitude` double DEFAULT NULL, `longitude` double DEFAULT NULL, `phoneNumber` varchar(75) DEFAULT NULL, `defaultBilling` tinyint DEFAULT NULL, `defaultShipping` tinyint DEFAULT NULL, `type_` int DEFAULT NULL, PRIMARY KEY (`commerceAddressId`), KEY `IX_15EA4714` (`classNameId`,`classPK`), KEY `IX_CD76FE87` (`commerceCountryId`), KEY `IX_71C5A9DD` (`commerceRegionId`), KEY `IX_6D0EADB7` (`companyId`,`classNameId`,`classPK`,`type_`), KEY `IX_4E616A54` (`companyId`,`externalReferenceCode`), KEY `IX_EEACF18E` (`groupId`,`classNameId`,`classPK`,`defaultBilling`), KEY `IX_333246DF` (`groupId`,`classNameId`,`classPK`,`defaultShipping`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAddress` -- LOCK TABLES `CommerceAddress` WRITE; /*!40000 ALTER TABLE `CommerceAddress` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceAddress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAddressRestriction` -- DROP TABLE IF EXISTS `CommerceAddressRestriction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAddressRestriction` ( `commerceAddressRestrictionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `commerceCountryId` bigint DEFAULT NULL, PRIMARY KEY (`commerceAddressRestrictionId`), UNIQUE KEY `IX_495311F8` (`classNameId`,`classPK`,`commerceCountryId`), KEY `IX_69DBF5AD` (`commerceCountryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAddressRestriction` -- LOCK TABLES `CommerceAddressRestriction` WRITE; /*!40000 ALTER TABLE `CommerceAddressRestriction` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceAddressRestriction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceApplicationBrand` -- DROP TABLE IF EXISTS `CommerceApplicationBrand`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceApplicationBrand` ( `commerceApplicationBrandId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `logoId` bigint DEFAULT NULL, PRIMARY KEY (`commerceApplicationBrandId`), KEY `IX_3BF424B0` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceApplicationBrand` -- LOCK TABLES `CommerceApplicationBrand` WRITE; /*!40000 ALTER TABLE `CommerceApplicationBrand` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceApplicationBrand` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceApplicationModel` -- DROP TABLE IF EXISTS `CommerceApplicationModel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceApplicationModel` ( `commerceApplicationModelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceApplicationBrandId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `year` varchar(75) DEFAULT NULL, PRIMARY KEY (`commerceApplicationModelId`), KEY `IX_B852259B` (`commerceApplicationBrandId`), KEY `IX_47286C4E` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceApplicationModel` -- LOCK TABLES `CommerceApplicationModel` WRITE; /*!40000 ALTER TABLE `CommerceApplicationModel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceApplicationModel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceAvailabilityEstimate` -- DROP TABLE IF EXISTS `CommerceAvailabilityEstimate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceAvailabilityEstimate` ( `uuid_` varchar(75) DEFAULT NULL, `commerceAvailabilityEstimateId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `priority` double DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceAvailabilityEstimateId`), KEY `IX_72527224` (`companyId`), KEY `IX_EA65A078` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceAvailabilityEstimate` -- LOCK TABLES `CommerceAvailabilityEstimate` WRITE; /*!40000 ALTER TABLE `CommerceAvailabilityEstimate` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceAvailabilityEstimate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceBOMDefinition` -- DROP TABLE IF EXISTS `CommerceBOMDefinition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceBOMDefinition` ( `commerceBOMDefinitionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceBOMFolderId` bigint DEFAULT NULL, `CPAttachmentFileEntryId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `friendlyUrl` varchar(75) DEFAULT NULL, PRIMARY KEY (`commerceBOMDefinitionId`), KEY `IX_585FB5E0` (`commerceBOMFolderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceBOMDefinition` -- LOCK TABLES `CommerceBOMDefinition` WRITE; /*!40000 ALTER TABLE `CommerceBOMDefinition` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceBOMDefinition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceBOMEntry` -- DROP TABLE IF EXISTS `CommerceBOMEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceBOMEntry` ( `commerceBOMEntryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `number_` int DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `commerceBOMDefinitionId` bigint DEFAULT NULL, `positionX` double DEFAULT NULL, `positionY` double DEFAULT NULL, `radius` double DEFAULT NULL, PRIMARY KEY (`commerceBOMEntryId`), KEY `IX_9E3B4DF0` (`commerceBOMDefinitionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceBOMEntry` -- LOCK TABLES `CommerceBOMEntry` WRITE; /*!40000 ALTER TABLE `CommerceBOMEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceBOMEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceBOMFolder` -- DROP TABLE IF EXISTS `CommerceBOMFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceBOMFolder` ( `commerceBOMFolderId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCommerceBOMFolderId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `logoId` bigint DEFAULT NULL, `treePath` varchar(75) DEFAULT NULL, PRIMARY KEY (`commerceBOMFolderId`), KEY `IX_BD662485` (`companyId`,`parentCommerceBOMFolderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceBOMFolder` -- LOCK TABLES `CommerceBOMFolder` WRITE; /*!40000 ALTER TABLE `CommerceBOMFolder` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceBOMFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceCatalog` -- DROP TABLE IF EXISTS `CommerceCatalog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceCatalog` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceCatalogId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `commerceCurrencyCode` varchar(75) DEFAULT NULL, `catalogDefaultLanguageId` varchar(75) DEFAULT NULL, `system_` tinyint DEFAULT NULL, PRIMARY KEY (`commerceCatalogId`), KEY `IX_1198BFF9` (`companyId`,`externalReferenceCode`), KEY `IX_65864AFC` (`companyId`,`system_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceCatalog` -- LOCK TABLES `CommerceCatalog` WRITE; /*!40000 ALTER TABLE `CommerceCatalog` DISABLE KEYS */; INSERT INTO `CommerceCatalog` VALUES ('41109',41109,20101,20105,NULL,'2023-02-22 17:01:07.788000','2023-02-22 17:01:07.788000','Master','USD','en_US',1); /*!40000 ALTER TABLE `CommerceCatalog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceChannel` -- DROP TABLE IF EXISTS `CommerceChannel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceChannel` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceChannelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `siteGroupId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` varchar(75) DEFAULT NULL, `commerceCurrencyCode` varchar(75) DEFAULT NULL, `priceDisplayType` varchar(75) DEFAULT NULL, `discountsTargetNetPrice` tinyint DEFAULT NULL, PRIMARY KEY (`commerceChannelId`), KEY `IX_690E2FE3` (`companyId`,`externalReferenceCode`), KEY `IX_E1ECD95` (`siteGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceChannel` -- LOCK TABLES `CommerceChannel` WRITE; /*!40000 ALTER TABLE `CommerceChannel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceChannel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceChannelRel` -- DROP TABLE IF EXISTS `CommerceChannelRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceChannelRel` ( `commerceChannelRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `commerceChannelId` bigint DEFAULT NULL, PRIMARY KEY (`commerceChannelRelId`), UNIQUE KEY `IX_3B0D3DC7` (`classNameId`,`classPK`,`commerceChannelId`), KEY `IX_48F8F6FC` (`commerceChannelId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceChannelRel` -- LOCK TABLES `CommerceChannelRel` WRITE; /*!40000 ALTER TABLE `CommerceChannelRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceChannelRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceCountry` -- DROP TABLE IF EXISTS `CommerceCountry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceCountry` ( `uuid_` varchar(75) DEFAULT NULL, `commerceCountryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `billingAllowed` tinyint DEFAULT NULL, `shippingAllowed` tinyint DEFAULT NULL, `twoLettersISOCode` varchar(75) DEFAULT NULL, `threeLettersISOCode` varchar(75) DEFAULT NULL, `numericISOCode` int DEFAULT NULL, `subjectToVAT` tinyint DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `channelFilterEnabled` tinyint DEFAULT NULL, PRIMARY KEY (`commerceCountryId`), UNIQUE KEY `IX_7C7152E0` (`companyId`,`numericISOCode`), UNIQUE KEY `IX_415D595A` (`companyId`,`twoLettersISOCode`), KEY `IX_F8360682` (`companyId`,`active_`), KEY `IX_9DE350C1` (`companyId`,`billingAllowed`,`active_`), KEY `IX_570D4D26` (`companyId`,`shippingAllowed`,`active_`), KEY `IX_91EA24D5` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceCountry` -- LOCK TABLES `CommerceCountry` WRITE; /*!40000 ALTER TABLE `CommerceCountry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceCountry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceCurrency` -- DROP TABLE IF EXISTS `CommerceCurrency`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceCurrency` ( `uuid_` varchar(75) DEFAULT NULL, `commerceCurrencyId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `name` longtext, `symbol` varchar(75) DEFAULT NULL, `rate` decimal(30,16) DEFAULT NULL, `formatPattern` longtext, `maxFractionDigits` int DEFAULT NULL, `minFractionDigits` int DEFAULT NULL, `roundingMode` varchar(75) DEFAULT NULL, `primary_` tinyint DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceCurrencyId`), UNIQUE KEY `IX_2127F18C` (`companyId`,`code_`), KEY `IX_C671CBD3` (`companyId`,`active_`), KEY `IX_ADF54822` (`companyId`,`primary_`,`active_`), KEY `IX_7C490A66` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceCurrency` -- LOCK TABLES `CommerceCurrency` WRITE; /*!40000 ALTER TABLE `CommerceCurrency` DISABLE KEYS */; INSERT INTO `CommerceCurrency` VALUES ('0b3e575b-9461-ea26-a427-9ac3b1b5b243',36902,20101,20105,NULL,'2023-02-22 17:00:24.825000','2023-02-22 17:00:26.135000','USD','US Dollar','$',1.0000000000000000,'$ ###,##0.00',2,2,'HALF_EVEN',1,1,1,NULL),('08bc53d5-4e41-1a23-110a-d8c3853be753',36903,20101,20105,NULL,'2023-02-22 17:00:24.836000','2023-02-22 17:00:26.347000','AUD','Australian Dollar','$',1.4634000000000000,'$ ###,##0.00',2,2,'HALF_EVEN',0,2,1,NULL),('6797fc97-d19f-abaa-4539-2fbb7626ab76',36904,20101,20105,NULL,'2023-02-22 17:00:24.839000','2023-02-22 17:00:26.534000','GBP','British Pound','£',0.8262000000000000,'£ ###,##0.00',2,2,'HALF_EVEN',0,3,1,NULL),('256e7fed-49c3-79d2-4b21-cbef29e585a5',36905,20101,20105,NULL,'2023-02-22 17:00:24.843000','2023-02-22 17:00:26.714000','CAD','Canadian Dollar','$',1.3536000000000000,'$ ###,##0.00',2,2,'HALF_EVEN',0,4,1,NULL),('7bbf04db-4df0-4b1d-6f53-54daf1fec284',36906,20101,20105,NULL,'2023-02-22 17:00:24.851000','2023-02-22 17:00:26.946000','CNY','Chinese Yuan Renminbi','¥',6.8928000000000000,'¥ ###,##0.00',2,2,'HALF_EVEN',0,5,1,NULL),('2ee352c5-6a63-b564-c581-c031d06a1e43',36907,20101,20105,NULL,'2023-02-22 17:00:24.856000','2023-02-22 17:00:27.121000','EUR','Euro','€',0.9395000000000000,'€ ###,##0.00',2,2,'HALF_EVEN',0,6,1,NULL),('aa83b8a0-5905-bd71-eb08-aafcfc4049d4',36909,20101,20105,NULL,'2023-02-22 17:00:24.860000','2023-02-22 17:00:27.290000','HKD','Hong Kong Dollar','$',7.8459000000000000,'$ ###,##0.00',2,2,'HALF_EVEN',0,7,1,NULL),('46d413be-771a-ef9f-d066-d9dea5a69225',36910,20101,20105,NULL,'2023-02-22 17:00:24.864000','2023-02-22 17:00:27.470000','JPY','Japanese Yen','¥',134.5735000000000000,'¥ ###,##0.00',2,2,'HALF_EVEN',0,8,1,NULL),('47cb8d53-234e-fb7a-ff5d-10128de22637',36911,20101,20105,NULL,'2023-02-22 17:00:24.867000','2023-02-22 17:00:27.640000','INR','Indian Rupee','₹',82.8993000000000000,'₹ ###,##0.00',2,2,'HALF_EVEN',0,9,1,NULL),('1b37fa3b-d855-ab38-2196-1e15c4408ed6',36912,20101,20105,NULL,'2023-02-22 17:00:24.870000','2023-02-22 17:00:27.805000','BRL','Brazilian real','R$',5.1680000000000000,'R$ ###,##0.00',2,2,'HALF_EVEN',0,10,1,NULL); /*!40000 ALTER TABLE `CommerceCurrency` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceDiscount` -- DROP TABLE IF EXISTS `CommerceDiscount`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceDiscount` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceDiscountId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `target` varchar(75) DEFAULT NULL, `useCouponCode` tinyint DEFAULT NULL, `couponCode` varchar(75) DEFAULT NULL, `usePercentage` tinyint DEFAULT NULL, `maximumDiscountAmount` decimal(30,16) DEFAULT NULL, `levelType` varchar(75) DEFAULT NULL, `level1` decimal(30,16) DEFAULT NULL, `level2` decimal(30,16) DEFAULT NULL, `level3` decimal(30,16) DEFAULT NULL, `level4` decimal(30,16) DEFAULT NULL, `limitationType` varchar(75) DEFAULT NULL, `limitationTimes` int DEFAULT NULL, `limitationTimesPerAccount` int DEFAULT NULL, `numberOfUse` int DEFAULT NULL, `rulesConjunction` tinyint DEFAULT NULL, `active_` tinyint DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceDiscountId`), UNIQUE KEY `IX_A7A710FC` (`companyId`,`couponCode`,`active_`), KEY `IX_D294CDB7` (`companyId`,`externalReferenceCode`), KEY `IX_122C15C4` (`displayDate`,`status`), KEY `IX_2FBF0739` (`expirationDate`,`status`), KEY `IX_687F1796` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceDiscount` -- LOCK TABLES `CommerceDiscount` WRITE; /*!40000 ALTER TABLE `CommerceDiscount` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceDiscount` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceDiscountAccountRel` -- DROP TABLE IF EXISTS `CommerceDiscountAccountRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceDiscountAccountRel` ( `uuid_` varchar(75) DEFAULT NULL, `commerceDiscountAccountRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint DEFAULT NULL, `commerceDiscountId` bigint DEFAULT NULL, `order_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceDiscountAccountRelId`), UNIQUE KEY `IX_E082887A` (`commerceAccountId`,`commerceDiscountId`), KEY `IX_6EA2AA99` (`commerceDiscountId`), KEY `IX_D365BDE2` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceDiscountAccountRel` -- LOCK TABLES `CommerceDiscountAccountRel` WRITE; /*!40000 ALTER TABLE `CommerceDiscountAccountRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceDiscountAccountRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceDiscountRel` -- DROP TABLE IF EXISTS `CommerceDiscountRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceDiscountRel` ( `commerceDiscountRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceDiscountId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`commerceDiscountRelId`), KEY `IX_6B4EEC38` (`classNameId`,`classPK`), KEY `IX_DDFDEF40` (`commerceDiscountId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceDiscountRel` -- LOCK TABLES `CommerceDiscountRel` WRITE; /*!40000 ALTER TABLE `CommerceDiscountRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceDiscountRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceDiscountRule` -- DROP TABLE IF EXISTS `CommerceDiscountRule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceDiscountRule` ( `commerceDiscountRuleId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `commerceDiscountId` bigint DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, PRIMARY KEY (`commerceDiscountRuleId`), KEY `IX_CB9E6769` (`commerceDiscountId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceDiscountRule` -- LOCK TABLES `CommerceDiscountRule` WRITE; /*!40000 ALTER TABLE `CommerceDiscountRule` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceDiscountRule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceDiscountUsageEntry` -- DROP TABLE IF EXISTS `CommerceDiscountUsageEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceDiscountUsageEntry` ( `commerceDiscountUsageEntryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint DEFAULT NULL, `commerceOrderId` bigint DEFAULT NULL, `commerceDiscountId` bigint DEFAULT NULL, PRIMARY KEY (`commerceDiscountUsageEntryId`), KEY `IX_B0E2A9F5` (`commerceAccountId`,`commerceDiscountId`), KEY `IX_70440FFF` (`commerceAccountId`,`commerceOrderId`,`commerceDiscountId`), KEY `IX_EDFADCFE` (`commerceDiscountId`), KEY `IX_FF593016` (`commerceOrderId`,`commerceDiscountId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceDiscountUsageEntry` -- LOCK TABLES `CommerceDiscountUsageEntry` WRITE; /*!40000 ALTER TABLE `CommerceDiscountUsageEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceDiscountUsageEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceMLForecastAlertEntry` -- DROP TABLE IF EXISTS `CommerceMLForecastAlertEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceMLForecastAlertEntry` ( `uuid_` varchar(75) DEFAULT NULL, `commerceMLForecastAlertEntryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint DEFAULT NULL, `actual` double DEFAULT NULL, `forecast` double DEFAULT NULL, `timestamp` datetime(6) DEFAULT NULL, `relativeChange` double DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`commerceMLForecastAlertEntryId`), KEY `IX_72E3390C` (`commerceAccountId`), KEY `IX_7100F5C` (`companyId`,`commerceAccountId`,`relativeChange`,`status`), KEY `IX_2DE6935C` (`companyId`,`commerceAccountId`,`status`,`relativeChange`), KEY `IX_D398D120` (`companyId`,`commerceAccountId`,`timestamp`), KEY `IX_F5973D05` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceMLForecastAlertEntry` -- LOCK TABLES `CommerceMLForecastAlertEntry` WRITE; /*!40000 ALTER TABLE `CommerceMLForecastAlertEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceMLForecastAlertEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceNotificationQueueEntry` -- DROP TABLE IF EXISTS `CommerceNotificationQueueEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceNotificationQueueEntry` ( `CNotificationQueueEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `commerceNotificationTemplateId` bigint DEFAULT NULL, `from_` varchar(75) DEFAULT NULL, `fromName` varchar(75) DEFAULT NULL, `to_` varchar(75) DEFAULT NULL, `toName` varchar(75) DEFAULT NULL, `cc` varchar(255) DEFAULT NULL, `bcc` varchar(255) DEFAULT NULL, `subject` varchar(255) DEFAULT NULL, `body` longtext, `priority` double DEFAULT NULL, `sent` tinyint DEFAULT NULL, `sentDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CNotificationQueueEntryId`), KEY `IX_8D07A6AE` (`classNameId`,`classPK`,`sent`), KEY `IX_F9149FC` (`commerceNotificationTemplateId`), KEY `IX_1CB981DE` (`groupId`,`classNameId`,`classPK`,`sent`), KEY `IX_BEFF6FD9` (`sent`), KEY `IX_80026CA7` (`sentDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceNotificationQueueEntry` -- LOCK TABLES `CommerceNotificationQueueEntry` WRITE; /*!40000 ALTER TABLE `CommerceNotificationQueueEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceNotificationQueueEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceNotificationTemplate` -- DROP TABLE IF EXISTS `CommerceNotificationTemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceNotificationTemplate` ( `uuid_` varchar(75) DEFAULT NULL, `commerceNotificationTemplateId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `from_` varchar(75) DEFAULT NULL, `fromName` longtext, `to_` varchar(75) DEFAULT NULL, `cc` varchar(255) DEFAULT NULL, `bcc` varchar(255) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `enabled` tinyint DEFAULT NULL, `subject` longtext, `body` longtext, PRIMARY KEY (`commerceNotificationTemplateId`), UNIQUE KEY `IX_89383B5C` (`uuid_`,`groupId`), KEY `IX_9A867D2D` (`groupId`,`enabled`), KEY `IX_AFC4A180` (`groupId`,`type_`,`enabled`), KEY `IX_E295E65A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceNotificationTemplate` -- LOCK TABLES `CommerceNotificationTemplate` WRITE; /*!40000 ALTER TABLE `CommerceNotificationTemplate` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceNotificationTemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceOrder` -- DROP TABLE IF EXISTS `CommerceOrder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceOrder` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceOrderId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint DEFAULT NULL, `commerceCurrencyId` bigint DEFAULT NULL, `billingAddressId` bigint DEFAULT NULL, `shippingAddressId` bigint DEFAULT NULL, `commercePaymentMethodKey` varchar(75) DEFAULT NULL, `transactionId` longtext, `commerceShippingMethodId` bigint DEFAULT NULL, `shippingOptionName` varchar(255) DEFAULT NULL, `purchaseOrderNumber` varchar(75) DEFAULT NULL, `couponCode` varchar(75) DEFAULT NULL, `lastPriceUpdateDate` datetime(6) DEFAULT NULL, `subtotal` decimal(30,16) DEFAULT NULL, `subtotalDiscountAmount` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel1` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel2` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel3` decimal(30,16) DEFAULT NULL, `subtotalDiscountPercentLevel4` decimal(30,16) DEFAULT NULL, `shippingAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel1` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel2` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel3` decimal(30,16) DEFAULT NULL, `shippingDiscountPercentLevel4` decimal(30,16) DEFAULT NULL, `taxAmount` decimal(30,16) DEFAULT NULL, `total` decimal(30,16) DEFAULT NULL, `totalDiscountAmount` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel1` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel2` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel3` decimal(30,16) DEFAULT NULL, `totalDiscountPercentageLevel4` decimal(30,16) DEFAULT NULL, `subtotalWithTaxAmount` decimal(30,16) DEFAULT NULL, `subtotalDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL, `subtotalDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL, `shippingWithTaxAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL, `shippingDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL, `totalWithTaxAmount` decimal(30,16) DEFAULT NULL, `totalDiscountWithTaxAmount` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev1WithTax` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev2WithTax` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev3WithTax` decimal(30,16) DEFAULT NULL, `totalDiscountPctLev4WithTax` decimal(30,16) DEFAULT NULL, `advanceStatus` varchar(75) DEFAULT NULL, `paymentStatus` int DEFAULT NULL, `orderDate` datetime(6) DEFAULT NULL, `orderStatus` int DEFAULT NULL, `printedNote` longtext, `requestedDeliveryDate` datetime(6) DEFAULT NULL, `manuallyAdjusted` tinyint DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceOrderId`), UNIQUE KEY `IX_58101B8F` (`uuid_`,`groupId`), KEY `IX_12131FC1` (`billingAddressId`), KEY `IX_7DD246EA` (`commerceAccountId`,`groupId`,`orderStatus`), KEY `IX_81097E4C` (`commerceAccountId`,`orderStatus`), KEY `IX_DFF1932E` (`companyId`,`commerceAccountId`), KEY `IX_48EEEDEE` (`companyId`,`externalReferenceCode`), KEY `IX_9ACAF78A` (`createDate`,`commerceAccountId`,`orderStatus`), KEY `IX_4F4CAEE4` (`groupId`,`commerceAccountId`,`orderStatus`), KEY `IX_9C04F6F8` (`groupId`,`commercePaymentMethodKey`), KEY `IX_67E0AF05` (`groupId`,`userId`,`orderStatus`), KEY `IX_4B11FAD8` (`shippingAddressId`), KEY `IX_75679B1F` (`userId`,`createDate`,`orderStatus`), KEY `IX_5AF685CD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceOrder` -- LOCK TABLES `CommerceOrder` WRITE; /*!40000 ALTER TABLE `CommerceOrder` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceOrder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceOrderItem` -- DROP TABLE IF EXISTS `CommerceOrderItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceOrderItem` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceOrderItemId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderId` bigint DEFAULT NULL, `commercePriceListId` bigint DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `CPInstanceId` bigint DEFAULT NULL, `parentCommerceOrderItemId` bigint DEFAULT NULL, `quantity` int DEFAULT NULL, `shippedQuantity` int DEFAULT NULL, `json` longtext, `name` longtext, `sku` varchar(75) DEFAULT NULL, `unitPrice` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `discountAmount` decimal(30,16) DEFAULT NULL, `finalPrice` decimal(30,16) DEFAULT NULL, `discountPercentageLevel1` decimal(30,16) DEFAULT NULL, `discountPercentageLevel2` decimal(30,16) DEFAULT NULL, `discountPercentageLevel3` decimal(30,16) DEFAULT NULL, `discountPercentageLevel4` decimal(30,16) DEFAULT NULL, `unitPriceWithTaxAmount` decimal(30,16) DEFAULT NULL, `promoPriceWithTaxAmount` decimal(30,16) DEFAULT NULL, `discountWithTaxAmount` decimal(30,16) DEFAULT NULL, `finalPriceWithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel1WithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel2WithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel3WithTaxAmount` decimal(30,16) DEFAULT NULL, `discountPctLevel4WithTaxAmount` decimal(30,16) DEFAULT NULL, `subscription` tinyint DEFAULT NULL, `deliveryGroup` varchar(75) DEFAULT NULL, `shippingAddressId` bigint DEFAULT NULL, `printedNote` longtext, `requestedDeliveryDate` datetime(6) DEFAULT NULL, `bookedQuantityId` bigint DEFAULT NULL, `manuallyAdjusted` tinyint DEFAULT NULL, PRIMARY KEY (`commerceOrderItemId`), KEY `IX_2E1BB39D` (`CPInstanceId`), KEY `IX_F9E8D927` (`CProductId`), KEY `IX_2D8339EE` (`bookedQuantityId`), KEY `IX_415AF3E3` (`commerceOrderId`,`CPInstanceId`), KEY `IX_15B37023` (`commerceOrderId`,`subscription`), KEY `IX_12257E21` (`companyId`,`externalReferenceCode`), KEY `IX_8E1472FB` (`parentCommerceOrderItemId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceOrderItem` -- LOCK TABLES `CommerceOrderItem` WRITE; /*!40000 ALTER TABLE `CommerceOrderItem` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceOrderItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceOrderNote` -- DROP TABLE IF EXISTS `CommerceOrderNote`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceOrderNote` ( `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceOrderNoteId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderId` bigint DEFAULT NULL, `content` longtext, `restricted` tinyint DEFAULT NULL, PRIMARY KEY (`commerceOrderNoteId`), KEY `IX_CEB86C22` (`commerceOrderId`,`restricted`), KEY `IX_EF4EEF80` (`companyId`,`externalReferenceCode`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceOrderNote` -- LOCK TABLES `CommerceOrderNote` WRITE; /*!40000 ALTER TABLE `CommerceOrderNote` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceOrderNote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceOrderPayment` -- DROP TABLE IF EXISTS `CommerceOrderPayment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceOrderPayment` ( `commerceOrderPaymentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderId` bigint DEFAULT NULL, `commercePaymentMethodKey` varchar(75) DEFAULT NULL, `content` longtext, `status` int DEFAULT NULL, PRIMARY KEY (`commerceOrderPaymentId`), KEY `IX_CF274005` (`commerceOrderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceOrderPayment` -- LOCK TABLES `CommerceOrderPayment` WRITE; /*!40000 ALTER TABLE `CommerceOrderPayment` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceOrderPayment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePaymentMethodGroupRel` -- DROP TABLE IF EXISTS `CommercePaymentMethodGroupRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePaymentMethodGroupRel` ( `CPaymentMethodGroupRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `imageId` bigint DEFAULT NULL, `engineKey` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`CPaymentMethodGroupRelId`), UNIQUE KEY `IX_BE0A338F` (`groupId`,`engineKey`), KEY `IX_98EF79EB` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePaymentMethodGroupRel` -- LOCK TABLES `CommercePaymentMethodGroupRel` WRITE; /*!40000 ALTER TABLE `CommercePaymentMethodGroupRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePaymentMethodGroupRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePriceEntry` -- DROP TABLE IF EXISTS `CommercePriceEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePriceEntry` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePriceEntryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceListId` bigint DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `discountDiscovery` tinyint DEFAULT NULL, `discountLevel1` decimal(30,16) DEFAULT NULL, `discountLevel2` decimal(30,16) DEFAULT NULL, `discountLevel3` decimal(30,16) DEFAULT NULL, `discountLevel4` decimal(30,16) DEFAULT NULL, `hasTierPrice` tinyint DEFAULT NULL, `bulkPricing` tinyint DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceEntryId`), UNIQUE KEY `IX_2D76B43E` (`commercePriceListId`,`CPInstanceUuid`), KEY `IX_2FCFB9FB` (`CPInstanceUuid`), KEY `IX_B058565F` (`companyId`,`externalReferenceCode`), KEY `IX_790F9C1C` (`displayDate`,`status`), KEY `IX_770DC1E1` (`expirationDate`,`status`), KEY `IX_1578F03E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePriceEntry` -- LOCK TABLES `CommercePriceEntry` WRITE; /*!40000 ALTER TABLE `CommercePriceEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePriceEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePriceList` -- DROP TABLE IF EXISTS `CommercePriceList`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePriceList` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePriceListId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceCurrencyId` bigint DEFAULT NULL, `parentCommercePriceListId` bigint DEFAULT NULL, `catalogBasePriceList` tinyint DEFAULT NULL, `netPrice` tinyint DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceListId`), UNIQUE KEY `IX_554D1708` (`uuid_`,`groupId`), KEY `IX_473B4D8D` (`commerceCurrencyId`), KEY `IX_328B5D27` (`companyId`,`externalReferenceCode`), KEY `IX_31913054` (`displayDate`,`status`), KEY `IX_354C658C` (`groupId`,`catalogBasePriceList`,`type_`), KEY `IX_B61658B6` (`groupId`,`companyId`,`status`), KEY `IX_863045BB` (`parentCommercePriceListId`), KEY `IX_FCE28706` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePriceList` -- LOCK TABLES `CommercePriceList` WRITE; /*!40000 ALTER TABLE `CommercePriceList` DISABLE KEYS */; INSERT INTO `CommercePriceList` VALUES ('6547058e-42cd-958b-fa6e-b4c25750cc7f','6547058e-42cd-958b-fa6e-b4c25750cc7f',41179,41110,20101,20105,NULL,'2023-02-22 17:01:10.739000','2023-02-22 17:01:10.739000',36902,0,1,1,'price-list','Master Base Price List',0,'2023-02-22 17:01:00.000000',NULL,NULL,0,20105,NULL,'2023-02-22 17:01:10.738000'),('64fe4b23-d853-e96e-1131-775d4b848510','64fe4b23-d853-e96e-1131-775d4b848510',41180,41110,20101,20105,NULL,'2023-02-22 17:01:10.767000','2023-02-22 17:01:10.767000',36902,0,1,1,'promotion','Master Base Promotion',0,'2023-02-22 17:01:00.000000',NULL,NULL,0,20105,NULL,'2023-02-22 17:01:10.767000'); /*!40000 ALTER TABLE `CommercePriceList` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePriceListAccountRel` -- DROP TABLE IF EXISTS `CommercePriceListAccountRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePriceListAccountRel` ( `uuid_` varchar(75) DEFAULT NULL, `commercePriceListAccountRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint DEFAULT NULL, `commercePriceListId` bigint DEFAULT NULL, `order_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceListAccountRelId`), UNIQUE KEY `IX_3DEE5A98` (`commerceAccountId`,`commercePriceListId`), KEY `IX_7279F379` (`commercePriceListId`), KEY `IX_D598A152` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePriceListAccountRel` -- LOCK TABLES `CommercePriceListAccountRel` WRITE; /*!40000 ALTER TABLE `CommercePriceListAccountRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePriceListAccountRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePriceListChannelRel` -- DROP TABLE IF EXISTS `CommercePriceListChannelRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePriceListChannelRel` ( `uuid_` varchar(75) DEFAULT NULL, `CommercePriceListChannelRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceChannelId` bigint DEFAULT NULL, `commercePriceListId` bigint DEFAULT NULL, `order_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`CommercePriceListChannelRelId`), UNIQUE KEY `IX_2CCFD56C` (`commerceChannelId`,`commercePriceListId`), KEY `IX_898B66CF` (`commercePriceListId`), KEY `IX_F7DDDDBC` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePriceListChannelRel` -- LOCK TABLES `CommercePriceListChannelRel` WRITE; /*!40000 ALTER TABLE `CommercePriceListChannelRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePriceListChannelRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePriceListDiscountRel` -- DROP TABLE IF EXISTS `CommercePriceListDiscountRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePriceListDiscountRel` ( `uuid_` varchar(75) DEFAULT NULL, `commercePriceListDiscountRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceDiscountId` bigint DEFAULT NULL, `commercePriceListId` bigint DEFAULT NULL, `order_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceListDiscountRelId`), UNIQUE KEY `IX_CC15AA9A` (`commerceDiscountId`,`commercePriceListId`), KEY `IX_36D76E5` (`commercePriceListId`), KEY `IX_96A5B566` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePriceListDiscountRel` -- LOCK TABLES `CommercePriceListDiscountRel` WRITE; /*!40000 ALTER TABLE `CommercePriceListDiscountRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePriceListDiscountRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePriceModifier` -- DROP TABLE IF EXISTS `CommercePriceModifier`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePriceModifier` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePriceModifierId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceListId` bigint DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `target` varchar(75) DEFAULT NULL, `modifierAmount` decimal(30,16) DEFAULT NULL, `modifierType` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePriceModifierId`), UNIQUE KEY `IX_A4ABA601` (`uuid_`,`groupId`), KEY `IX_176CA5EC` (`commercePriceListId`), KEY `IX_335B7FE0` (`companyId`,`externalReferenceCode`), KEY `IX_FCACD082` (`companyId`,`target`), KEY `IX_C60214FB` (`displayDate`,`status`), KEY `IX_E3CDA8A2` (`expirationDate`,`status`), KEY `IX_93813A2F` (`groupId`,`companyId`,`status`), KEY `IX_EED93BBF` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePriceModifier` -- LOCK TABLES `CommercePriceModifier` WRITE; /*!40000 ALTER TABLE `CommercePriceModifier` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePriceModifier` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePriceModifierRel` -- DROP TABLE IF EXISTS `CommercePriceModifierRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePriceModifierRel` ( `commercePriceModifierRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceModifierId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`commercePriceModifierRelId`), UNIQUE KEY `IX_89DDF14B` (`commercePriceModifierId`,`classNameId`,`classPK`), KEY `IX_391477EF` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePriceModifierRel` -- LOCK TABLES `CommercePriceModifierRel` WRITE; /*!40000 ALTER TABLE `CommercePriceModifierRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePriceModifierRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommercePricingClass` -- DROP TABLE IF EXISTS `CommercePricingClass`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommercePricingClass` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commercePricingClassId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commercePricingClassId`), KEY `IX_FCABA3C8` (`companyId`,`externalReferenceCode`), KEY `IX_287E2FA7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommercePricingClass` -- LOCK TABLES `CommercePricingClass` WRITE; /*!40000 ALTER TABLE `CommercePricingClass` DISABLE KEYS */; /*!40000 ALTER TABLE `CommercePricingClass` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceRegion` -- DROP TABLE IF EXISTS `CommerceRegion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceRegion` ( `uuid_` varchar(75) DEFAULT NULL, `commerceRegionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceCountryId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceRegionId`), UNIQUE KEY `IX_2D8BEE31` (`commerceCountryId`,`code_`), KEY `IX_49C93338` (`commerceCountryId`,`active_`), KEY `IX_3BC85C89` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceRegion` -- LOCK TABLES `CommerceRegion` WRITE; /*!40000 ALTER TABLE `CommerceRegion` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceRegion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceShipment` -- DROP TABLE IF EXISTS `CommerceShipment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceShipment` ( `commerceShipmentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceAccountId` bigint DEFAULT NULL, `commerceAddressId` bigint DEFAULT NULL, `commerceShippingMethodId` bigint DEFAULT NULL, `shippingOptionName` longtext, `carrier` varchar(75) DEFAULT NULL, `trackingNumber` varchar(75) DEFAULT NULL, `shippingDate` datetime(6) DEFAULT NULL, `expectedDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`commerceShipmentId`), KEY `IX_616BDD15` (`groupId`,`commerceAddressId`), KEY `IX_68FBA2B5` (`groupId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceShipment` -- LOCK TABLES `CommerceShipment` WRITE; /*!40000 ALTER TABLE `CommerceShipment` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceShipment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceShipmentItem` -- DROP TABLE IF EXISTS `CommerceShipmentItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceShipmentItem` ( `commerceShipmentItemId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceShipmentId` bigint DEFAULT NULL, `commerceOrderItemId` bigint DEFAULT NULL, `commerceInventoryWarehouseId` bigint DEFAULT NULL, `quantity` int DEFAULT NULL, PRIMARY KEY (`commerceShipmentItemId`), UNIQUE KEY `IX_4FAC36D0` (`commerceShipmentId`,`commerceOrderItemId`,`commerceInventoryWarehouseId`), KEY `IX_3615B923` (`commerceOrderItemId`), KEY `IX_DB0BB83C` (`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceShipmentItem` -- LOCK TABLES `CommerceShipmentItem` WRITE; /*!40000 ALTER TABLE `CommerceShipmentItem` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceShipmentItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceShippingFixedOption` -- DROP TABLE IF EXISTS `CommerceShippingFixedOption`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceShippingFixedOption` ( `commerceShippingFixedOptionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceShippingMethodId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `amount` decimal(30,16) DEFAULT NULL, `priority` double DEFAULT NULL, PRIMARY KEY (`commerceShippingFixedOptionId`), KEY `IX_DCB21C1F` (`commerceShippingMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceShippingFixedOption` -- LOCK TABLES `CommerceShippingFixedOption` WRITE; /*!40000 ALTER TABLE `CommerceShippingFixedOption` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceShippingFixedOption` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceShippingMethod` -- DROP TABLE IF EXISTS `CommerceShippingMethod`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceShippingMethod` ( `commerceShippingMethodId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `imageId` bigint DEFAULT NULL, `engineKey` varchar(75) DEFAULT NULL, `priority` double DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`commerceShippingMethodId`), UNIQUE KEY `IX_C4557F93` (`groupId`,`engineKey`), KEY `IX_42E5F6EF` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceShippingMethod` -- LOCK TABLES `CommerceShippingMethod` WRITE; /*!40000 ALTER TABLE `CommerceShippingMethod` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceShippingMethod` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceSubscriptionEntry` -- DROP TABLE IF EXISTS `CommerceSubscriptionEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceSubscriptionEntry` ( `uuid_` varchar(75) DEFAULT NULL, `commerceSubscriptionEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `commerceOrderItemId` bigint DEFAULT NULL, `subscriptionLength` int DEFAULT NULL, `subscriptionType` varchar(75) DEFAULT NULL, `subscriptionTypeSettings` longtext, `currentCycle` bigint DEFAULT NULL, `maxSubscriptionCycles` bigint DEFAULT NULL, `subscriptionStatus` int DEFAULT NULL, `lastIterationDate` datetime(6) DEFAULT NULL, `nextIterationDate` datetime(6) DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `deliverySubscriptionLength` int DEFAULT NULL, `deliverySubscriptionType` varchar(75) DEFAULT NULL, `deliverySubTypeSettings` varchar(75) DEFAULT NULL, `deliveryCurrentCycle` bigint DEFAULT NULL, `deliveryMaxSubscriptionCycles` bigint DEFAULT NULL, `deliverySubscriptionStatus` int DEFAULT NULL, `deliveryLastIterationDate` datetime(6) DEFAULT NULL, `deliveryNextIterationDate` datetime(6) DEFAULT NULL, `deliveryStartDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceSubscriptionEntryId`), UNIQUE KEY `IX_D7D137B1` (`commerceOrderItemId`), UNIQUE KEY `IX_943E0A56` (`uuid_`,`groupId`), KEY `IX_43E6F382` (`companyId`,`userId`), KEY `IX_B99DE058` (`groupId`,`companyId`,`userId`), KEY `IX_6D080A04` (`groupId`,`userId`), KEY `IX_B496E103` (`subscriptionStatus`), KEY `IX_4363DED4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceSubscriptionEntry` -- LOCK TABLES `CommerceSubscriptionEntry` WRITE; /*!40000 ALTER TABLE `CommerceSubscriptionEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceSubscriptionEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceTaxFixedRate` -- DROP TABLE IF EXISTS `CommerceTaxFixedRate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceTaxFixedRate` ( `commerceTaxFixedRateId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `CPTaxCategoryId` bigint DEFAULT NULL, `commerceTaxMethodId` bigint DEFAULT NULL, `rate` double DEFAULT NULL, PRIMARY KEY (`commerceTaxFixedRateId`), UNIQUE KEY `IX_DA39AA7F` (`CPTaxCategoryId`,`commerceTaxMethodId`), KEY `IX_52767DD2` (`commerceTaxMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceTaxFixedRate` -- LOCK TABLES `CommerceTaxFixedRate` WRITE; /*!40000 ALTER TABLE `CommerceTaxFixedRate` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceTaxFixedRate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceTaxFixedRateAddressRel` -- DROP TABLE IF EXISTS `CommerceTaxFixedRateAddressRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceTaxFixedRateAddressRel` ( `CTaxFixedRateAddressRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceTaxMethodId` bigint DEFAULT NULL, `CPTaxCategoryId` bigint DEFAULT NULL, `commerceCountryId` bigint DEFAULT NULL, `commerceRegionId` bigint DEFAULT NULL, `zip` varchar(75) DEFAULT NULL, `rate` double DEFAULT NULL, PRIMARY KEY (`CTaxFixedRateAddressRelId`), KEY `IX_37AE3A58` (`CPTaxCategoryId`), KEY `IX_26298437` (`commerceCountryId`), KEY `IX_CB69750D` (`commerceTaxMethodId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceTaxFixedRateAddressRel` -- LOCK TABLES `CommerceTaxFixedRateAddressRel` WRITE; /*!40000 ALTER TABLE `CommerceTaxFixedRateAddressRel` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceTaxFixedRateAddressRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceTaxMethod` -- DROP TABLE IF EXISTS `CommerceTaxMethod`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceTaxMethod` ( `commerceTaxMethodId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `engineKey` varchar(75) DEFAULT NULL, `percentage` tinyint DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`commerceTaxMethodId`), UNIQUE KEY `IX_BA569BFA` (`groupId`,`engineKey`), KEY `IX_F3810116` (`groupId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceTaxMethod` -- LOCK TABLES `CommerceTaxMethod` WRITE; /*!40000 ALTER TABLE `CommerceTaxMethod` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceTaxMethod` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceTierPriceEntry` -- DROP TABLE IF EXISTS `CommerceTierPriceEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceTierPriceEntry` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `commerceTierPriceEntryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commercePriceEntryId` bigint DEFAULT NULL, `price` decimal(30,16) DEFAULT NULL, `promoPrice` decimal(30,16) DEFAULT NULL, `discountDiscovery` tinyint DEFAULT NULL, `discountLevel1` decimal(30,16) DEFAULT NULL, `discountLevel2` decimal(30,16) DEFAULT NULL, `discountLevel3` decimal(30,16) DEFAULT NULL, `discountLevel4` decimal(30,16) DEFAULT NULL, `minQuantity` int DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceTierPriceEntryId`), UNIQUE KEY `IX_A622C8AE` (`commercePriceEntryId`,`minQuantity`), KEY `IX_95D59361` (`companyId`,`externalReferenceCode`), KEY `IX_8A8963DA` (`displayDate`,`status`), KEY `IX_21C0F963` (`expirationDate`,`status`), KEY `IX_B6C47140` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceTierPriceEntry` -- LOCK TABLES `CommerceTierPriceEntry` WRITE; /*!40000 ALTER TABLE `CommerceTierPriceEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceTierPriceEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceVirtualOrderItem` -- DROP TABLE IF EXISTS `CommerceVirtualOrderItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceVirtualOrderItem` ( `uuid_` varchar(75) DEFAULT NULL, `commerceVirtualOrderItemId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceOrderItemId` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `url` varchar(75) DEFAULT NULL, `activationStatus` int DEFAULT NULL, `duration` bigint DEFAULT NULL, `usages` int DEFAULT NULL, `maxUsages` int DEFAULT NULL, `active_` tinyint DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`commerceVirtualOrderItemId`), UNIQUE KEY `IX_44EADF9A` (`commerceOrderItemId`), UNIQUE KEY `IX_81F354CD` (`uuid_`,`groupId`), KEY `IX_98F0678B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceVirtualOrderItem` -- LOCK TABLES `CommerceVirtualOrderItem` WRITE; /*!40000 ALTER TABLE `CommerceVirtualOrderItem` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceVirtualOrderItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceWishList` -- DROP TABLE IF EXISTS `CommerceWishList`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceWishList` ( `uuid_` varchar(75) DEFAULT NULL, `commerceWishListId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `defaultWishList` tinyint DEFAULT NULL, PRIMARY KEY (`commerceWishListId`), UNIQUE KEY `IX_2DC2DF3C` (`uuid_`,`groupId`), KEY `IX_777290D8` (`groupId`,`userId`,`defaultWishList`), KEY `IX_6680B6BE` (`userId`,`createDate`), KEY `IX_8F07123A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceWishList` -- LOCK TABLES `CommerceWishList` WRITE; /*!40000 ALTER TABLE `CommerceWishList` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceWishList` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `CommerceWishListItem` -- DROP TABLE IF EXISTS `CommerceWishListItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `CommerceWishListItem` ( `commerceWishListItemId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `commerceWishListId` bigint DEFAULT NULL, `CPInstanceUuid` varchar(75) DEFAULT NULL, `CProductId` bigint DEFAULT NULL, `json` longtext, PRIMARY KEY (`commerceWishListItemId`), KEY `IX_9DA3D36A` (`CPInstanceUuid`), KEY `IX_CF9B9CD4` (`CProductId`), KEY `IX_BC95AC54` (`commerceWishListId`,`CPInstanceUuid`,`CProductId`), KEY `IX_C172BCA3` (`commerceWishListId`,`CProductId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `CommerceWishListItem` -- LOCK TABLES `CommerceWishListItem` WRITE; /*!40000 ALTER TABLE `CommerceWishListItem` DISABLE KEYS */; /*!40000 ALTER TABLE `CommerceWishListItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Company` -- DROP TABLE IF EXISTS `Company`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Company` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `companyId` bigint NOT NULL, `accountId` bigint DEFAULT NULL, `webId` varchar(75) DEFAULT NULL, `key_` longtext, `mx` varchar(200) DEFAULT NULL, `homeURL` longtext, `logoId` bigint DEFAULT NULL, `system_` tinyint DEFAULT NULL, `maxUsers` int DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`companyId`), UNIQUE KEY `IX_EC00543C` (`webId`), KEY `IX_38EFE3FD` (`logoId`), KEY `IX_12566EC2` (`mx`), KEY `IX_8699D9BD` (`system_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Company` -- LOCK TABLES `Company` WRITE; /*!40000 ALTER TABLE `Company` DISABLE KEYS */; INSERT INTO `Company` VALUES (1,20101,20103,'liferay.com','XlTgJ7cw92SnVIcQRhjMhA==','liferay.com',NULL,0,0,0,1); /*!40000 ALTER TABLE `Company` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Configuration_` -- DROP TABLE IF EXISTS `Configuration_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Configuration_` ( `configurationId` varchar(255) NOT NULL, `dictionary` longtext, PRIMARY KEY (`configurationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Configuration_` -- LOCK TABLES `Configuration_` WRITE; /*!40000 ALTER TABLE `Configuration_` DISABLE KEYS */; INSERT INTO `Configuration_` VALUES ('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.16fdf2a7-6769-4101-9d22-4ecf20598ac1',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-crosssell.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.16fdf2a7-6769-4101-9d22-4ecf20598ac1\"\r\ntype=\"cross-sell\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.3bbff1a8-99a5-497c-b3c7-32e28e8f7bca',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-upsell.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.3bbff1a8-99a5-497c-b3c7-32e28e8f7bca\"\r\ntype=\"up-sell\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.40222270-a6b0-44fc-a109-d904930e6b37',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-accessories.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.40222270-a6b0-44fc-a109-d904930e6b37\"\r\ntype=\"accessories\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.4d0fb0c7-c5af-4837-bca6-52fb8087b731',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-accessories.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.4d0fb0c7-c5af-4837-bca6-52fb8087b731\"\r\ntype=\"accessories\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.5a135847-6374-4ae0-8c95-27840f911e56',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-spare.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.5a135847-6374-4ae0-8c95-27840f911e56\"\r\ntype=\"spare\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.8179a45f-a59d-467f-a3b6-4dd0c6582bf8',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-spare.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.8179a45f-a59d-467f-a3b6-4dd0c6582bf8\"\r\ntype=\"spare\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.a5af02e5-24fd-4e1b-9668-a9ebd7de1323',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-related.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.a5af02e5-24fd-4e1b-9668-a9ebd7de1323\"\r\ntype=\"related\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.d640a768-6036-42fd-a2a7-29ac13a65d8f',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-crosssell.cfg\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.d640a768-6036-42fd-a2a7-29ac13a65d8f\"\r\ntype=\"cross-sell\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.ff416647-1f2b-4e84-bb52-910632bc6b89',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-upsell.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.ff416647-1f2b-4e84-bb52-910632bc6b89\"\r\ntype=\"up-sell\"\r\n'),('com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.ffb166a6-349b-4b65-a558-f30c85fddddf',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration-related.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration\"\r\nservice.pid=\"com.liferay.commerce.product.configuration.CPDefinitionLinkTypeConfiguration.ffb166a6-349b-4b65-a558-f30c85fddddf\"\r\ntype=\"related\"\r\n'),('com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration.bb580752-eeb9-430c-9e70-ed2468d5c58d',':org.apache.felix.configadmin.revision:=L\"1\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration-default.config\"\r\nhostsAllowed=\"127.0.0.1,SERVER_IP\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration.bb580752-eeb9-430c-9e70-ed2468d5c58d\"\r\nurlsExcludes=\"/image/user_male_portrait,/image/company_logo\"\r\nurlsIncludes=\"/documents/*,/image/*,/c/wiki/get_page_attachment\"\r\n'),('com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication.4cbce32b-96e9-40b8-b8f5-4b1fd46c4ba8',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication-default.config\"\r\noauth2.scopechecker.type=\"none\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication\"\r\nservice.pid=\"com.liferay.headless.commerce.delivery.cart.internal.jaxrs.application.HeadlessCommerceDeliveryCartApplication.4cbce32b-96e9-40b8-b8f5-4b1fd46c4ba8\"\r\n'),('com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration.c95e4793-b40b-441e-823e-3b5d3f6d1165',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration-default.config\"\r\ninclude.bundle.symbolic.name=B\"false\"\r\nosgi.jaxrs.name=\"Default\"\r\nseparator=\".\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration\"\r\nservice.pid=\"com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration.c95e4793-b40b-441e-823e-3b5d3f6d1165\"\r\n'),('com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration.5c7229a5-6b90-4266-9047-382eadad0fec',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration-default.config\"\r\nmapping=[ \\\r\n \"DELETE,PATCH,POST,PUT\\=everything,everything.write\", \\\r\n \"GET,HEAD,OPTIONS\\=everything.read\", \\\r\n \"everything.write\\=everything,everything.write\", \\\r\n ]\r\nosgi.jaxrs.name=\"Default\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration\"\r\nservice.pid=\"com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration.5c7229a5-6b90-4266-9047-382eadad0fec\"\r\n'),('com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration.85bd5b12-57a6-47dc-b92e-1bc21743a81a',':org.apache.felix.configadmin.revision:=L\"1\"\r\nchildrenTypes=[ \\\r\n \"organization\", \\\r\n ]\r\ncountryEnabled=B\"true\"\r\ncountryRequired=B\"false\"\r\nfelix.fileinstall.filename=\"com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration-default.config\"\r\nname=\"organization\"\r\nrootable=B\"true\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration\"\r\nservice.pid=\"com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration.85bd5b12-57a6-47dc-b92e-1bc21743a81a\"\r\n'),('com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.04bc488a-d23b-4f91-9a49-1bfcc9ec916e',':org.apache.felix.configadmin.revision:=L\"1\"\r\nclassName=\"com.liferay.knowledge.base.model.KBArticle\"\r\nconfigurationFileURL=\"/META-INF/resources/knowledge-base-sanitizer-configuration.xml\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration-kbarticle.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.04bc488a-d23b-4f91-9a49-1bfcc9ec916e\"\r\n'),('com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.5c36d974-423c-41c8-83a0-274ffe42a376',':org.apache.felix.configadmin.revision:=L\"1\"\r\nclassName=\"com.liferay.knowledge.base.model.KBArticle\"\r\nconfigurationFileURL=\"/META-INF/resources/knowledge-base-sanitizer-configuration.xml\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration-default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.5c36d974-423c-41c8-83a0-274ffe42a376\"\r\n'),('com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.fa4254a3-9a6d-4467-8351-42001250b511',':org.apache.felix.configadmin.revision:=L\"1\"\r\nclassName=\"com.liferay.blogs.model.BlogsEntry\"\r\nconfigurationFileURL=\"/META-INF/resources/blogs-sanitizer-configuration.xml\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration-blogsentry.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.antisamy.configuration.AntiSamyClassNameConfiguration.fa4254a3-9a6d-4467-8351-42001250b511\"\r\n'),('com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration.79160242-85d9-4f6d-8b9a-f0ac5984c9d7',':org.apache.felix.configadmin.revision:=L\"1\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration-default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration.79160242-85d9-4f6d-8b9a-f0ac5984c9d7\"\r\nurlsExcludes=\"/api/liferay*\"\r\nurlsIncludes=\"/api/*,/xmlrpc*\"\r\n'),('com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration.eaa656b5-5017-42f3-bf98-e93573e86263',':org.apache.felix.configadmin.revision:=L\"1\"\r\ncheckCSRFToken=B\"false\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration-default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration.eaa656b5-5017-42f3-bf98-e93573e86263\"\r\nurlsIncludes=\"/api/json*,/api/jsonws*,/c/portal/json_service*\"\r\n'),('com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration.1042f4a7-ea2c-4bf4-86f1-e762e29b36d6',':org.apache.felix.configadmin.revision:=L\"1\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration-default.config\"\r\nhostsAllowed=\"127.0.0.1,SERVER_IP\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration.1042f4a7-ea2c-4bf4-86f1-e762e29b36d6\"\r\nserviceAccessPolicyName=\"SYSTEM_USER_PASSWORD\"\r\nurlsIncludes=\"/api/liferay/do\"\r\n'),('com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration.9cb5e419-bfa6-4937-9dcf-ef76555889a5',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration-bulk.config\"\r\ngraphQLEnabled=B\"false\"\r\npath=\"/bulk\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration\"\r\nservice.pid=\"com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration.9cb5e419-bfa6-4937-9dcf-ef76555889a5\"\r\n'),('com.liferay.saml.runtime.configuration.SamlConfiguration',':org.apache.felix.configadmin.revision:=L\"1\"\r\n_felix_.cm.newConfiguration=B\"true\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.saml.runtime.configuration.SamlConfiguration\"\r\n'),('org.apache.aries.jax.rs.jackson',':org.apache.felix.configadmin.revision:=L\"1\"\r\nfelix.fileinstall.filename=\"org.apache.aries.jax.rs.jackson.config\"\r\nosgi.jaxrs.application.select=\"(osgi.jaxrs.extension.select\\=\\\\(osgi.jaxrs.name\\=jaxb-json\\\\))\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"org.apache.aries.jax.rs.jackson\"\r\n'),('org.apache.aries.jax.rs.whiteboard.default',':org.apache.felix.configadmin.revision:=L\"1\"\r\napplication.ready.service.filter=\"(module.service.lifecycle\\=system.check)\"\r\ndefault.application.base=\"/rest\"\r\ndefault.web=B\"false\"\r\nfelix.fileinstall.filename=\"org.apache.aries.jax.rs.whiteboard.default.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"org.apache.aries.jax.rs.whiteboard.default\"\r\n'); /*!40000 ALTER TABLE `Configuration_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Contact_` -- DROP TABLE IF EXISTS `Contact_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Contact_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `contactId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `accountId` bigint DEFAULT NULL, `parentContactId` bigint DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `prefixId` bigint DEFAULT NULL, `suffixId` bigint DEFAULT NULL, `male` tinyint DEFAULT NULL, `birthday` datetime(6) DEFAULT NULL, `smsSn` varchar(75) DEFAULT NULL, `facebookSn` varchar(75) DEFAULT NULL, `jabberSn` varchar(75) DEFAULT NULL, `skypeSn` varchar(75) DEFAULT NULL, `twitterSn` varchar(75) DEFAULT NULL, `employeeStatusId` varchar(75) DEFAULT NULL, `employeeNumber` varchar(75) DEFAULT NULL, `jobTitle` varchar(100) DEFAULT NULL, `jobClass` varchar(75) DEFAULT NULL, `hoursOfOperation` varchar(75) DEFAULT NULL, PRIMARY KEY (`contactId`), KEY `IX_B8C28C53` (`accountId`), KEY `IX_791914FA` (`classNameId`,`classPK`), KEY `IX_66D496A3` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Contact_` -- LOCK TABLES `Contact_` WRITE; /*!40000 ALTER TABLE `Contact_` DISABLE KEYS */; INSERT INTO `Contact_` VALUES (0,20106,20101,20105,NULL,'2023-02-22 16:58:30.796000','2023-02-22 16:58:30.796000',20006,20105,20103,0,'default@liferay.com',NULL,NULL,NULL,0,0,1,'2023-02-22 16:58:30.094000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(0,20132,20101,20130,NULL,'2023-02-22 16:58:32.366000','2023-02-22 16:58:32.366000',20006,20130,20103,0,'test@liferay.com','Test',NULL,'Test',0,0,1,'1970-01-01 00:00:00.000000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `Contact_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Contacts_Entry` -- DROP TABLE IF EXISTS `Contacts_Entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Contacts_Entry` ( `entryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fullName` varchar(75) DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `comments` longtext, PRIMARY KEY (`entryId`), KEY `IX_C257DE32` (`userId`,`emailAddress`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Contacts_Entry` -- LOCK TABLES `Contacts_Entry` WRITE; /*!40000 ALTER TABLE `Contacts_Entry` DISABLE KEYS */; /*!40000 ALTER TABLE `Contacts_Entry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Counter` -- DROP TABLE IF EXISTS `Counter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Counter` ( `name` varchar(150) NOT NULL, `currentId` bigint DEFAULT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Counter` -- LOCK TABLES `Counter` WRITE; /*!40000 ALTER TABLE `Counter` DISABLE KEYS */; INSERT INTO `Counter` VALUES ('com.liferay.counter.kernel.model.Counter',41300),('com.liferay.document.library.kernel.model.DLFileEntry',100),('com.liferay.oauth2.provider.model.OAuth2Application',100),('com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliases',100),('com.liferay.oauth2.provider.model.OAuth2ScopeGrant',100),('com.liferay.portal.kernel.model.Layout',13),('com.liferay.portal.kernel.model.Layout#20119#true',1),('com.liferay.portal.kernel.model.Layout#20123#false',1),('com.liferay.portal.kernel.model.Layout#20123#true',1),('com.liferay.portal.kernel.model.Layout#20124#false',2),('com.liferay.portal.kernel.model.Layout#40305#true',1),('com.liferay.portal.kernel.model.Layout#41042#true',1),('com.liferay.portal.kernel.model.Layout#41068#true',1),('com.liferay.portal.kernel.model.Layout#41159#true',3),('com.liferay.portal.kernel.model.Layout#41176#true',2),('com.liferay.portal.kernel.model.LayoutSet',300),('com.liferay.portal.kernel.model.ResourceAction',6000),('com.liferay.portal.kernel.model.ResourcePermission',3000); /*!40000 ALTER TABLE `Counter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Country` -- DROP TABLE IF EXISTS `Country`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Country` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `countryId` bigint NOT NULL, `name` varchar(75) DEFAULT NULL, `a2` varchar(75) DEFAULT NULL, `a3` varchar(75) DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `idd_` varchar(75) DEFAULT NULL, `zipRequired` tinyint DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`countryId`), UNIQUE KEY `IX_717B97E1` (`a2`), UNIQUE KEY `IX_717B9BA2` (`a3`), UNIQUE KEY `IX_19DA007B` (`name`), KEY `IX_25D734CD` (`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Country` -- LOCK TABLES `Country` WRITE; /*!40000 ALTER TABLE `Country` DISABLE KEYS */; INSERT INTO `Country` VALUES (0,20141,'canada','CA','CAN','124','1',0,1),(0,20155,'china','CN','CHN','156','86',0,1),(0,20190,'france','FR','FRA','250','33',0,1),(0,20217,'germany','DE','DEU','276','49',0,1),(0,20234,'hungary','HU','HUN','348','36',0,1),(0,20235,'israel','IL','ISR','376','972',0,1),(0,20236,'italy','IT','ITA','380','39',0,1),(0,20346,'japan','JP','JPN','392','81',0,1),(0,20394,'south-korea','KR','KOR','410','82',0,1),(0,20395,'netherlands','NL','NLD','528','31',0,1),(0,20408,'portugal','PT','PRT','620','351',0,1),(0,20409,'russia','RU','RUS','643','7',0,1),(0,20410,'singapore','SG','SGP','702','65',0,1),(0,20411,'spain','ES','ESP','724','34',0,1),(0,20430,'turkey','TR','TUR','792','90',0,1),(0,20431,'vietnam','VN','VNM','704','84',0,1),(0,20432,'united-kingdom','GB','GBR','826','44',0,1),(0,20433,'united-states','US','USA','840','1',0,1),(0,20486,'afghanistan','AF','AFG','4','93',0,1),(0,20487,'albania','AL','ALB','8','355',0,1),(0,20488,'algeria','DZ','DZA','12','213',0,1),(0,20489,'american-samoa','AS','ASM','16','684',0,1),(0,20490,'andorra','AD','AND','20','376',0,1),(0,20491,'angola','AO','AGO','24','244',0,1),(0,20492,'anguilla','AI','AIA','660','264',0,1),(0,20493,'antarctica','AQ','ATA','10','672',0,1),(0,20494,'antigua-barbuda','AG','ATG','28','268',0,1),(0,20495,'argentina','AR','ARG','32','54',0,1),(0,20496,'armenia','AM','ARM','51','374',0,1),(0,20497,'aruba','AW','ABW','533','297',0,1),(0,20498,'australia','AU','AUS','36','61',0,1),(0,20507,'austria','AT','AUT','40','43',0,1),(0,20517,'azerbaijan','AZ','AZE','31','994',0,1),(0,20518,'bahamas','BS','BHS','44','242',0,1),(0,20519,'bahrain','BH','BHR','48','973',0,1),(0,20520,'bangladesh','BD','BGD','50','880',0,1),(0,20521,'barbados','BB','BRB','52','246',0,1),(0,20522,'belarus','BY','BLR','112','375',0,1),(0,20523,'belgium','BE','BEL','56','32',0,1),(0,20524,'belize','BZ','BLZ','84','501',0,1),(0,20525,'benin','BJ','BEN','204','229',0,1),(0,20526,'bermuda','BM','BMU','60','441',0,1),(0,20527,'bhutan','BT','BTN','64','975',0,1),(0,20528,'bolivia','BO','BOL','68','591',0,1),(0,20529,'bosnia-herzegovina','BA','BIH','70','387',0,1),(0,20530,'botswana','BW','BWA','72','267',0,1),(0,20531,'brazil','BR','BRA','76','55',0,1),(0,20532,'british-virgin-islands','VG','VGB','92','284',0,1),(0,20533,'brunei','BN','BRN','96','673',0,1),(0,20534,'bulgaria','BG','BGR','100','359',0,1),(0,20535,'burkina-faso','BF','BFA','854','226',0,1),(0,20536,'burma-myanmar','MM','MMR','104','95',0,1),(0,20537,'burundi','BI','BDI','108','257',0,1),(0,20538,'cambodia','KH','KHM','116','855',0,1),(0,20539,'cameroon','CM','CMR','120','237',0,1),(0,20540,'cape-verde-island','CV','CPV','132','238',0,1),(0,20541,'cayman-islands','KY','CYM','136','345',0,1),(0,20542,'central-african-republic','CF','CAF','140','236',0,1),(0,20543,'chad','TD','TCD','148','235',0,1),(0,20544,'chile','CL','CHL','152','56',0,1),(0,20545,'christmas-island','CX','CXR','162','61',0,1),(0,20546,'cocos-islands','CC','CCK','166','61',0,1),(0,20547,'colombia','CO','COL','170','57',0,1),(0,20548,'comoros','KM','COM','174','269',0,1),(0,20549,'republic-of-congo','CD','COD','180','242',0,1),(0,20550,'democratic-republic-of-congo','CG','COG','178','243',0,1),(0,20551,'cook-islands','CK','COK','184','682',0,1),(0,20552,'costa-rica','CR','CRI','188','506',0,1),(0,20553,'croatia','HR','HRV','191','385',0,1),(0,20554,'cuba','CU','CUB','192','53',0,1),(0,20555,'cyprus','CY','CYP','196','357',0,1),(0,20556,'czech-republic','CZ','CZE','203','420',0,1),(0,20557,'denmark','DK','DNK','208','45',0,1),(0,20558,'djibouti','DJ','DJI','262','253',0,1),(0,20559,'dominica','DM','DMA','212','767',0,1),(0,20560,'dominican-republic','DO','DOM','214','809',0,1),(0,20561,'ecuador','EC','ECU','218','593',0,1),(0,20562,'egypt','EG','EGY','818','20',0,1),(0,20563,'el-salvador','SV','SLV','222','503',0,1),(0,20564,'equatorial-guinea','GQ','GNQ','226','240',0,1),(0,20565,'eritrea','ER','ERI','232','291',0,1),(0,20566,'estonia','EE','EST','233','372',0,1),(0,20567,'ethiopia','ET','ETH','231','251',0,1),(0,20568,'faeroe-islands','FO','FRO','234','298',0,1),(0,20569,'falkland-islands','FK','FLK','238','500',0,1),(0,20570,'fiji-islands','FJ','FJI','242','679',0,1),(0,20571,'finland','FI','FIN','246','358',0,1),(0,20572,'french-guiana','GF','GUF','254','594',0,1),(0,20573,'french-polynesia','PF','PYF','258','689',0,1),(0,20574,'gabon','GA','GAB','266','241',0,1),(0,20575,'gambia','GM','GMB','270','220',0,1),(0,20576,'georgia','GE','GEO','268','995',0,1),(0,20577,'ghana','GH','GHA','288','233',0,1),(0,20578,'gibraltar','GI','GIB','292','350',0,1),(0,20579,'greece','GR','GRC','300','30',0,1),(0,20580,'greenland','GL','GRL','304','299',0,1),(0,20581,'grenada','GD','GRD','308','473',0,1),(0,20582,'guadeloupe','GP','GLP','312','590',0,1),(0,20583,'guam','GU','GUM','316','671',0,1),(0,20584,'guatemala','GT','GTM','320','502',0,1),(0,20585,'guinea','GN','GIN','324','224',0,1),(0,20586,'guinea-bissau','GW','GNB','624','245',0,1),(0,20587,'guyana','GY','GUY','328','592',0,1),(0,20588,'haiti','HT','HTI','332','509',0,1),(0,20589,'honduras','HN','HND','340','504',0,1),(0,20590,'iceland','IS','ISL','352','354',0,1),(0,20591,'india','IN','IND','356','91',0,1),(0,20592,'indonesia','ID','IDN','360','62',0,1),(0,20593,'iran','IR','IRN','364','98',0,1),(0,20594,'iraq','IQ','IRQ','368','964',0,1),(0,20595,'ireland','IE','IRL','372','353',0,1),(0,20596,'ivory-coast','CI','CIV','384','225',0,1),(0,20597,'jamaica','JM','JAM','388','876',0,1),(0,20598,'jordan','JO','JOR','400','962',0,1),(0,20599,'kazakhstan','KZ','KAZ','398','7',0,1),(0,20600,'kenya','KE','KEN','404','254',0,1),(0,20601,'kiribati','KI','KIR','296','686',0,1),(0,20602,'kuwait','KW','KWT','414','965',0,1),(0,20603,'north-korea','KP','PRK','408','850',0,1),(0,20604,'kyrgyzstan','KG','KGZ','471','996',0,1),(0,20605,'laos','LA','LAO','418','856',0,1),(0,20606,'latvia','LV','LVA','428','371',0,1),(0,20607,'lebanon','LB','LBN','422','961',0,1),(0,20608,'lesotho','LS','LSO','426','266',0,1),(0,20609,'liberia','LR','LBR','430','231',0,1),(0,20610,'libya','LY','LBY','434','218',0,1),(0,20611,'liechtenstein','LI','LIE','438','423',0,1),(0,20612,'lithuania','LT','LTU','440','370',0,1),(0,20613,'luxembourg','LU','LUX','442','352',0,1),(0,20614,'macedonia','MK','MKD','807','389',0,1),(0,20615,'madagascar','MG','MDG','450','261',0,1),(0,20616,'malawi','MW','MWI','454','265',0,1),(0,20617,'malaysia','MY','MYS','458','60',0,1),(0,20618,'maldives','MV','MDV','462','960',0,1),(0,20619,'mali','ML','MLI','466','223',0,1),(0,20620,'malta','MT','MLT','470','356',0,1),(0,20621,'marshall-islands','MH','MHL','584','692',0,1),(0,20622,'martinique','MQ','MTQ','474','596',0,1),(0,20623,'mauritania','MR','MRT','478','222',0,1),(0,20624,'mauritius','MU','MUS','480','230',0,1),(0,20625,'mayotte-island','YT','MYT','175','269',0,1),(0,20626,'mexico','MX','MEX','484','52',0,1),(0,20658,'micronesia','FM','FSM','583','691',0,1),(0,20659,'moldova','MD','MDA','498','373',0,1),(0,20660,'monaco','MC','MCO','492','377',0,1),(0,20661,'mongolia','MN','MNG','496','976',0,1),(0,20662,'montenegro','ME','MNE','499','382',0,1),(0,20663,'montserrat','MS','MSR','500','664',0,1),(0,20664,'morocco','MA','MAR','504','212',0,1),(0,20665,'mozambique','MZ','MOZ','508','258',0,1),(0,20666,'namibia','NA','NAM','516','264',0,1),(0,20667,'nauru','NR','NRU','520','674',0,1),(0,20668,'nepal','NP','NPL','524','977',0,1),(0,20669,'netherlands-antilles','AN','ANT','530','599',0,1),(0,20670,'new-caledonia','NC','NCL','540','687',0,1),(0,20671,'new-zealand','NZ','NZL','554','64',0,1),(0,20672,'nicaragua','NI','NIC','558','505',0,1),(0,20673,'niger','NE','NER','562','227',0,1),(0,20674,'nigeria','NG','NGA','566','234',0,1),(0,20675,'niue','NU','NIU','570','683',0,1),(0,20676,'norfolk-island','NF','NFK','574','672',0,1),(0,20677,'norway','NO','NOR','578','47',0,1),(0,20697,'oman','OM','OMN','512','968',0,1),(0,20698,'pakistan','PK','PAK','586','92',0,1),(0,20699,'palau','PW','PLW','585','680',0,1),(0,20700,'palestine','PS','PSE','275','970',0,1),(0,20701,'panama','PA','PAN','591','507',0,1),(0,20702,'papua-new-guinea','PG','PNG','598','675',0,1),(0,20703,'paraguay','PY','PRY','600','595',0,1),(0,20704,'peru','PE','PER','604','51',0,1),(0,20705,'philippines','PH','PHL','608','63',0,1),(0,20706,'poland','PL','POL','616','48',0,1),(0,20707,'puerto-rico','PR','PRI','630','787',0,1),(0,20708,'qatar','QA','QAT','634','974',0,1),(0,20709,'reunion-island','RE','REU','638','262',0,1),(0,20710,'romania','RO','ROU','642','40',0,1),(0,20711,'rwanda','RW','RWA','646','250',0,1),(0,20712,'st-helena','SH','SHN','654','290',0,1),(0,20713,'st-kitts','KN','KNA','659','869',0,1),(0,20714,'st-lucia','LC','LCA','662','758',0,1),(0,20715,'st-pierre-miquelon','PM','SPM','666','508',0,1),(0,20716,'st-vincent','VC','VCT','670','784',0,1),(0,20717,'san-marino','SM','SMR','674','378',0,1),(0,20718,'sao-tome-principe','ST','STP','678','239',0,1),(0,20719,'saudi-arabia','SA','SAU','682','966',0,1),(0,20720,'senegal','SN','SEN','686','221',0,1),(0,20721,'serbia','RS','SRB','688','381',0,1),(0,20722,'seychelles','SC','SYC','690','248',0,1),(0,20723,'sierra-leone','SL','SLE','694','249',0,1),(0,20724,'slovakia','SK','SVK','703','421',0,1),(0,20725,'slovenia','SI','SVN','705','386',0,1),(0,20726,'solomon-islands','SB','SLB','90','677',0,1),(0,20727,'somalia','SO','SOM','706','252',0,1),(0,20728,'south-africa','ZA','ZAF','710','27',0,1),(0,20729,'sri-lanka','LK','LKA','144','94',0,1),(0,20730,'sudan','SD','SDN','736','95',0,1),(0,20731,'suriname','SR','SUR','740','597',0,1),(0,20732,'swaziland','SZ','SWZ','748','268',0,1),(0,20733,'sweden','SE','SWE','752','46',0,1),(0,20734,'switzerland','CH','CHE','756','41',0,1),(0,20761,'syria','SY','SYR','760','963',0,1),(0,20762,'taiwan','TW','TWN','158','886',0,1),(0,20763,'tajikistan','TJ','TJK','762','992',0,1),(0,20764,'tanzania','TZ','TZA','834','255',0,1),(0,20765,'thailand','TH','THA','764','66',0,1),(0,20766,'togo','TG','TGO','768','228',0,1),(0,20767,'tonga','TO','TON','776','676',0,1),(0,20768,'trinidad-tobago','TT','TTO','780','868',0,1),(0,20769,'tunisia','TN','TUN','788','216',0,1),(0,20770,'turkmenistan','TM','TKM','795','993',0,1),(0,20771,'turks-caicos','TC','TCA','796','649',0,1),(0,20772,'tuvalu','TV','TUV','798','688',0,1),(0,20773,'uganda','UG','UGA','800','256',0,1),(0,20774,'ukraine','UA','UKR','804','380',0,1),(0,20775,'united-arab-emirates','AE','ARE','784','971',0,1),(0,20776,'uruguay','UY','URY','858','598',0,1),(0,20777,'uzbekistan','UZ','UZB','860','998',0,1),(0,20778,'vanuatu','VU','VUT','548','678',0,1),(0,20779,'vatican-city','VA','VAT','336','39',0,1),(0,20780,'venezuela','VE','VEN','862','58',0,1),(0,20781,'wallis-futuna','WF','WLF','876','681',0,1),(0,20782,'western-samoa','WS','WSM','882','685',0,1),(0,20783,'yemen','YE','YEM','887','967',0,1),(0,20784,'zambia','ZM','ZMB','894','260',0,1),(0,20785,'zimbabwe','ZW','ZWE','716','263',0,1),(0,20786,'aland-islands','AX','ALA','248','359',0,1),(0,20787,'bonaire-st-eustatius-saba','BQ','BES','535','599',0,1),(0,20788,'bouvet-island','BV','BVT','74','47',0,1),(0,20789,'british-indian-ocean-territory','IO','IOT','86','246',0,1),(0,20790,'curacao','CW','CUW','531','599',0,1),(0,20791,'french-southern-territories','TF','ATF','260','33',0,1),(0,20792,'guernsey','GG','GGY','831','44',0,1),(0,20793,'heard-island-mcdonald-islands','HM','HMD','334','61',0,1),(0,20794,'isle-of-man','IM','IMN','833','44',0,1),(0,20795,'jersey','JE','JEY','832','44',0,1),(0,20796,'northern-mariana-islands','MP','MNP','580','670',0,1),(0,20797,'pitcairn','PN','PCN','612','649',0,1),(0,20798,'south-georgia-south-sandwich-islands','GS','SGS','239','44',0,1),(0,20799,'south-sudan','SS','SSD','728','211',0,1),(0,20800,'sint-maarten','SX','SXM','534','721',0,1),(0,20801,'st-barthelemy','BL','BLM','652','590',0,1),(0,20802,'st-martin','MF','MAF','663','590',0,1),(0,20803,'tokelau','TK','TKL','772','690',0,1),(0,20804,'timor-leste','TL','TLS','626','670',0,1),(0,20805,'united-states-minor-outlying-islands','UM','UMI','581','699',0,1),(0,20806,'united-states-virgin-islands','VI','VIR','850','340',0,1),(0,20807,'western-sahara','EH','ESH','732','212',0,1); /*!40000 ALTER TABLE `Country` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDLRecord` -- DROP TABLE IF EXISTS `DDLRecord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDLRecord` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `recordId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDMStorageId` bigint DEFAULT NULL, `recordSetId` bigint DEFAULT NULL, `recordSetVersion` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `displayIndex` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`recordId`), UNIQUE KEY `IX_B4328F39` (`uuid_`,`groupId`), KEY `IX_6A6C1C85` (`companyId`), KEY `IX_F12C61D4` (`recordSetId`,`recordSetVersion`), KEY `IX_AAC564D3` (`recordSetId`,`userId`), KEY `IX_384AB6F7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDLRecord` -- LOCK TABLES `DDLRecord` WRITE; /*!40000 ALTER TABLE `DDLRecord` DISABLE KEYS */; /*!40000 ALTER TABLE `DDLRecord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDLRecordSet` -- DROP TABLE IF EXISTS `DDLRecordSet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDLRecordSet` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `recordSetId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDMStructureId` bigint DEFAULT NULL, `recordSetKey` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `minDisplayRows` int DEFAULT NULL, `scope` int DEFAULT NULL, `settings_` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`recordSetId`), UNIQUE KEY `IX_56DAB121` (`groupId`,`recordSetKey`), UNIQUE KEY `IX_270BA5E1` (`uuid_`,`groupId`), KEY `IX_6705D180` (`DDMStructureId`), KEY `IX_5938C39F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDLRecordSet` -- LOCK TABLES `DDLRecordSet` WRITE; /*!40000 ALTER TABLE `DDLRecordSet` DISABLE KEYS */; /*!40000 ALTER TABLE `DDLRecordSet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDLRecordSetVersion` -- DROP TABLE IF EXISTS `DDLRecordSetVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDLRecordSetVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `recordSetVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `recordSetId` bigint DEFAULT NULL, `DDMStructureVersionId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `version` varchar(75) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`recordSetVersionId`), UNIQUE KEY `IX_94FC5485` (`recordSetId`,`version`), KEY `IX_1C4E1CC9` (`recordSetId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDLRecordSetVersion` -- LOCK TABLES `DDLRecordSetVersion` WRITE; /*!40000 ALTER TABLE `DDLRecordSetVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `DDLRecordSetVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDLRecordVersion` -- DROP TABLE IF EXISTS `DDLRecordVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDLRecordVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `recordVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `DDMStorageId` bigint DEFAULT NULL, `recordSetId` bigint DEFAULT NULL, `recordSetVersion` varchar(75) DEFAULT NULL, `recordId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `displayIndex` int DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`recordVersionId`), UNIQUE KEY `IX_C79E347` (`recordId`,`version`), KEY `IX_762ADC7` (`recordId`,`status`), KEY `IX_19AD75F6` (`recordSetId`,`recordSetVersion`), KEY `IX_28202A62` (`userId`,`recordSetId`,`recordSetVersion`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDLRecordVersion` -- LOCK TABLES `DDLRecordVersion` WRITE; /*!40000 ALTER TABLE `DDLRecordVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `DDLRecordVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMContent` -- DROP TABLE IF EXISTS `DDMContent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMContent` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `contentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `data_` longtext, PRIMARY KEY (`contentId`), UNIQUE KEY `IX_EB9BDE28` (`uuid_`,`groupId`), KEY `IX_E3BAF436` (`companyId`), KEY `IX_50BF1038` (`groupId`), KEY `IX_3A9C0626` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMContent` -- LOCK TABLES `DDMContent` WRITE; /*!40000 ALTER TABLE `DDMContent` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMContent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMDataProviderInstance` -- DROP TABLE IF EXISTS `DDMDataProviderInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMDataProviderInstance` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `dataProviderInstanceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`dataProviderInstanceId`), UNIQUE KEY `IX_B4E180D9` (`uuid_`,`groupId`), KEY `IX_DB54A6E5` (`companyId`), KEY `IX_1333A2A7` (`groupId`), KEY `IX_C903C097` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMDataProviderInstance` -- LOCK TABLES `DDMDataProviderInstance` WRITE; /*!40000 ALTER TABLE `DDMDataProviderInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMDataProviderInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMDataProviderInstanceLink` -- DROP TABLE IF EXISTS `DDMDataProviderInstanceLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMDataProviderInstanceLink` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `dataProviderInstanceLinkId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `dataProviderInstanceId` bigint DEFAULT NULL, `structureId` bigint DEFAULT NULL, PRIMARY KEY (`dataProviderInstanceLinkId`), UNIQUE KEY `IX_8C878342` (`dataProviderInstanceId`,`structureId`), KEY `IX_CB823541` (`structureId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMDataProviderInstanceLink` -- LOCK TABLES `DDMDataProviderInstanceLink` WRITE; /*!40000 ALTER TABLE `DDMDataProviderInstanceLink` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMDataProviderInstanceLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMFormInstance` -- DROP TABLE IF EXISTS `DDMFormInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMFormInstance` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `formInstanceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `structureId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceId`), UNIQUE KEY `IX_AA9051A2` (`uuid_`,`groupId`), KEY `IX_9E1C31FE` (`groupId`), KEY `IX_E418320` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMFormInstance` -- LOCK TABLES `DDMFormInstance` WRITE; /*!40000 ALTER TABLE `DDMFormInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMFormInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMFormInstanceRecord` -- DROP TABLE IF EXISTS `DDMFormInstanceRecord`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMFormInstanceRecord` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `formInstanceRecordId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint DEFAULT NULL, `formInstanceVersion` varchar(75) DEFAULT NULL, `storageId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceRecordId`), UNIQUE KEY `IX_AA3B6B53` (`uuid_`,`groupId`), KEY `IX_5BC982B` (`companyId`), KEY `IX_242301EA` (`formInstanceId`,`formInstanceVersion`), KEY `IX_3C8DBDFF` (`formInstanceId`,`userId`), KEY `IX_E1971FF` (`userId`,`formInstanceId`), KEY `IX_CF8CF491` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMFormInstanceRecord` -- LOCK TABLES `DDMFormInstanceRecord` WRITE; /*!40000 ALTER TABLE `DDMFormInstanceRecord` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMFormInstanceRecord` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMFormInstanceRecordVersion` -- DROP TABLE IF EXISTS `DDMFormInstanceRecordVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMFormInstanceRecordVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `formInstanceRecordVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint DEFAULT NULL, `formInstanceVersion` varchar(75) DEFAULT NULL, `formInstanceRecordId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `storageId` bigint DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceRecordVersionId`), UNIQUE KEY `IX_26623628` (`formInstanceRecordId`,`version`), KEY `IX_EAAF6D80` (`formInstanceId`,`formInstanceVersion`), KEY `IX_B5A3FAC6` (`formInstanceRecordId`,`status`), KEY `IX_57CA016C` (`userId`,`formInstanceId`,`formInstanceVersion`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMFormInstanceRecordVersion` -- LOCK TABLES `DDMFormInstanceRecordVersion` WRITE; /*!40000 ALTER TABLE `DDMFormInstanceRecordVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMFormInstanceRecordVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMFormInstanceVersion` -- DROP TABLE IF EXISTS `DDMFormInstanceVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMFormInstanceVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `formInstanceVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint DEFAULT NULL, `structureVersionId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `version` varchar(75) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`formInstanceVersionId`), UNIQUE KEY `IX_AE51CDC8` (`formInstanceId`,`version`), KEY `IX_EB92EF26` (`formInstanceId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMFormInstanceVersion` -- LOCK TABLES `DDMFormInstanceVersion` WRITE; /*!40000 ALTER TABLE `DDMFormInstanceVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMFormInstanceVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStorageLink` -- DROP TABLE IF EXISTS `DDMStorageLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMStorageLink` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `storageLinkId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `structureId` bigint DEFAULT NULL, `structureVersionId` bigint DEFAULT NULL, PRIMARY KEY (`storageLinkId`), UNIQUE KEY `IX_702D1AD5` (`classPK`), KEY `IX_81776090` (`structureId`), KEY `IX_14DADA22` (`structureVersionId`), KEY `IX_DB81EB42` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStorageLink` -- LOCK TABLES `DDMStorageLink` WRITE; /*!40000 ALTER TABLE `DDMStorageLink` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMStorageLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStructure` -- DROP TABLE IF EXISTS `DDMStructure`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMStructure` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `structureId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentStructureId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `structureKey` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, `storageType` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`structureId`), UNIQUE KEY `IX_C8785130` (`groupId`,`classNameId`,`structureKey`), UNIQUE KEY `IX_85C7EBE2` (`uuid_`,`groupId`), KEY `IX_31817A62` (`classNameId`), KEY `IX_4FBAC092` (`companyId`,`classNameId`), KEY `IX_43395316` (`groupId`,`parentStructureId`), KEY `IX_657899A8` (`parentStructureId`), KEY `IX_20FDE04C` (`structureKey`), KEY `IX_F9FB8D60` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStructure` -- LOCK TABLES `DDMStructure` WRITE; /*!40000 ALTER TABLE `DDMStructure` DISABLE KEYS */; INSERT INTO `DDMStructure` VALUES (0,'b60f7652-8969-9957-7375-9b929c0526ed',40674,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:56.967000','2023-02-22 17:00:56.967000',0,20021,'GOOGLE_DOCS','1.0','Google Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs Metadata','Google Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs Metadata','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"DESCRIPTION\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"EMBEDDABLE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"EMBEDDABLE_URL\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"ICON_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ICON_URL\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ID\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"NAME\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"URL\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,NULL),(0,'9fccf375-c2c0-ca3d-8d5f-d44092596a03',40687,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:57.211000','2023-02-22 17:00:57.211000',0,38402,'CONTACTS','1.0','KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Talk\",\"pt_BR\":\"Google Talk\",\"ja_JP\":\"Google トーク\",\"fr_FR\":\"Google Talk\",\"hu_HU\":\"Google Talk\",\"de_DE\":\"Google Talk\",\"ca_ES\":\"Google Talk\",\"ar_SA\":\"Google Talk\",\"fi_FI\":\"Google Talk\",\"en_US\":\"Google Talk\",\"zh_CN\":\"Google Talk\",\"es_ES\":\"Google Talk\",\"nl_NL\":\"Google Talk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"职务名称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'bf959c31-74a5-57a1-fe57-38ea13a311c3',40693,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:57.265000','2023-02-22 17:00:57.265000',0,38402,'EVENTS','1.0','HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Date\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'5a1c7a82-528c-e243-7810-0c3cbba588d1',40698,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:57.320000','2023-02-22 17:00:57.320000',0,38402,'INVENTORY','1.0','LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}','json',0,NULL),(0,'6e40cccd-52e8-f5d9-a9e9-c345cce031f8',40705,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:57.394000','2023-02-22 17:00:57.394000',0,38402,'ISSUES-TRACKING','1.0','Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'71aa9a86-8bda-22d9-3d6f-6adfc486be9a',40710,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:57.472000','2023-02-22 17:00:57.472000',0,38402,'MEETING-MINUTES','1.0','MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'4f5241bc-8d78-7b11-2a23-5c35efd9b660',40716,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:57.528000','2023-02-22 17:00:57.528000',0,38402,'TO-DO','1.0','Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'dc2482ef-2667-be99-cec1-063dff3edbcd',40724,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:57.703000','2023-02-22 17:00:57.703000',0,40723,'TIKARAWMETADATA','1.0','TIKARAWMETADATA','TIKARAWMETADATA','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROGRAM_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROGRAM_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMAND_LINE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMAND_LINE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_HISTORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.HISTORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_TABLE_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.TABLE_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_INSTITUTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.INSTITUTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONTACT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONTACT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROJECT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROJECT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONVENTIONS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONVENTIONS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REFERENCES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REFERENCES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_ACKNOWLEDGEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.ACKNOWLEDGEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REALIZATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REALIZATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_EXPERIMENT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.EXPERIMENT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_MODEL_NAME_ENGLISH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.MODEL_NAME_ENGLISH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_URL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_WORK_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.WORK_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_FORMAT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.FORMAT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_IDENTIFIER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.IDENTIFIER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CONTRIBUTOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CONTRIBUTOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_COVERAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.COVERAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DESCRIPTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PUBLISHER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PUBLISHER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RELATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RELATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RIGHTS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RIGHTS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TITLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TITLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LATITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LATITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LONGITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LONGITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_ALTITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.ALTITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_ENCODING\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_ENCODING\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_DISPOSITION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_DISPOSITION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_MD5\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_MD5\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LAST_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LAST_MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RAW_HEADER_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RAW_HEADER_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RECIPIENT_ADDRESS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RECIPIENT_ADDRESS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_SUBTYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_SUBTYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_BOUNDARY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_BOUNDARY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_NAMESPACE_URI_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.NAMESPACE_URI_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PREFIX_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PREFIX_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_USER_DEFINED_METADATA_NAME_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.USER_DEFINED_METADATA_NAME_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_KEYWORDS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.KEYWORDS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_INITIAL_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.INITIAL_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LAST_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LAST_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CREATION_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CREATION_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SAVE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SAVE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PRINT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PRINT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SLIDE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SLIDE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PARAGRAPH_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PARAGRAPH_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LINE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LINE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_WORD_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.WORD_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT_WITH_SPACES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT_WITH_SPACES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_TABLE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.TABLE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_IMAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.IMAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_OBJECT_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.OBJECT_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLASS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLASS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_SENT_BY_SERVER_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_SENT_BY_SERVER_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLIENT_SUBMIT_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLIENT_SUBMIT_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_NAMESPACE_URI\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.NAMESPACE_URI\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CATEGORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CATEGORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CONTENT_STATUS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CONTENT_STATUS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_MODIFIED_BY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_MODIFIED_BY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_PRINTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_PRINTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_REVISION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.REVISION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_VERSION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.VERSION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_BITS_PER_SAMPLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.BITS_PER_SAMPLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_WIDTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_WIDTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SAMPLES_PER_PIXEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SAMPLES_PER_PIXEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FLASH_FIRED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FLASH_FIRED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXPOSURE_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXPOSURE_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_F_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.F_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FOCAL_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FOCAL_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ISO_SPEED_RATINGS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ISO_SPEED_RATINGS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MAKE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MAKE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MODEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MODEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SOFTWARE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SOFTWARE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIENTATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIENTATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_HORIZONTAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_HORIZONTAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_VERTICAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_VERTICAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_UNIT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_UNIT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIGINAL_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIGINAL_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXIF_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXIF_PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_RESOURCE_NAME_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.RESOURCE_NAME_KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_PROTECTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.PROTECTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RELATIONSHIP_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RELATIONSHIP_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_STORAGE_CLASS_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_STORAGE_CLASS_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RESOURCE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RESOURCE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_TIKA_MIME_FILE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.TIKA_MIME_FILE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_MIME_TYPE_MAGIC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.MIME_TYPE_MAGIC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ABS_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ABS_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALT_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALT_TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM_ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_CHANNEL_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_CHANNEL_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPILATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPILATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPOSER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPOSER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COPYRIGHT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COPYRIGHT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DISC_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DISC_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DURATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DURATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ENGINEER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ENGINEER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_FILE_DATA_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.FILE_DATA_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_GENRE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.GENRE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_INSTRUMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.INSTRUMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOG_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOG_COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOOP\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOOP\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_NUMBER_OF_BEATS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.NUMBER_OF_BEATS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_METADATA_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.METADATA_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_PULL_DOWN\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.PULL_DOWN\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELATIVE_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELATIVE_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELEASE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELEASE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCALE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCALE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCENE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCENE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SPEAKER_PLACEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SPEAKER_PLACEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_STRETCH_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.STRETCH_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TEMPO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TEMPO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TIME_SIGNATURE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TIME_SIGNATURE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TRACK_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TRACK_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_UNITY_IS_TRANSPARENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_UNITY_IS_TRANSPARENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COLOR_SPACE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COLOR_SPACE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FIELD_ORDER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FIELD_ORDER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FRAME_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FRAME_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_DEPTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_DEPTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_ASPECT_RATIO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_ASPECT_RATIO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'f9d96501-fa83-a5cb-44e4-1d5262aad231',40902,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:00.423000','2023-02-22 17:01:00.423000',0,31401,'BASIC-WEB-CONTENT','1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"fieldNamespace\":\"ddm\",\"indexType\":\"text\",\"dataType\":\"html\",\"predefinedValue\":{},\"name\":\"content\",\"localizable\":true,\"tip\":{},\"label\":{\"en_US\":\"content\"},\"type\":\"ddm-text-html\",\"showLabel\":true}]}','json',0,NULL),(0,'bb927460-8998-cb77-121f-f26d9779d517',41013,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:03.000000','2023-02-22 17:01:03.000000',0,35501,'CONTACTS','1.0','KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Talk\",\"pt_BR\":\"Google Talk\",\"ja_JP\":\"Google トーク\",\"fr_FR\":\"Google Talk\",\"hu_HU\":\"Google Talk\",\"de_DE\":\"Google Talk\",\"ca_ES\":\"Google Talk\",\"ar_SA\":\"Google Talk\",\"fi_FI\":\"Google Talk\",\"en_US\":\"Google Talk\",\"zh_CN\":\"Google Talk\",\"es_ES\":\"Google Talk\",\"nl_NL\":\"Google Talk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"职务名称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'d3733f04-b425-7798-4ee9-e8763e952e73',41018,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:03.059000','2023-02-22 17:01:03.059000',0,35501,'EVENTS','1.0','HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Date\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'38176bbf-2446-296f-49d2-6e16aa49c112',41024,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:03.132000','2023-02-22 17:01:03.132000',0,35501,'INVENTORY','1.0','LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}','json',0,NULL),(0,'ece16e48-831b-f4b8-8f20-d1d5678889ef',41028,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:03.208000','2023-02-22 17:01:03.208000',0,35501,'ISSUES-TRACKING','1.0','Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'d3cd3876-9bb5-94b8-82ee-27dc37f57356',41034,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:03.280000','2023-02-22 17:01:03.280000',0,35501,'MEETING-MINUTES','1.0','MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'1b8e967f-704d-2889-30ba-965f603caef3',41040,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:03.382000','2023-02-22 17:01:03.382000',0,35501,'TO-DO','1.0','Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL); /*!40000 ALTER TABLE `DDMStructure` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStructureLayout` -- DROP TABLE IF EXISTS `DDMStructureLayout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMStructureLayout` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `structureLayoutId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `structureLayoutKey` varchar(75) DEFAULT NULL, `structureVersionId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, PRIMARY KEY (`structureLayoutId`), UNIQUE KEY `IX_14E638B0` (`groupId`,`classNameId`,`structureLayoutKey`), UNIQUE KEY `IX_C9A0402C` (`uuid_`,`groupId`), KEY `IX_C72DCE6E` (`groupId`,`classNameId`,`structureVersionId`), KEY `IX_4CDF64C` (`structureLayoutKey`), KEY `IX_B7158C0A` (`structureVersionId`), KEY `IX_A90FF72A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStructureLayout` -- LOCK TABLES `DDMStructureLayout` WRITE; /*!40000 ALTER TABLE `DDMStructureLayout` DISABLE KEYS */; INSERT INTO `DDMStructureLayout` VALUES (0,'cbe13cc4-f955-4aa1-0ff6-8ae6406be193',40678,20128,20101,20105,NULL,'2023-02-22 17:00:56.993000','2023-02-22 17:00:56.993000',0,'40679',40676,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"DESCRIPTION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"EMBEDDABLE_URL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ICON_URL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"URL\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'b1235fa4-a1c6-09ff-963a-1ab4c580631c',40690,20128,20101,20105,NULL,'2023-02-22 17:00:57.226000','2023-02-22 17:00:57.226000',0,'40691',40689,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"company\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"email\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"firstName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imService\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imUserName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"jobTitle\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"lastName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"notes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneMobile\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneOffice\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'95d2819b-ceb0-1483-67f5-c8166acc56df',40695,20128,20101,20105,NULL,'2023-02-22 17:00:57.272000','2023-02-22 17:00:57.272000',0,'40696',40694,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"cost\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventTime\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'9e65bf00-19e1-54ee-36d0-75068dedb1ef',40701,20128,20101,20105,NULL,'2023-02-22 17:00:57.340000','2023-02-22 17:00:57.340000',0,'40703',40700,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"item\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchaseDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchasePrice\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"quantity\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'f022e8cc-2904-df73-ac59-2a51f294b74d',40707,20128,20101,20105,NULL,'2023-02-22 17:00:57.407000','2023-02-22 17:00:57.407000',0,'40708',40706,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"dueDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"issueId\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'1b56ea45-d00d-fcb4-e36d-e43e558e6560',40713,20128,20101,20105,NULL,'2023-02-22 17:00:57.480000','2023-02-22 17:00:57.480000',0,'40714',40712,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"author\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"duration\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"meetingDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"minutes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'d7c1aaa7-e75a-8b2f-4047-4ccba9073d5f',40718,20128,20101,20105,NULL,'2023-02-22 17:00:57.540000','2023-02-22 17:00:57.540000',0,'40719',40717,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"endDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"percentComplete\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"startDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'a6b7dbde-498c-2e21-bc35-d0f82c233478',40729,20128,20101,20105,NULL,'2023-02-22 17:00:57.786000','2023-02-22 17:00:57.786000',0,'40730',40727,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_PROGRAM_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_COMMAND_LINE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_HISTORY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_TABLE_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_INSTITUTION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_SOURCE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_CONTACT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_PROJECT_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_CONVENTIONS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_REFERENCES\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_ACKNOWLEDGEMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_REALIZATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_EXPERIMENT_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_COMMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ClimateForcast_MODEL_NAME_ENGLISH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"CreativeCommons_LICENSE_URL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"CreativeCommons_LICENSE_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"CreativeCommons_WORK_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_NAMESPACE_URI_DC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_NAMESPACE_URI_DC_TERMS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_PREFIX_DC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_PREFIX_DC_TERMS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_FORMAT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_IDENTIFIER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_MODIFIED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_CONTRIBUTOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_COVERAGE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_CREATOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_CREATED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_DESCRIPTION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_LANGUAGE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_PUBLISHER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_RELATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_RIGHTS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_SOURCE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_SUBJECT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_TITLE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"DublinCore_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Geographic_LATITUDE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Geographic_LONGITUDE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Geographic_ALTITUDE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_ENCODING\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_LANGUAGE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_LENGTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_DISPOSITION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_MD5\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_CONTENT_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_LAST_MODIFIED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"HttpHeaders_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_RAW_HEADER_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_RECIPIENT_ADDRESS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_FROM\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MULTIPART_SUBTYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MULTIPART_BOUNDARY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_FROM_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_FROM_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO_DISPLAY_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_TO_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC_DISPLAY_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_CC_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC_DISPLAY_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Message_MESSAGE_BCC_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_NAMESPACE_URI_DOC_META\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PREFIX_DOC_META\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_USER_DEFINED_METADATA_NAME_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_KEYWORDS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_INITIAL_AUTHOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_LAST_AUTHOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_AUTHOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_CREATION_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_SAVE_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PRINT_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_SLIDE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PAGE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_PARAGRAPH_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_LINE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_WORD_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_CHARACTER_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_CHARACTER_COUNT_WITH_SPACES\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_TABLE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_IMAGE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_OBJECT_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_MESSAGE_CLASS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_SENT_BY_SERVER_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_FROM_REPRESENTING_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_FROM_REPRESENTING_EMAIL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"Office_MAPI_MESSAGE_CLIENT_SUBMIT_TIME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_NAMESPACE_URI\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_PREFIX\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_CATEGORY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_CONTENT_STATUS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_LAST_MODIFIED_BY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_LAST_PRINTED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_REVISION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_VERSION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"OfficeOpenXMLCore_SUBJECT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_BITS_PER_SAMPLE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_IMAGE_LENGTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_IMAGE_WIDTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_SAMPLES_PER_PIXEL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_FLASH_FIRED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EXPOSURE_TIME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_F_NUMBER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_FOCAL_LENGTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_ISO_SPEED_RATINGS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EQUIPMENT_MAKE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EQUIPMENT_MODEL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_SOFTWARE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_ORIENTATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_RESOLUTION_HORIZONTAL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_RESOLUTION_VERTICAL\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_RESOLUTION_UNIT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_ORIGINAL_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TIFF_EXIF_PAGE_COUNT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_RESOURCE_NAME_KEY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_PROTECTED\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_EMBEDDED_RELATIONSHIP_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_EMBEDDED_STORAGE_CLASS_ID\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMetadataKeys_EMBEDDED_RESOURCE_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMimeKeys_TIKA_MIME_FILE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"TikaMimeKeys_MIME_TYPE_MAGIC\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ABS_PEAK_AUDIO_FILE_PATH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ALBUM\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ALT_TAPE_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ARTIST\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ALBUM_ARTIST\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_MOD_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_SAMPLE_RATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_SAMPLE_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_CHANNEL_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_AUDIO_COMPRESSOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_COMPILATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_COMPOSER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_COPYRIGHT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_DISC_NUMBER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_DURATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_ENGINEER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_FILE_DATA_RATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_GENRE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_INSTRUMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_KEY\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_LOG_COMMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_LOOP\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_NUMBER_OF_BEATS\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_METADATA_MOD_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_PULL_DOWN\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_RELATIVE_PEAK_AUDIO_FILE_PATH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_RELEASE_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SCALE_TYPE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SCENE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SHOT_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SHOT_LOCATION\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SHOT_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_SPEAKER_PLACEMENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_STRETCH_MODE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TAPE_NAME\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TEMPO\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TIME_SIGNATURE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_TRACK_NUMBER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_ALPHA_MODE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_ALPHA_UNITY_IS_TRANSPARENT\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_COLOR_SPACE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_COMPRESSOR\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_FIELD_ORDER\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_FRAME_RATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_MOD_DATE\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_PIXEL_DEPTH\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"XMPDM_VIDEO_PIXEL_ASPECT_RATIO\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'782da6eb-e4fb-e4d2-779c-d2731af1998e',40904,20128,20101,20105,NULL,'2023-02-22 17:01:00.425000','2023-02-22 17:01:00.425000',0,'40905',40903,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"content\"]}]}],\"title\":{\"en_US\":\"Basic Web Content\"}}],\"paginationMode\":\"wizard\",\"defaultLanguageId\":\"en_US\"}'),(0,'21d81500-7b2e-21dd-bdcc-ef10216dd84a',41016,20128,20101,20105,NULL,'2023-02-22 17:01:03.009000','2023-02-22 17:01:03.009000',0,'41017',41015,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"company\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"email\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"firstName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imService\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"imUserName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"jobTitle\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"lastName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"notes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneMobile\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"phoneOffice\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'b5c2b3ac-fe2e-60b6-cc53-75114e3ac3e3',41020,20128,20101,20105,NULL,'2023-02-22 17:01:03.066000','2023-02-22 17:01:03.066000',0,'41021',41019,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"cost\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventName\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"eventTime\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'610754f8-d631-8661-f37e-8496489a9896',41026,20128,20101,20105,NULL,'2023-02-22 17:01:03.140000','2023-02-22 17:01:03.140000',0,'41027',41025,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"item\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"location\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchaseDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"purchasePrice\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"quantity\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'08788d65-689f-32d3-63c1-278032f74efa',41031,20128,20101,20105,NULL,'2023-02-22 17:01:03.218000','2023-02-22 17:01:03.218000',0,'41032',41030,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"dueDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"issueId\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'894f9bee-af74-26f3-7f05-b3bb12449779',41036,20128,20101,20105,NULL,'2023-02-22 17:01:03.288000','2023-02-22 17:01:03.288000',0,'41037',41035,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"author\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"duration\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"meetingDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"minutes\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),(0,'f908b2d7-f6db-63d8-e0f4-30b0fb245af3',41043,20128,20101,20105,NULL,'2023-02-22 17:01:03.413000','2023-02-22 17:01:03.413000',0,'41044',41041,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"assignedTo\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"attachment\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"comments\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"description\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"endDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"percentComplete\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"severity\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"startDate\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"status\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"title\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'); /*!40000 ALTER TABLE `DDMStructureLayout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStructureLink` -- DROP TABLE IF EXISTS `DDMStructureLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMStructureLink` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `structureLinkId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `structureId` bigint DEFAULT NULL, PRIMARY KEY (`structureLinkId`), UNIQUE KEY `IX_E43143A3` (`classNameId`,`classPK`,`structureId`), KEY `IX_17692B58` (`structureId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStructureLink` -- LOCK TABLES `DDMStructureLink` WRITE; /*!40000 ALTER TABLE `DDMStructureLink` DISABLE KEYS */; INSERT INTO `DDMStructureLink` VALUES (0,40685,20101,20022,40683,40674); /*!40000 ALTER TABLE `DDMStructureLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMStructureVersion` -- DROP TABLE IF EXISTS `DDMStructureVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMStructureVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `structureVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `structureId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `parentStructureId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, `storageType` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`structureVersionId`), UNIQUE KEY `IX_64C3C42` (`structureId`,`version`), KEY `IX_17B3C96C` (`structureId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMStructureVersion` -- LOCK TABLES `DDMStructureVersion` WRITE; /*!40000 ALTER TABLE `DDMStructureVersion` DISABLE KEYS */; INSERT INTO `DDMStructureVersion` VALUES (0,40676,20128,20101,20105,NULL,'2023-02-22 17:00:56.967000',40674,'1.0',0,'Google Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs Metadata','Google Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs MetadataGoogle Docs Metadata','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"DESCRIPTION\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"EMBEDDABLE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"EMBEDDABLE_URL\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"ICON_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ICON_URL\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"ID\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"NAME\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"URL\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,0,20105,NULL,'2023-02-22 17:00:56.967000'),(0,40689,20128,20101,20105,NULL,'2023-02-22 17:00:57.211000',40687,'1.0',0,'KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Talk\",\"pt_BR\":\"Google Talk\",\"ja_JP\":\"Google トーク\",\"fr_FR\":\"Google Talk\",\"hu_HU\":\"Google Talk\",\"de_DE\":\"Google Talk\",\"ca_ES\":\"Google Talk\",\"ar_SA\":\"Google Talk\",\"fi_FI\":\"Google Talk\",\"en_US\":\"Google Talk\",\"zh_CN\":\"Google Talk\",\"es_ES\":\"Google Talk\",\"nl_NL\":\"Google Talk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"职务名称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:00:57.211000'),(0,40694,20128,20101,20105,NULL,'2023-02-22 17:00:57.265000',40693,'1.0',0,'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Date\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:00:57.265000'),(0,40700,20128,20101,20105,NULL,'2023-02-22 17:00:57.320000',40698,'1.0',0,'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}','json',0,0,20105,NULL,'2023-02-22 17:00:57.320000'),(0,40706,20128,20101,20105,NULL,'2023-02-22 17:00:57.394000',40705,'1.0',0,'Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:00:57.394000'),(0,40712,20128,20101,20105,NULL,'2023-02-22 17:00:57.472000',40710,'1.0',0,'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:00:57.472000'),(0,40717,20128,20101,20105,NULL,'2023-02-22 17:00:57.528000',40716,'1.0',0,'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:00:57.528000'),(0,40727,20128,20101,20105,NULL,'2023-02-22 17:00:57.703000',40724,'1.0',0,'TIKARAWMETADATA','TIKARAWMETADATA','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROGRAM_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROGRAM_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMAND_LINE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMAND_LINE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_HISTORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.HISTORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_TABLE_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.TABLE_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_INSTITUTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.INSTITUTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONTACT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONTACT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROJECT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.PROJECT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_CONVENTIONS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.CONVENTIONS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REFERENCES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REFERENCES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_ACKNOWLEDGEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.ACKNOWLEDGEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_REALIZATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.REALIZATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_EXPERIMENT_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.EXPERIMENT_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_MODEL_NAME_ENGLISH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.ClimateForcast.MODEL_NAME_ENGLISH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_URL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_URL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_LICENSE_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.LICENSE_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"CreativeCommons_WORK_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.CreativeCommons.WORK_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_NAMESPACE_URI_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.NAMESPACE_URI_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PREFIX_DC_TERMS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PREFIX_DC_TERMS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_FORMAT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.FORMAT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_IDENTIFIER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.IDENTIFIER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CONTRIBUTOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CONTRIBUTOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_COVERAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.COVERAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_CREATED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.CREATED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_DESCRIPTION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.DESCRIPTION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_PUBLISHER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.PUBLISHER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RELATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RELATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_RIGHTS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.RIGHTS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SOURCE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SOURCE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TITLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TITLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"DublinCore_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.DublinCore.TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LATITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LATITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_LONGITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.LONGITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Geographic_ALTITUDE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Geographic.ALTITUDE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_ENCODING\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_ENCODING\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LANGUAGE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LANGUAGE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_DISPOSITION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_DISPOSITION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_MD5\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_MD5\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_CONTENT_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.CONTENT_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LAST_MODIFIED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LAST_MODIFIED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"HttpHeaders_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.HttpHeaders.LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RAW_HEADER_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RAW_HEADER_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_RECIPIENT_ADDRESS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_RECIPIENT_ADDRESS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_SUBTYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_SUBTYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MULTIPART_BOUNDARY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MULTIPART_BOUNDARY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_FROM_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_FROM_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_TO_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_TO_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_CC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_CC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_DISPLAY_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_DISPLAY_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Message_MESSAGE_BCC_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Message.MESSAGE_BCC_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_NAMESPACE_URI_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.NAMESPACE_URI_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PREFIX_DOC_META\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PREFIX_DOC_META\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_USER_DEFINED_METADATA_NAME_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.USER_DEFINED_METADATA_NAME_PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_KEYWORDS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.KEYWORDS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_INITIAL_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.INITIAL_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LAST_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LAST_AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_AUTHOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.AUTHOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CREATION_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CREATION_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SAVE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SAVE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PRINT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PRINT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_SLIDE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.SLIDE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_PARAGRAPH_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.PARAGRAPH_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_LINE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.LINE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_WORD_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.WORD_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_CHARACTER_COUNT_WITH_SPACES\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.CHARACTER_COUNT_WITH_SPACES\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_TABLE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.TABLE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_IMAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.IMAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_OBJECT_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.OBJECT_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLASS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLASS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_SENT_BY_SERVER_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_SENT_BY_SERVER_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_FROM_REPRESENTING_EMAIL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_FROM_REPRESENTING_EMAIL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"Office_MAPI_MESSAGE_CLIENT_SUBMIT_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.Office.MAPI_MESSAGE_CLIENT_SUBMIT_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_NAMESPACE_URI\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.NAMESPACE_URI\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_PREFIX\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.PREFIX\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CATEGORY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CATEGORY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_CONTENT_STATUS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.CONTENT_STATUS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_MODIFIED_BY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_MODIFIED_BY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_LAST_PRINTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.LAST_PRINTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_REVISION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.REVISION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_VERSION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.VERSION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"OfficeOpenXMLCore_SUBJECT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.OfficeOpenXMLCore.SUBJECT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_BITS_PER_SAMPLE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.BITS_PER_SAMPLE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_IMAGE_WIDTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.IMAGE_WIDTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SAMPLES_PER_PIXEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SAMPLES_PER_PIXEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FLASH_FIRED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FLASH_FIRED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXPOSURE_TIME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXPOSURE_TIME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_F_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.F_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_FOCAL_LENGTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.FOCAL_LENGTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ISO_SPEED_RATINGS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ISO_SPEED_RATINGS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MAKE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MAKE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EQUIPMENT_MODEL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EQUIPMENT_MODEL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_SOFTWARE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.SOFTWARE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIENTATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIENTATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_HORIZONTAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_HORIZONTAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_VERTICAL\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_VERTICAL\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_RESOLUTION_UNIT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.RESOLUTION_UNIT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_ORIGINAL_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.ORIGINAL_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TIFF_EXIF_PAGE_COUNT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TIFF.EXIF_PAGE_COUNT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_RESOURCE_NAME_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.RESOURCE_NAME_KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_PROTECTED\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.PROTECTED\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RELATIONSHIP_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RELATIONSHIP_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_STORAGE_CLASS_ID\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_STORAGE_CLASS_ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMetadataKeys_EMBEDDED_RESOURCE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMetadataKeys.EMBEDDED_RESOURCE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_TIKA_MIME_FILE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.TIKA_MIME_FILE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"TikaMimeKeys_MIME_TYPE_MAGIC\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.TikaMimeKeys.MIME_TYPE_MAGIC\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ABS_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ABS_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALT_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALT_TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ALBUM_ARTIST\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ALBUM_ARTIST\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_SAMPLE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_SAMPLE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_CHANNEL_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_CHANNEL_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_AUDIO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.AUDIO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPILATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPILATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COMPOSER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COMPOSER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_COPYRIGHT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.COPYRIGHT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DISC_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DISC_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_DURATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.DURATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_ENGINEER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.ENGINEER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_FILE_DATA_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.FILE_DATA_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_GENRE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.GENRE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_INSTRUMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.INSTRUMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_KEY\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.KEY\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOG_COMMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOG_COMMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_LOOP\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.LOOP\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_NUMBER_OF_BEATS\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.NUMBER_OF_BEATS\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_METADATA_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.METADATA_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_PULL_DOWN\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.PULL_DOWN\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELATIVE_PEAK_AUDIO_FILE_PATH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELATIVE_PEAK_AUDIO_FILE_PATH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_RELEASE_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.RELEASE_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCALE_TYPE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCALE_TYPE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SCENE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SCENE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_LOCATION\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_LOCATION\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SHOT_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SHOT_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_SPEAKER_PLACEMENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.SPEAKER_PLACEMENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_STRETCH_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.STRETCH_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TAPE_NAME\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TAPE_NAME\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TEMPO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TEMPO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TIME_SIGNATURE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TIME_SIGNATURE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_TRACK_NUMBER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.TRACK_NUMBER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_MODE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_MODE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_ALPHA_UNITY_IS_TRANSPARENT\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_ALPHA_UNITY_IS_TRANSPARENT\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COLOR_SPACE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COLOR_SPACE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_COMPRESSOR\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_COMPRESSOR\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FIELD_ORDER\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FIELD_ORDER\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_FRAME_RATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_FRAME_RATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_MOD_DATE\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_MOD_DATE\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_DEPTH\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_DEPTH\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"XMPDM_VIDEO_PIXEL_ASPECT_RATIO\",\"localizable\":false,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_ASPECT_RATIO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:00:57.703000'),(0,40903,20128,20101,20105,NULL,'2023-02-22 17:01:00.423000',40902,'1.0',0,'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"fieldNamespace\":\"ddm\",\"indexType\":\"text\",\"dataType\":\"html\",\"predefinedValue\":{},\"name\":\"content\",\"localizable\":true,\"tip\":{},\"label\":{\"en_US\":\"content\"},\"type\":\"ddm-text-html\",\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:01:00.423000'),(0,41015,20128,20101,20105,NULL,'2023-02-22 17:01:03.000000',41013,'1.0',0,'KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','KontakterContatos連絡先ContactsKapcsolatokKontakteContactesقائمة الإتصالYhteystiedotContacts联系人ContactosContacten','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Företag\",\"pt_BR\":\"Empresa\",\"ja_JP\":\"会社\",\"fr_FR\":\"Entreprise\",\"hu_HU\":\"Cég\",\"de_DE\":\"Unternehmen\",\"ca_ES\":\"Empresa\",\"ar_SA\":\"شركة\",\"fi_FI\":\"Yritys\",\"en_US\":\"Company\",\"zh_CN\":\"公司\",\"es_ES\":\"Compañia\",\"nl_NL\":\"Bedrijf\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"E-post\",\"pt_BR\":\"E-mail\",\"ja_JP\":\"メールアドレス\",\"fr_FR\":\"E-mail\",\"hu_HU\":\"E-mail\",\"de_DE\":\"E-Mail\",\"ca_ES\":\"Correu electrònic\",\"ar_SA\":\"بريد إلكتروني\",\"fi_FI\":\"Sähköposti\",\"en_US\":\"Email\",\"zh_CN\":\"电子邮件\",\"es_ES\":\"Correo electrónico\",\"nl_NL\":\"E-mail\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilltalsnamn\",\"pt_BR\":\"Nome\",\"ja_JP\":\"名\",\"fr_FR\":\"Prénom\",\"hu_HU\":\"Keresztnév\",\"de_DE\":\"Vorname\",\"ca_ES\":\"Nom\",\"ar_SA\":\"الإسم الأول\",\"fi_FI\":\"Etunimi\",\"en_US\":\"First Name\",\"zh_CN\":\"名字\",\"es_ES\":\"Nombre\",\"nl_NL\":\"Voornaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Instant Messenger-tjänst\",\"pt_BR\":\"Serviço de mensagem Instantânea\",\"ja_JP\":\"インスタントメッセージャーサービス\",\"fr_FR\":\"Service de messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő szolgáltatás\",\"de_DE\":\"Instant Messenger-Service\",\"ca_ES\":\"Servei de missatgeria instantània\",\"ar_SA\":\"خدمة المراسلات الفورية\",\"fi_FI\":\"Pikaviestipalvelu\",\"en_US\":\"Instant Messenger Service\",\"zh_CN\":\"即时通讯服务\",\"es_ES\":\"Servicio de mensajería instantánea\",\"nl_NL\":\"Instant Messenger-service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"sv_SE\":\"Google Talk\",\"pt_BR\":\"Google Talk\",\"ja_JP\":\"Google トーク\",\"fr_FR\":\"Google Talk\",\"hu_HU\":\"Google Talk\",\"de_DE\":\"Google Talk\",\"ca_ES\":\"Google Talk\",\"ar_SA\":\"Google Talk\",\"fi_FI\":\"Google Talk\",\"en_US\":\"Google Talk\",\"zh_CN\":\"Google Talk\",\"es_ES\":\"Google Talk\",\"nl_NL\":\"Google Talk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Instant Messenger\",\"pt_BR\":\"Mensagem Instantânea\",\"ja_JP\":\"メッセンジャーアカウント名\",\"fr_FR\":\"Messagerie instantanée\",\"hu_HU\":\"Azonnali üzenetküldő\",\"de_DE\":\"Instant Messenger\",\"ca_ES\":\"Missatgeria instantània\",\"ar_SA\":\"المراسل الفوري\",\"fi_FI\":\"Pikaviestin\",\"en_US\":\"Instant Messenger\",\"zh_CN\":\"即时通讯\",\"es_ES\":\"Mensajería instantánea\",\"nl_NL\":\"Instant Messenger\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"jobTitle\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Jobbtitel\",\"pt_BR\":\"Cargo\",\"ja_JP\":\"役職\",\"fr_FR\":\"Titre du poste\",\"hu_HU\":\"Állás megnevezése\",\"de_DE\":\"Position\",\"ca_ES\":\"Títol\",\"ar_SA\":\"المسمى الوظيفي\",\"fi_FI\":\"Työnimike\",\"en_US\":\"Job Title\",\"zh_CN\":\"职务名称\",\"es_ES\":\"Título\",\"nl_NL\":\"Functieomschrijving\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Efternamn\",\"pt_BR\":\"Sobrenome\",\"ja_JP\":\"姓\",\"fr_FR\":\"Nom\",\"hu_HU\":\"Vezetéknév\",\"de_DE\":\"Nachname\",\"ca_ES\":\"Cognom\",\"ar_SA\":\"الإسم الأخير\",\"fi_FI\":\"Sukunimi\",\"en_US\":\"Last Name\",\"zh_CN\":\"姓\",\"es_ES\":\"Apellido\",\"nl_NL\":\"Achternaam\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Anteckningar\",\"pt_BR\":\"Notas\",\"ja_JP\":\"メモ\",\"fr_FR\":\"Notes\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Notizen\",\"ca_ES\":\"Nota\",\"ar_SA\":\"الملاحظات\",\"fi_FI\":\"Muistiinpanoja\",\"en_US\":\"Notes\",\"zh_CN\":\"注释\",\"es_ES\":\"Notas\",\"nl_NL\":\"Notities\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (mobil)\",\"pt_BR\":\"Telefone (Celular)\",\"ja_JP\":\"電話番号(携帯)\",\"fr_FR\":\"Téléphone (mobile)\",\"hu_HU\":\"Telefon (mobil)\",\"de_DE\":\"Mobiltelefon\",\"ca_ES\":\"Telèfon (mòbil)\",\"ar_SA\":\"هاتف (محمول)\",\"fi_FI\":\"Puhelin (Matkapuhelin)\",\"en_US\":\"Phone (Mobile)\",\"zh_CN\":\"电话(手机)\",\"es_ES\":\"Teléfono (móvil)\",\"nl_NL\":\"Telefoon (mobiel)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Telefon (kontor)\",\"pt_BR\":\"Telefone (Trabalho)\",\"ja_JP\":\"電話番号(職場)\",\"fr_FR\":\"Téléphone (bureau)\",\"hu_HU\":\"Telefon (irodai)\",\"de_DE\":\"Telefon (Büro)\",\"ca_ES\":\"Telèfon (oficina)\",\"ar_SA\":\"هاتف (المكتب)\",\"fi_FI\":\"Puhelin (Toimisto)\",\"en_US\":\"Phone (Office)\",\"zh_CN\":\"电话(办公室)\",\"es_ES\":\"Teléfono (oficina)\",\"nl_NL\":\"Telefoon (kantoor)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:01:03.000000'),(0,41019,20128,20101,20105,NULL,'2023-02-22 17:01:03.059000',41018,'1.0',0,'HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','HändelserEventosイベントÉvénementsEseményekTermineEsdevenimentsمناسباتTapahtumatEvents事件EventosGebeurtenissen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kostnad\",\"pt_BR\":\"Custo\",\"ja_JP\":\"コスト\",\"fr_FR\":\"Coût\",\"hu_HU\":\"Költség\",\"de_DE\":\"Kosten\",\"ca_ES\":\"Cost\",\"ar_SA\":\"التكلفة\",\"fi_FI\":\"Hinta\",\"en_US\":\"Cost\",\"zh_CN\":\"成本\",\"es_ES\":\"Coste\",\"nl_NL\":\"Kost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Datum\",\"pt_BR\":\"Data\",\"ja_JP\":\"日付\",\"fr_FR\":\"Date\",\"hu_HU\":\"Dátum\",\"de_DE\":\"Datum\",\"ca_ES\":\"Data\",\"ar_SA\":\"تاريخ\",\"fi_FI\":\"Päiväys\",\"en_US\":\"Date\",\"zh_CN\":\"日期\",\"es_ES\":\"Fecha\",\"nl_NL\":\"Datum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Evenemangsnamn\",\"pt_BR\":\"Nome do evento\",\"ja_JP\":\"イベント名\",\"fr_FR\":\"Nom de l\'événement\",\"hu_HU\":\"Esemény neve\",\"de_DE\":\"Ereignisname\",\"ca_ES\":\"Nom de l\'esdeveniment\",\"ar_SA\":\"اسم الحدث\",\"fi_FI\":\"Tapahtuman Nimi\",\"en_US\":\"Event Name\",\"zh_CN\":\"事件名称\",\"es_ES\":\"Nombre del evento\",\"nl_NL\":\"Naam gebeurtenis\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Tidpunkt\",\"pt_BR\":\"Tempo\",\"ja_JP\":\"時間\",\"fr_FR\":\"Temps\",\"hu_HU\":\"Idő\",\"de_DE\":\"Zeit\",\"ca_ES\":\"Hora\",\"ar_SA\":\"الوقت\",\"fi_FI\":\"Aika\",\"en_US\":\"Time\",\"zh_CN\":\"时间\",\"es_ES\":\"Tiempo\",\"nl_NL\":\"Tijd\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:01:03.059000'),(0,41025,20128,20101,20105,NULL,'2023-02-22 17:01:03.132000',41024,'1.0',0,'LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','LagerInventário在庫InventaireKészletInventarInventariالمخزونInventaariInventory存货InventarioVoorraad','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Vara\",\"pt_BR\":\"Item\",\"ja_JP\":\"項目\",\"fr_FR\":\"Article\",\"hu_HU\":\"Tétel\",\"de_DE\":\"Element\",\"ca_ES\":\"Article\",\"ar_SA\":\"صنف\",\"fi_FI\":\"Tuote\",\"en_US\":\"Item\",\"zh_CN\":\"条目\",\"es_ES\":\"Artículo\",\"nl_NL\":\"Artikel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"},\"label\":{\"sv_SE\":\"Plats\",\"pt_BR\":\"Localidade\",\"ja_JP\":\"場所\",\"fr_FR\":\"Localisation\",\"hu_HU\":\"Hely\",\"de_DE\":\"Ort\",\"ca_ES\":\"Ubicació\",\"ar_SA\":\"الموقع\",\"fi_FI\":\"Sijainti\",\"en_US\":\"Location\",\"zh_CN\":\"位置\",\"es_ES\":\"Localización\",\"nl_NL\":\"Locatie\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpsdatum\",\"pt_BR\":\"Data de compra\",\"ja_JP\":\"購入日\",\"fr_FR\":\"Date d\'achat\",\"hu_HU\":\"Vásárlás dátuma\",\"de_DE\":\"Kaufdatum\",\"ca_ES\":\"Data de compra\",\"ar_SA\":\"تاريخ الشراء\",\"fi_FI\":\"Ostopäivä\",\"en_US\":\"Purchase Date\",\"zh_CN\":\"购买日期\",\"es_ES\":\"Fecha de compra\",\"nl_NL\":\"Koopdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Inköpspris\",\"pt_BR\":\"Preço de compra\",\"ja_JP\":\"購入価格\",\"fr_FR\":\"Prix \\u200b\\u200bd\'achat\",\"hu_HU\":\"Vásárlási ár\",\"de_DE\":\"Kaufpreis\",\"ca_ES\":\"Preu de compra\",\"ar_SA\":\"سعر الشراء\",\"fi_FI\":\"Ostohinta\",\"en_US\":\"Purchase Price\",\"zh_CN\":\"购买价格\",\"es_ES\":\"Precio de compra\",\"nl_NL\":\"Koopprijs\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Kvantitet\",\"pt_BR\":\"Quantidade\",\"ja_JP\":\"数量\",\"fr_FR\":\"Quantité\",\"hu_HU\":\"Mennyiség\",\"de_DE\":\"Anzahl\",\"ca_ES\":\"Quantitat\",\"ar_SA\":\"الكمية\",\"fi_FI\":\"Määrä\",\"en_US\":\"Quantity\",\"zh_CN\":\"数量\",\"es_ES\":\"Cantidad\",\"nl_NL\":\"Hoeveelheid\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}}]}','json',0,0,20105,NULL,'2023-02-22 17:01:03.132000'),(0,41030,20128,20101,20105,NULL,'2023-02-22 17:01:03.208000',41028,'1.0',0,'Uppföljning av ärendenMonitoramento de problemas課題追跡Suivi des problèmesÜgyek követéseFallverfolgungSeguiment dels problemesتتبع المشكلاتOngelmien SeurantaIssues Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','ÄrendeuppföljningMonitoramento do problema課題追跡Suivi du problèmeÜgy követéseFallverfolgungSeguiment del problemaتتبع المشكلةOngelman SeurantaIssue Tracking问题跟踪Seguimiento de incidenciasProbleemopvolging','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Förfallodatum\",\"pt_BR\":\"Prazo\",\"ja_JP\":\"期限\",\"fr_FR\":\"Date d\'échéance\",\"hu_HU\":\"Esedékes dátum\",\"de_DE\":\"Fälligkeitsdatum\",\"ca_ES\":\"Venciment\",\"ar_SA\":\"تاريخ الإنتهاء\",\"fi_FI\":\"Eräpäivämäärä\",\"en_US\":\"Due Date\",\"zh_CN\":\"截止日期\",\"es_ES\":\"Fecha límite\",\"nl_NL\":\"Vervaldatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"dueDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Ärende-ID\",\"pt_BR\":\"ID do problema\",\"ja_JP\":\"課題ID\",\"fr_FR\":\"ID du problème\",\"hu_HU\":\"Ügyazonosító\",\"de_DE\":\"Fall-ID\",\"ca_ES\":\"ID del problema\",\"ar_SA\":\"معرف المشكلة\",\"fi_FI\":\"Ongelman ID\",\"en_US\":\"Issue ID\",\"zh_CN\":\"问题 ID\",\"es_ES\":\"Identificador de incidencia\",\"nl_NL\":\"Probleem-ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:01:03.208000'),(0,41035,20128,20101,20105,NULL,'2023-02-22 17:01:03.280000',41034,'1.0',0,'MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','MötesanteckningarMinutos da reunião会議の分数Compte rendu de réunionMegbeszélés jegyzőkönyveMeetingsminutenMinuts de la reunióمحضر الاجتماعTapaamisen PöytäkirjaMeeting Minutes会议记录Minutos de la reuniónNotulen van de vergadering','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Författare\",\"pt_BR\":\"Autor\",\"ja_JP\":\"作成者\",\"fr_FR\":\"Auteur\",\"hu_HU\":\"Szerző\",\"de_DE\":\"Autor\",\"ca_ES\":\"Autor\",\"ar_SA\":\"الكاتب\",\"fi_FI\":\"Kirjoittaja\",\"en_US\":\"Author\",\"zh_CN\":\"作者\",\"es_ES\":\"Autor\",\"nl_NL\":\"Auteur\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Möteslängd\",\"pt_BR\":\"Duração da reunião\",\"ja_JP\":\"会議の期間\",\"fr_FR\":\"Durée de la réunion\",\"hu_HU\":\"Megbeszélés időtartama\",\"de_DE\":\"Meetingsdauer\",\"ca_ES\":\"Durada de la reunió\",\"ar_SA\":\"مدة الاجتماع\",\"fi_FI\":\"Tapaamisen Kesto\",\"en_US\":\"Meeting Duration\",\"zh_CN\":\"会议持续时间\",\"es_ES\":\"Duración de la reunión\",\"nl_NL\":\"Duur vergadering\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Mötesdatum\",\"pt_BR\":\"Data da reunião\",\"ja_JP\":\"会議の日程\",\"fr_FR\":\"Date de la réunion\",\"hu_HU\":\"Megbeszélés dátuma\",\"de_DE\":\"Meetingsdatum\",\"ca_ES\":\"Data de la reunió\",\"ar_SA\":\"تاريخ الاجتماع\",\"fi_FI\":\"Tapaamisen Päivä\",\"en_US\":\"Meeting Date\",\"zh_CN\":\"会议日期\",\"es_ES\":\"Fecha de la reunión\",\"nl_NL\":\"Datum vergadering\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"meetingDate\",\"localizable\":true,\"tip\":{}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Minuter\",\"pt_BR\":\"Minutos\",\"ja_JP\":\"分\",\"fr_FR\":\"minutes\",\"hu_HU\":\"Perc\",\"de_DE\":\"Minuten\",\"ca_ES\":\"Minuts\",\"ar_SA\":\"دقائق\",\"fi_FI\":\"Minuuttia\",\"en_US\":\"Minutes\",\"zh_CN\":\"分钟\",\"es_ES\":\"Minutos\",\"nl_NL\":\"Minuten\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:01:03.280000'),(0,41041,20128,20101,20105,NULL,'2023-02-22 17:01:03.382000',41040,'1.0',0,'Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','Att göraA fazer要対応À faireTeendőAufgabenPer ferالمهمةTehtäväTo Do待办Tarea pendienteTe doen','{\"availableLanguageIds\":[\"en_US\",\"ar_SA\",\"ca_ES\",\"zh_CN\",\"nl_NL\",\"fi_FI\",\"fr_FR\",\"de_DE\",\"hu_HU\",\"ja_JP\",\"pt_BR\",\"es_ES\",\"sv_SE\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Tilldelad till\",\"pt_BR\":\"Atribuído a\",\"ja_JP\":\"割り当て先\",\"fr_FR\":\"Assigné à\",\"hu_HU\":\"A következőhöz rendelt:\",\"de_DE\":\"Zugewiesen zu\",\"ca_ES\":\"Assignat a\",\"ar_SA\":\"موكلة إلى\",\"fi_FI\":\"Liitetty käyttäjälle\",\"en_US\":\"Assigned to\",\"zh_CN\":\"分配给\",\"es_ES\":\"Asignado a\",\"nl_NL\":\"Toegewezen aan\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Bilaga\",\"pt_BR\":\"Anexo\",\"ja_JP\":\"添付ファイル\",\"fr_FR\":\"Attachement\",\"hu_HU\":\"Melléklet\",\"de_DE\":\"Anhang\",\"ca_ES\":\"Fitxer adjunt\",\"ar_SA\":\"ملحق\",\"fi_FI\":\"Liite\",\"en_US\":\"Attachment\",\"zh_CN\":\"附件\",\"es_ES\":\"Adjunto\",\"nl_NL\":\"Bijlage\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"sv_SE\":\"Ladda upp dokument som inte är större än 3 000 kB.\",\"pt_BR\":\"Os documentos devem ser menores que 3000k.\",\"ja_JP\":\"アップロード可能サイズは3,000KBまでです。\",\"fr_FR\":\"Téléversez des documents ne dépassant pas 3 000 Ko.\",\"hu_HU\":\"A feltölthető dokumentumok maximális mérete 3000 kB.\",\"de_DE\":\"Laden Sie Dokumente hoch, die eine Größe von 3.000 k nicht überschreiten.\",\"ca_ES\":\"No pengeu documents més grans de 3.000 KB.\",\"ar_SA\":\"قم بتحميل مستندات لا تزيد عن 3000 كيلو.\",\"fi_FI\":\"Lataa dokumentteja, jotka eivät ole suurempia kuin 3 000 kt.\",\"en_US\":\"Upload documents no larger than 3,000k.\",\"zh_CN\":\"上传文件不能大于 3,000k。\",\"es_ES\":\"Cargue documentos con un tamaño inferior a 3000 KB.\",\"nl_NL\":\"Upload documenten tot 3.000 kB.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Kommentarer\",\"pt_BR\":\"Comentários\",\"ja_JP\":\"コメント\",\"fr_FR\":\"Commentaires\",\"hu_HU\":\"Megjegyzések\",\"de_DE\":\"Kommentare\",\"ca_ES\":\"Comentaris\",\"ar_SA\":\"ملاحظات\",\"fi_FI\":\"Kommentit\",\"en_US\":\"Comments\",\"zh_CN\":\"评论\",\"es_ES\":\"Comentarios\",\"nl_NL\":\"Reacties\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Beskrivning\",\"pt_BR\":\"Descrição\",\"ja_JP\":\"説明\",\"fr_FR\":\"Description\",\"hu_HU\":\"Leírás\",\"de_DE\":\"Beschreibung\",\"ca_ES\":\"Descripció\",\"ar_SA\":\"الوصف\",\"fi_FI\":\"Kuvaus\",\"en_US\":\"Description\",\"zh_CN\":\"描述\",\"es_ES\":\"Descripción\",\"nl_NL\":\"Beschrijving\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"end date\",\"pt_BR\":\"end date\",\"ja_JP\":\"end date\",\"fr_FR\":\"end date\",\"hu_HU\":\"end date\",\"de_DE\":\"end date\",\"ca_ES\":\"end date\",\"ar_SA\":\"end date\",\"fi_FI\":\"end date\",\"en_US\":\"end date\",\"zh_CN\":\"end date\",\"es_ES\":\"end date\",\"nl_NL\":\"end date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"endDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"% Slutförd\",\"pt_BR\":\"% Concluído\",\"ja_JP\":\"% 完了\",\"fr_FR\":\"% terminé\",\"hu_HU\":\"% kész\",\"de_DE\":\"% bearbeitet\",\"ca_ES\":\"% completat\",\"ar_SA\":\"مكتمل %\",\"fi_FI\":\"% Valmis\",\"en_US\":\"% Complete\",\"zh_CN\":\"% 完成度\",\"es_ES\":\"% completado\",\"nl_NL\":\"% voltooid\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"sv_SE\":\"\",\"pt_BR\":\"\",\"ja_JP\":\"\",\"fr_FR\":\"\",\"hu_HU\":\"\",\"de_DE\":\"\",\"ca_ES\":\"\",\"ar_SA\":\"\",\"fi_FI\":\"\",\"en_US\":\"\",\"zh_CN\":\"\",\"es_ES\":\"\",\"nl_NL\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Allvarlighetsgrad\",\"pt_BR\":\"Severidade\",\"ja_JP\":\"重大度\",\"fr_FR\":\"Sévérité\",\"hu_HU\":\"Súlyosság\",\"de_DE\":\"Schweregrad\",\"ca_ES\":\"Gravetat\",\"ar_SA\":\"الأهمية\",\"fi_FI\":\"Vakavuus\",\"en_US\":\"Severity\",\"zh_CN\":\"严重程度\",\"es_ES\":\"Gravedad\",\"nl_NL\":\"Urgentie\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"sv_SE\":\"Kritisk\",\"pt_BR\":\"Crítico\",\"ja_JP\":\"クリティカル\",\"fr_FR\":\"Critique\",\"hu_HU\":\"Kritikus\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Crític\",\"ar_SA\":\"هام\",\"fi_FI\":\"Kriittinen\",\"en_US\":\"Critical\",\"zh_CN\":\"关键性的\",\"es_ES\":\"Crítico\",\"nl_NL\":\"Kritiek\"},\"value\":\"critical\"},{\"label\":{\"sv_SE\":\"Allvarligt\",\"pt_BR\":\"Grande\",\"ja_JP\":\"重大\",\"fr_FR\":\"Majeur\",\"hu_HU\":\"Nagy súlyú\",\"de_DE\":\"Kritisch\",\"ca_ES\":\"Greu\",\"ar_SA\":\"جسيم\",\"fi_FI\":\"Vakava\",\"en_US\":\"Major\",\"zh_CN\":\"大问题\",\"es_ES\":\"Grave\",\"nl_NL\":\"Groot\"},\"value\":\"major\"},{\"label\":{\"sv_SE\":\"Mindre\",\"pt_BR\":\"Pequeno\",\"ja_JP\":\"中程度\",\"fr_FR\":\"Mineur\",\"hu_HU\":\"Közepes súlyú\",\"de_DE\":\"Geringfügig\",\"ca_ES\":\"Menor\",\"ar_SA\":\"طفيف\",\"fi_FI\":\"Vähäinen\",\"en_US\":\"Minor\",\"zh_CN\":\"小问题\",\"es_ES\":\"Menor\",\"nl_NL\":\"Klein\"},\"value\":\"minor\"},{\"label\":{\"sv_SE\":\"Trivialt\",\"pt_BR\":\"Trivial\",\"ja_JP\":\"軽微\",\"fr_FR\":\"Trivial\",\"hu_HU\":\"Kis súlyú\",\"de_DE\":\"Schwach\",\"ca_ES\":\"Trivial\",\"ar_SA\":\"بسيط\",\"fi_FI\":\"Triviaali\",\"en_US\":\"Trivial\",\"zh_CN\":\"不重要问题\",\"es_ES\":\"Trivial\",\"nl_NL\":\"Onbelangrijk\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"sv_SE\":\"Startdatum\",\"pt_BR\":\"Data de Início\",\"ja_JP\":\"開始日\",\"fr_FR\":\"Date de début\",\"hu_HU\":\"Kezdő dátum\",\"de_DE\":\"Anfangsdatum\",\"ca_ES\":\"Data d\'inici\",\"ar_SA\":\"تاريخ البداية\",\"fi_FI\":\"Alkupäivämäärä\",\"en_US\":\"Start Date\",\"zh_CN\":\"起始日期\",\"es_ES\":\"Fecha de inicio\",\"nl_NL\":\"Startdatum\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"startDate\",\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"sv_SE\":\"Status\",\"pt_BR\":\"Estado\",\"ja_JP\":\"ステータス\",\"fr_FR\":\"Statut\",\"hu_HU\":\"Státusz\",\"de_DE\":\"Status\",\"ca_ES\":\"Estat\",\"ar_SA\":\"الحالة\",\"fi_FI\":\"Tila\",\"en_US\":\"Status\",\"zh_CN\":\"状态\",\"es_ES\":\"Estado\",\"nl_NL\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"sv_SE\":\"Öppna\",\"pt_BR\":\"Aberto\",\"ja_JP\":\"公開\",\"fr_FR\":\"Ouvert\",\"hu_HU\":\"Nyitott\",\"de_DE\":\"Offen\",\"ca_ES\":\"Obert\",\"ar_SA\":\"إفتح\",\"fi_FI\":\"Avoin\",\"en_US\":\"Open\",\"zh_CN\":\"打开\",\"es_ES\":\"Abierto\",\"nl_NL\":\"Openen\"},\"value\":\"open\"},{\"label\":{\"sv_SE\":\"Väntar\",\"pt_BR\":\"Pendente\",\"ja_JP\":\"申請中\",\"fr_FR\":\"En suspens\",\"hu_HU\":\"Függő\",\"de_DE\":\"Ausstehend\",\"ca_ES\":\"Pendent\",\"ar_SA\":\"بإنتظار\",\"fi_FI\":\"Vireillä\",\"en_US\":\"Pending\",\"zh_CN\":\"待处理的\",\"es_ES\":\"Pendiente\",\"nl_NL\":\"Lopende\"},\"value\":\"pending\"},{\"label\":{\"sv_SE\":\"Avsluta\",\"pt_BR\":\"Completo\",\"ja_JP\":\"完了\",\"fr_FR\":\"Complétées\",\"hu_HU\":\"Befejezve\",\"de_DE\":\"Fertiggestellt\",\"ca_ES\":\"Completat\",\"ar_SA\":\"مكتمل\",\"fi_FI\":\"Valmis\",\"en_US\":\"Completed\",\"zh_CN\":\"已完成的\",\"es_ES\":\"Terminado\",\"nl_NL\":\"Voltooid\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"sv_SE\":\"Titel\",\"pt_BR\":\"Título\",\"ja_JP\":\"タイトル\",\"fr_FR\":\"Titre\",\"hu_HU\":\"Cím\",\"de_DE\":\"Titel\",\"ca_ES\":\"Títol\",\"ar_SA\":\"العنوان\",\"fi_FI\":\"Otsikko\",\"en_US\":\"Title\",\"zh_CN\":\"标题\",\"es_ES\":\"Título\",\"nl_NL\":\"Titel\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2023-02-22 17:01:03.382000'); /*!40000 ALTER TABLE `DDMStructureVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMTemplate` -- DROP TABLE IF EXISTS `DDMTemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMTemplate` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `templateId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `resourceClassNameId` bigint DEFAULT NULL, `templateKey` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(75) DEFAULT NULL, `mode_` varchar(75) DEFAULT NULL, `language` varchar(75) DEFAULT NULL, `script` longtext, `cacheable` tinyint DEFAULT NULL, `smallImage` tinyint DEFAULT NULL, `smallImageId` bigint DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`templateId`), UNIQUE KEY `IX_E6DFAB84` (`groupId`,`classNameId`,`templateKey`), UNIQUE KEY `IX_1AA75CE3` (`uuid_`,`groupId`), KEY `IX_B6356F93` (`classNameId`,`classPK`,`type_`), KEY `IX_32F83D16` (`classPK`), KEY `IX_F0C3449` (`groupId`,`classNameId`,`classPK`,`type_`,`mode_`), KEY `IX_B1C33EA6` (`groupId`,`classPK`), KEY `IX_33BEF579` (`language`), KEY `IX_127A35B0` (`smallImageId`), KEY `IX_CAE41A28` (`templateKey`), KEY `IX_C4F283C8` (`type_`), KEY `IX_D4C2C221` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMTemplate` -- LOCK TABLES `DDMTemplate` WRITE; /*!40000 ALTER TABLE `DDMTemplate` DISABLE KEYS */; INSERT INTO `DDMTemplate` VALUES (0,'6ee80942-457a-7d44-5a9f-ee42610e6b81',40005,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:48.937000','2023-02-22 17:00:48.937000',39901,0,40004,'COMMERCE-ADDRESS-BASIC-FTL','1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','display',NULL,'ftl','<#assign count = 0 />\n\n
\n
\n <#if entries?has_content>\n <#list entries as curCommerceAddress>\n
\n <#assign\n editURL = commerceAddressDisplayContext.getEditCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n deleteURL = commerceAddressDisplayContext.getDeleteCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n editButtonValue = languageUtil.get(request, \"edit\")\n\n removeButtonValue = languageUtil.get(request, \"remove\")\n\n commerceCountry = curCommerceAddress.getCommerceCountry()\n />\n\n

${curCommerceAddress.getName()}

\n\n

${curCommerceAddress.getStreet1()}

\n\n

${curCommerceAddress.getZip()}, ${curCommerceAddress.getCity()}

\n\n <#if commerceCountry??>\n

${commerceCountry.getName(themeDisplay.getLanguageId())}

\n \n\n
\n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${editURL}\"\n name=\"editAddressButton\"\n value=\"${editButtonValue}\"\n />\n\n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${deleteURL}\"\n name=\"removeAddressButton\"\n value=\"${removeButtonValue}\"\n />\n
\n
\n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
\n\n
\n\n <#assign count = 0 />\n \n \n \n
\n\n
\n <#assign addButtonValue = languageUtil.get(request, \"add-address\") />\n\n <@liferay_aui.button\n cssClass=\"btn-lg btn-primary\"\n href=\"${commerceAddressDisplayContext.getAddCommerceAddressURL()}\"\n name=\"addAddressButton\"\n value=\"${addButtonValue}\"\n />\n
\n
',0,0,40006,NULL,NULL),(0,'0a0cb842-a2e4-2857-6e8c-21e2739e772e',40008,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.086000','2023-02-22 17:00:49.086000',39902,0,40004,'BREADCRUMB-ARROWS-FTL','1.0','PilarSetas矢印FlèchesNyilakPfeileFletxesالأسهمNuoletArrows箭头FlechasPijlen','Visar en länkstig där varje navigeringselement representeras av en pil med titel och länk.Exibe um caminho de navegação onde cada elemento de navegação é representado por uma seta com seu título e link.すべてのナビゲーション要素が矢印とタイトル、リンクで表示されるように、パンくずリストを表示します。Affiche un fil d\'Ariane dans lequel chaque élément de navigation est représenté par une flèche avec son propre titre et son propre lien.Megjelenít egy úrkövetőt, amelyen minden navigációs elemet egy nyíl képvisel címmel és hivatkozással tartalmaz.Zeigt eine Breadcrumbnavigation an, bei der jedes Navigationselement durch einen Pfeil mit seinem Titel und einem Link dargestellt wird.Mostra una ruta de navegació en què cada element de navegació es representa amb una fletxa amb el seu títol i enllaç.يعرض مسار تنقل تفصيلي يتم فيه تمثيل كل عنصر تنقل بواسطة سهم به عنوانه ورابطه.Näyttää murupolun, jossa jokainen navigointielementti näkyy nuolena otsikkoineen ja linkkinä.Displays a breadcrumb in which every navigation element is represented by an arrow with its title and link.显示一个面包屑导航,其中每一个导航元素都由箭头及其标题和链接表示。Muestra una ruta de navegación donde cada elemento de navegación se representa mediante una flecha con su título y enlace.Geeft een broodkruimel weer waarin elk navigatie-element voorgesteld wordt door een pijl met een titel en link.','display',NULL,'ftl','<#if entries?has_content>\n <@liferay_util[\"html-top\"]>\n \n \n\n
\n <#assign cssClass = \"\" />\n\n <#list entries as entry>\n <#if entry?is_last>\n <#assign cssClass = \"active\" />\n \n\n
  • aria-current=\"page\">\n <#if entry?has_next>\n \n href=\"${entry.getURL()!\"\"}\"\n \n\n >\n \n\n
    \n ${htmlUtil.escape(entry.getTitle())}\n
    \n\n <#if entry?has_next>\n \n \n
  • \n \n
    \n',0,0,40009,NULL,NULL),(0,'dabc8afb-8c35-6b00-4c4d-222681752dd5',40012,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.146000','2023-02-22 17:00:49.146000',39902,0,40004,'BREADCRUMB-HORIZONTAL-FTL','1.0','HorisontellHorizontal水平方向Horizontal(e)VízszintesHorizontalHoritzontalأفقيVaakasuuntainenHorizontal水平HorizontalHorizontaal','Visar en länkstig horisontellt.Exibe um caminho de navegação horizontalmente.パンくずリストをを水平方向に表示しますAffiche un fil d\'Ariane de manière horizontale.Megjelenít egy útkövetőjelet vízszintesen.Zeigt eine Breadcrumbnavigation horizontal an.Mostra una ruta de navegació horitzontalment.يعرض مسار تنقل أفقيًا.Näyttää murupolun vaakasuoraan.Displays a breadcrumb horizontally.水平显示面包屑导航。Muestra una ruta de navegación horizontalmente.Geeft een broodkruimel horizontaal weer.','display',NULL,'ftl','<#if entries?has_content>\n
      \n <#list entries as entry>\n
    1. \n <#if entry?has_next>\n \n ${htmlUtil.escape(entry.getTitle())}\n \n <#else>\n ${htmlUtil.escape(entry.getTitle())}\n \n
    2. \n \n
    \n',0,0,40013,NULL,NULL),(0,'9cc8f771-19e1-b4df-9199-84227a18cadc',40101,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.264000','2023-02-22 17:00:49.264000',39902,0,40004,'BREADCRUMB-VERTICAL-FTL','1.0','VertikalVertical垂直方向VerticalFüggőlegesVertikalVerticalرأسيPystysuoraVertical垂直VerticalVerticaal','Visar en länkstig vertikalt.Exibe um caminho de navegação verticalmente.パンくずリストをを垂直方向に表示しますAffiche un fil d\'Ariane vertical.Megjelenít egy útkövetőjelet függőlegesen.Zeigt eine Breadcrumbnavigation vertikal an.Mostra una ruta de navegació verticalment.يعرض مسار تنقل رأسيًا.Näyttää murupolun pystysuoraan.Displays a breadcrumb vertically.垂直显示面包屑导航。Muestra una ruta de navegación verticalmente.Geeft een broodkruimel verticaal weer.','display',NULL,'ftl','<#if entries?has_content>\n \n',0,0,40102,NULL,NULL),(0,'7aa23c48-424c-be03-58a8-4cdcbf4c5ee2',40104,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.362000','2023-02-22 17:00:49.362000',20044,0,40004,'SITE-MAP-MULTI-COLUMN-LAYOUT-FTL','1.0','Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen','Visar en kolumn för varje sida på den högsta nivån. Varje kolumn inkluderar namnet på varje sida på den högsta nivån samt sidans omedelbara underordnade element listade under den.Exibe uma coluna para cada página de nível superior. Cada coluna inclui o nome de uma página de nível superior com os filhos imediatos da página listados abaixo.最上位のページごとに列を表示します。各列には、トップレベルのページの名前と、直下のサブページのページ名を含みます。Affiche une colonne pour chaque page de niveau supérieur. Chaque colonne comprend le nom d\'une page de niveau supérieur avec les enfants immédiats indiqués en-dessous.Megjelenít egy oszlopot minden felső szintű oldalhoz. Mindegyik oszlop tartalmazza a legfelső szintű oldal nevét, alatta az oldal közvetlen utódjával.Zeigt eine Spalte für jede Seite der obersten Ebene. Jede Spalte enthält den Namen einer Seite der obersten Ebene, darunter werden die direkten Unterseiten aufgelistet.Mostra una columna per cada pàgina de nivell superior. A cada columna, s\'hi inclou el nom d\'una pàgina de nivell superior amb el fill immediat de la pàgina en una llista a la part inferior.يعرض عمودًا لكل صفحة مستوى أعلى. يتضمن كل عمود اسم صفحة المستوى العلوي بفروع متوسطة للصفحة مدرجة أسفلها.Näyttää sarakkeen jokaiselle ylätason sivulle. Jokainen sarake sisältää ylätason sivun nimen ja sivun välittömät alasivut lueteltuna alapuolella.Displays a column for each top level page. Each column includes the name of a top level page with the page\'s immediate children listed underneath.为每个顶级页面显示一列。每一列都包含顶级页面的名称以及页面下所列的直接子级。Muestra una columna por cada página de nivel superior. En cada columna, se incluye el nombre de una página de nivel superior con el elemento secundario inmediato de la página en una lista de la parte inferior.Geeft een kolom weer voor elke pagina op het hoogste niveau. Elke kolom bevat de naam van een bovenliggende pagina met alle directe onderliggende pagina\'s eronder.','display',NULL,'ftl','<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <#if (getterUtil.getBoolean(showHiddenPages) || !entry.isHidden()) && layoutPermission.containsWithoutViewableGroup(permissionChecker, entry, \"VIEW\")>\n <@liferay_aui.col width=25>\n
    \n

    \n \n\n <#if layoutType.isBrowsable()>\n href=\"${portalUtil.getLayoutURL(entry, themeDisplay)}\"\n \n\n >${entry.getName(locale)}\n

    \n
    \n\n <@displayPages\n depth=1\n pages=entry.getChildren(permissionChecker)\n />\n \n \n \n \n\n\n<#macro displayPages\n depth\n pages\n>\n <#if pages?has_content && ((depth < displayDepth?number) || (displayDepth?number == 0))>\n \n \n',0,0,40105,NULL,NULL),(0,'2059f38c-9139-6119-7e0a-b5157e36b8dd',40107,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.440000','2023-02-22 17:00:49.440000',39903,0,40004,'SIMILAR-RESULTS-COMPACT-FTL','1.0','Kompakt layoutLayout compactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out','portlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compact','display',NULL,'ftl','
    \n \n
    ',0,0,40108,NULL,NULL),(0,'b0b2f92e-c37b-7910-e3e4-dd75e8a477db',40110,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.484000','2023-02-22 17:00:49.484000',39903,0,40004,'SIMILAR-RESULTS-LIST-FTL','1.0','ListlayoutLayout da listaリストレイアウトDisposition en listeLista elrendezésListenlayoutDisposició de la llistaمخطط القائمةLuetteloasetteluList Layout列表布局Diseño de listaLijstlay-out','portlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-list','display',NULL,'ftl','
    \n \n
    ',0,0,40111,NULL,NULL),(0,'85fe385a-aa60-a6aa-3951-df49eb07b244',40113,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.553000','2023-02-22 17:00:49.553000',39903,0,40004,'SIMILAR-RESULTS-CARD-FTL','1.0','KortlayoutLayout do cartãoカードレイアウトDisposition de la carteKártyaelrendezésKartenlayoutDisposició de la targetaمخطط البطاقةKortin AsetteluCard Layout卡片布局Diseño de tarjetaKaartlay-out','Visa omslagsbilder, rubriker, författare och sammanfattningar genom att använda kort för blogginlägg.Exibir imagens da cobertura, títulos, autores e resumos usando cartões para entradas do blog.ブログ エントリを表紙の画像、タイトル、著者と要約をカード形式で表示しますAfficher dans les entrées de blog les images de couvertures, les titres, les auteurs et les résumés en utilisant des cartes.Borítóképek, címek, szerzők és absztraktok megjelenítése blogbejegyzések kártyái segítségével.Zeigen Sie Coverbilder, Titel, Autoren und Kurzfassungen mit Karten für Blog-Einträge an.Mostra imatges de portada, títols, autors i resums amb targetes per a les entrades del blog.اعرض صور الأغلفة والعناوين والمؤلفين والملخصات باستخدام البطاقات الخاصة بإدخالات المدونات.Näyttö kattaa kuvat, otsikot, tekijät ja abstraktit käyttäen kortteja blogientryille.Display cover images, titles, authors and abstracts using cards for blog entries.使用卡片为博客条目显示封面、标题、作者和摘要。Muestra imágenes de portada, títulos, autores y abstractos con tarjetas de entradas de blog.Toon cover-afbeeldingen, titels, auteurs en samenvattingen m. b. v. kaarten voor blogberichten.','display',NULL,'ftl','
    \n \n
    ',0,0,40114,NULL,NULL),(0,'733731b4-5eb3-b575-fbac-6f5f4d2a624e',40116,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.640000','2023-02-22 17:00:49.640000',20017,0,40004,'ASSET-TAGS-NAVIGATION-COLOR-BY-POPULARITY-FTL','1.0','Färga efter popularitetColorir por Popularidade頻出度により色分けするCouleur par popularitéSzín népszerűség alapjánNach Popularität färbenColor per popularitatالألوان حسب الأولويةVäri suosion mukaanColor by Popularity受欢迎的颜色Color por popularidadKleur op populariteit','Visar tillgångstaggar färgade efter popularitet: röd (hög), gul (medelhög) och grön (låg).Exibe marcadores coloridos por popularidade: vermelho (alta), amarelo (média) e verde (baixa).アセットタグを人気順に表示する:赤(高い)、黄色(普通)、緑(低い)Affiche les étiquettes d\'asset coloriées par popularité: rouge (élevé), jaune (moyen), et vert (bas).Megjeleníti a tartalom címkéket népszerűség szerint színezve: vörös (magas), sárga (közepes), és zöld (alacsony).Schlagwörter nach Popularität färben: Rot (hoch), gelb (mittel), grün (niedrig).Mostra les etiquetes per colors segons popularitat: vermell (alta), groga (mitjana) i verda (baixa).يعرض علامات الأصول الملونة حسب الأولوية: الأحمر (مرتفع) والأصفر (متوسط) والأخضر (منخفض).Näyttää sisältötageja, mitkä on väritetty suosion mukaan: punainen (korkea), keltainen (keskiverto) ja virheä (alhainen)Displays asset tags colored by popularity: red (high), yellow (medium), and green (low).显示资源标签颜色等级: 红色 (高), 黄色 (中), 绿色 (低).Muestra las etiquetas de contenido coloreadas según su popularidad : rojo (alta), amarilla (media) y verde (baja).Toon content labels volgens populariteit: rood (hoog), geel (midden) en groen (laag).','display',NULL,'ftl','<#if entries?has_content>\n \n\n
    \n',0,0,40117,NULL,NULL),(0,'5c7a95e1-1de1-3d18-e205-978c84fcd60c',40119,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.687000','2023-02-22 17:00:49.687000',39908,0,40004,'RSS-NAVIGATION-FTL','1.0','NavigeringNavegaçãoナビゲーションNavigationNavigációNavigationNavegacióالملاحةNavigointiNavigation导航NavegaciónNavigatie','Visar RSS-flödet som ett navigeringsfält i panelen till vänster. Om du klickar på flödet visas en lista med feedposter i panelen till höger.Exibe os feeds RSS como uma barra de navegação no painel esquerdo. Clicar em um feed exibe uma lista de entradas de feed no painel direito.RSSフィードを左のパネルにナビゲーションバーとして表示します。フィードをクリックすると、右パネルにフィードの内容がリスト表示されますAffiche les flux RSS en tant que barre de navigation dans le panneau gauche. Cliquer sur un flux affiche une liste d\'entrées de flux sur le panneau droit.Megjeleníti az RSS hírcsatornákat navigációs oszlopként a bal oldalon. Egy hírcsatornára kattintva megjeleníti a hírcsatorna bejegyzések listáját a jobb oldalon.Stellt die RSS-Feeds als Navigationsleiste im linken Bereich dar. Nach Anklicken eines Feeds werden die entsprechenden Feedeinträge im rechten Bereich dargestellt.Mostra els canals RSS com una barra de navegació en el tauler esquerra. Al fer un clic en un canal es mostraran la llista d\'entrades en el tauler dret.يعرض موجزات RSS كشريط تنقل في اللوحة اليسرى. إذ يؤدي النقر فوق موجز إلى عرض قائمة بإدخالات الموجزات على اللوحة اليمنى.Näyttää RSS-syötteet navigaatiopalkissa vasemmassa paneelissa. Klikkaamalla syötettä näytetään syötteen arvot oikeassa paneelissa.Displays the RSS feeds as a navigation bar on the left panel. Clicking on a feed displays a list of feed entries on the right panel.在左侧面板上显示RSS源的导航栏。在右侧面板上点击Feed显示提要条目的列表。Muestra las fuentes RSS como una barra de navegación del panel izquierdo. Al hacer clic en una fuente se muestra una lista de entradas de la fuente en el panel derecho.Geeft de RSS-feeds als een navigatiebalk in het linkerpaneel weer. Als u op een feed klikt wordt een lijst van van feed-entries in het rechterpaneel getoond.','display',NULL,'ftl','<#assign rssPortletInstanceConfiguration = rssDisplayContext.getRSSPortletInstanceConfiguration() />\n\n\n\n<#if entries?has_content>\n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n
    \n
    feedsTab\">\n \n\n
    \n <#list entries as curEntry>\n <#assign rssFeedEntries = curEntry.getRSSFeedEntries(themeDisplay) />\n\n <#if rssFeedEntries??>\n
    \n <#list rssFeedEntries as rssFeedEntry>\n <#if (rssFeedEntry_index > entriesPerFeed?number)>\n <#break>\n \n\n <#assign syndEntry = rssFeedEntry.getSyndEntry() />\n\n
    \n
    \n <@liferay_aui[\"a\"] href=\"${htmlUtil.escapeJSLink(rssFeedEntry.getSyndEntryLink())}\">${htmlUtil.escape(syndEntry.getTitle())}\n
    \n\n <#if rssPortletInstanceConfiguration.showFeedTitle() && syndEntry.getAuthor()??>\n \n \n\n <#if syndEntry.getPublishedDate()??>\n
    \n <@liferay_ui[\"icon\"]\n icon=\"calendar\"\n label=true\n markupView=\"lexicon\"\n message=\"${dateUtil.getDate(syndEntry.getPublishedDate(), dateFormat, locale)}\"\n />\n
    \n \n\n ${rssFeedEntry.getSanitizedContent()}\n
    \n \n
    \n \n \n
    \n
    \n
    \n\n <@liferay_aui[\"script\"] use=\"aui-base,aui-tabview\">\n new A.TabView(\n {\n srcNode: \'#<@portlet.namespace />feedsTab\',\n stacked: true,\n type: \'pills\'\n }\n ).render();\n \n',0,0,40120,NULL,NULL),(0,'ac24489e-ca36-61d1-6906-98729c7dae7a',40122,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.835000','2023-02-22 17:00:49.835000',39909,0,40004,'COMMERCE-PRODUCT-CATEGORY-CONTENT-BASIC-FTL','1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','display',NULL,'ftl','
    \n <#assign\n image = \'\'\n\n title = \'\'\n\n description = \'\'\n />\n\n <#if cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)??>\n <#assign\n image = cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)\n />\n \n\n <#if assetCategory??>\n <#assign\n title = assetCategory.getTitle(locale)\n\n description = assetCategory.getTitle(locale)\n />\n \n\n
    \n \n
    \n\n
    \n

    ${title}

    \n\n

    ${description}

    \n
    \n
    ',0,0,40123,NULL,NULL),(0,'933a8cc5-7f37-aed2-eb4a-271bb00791f8',40125,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.870000','2023-02-22 17:00:49.870000',20840,0,40004,'LIST-MENU-FTL','1.0','ListmenyMenu de listaリスト メニューMenu de ListeLista menüListenmenüMenú de llistaقائمة القوائمLuettelovalikkoList Menu列表菜单Menú de listaLijstmenu','Visar en navigeringsmeny med en lista.Exibe um menu de navegação com uma lista.ナビゲーションメニューをリストで表示しますAffiche un menu de navigation avec une liste.Megjelenít egy navigációs menüt egy listával.Zeigt ein Navigationsmenü mit einer Liste.Mostra un menú de navegació amb una llista.يعرض قائمة تنقل تحتوي على قائمة.Näyttää navigointivalikon luettelolla.Displays a navigation menu with a list.显示带有列表的导航菜单。Muestra un menú de navegación con una lista.Geeft een navigatiemenu weer met een lijst.','display',NULL,'ftl','<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign includeAllChildNavItems = false />\n\n <#if stringUtil.equals(includedLayouts, \"all\")>\n <#assign includeAllChildNavItems = true />\n \n\n
    \" class=\"list-menu\">\n <@buildNavigation\n branchNavItems=branchNavItems\n cssClass=\"layouts\"\n displayDepth=displayDepth\n includeAllChildNavItems=includeAllChildNavItems\n navItemLevel=1\n navItems=entries\n />\n
    \n',0,0,40126,NULL,NULL),(0,'bf3fefa3-c11b-21c5-ed87-64cddd9e29af',40129,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:49.917000','2023-02-22 17:00:49.917000',20840,0,40004,'NAV-PILLS-FTL','1.0','Piller horisontelltComprimidos horizontais水平方向のピル形式Pilules horizontalesVízszintes tablettákPills horizontalCàpsules horitzontalsأزرار أفقيةPills VaakasuuntaPills HorizontalPills HorizontalGlobos horizontalesHorizontale pillen','Visar en navigeringsmeny med navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação exibidos como pills.ピル形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل أزرار.Näyttää navigointivalikon navigointikohteet pillereinä.Displays a navigation menu with navigation items shown as pills.显示导航菜单,其中导航项显示为药丸。Muestra un menú de navegación con elementos de navegación que se muestran como globos.Geeft een navigatiemenu weer met navigatie-items in de vorm van pillen.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40130,NULL,NULL),(0,'17f23482-87bb-8e52-8f79-c0bb61eed5b9',40201,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:50.606000','2023-02-22 17:00:50.606000',20840,0,40004,'NAV-PILLS-JUSTIFIED-FTL','1.0','Piller justeratPills justificados等幅ピル形式Pilules justifiéesSorkizárt tablettákPills justiertCàpsules justificadesأزرار معدلةPills TasattuPills Justified两端对齐药丸Globos justificadosUitgevulde pillen','Visar en navigeringsmeny med justerade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação justificados exibidos como pills.等幅のピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments justifiés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل أزرار.Näyttää navigointivalikon tasatut navigointikohteet pillereinä.Displays a navigation menu with justified navigation items shown as pills.显示导航菜单,其中两端对齐的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación justificados que se muestran como globos.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van pillen.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40202,NULL,NULL),(0,'540ae4f7-a40d-89f4-829f-0c384c7f2deb',40302,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:50.693000','2023-02-22 17:00:50.693000',20840,0,40004,'NAV-PILLS-STACKED-FTL','1.0','Piller staplatPills empilhados縦積みピル形式Pilules empiléesFeltornyozott tablettákPills gestapeltCàpsules apiladesأزرار مكدسةPills PinottuPills Stacked堆叠药丸Globos apiladosGestapelde pillen','Visar en navigeringsmeny med staplade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação empilhados exibidos como pills.縦方向に並べたピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments empilés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített feltornyozott navigációs elemekkel.Zeigt ein Navigationsmenü mit gestapelten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació apilats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل مكدسة يتم عرضها في شكل أزرار.Näyttää navigointivalikon pinoitut navigointikohteet pillereinä.Displays a navigation menu with stacked navigation items shown as pills.显示导航菜单,其中堆叠的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación apilados que se muestran como globos.Geeft een navigatiemenu weer met gestapelde navigatie-items in de vorm van pillen.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40303,NULL,NULL),(0,'127fa7bd-b091-b5d7-9ab1-aa4be2f5917a',40306,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:50.778000','2023-02-22 17:00:50.778000',20840,0,40004,'NAV-TABS-FTL','1.0','FlikarGuiasタブOngletsLapokReiterPestanyesعلامات تبويبVälilehdetTabs选项卡PestañasTabbladen','Visar en navigeringsmeny med navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação exibidos como abas.タブ形式で並べたナビゲーションを表示しますAffiche un menu de navigation dont les éléments sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet välilehtinä.Displays a navigation menu with navigation items shown as tabs.显示导航菜单,其中导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación que se muestran como pestañas.Geeft een navigatiemenu weer met navigatie-items in de vorm van tabbladen.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40307,NULL,NULL),(0,'37168cf3-4d2b-ec22-61c1-d4a4bb6411ce',40309,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:50.832000','2023-02-22 17:00:50.832000',20840,0,40004,'NAV-TABS-JUSTIFIED-FTL','1.0','Flikar justeratGuias justificadas等幅ピル形式Onglets justifiésSorkizárt lapokReiter justiertPestanyes justificadesعلامات تبويب معدلةVälilehdet TasattuTabs Justified选项卡两端对齐Pestañas justificadasUitgevulde tabbladen','Visar en navigeringsmeny med justerade navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação justificados exibidos como guias.等幅タブ形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet esitettynä välilehtinä.Displays a navigation menu with justified navigation items shown as tabs.显示导航菜单,其中两端对齐的导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación justificados que se muestran como pestañas.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van tabbladen.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40310,NULL,NULL),(0,'d49ad064-5a8b-6f05-ac14-7dd554da4c37',40312,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:50.950000','2023-02-22 17:00:50.950000',20840,0,40004,'NAVBAR-BLANK-FTL','1.0','Fält i minimal stilBarra minimamente estilizada最小バー形式Barre minimalisteMinimális stílusú oszlopMinimalistische LeisteBarra amb estil mínimشريط محدود النمطPalkki minimityylilläBar minimally styled导航栏最小化样式Barra con estilo mínimoMinimalistische balk','Visar en navigeringsmeny med ett navigeringsfält i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente estilizada.最小スタイルでナビゲーションメニューを表示しますAffiche un menu de navigation avec une barre de navigation minimaliste.Megjelenít egy navigációs menüt egy minimalista stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil mínim.يعرض قائمة تنقل بشريط تنقل محدود النمط.Näyttää navigointivalikon minimalistisesti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally styled navigation bar.显示带有最小化样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo mínimo.Geeft een navigatiemenu weer met een minimalistische navigatiebalk.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40313,NULL,NULL),(0,'7f949283-65c2-f28f-c6fd-f2fb61c105eb',40315,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.010000','2023-02-22 17:00:51.010000',20840,0,40004,'NAVBAR-BLANK-JUSTIFIED-FTL','1.0','Fält i minimalt justerad stilBarra minimamente justificada estilizada最小等幅バー形式Barre minimaliste et justifiéeMinimálisan sorkizárt stílusú oszlopMinimalistische justierte LeisteBarra amb justificació i estil mínimsشريط معدل محدود النمطPalkki minimitasaustyylilläBar minimally justified styled导航栏最小化两端对齐样式Barra con estilo justificado mínimoUitgevulde minimalistische balk','Visar en navigeringsmeny med ett navigeringsfält justerat i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente justificada estilizada.最小スタイルの等幅形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation justifiée et minimaliste.Megjelenít egy navigációs menüt egy minimálisan sorkizárt stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen justierten Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb una justificació i un estil mínims.يعرض قائمة تنقل بشريط تنقل معدل محدود النمط.Näyttää navigointivalikon minimalistisesti tasatusti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally justified styled navigation bar.显示带有最小化两端对齐样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo justificado mínimamente.Geeft een navigatiemenu weer met een uitgevulde minimalistische navigatiebalk.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40316,NULL,NULL),(0,'272f8739-2291-cbf2-aa93-5136e46851b3',40318,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.070000','2023-02-22 17:00:51.070000',20840,0,40004,'NAVBAR-DEFAULT-FTL','1.0','Fält i standardstilBarra estilizada padrão規定スタイルのバーBarre par défautAlapértelmezett stílusú oszlopStandard-LeisteBarra amb estil per defecteشريط افتراضي النمطPalkki oletustyylilläBar default styled导航栏默认样式Barra con estilo predeterminadoStandaardbalk','Visar en navigeringsmeny med ett navigeringsfält med standardstil.Exibe um menu de navegação com uma barra de navegação padrão estilizada.デフォルト形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation par défaut.Megjelenít egy navigációs menüt egy alapértelmezett stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer Standard-Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil predeterminat.يعرض قائمة تنقل بشريط تنقل بنمط افتراضي.Näyttää navigointivalikon oletustyylisellä navigointipalkilla.Displays a navigation menu with a default styled navigation bar.显示带有默认样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo predeterminado.Geeft een navigatiemenu weer met een standaard navigatiebalk.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40319,NULL,NULL),(0,'c79a7a83-e8a1-6483-bbd7-a6d4c5467e91',40321,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.162000','2023-02-22 17:00:51.162000',20840,0,40004,'NAVIGATION-MACRO-FTL','1.0','Navigering i vanliga makronMacros de navegação comunsナビゲーションの一般的なマクロMacros de navigation ordinairesNavigáció közös makróiNavigation häufige MakrosMacros comunes de navegacióوحدات الماكرو الشائعة للتنقلNavigoinnin yleiset makrotNavigation common macros导航常用宏Macros comunes de navegaciónAlgemene navigatiemacro\'s','Innehåller vanliga makron för navigeringsmenymallar.Contém macros comuns para o modelo do menu de navegação.ナビゲーションメニューテンプレート用のマクロを含みますContient les macros ordinaires pour les modèles de menu de navigation.A navigációs menü sablonok közös makróit tartalmazza.Enthält häufige Makros für Navigationsmenüvorlagen.Conté macros comunes per a les plantilles del menú de navegació.يحتوي على وحدات ماكرو شائعة لقوالب قائمة التنقل.Sisältää yleiset navigointivalikkomallien makrot.Contains common macros for navigation menu templates.包含导航菜单模板的常用宏。Contiene macros comunes para plantillas del menú de navegación.Bevat algemene macro\'s voor navigatiemenusjablonen.','macro',NULL,'ftl','<#macro buildNavigation\n branchNavItems\n cssClass\n displayDepth\n includeAllChildNavItems\n navItemLevel\n navItems\n>\n <#if navItems?has_content && ((displayDepth == 0) || (navItemLevel <= displayDepth))>\n \n \n',0,0,40322,NULL,NULL),(0,'3d4e91b3-d0f1-964c-82f0-68e2ef27686b',40324,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.240000','2023-02-22 17:00:51.240000',20840,0,40004,'SPLIT-BUTTON-DROPDOWNS-FTL','1.0','Nedrullningsbara listor med delningsknapparDividir menus suspensos de botãoスプリットボタンのドロップダウンPartager les boutons du menu déroulantOsztott gomb legördülő elemeiDropdown mit geteilten SchaltflächenDesplegables de botó de divisióتقسيم القوائم المنسدلة للأزرارJakopainikkeen PudotusvalikotSplit Button Dropdowns拆分按钮下拉菜单Desplegables de botón de expansiónRolmenu met uitgesplitste knoppen','Visar en nedrullningsbar navigeringsmeny med rotmenyobjekt som visas som knappar.Exibe um menu de navegação suspenso com itens do menu raiz mostrados como botões.ボタン形式のドロップダウンでナビゲーション メニューを表示します。Affiche un menu de navigation déroulant dont les éléments sont affichés sous la forme de boutons.Megjelenít egy lenyíló navigációs menüt, amelyben a gyökérszintű menüpontok gombokként jelennek meg.Zeigt ein Dropdown-Navigationsmenü mit Root-Menüelementen als Schaltflächen an.Mostra un menú de navegació desplegable els elements de menú arrel que es mostren com a botons.يعرض قائمة تنقل منسدلة تحتوي على عناصر قائمة جذر تظهر كأزرار.Näyttää pudotusnavigointivalikon juurivalikon kohdat esitettynä painikkeina.Displays a dropdown navigation menu with root menu items shown as buttons.显示下拉式导航菜单,其中根菜单项显示为按钮。Muestra un menú de navegación desplegable con elementos de menú raíz que se muestran como botones.Geeft een rolmenu voor navigatie weer met rootmenu-items in de vorm van knoppen.','display',NULL,'ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,0,40325,NULL,NULL),(0,'6175a9e7-29a9-9e89-649f-4a6b3147842c',40327,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.325000','2023-02-22 17:00:51.325000',39910,0,40004,'LANGUAGE-ICON-FTL','1.0','IkonÍconeアイコンIcôneIkonSymbolIconaأيقونةKuvakeIcon图标IconoPictogram','Visar ikonen på flaggan som är associerad med varje språk.Exibe o ícone do marcador associado com cada idioma.各言語に関連付けられたフラグのアイコンを表示しますAffiche l\'icône de chaque option associé à chaque langue.Megjeleníti az egyes nyelvekhez társított zászlót tartalmazó ikont.Zeigt das Symbol der Flagge für jede Sprache an.Mostra la icona de la bandera associada a cada idioma.يعرض أيقونة العلم المرتبط بكل لغة.Näyttä kuhunkin kieleen liittyvän lippukuvakkeen.Displays the icon of the flag associated with each language.显示与每种语言关联的国旗的图标。Muestra el icono de la bandera asociada con cada idioma.Geeft het pictogram weer van de vlag die bij elke taal hoort.','display',NULL,'ftl','<#if entries?has_content>\n <#list entries as entry>\n <#if entry.isSelected()>\n <#assign cssClass = \"current-language\" />\n \n\n <#if !entry.isDisabled()>\n <@liferay_aui[\"icon\"]\n ariaLabel=entry.getLongDisplayName()\n cssClass=cssClass\n image=entry.getW3cLanguageId()?lower_case\n markupView=\"lexicon\"\n message=entry.getLongDisplayName()\n url=entry.getURL()\n />\n \n \n',0,0,40328,NULL,NULL),(0,'cd3127c3-f41b-d72b-8b11-a8e2cb560a48',40330,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.385000','2023-02-22 17:00:51.385000',39910,0,40004,'LANGUAGE-ICON-MENU-FTL','1.0','IkonmenyMenu de íconesアイコン メニューMenu d\'icônesIkon menüSymbolmenüMenú d\'iconesقائمة أيقوناتKuvakevalikkoIcon Menu图标菜单Menú de iconoPictogrammenu','Visar en ikonmeny med de valda språken.Exibe um menu de ícone com os idiomas selecionados.選択した言語のアイコンメニューを表示します。Affiche un menu d\'icônes avec les langues sélectionnées.Megjelenít egy ikonmenüt a kiválasztott nyelvekkel.Zeigt ein Symbolmenü mit den ausgewählten Sprachen.Mostra una icona de menú amb els idiomes seleccionats.يعرض قائمة الأيقونات باللغات المحددة.Näyttää valittuihin kieliin liittyvän kuvakevalikon.Displays an icon menu with the selected languages.显示带有选定语言的图标菜单。Muestra un menú de icono con los idiomas seleccionados.Geeft een pictogrammenu weer met de geselecteerde talen.','display',NULL,'ftl','<#if entries?has_content>\n <#assign normalizedDefaultLanguageId = stringUtil.replace(languageId, \"_\", \"-\") />\n\n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=stringUtil.toLowerCase(normalizedDefaultLanguageId)\n markupView=\"lexicon\"\n showWhenSingleIcon=true\n triggerLabel=normalizedDefaultLanguageId\n triggerType=\"button\"\n >\n <#list entries as entry>\n <#if !entry.isSelected() && !entry.isDisabled()>\n <#assign\n entryLocale = entry.getLocale()\n displayName = stringUtil.toLowerCase(entryLocale.getDisplayLanguage(entryLocale)) + \"-\" + entryLocale.getDisplayCountry(entryLocale)\n normalizedDefaultLanguageId = stringUtil.toLowerCase(stringUtil.replace(entry.getLanguageId(), \"_\", \"-\"))\n />\n\n <#if languageUtil.isBetaLocale(entryLocale)>\n <#assign displayName += \" [beta]\" />\n \n\n <@liferay_ui[\"icon\"]\n icon=normalizedDefaultLanguageId\n iconCssClass=\"inline-item inline-item-before\"\n markupView=\"lexicon\"\n message=displayName\n url=entry.getURL()\n />\n \n \n \n
    \n',0,0,40331,NULL,NULL),(0,'1ba53898-0b28-51ec-5326-3d300491ca90',40334,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.478000','2023-02-22 17:00:51.478000',39910,0,40004,'LANGUAGE-LONG-TEXT-FTL','1.0','Lång textTexto Longo長いテキストTexte LongHosszú szövegLanger TextText Llargنص طويلPitkä TekstiLong Text长文本Texto largoLange tekst','Visar det fullständiga namnet på varje språk (t.ex. spanska).Exibe o nome completo de cada idioma (por exemplo, Espanhol).各言語 (スペイン語など) を完全な名前で表示しますAffiche le nom complet de chaque langue (e.x. espagnol).Megjeleníti az egyes nyelvek teljes nevét (pl. Spanyol).Zeigt den vollständigen Namen einer jeden Sprache (z. B. Spanisch).Mostra el nom sencer de cada idioma (p. ex. espanyol).يعرض الاسم الكامل لكل لغة (على سبيل المثال، باللغة الإسبانية).Näyttää kunkin kielen koko nimen (esim. espanja).Displays the full name of each language (e.g. Spanish).显示每种语言的全名(例如,Spanish)。Muestra el nombre completo de cada idioma (por ejemplo, español).Geeft de volledige naam weer van elke taal (bijv. Spaans).','display',NULL,'ftl','\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-long-text\"\n href=entry.getURL()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n />\n \n \n',0,0,40336,NULL,NULL),(0,'88c33f71-f6a9-9908-ac53-593cbd3c9b78',40339,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.532000','2023-02-22 17:00:51.532000',39910,0,40004,'LANGUAGE-SELECT-BOX-FTL','1.0','MarkeringsrutaCaixa de seleçãoセレクトボックスSélectionner la caseJelölje beAuswahlkastenSelecciona la casellaتحديد مربعValintalaatikkoSelect Box选择框Cuadro de selecciónSelectievak','Visar en markeringsruta med de valda språken.Exibe uma caixa de seleção com os idiomas selecionados.セレクトボックスで選択された言語を表示します。Affiche une boîte de sélection contenant les langues choisies.Megjelenít egy választómezőt a kiválasztott nyelvekkel.Zeigt einen Auswahlkasten mit den ausgewählten Sprachen an.Mostra una casella amb els idiomes seleccionats.يعرض خانة اختيار باللغات المحددة.Näyttää valittuihin kieliin liittyvän valintalaatikon.Displays a select box with the selected languages.显示带有选定语言的选择框。Muestra una casilla con los idiomas seleccionados.Geeft een selectievak weer met de geselecteerde talen.','display',NULL,'ftl','<#if entries?has_content>\n <#assign languageId = localeUtil.toLanguageId(locale) />\n\n \n\n <@liferay_aui[\"form\"]\n action=formAction\n method=\"post\"\n name=\'${namespace + formName}\'\n useNamespace=false\n >\n <@liferay_aui[\"select\"]\n changesContext=true\n id=\'${namespace + formName}\'\n label=\"\"\n name=\'${name}\'\n onChange=\'${namespace + \"changeLanguage();\"}\'\n title=\"language\"\n >\n <#list entries as entry>\n <@liferay_aui[\"option\"]\n cssClass=\"taglib-language-option taglib-language-option-${entry.getW3cLanguageId()}\"\n disabled=entry.isDisabled()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n selected=entry.isSelected()\n value=entry.getLanguageId()\n />\n \n \n \n\n <@liferay_aui[\"script\"]>\n function ${namespace}changeLanguage() {\n submitForm(document.${namespace + formName});\n }\n \n',0,0,40340,NULL,NULL),(0,'5d25e1ba-e49e-4052-6240-736f4cc57ea8',40342,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.638000','2023-02-22 17:00:51.638000',39910,0,40004,'LANGUAGE-SHORT-TEXT-FTL','1.0','Kort textTexto curto短いテキストTexte CourtRövid szövegKurztextText curtنص قصيرLyhyt TekstiShort Text短文本Texto cortoKorte tekst','Visar en förkortning av varje språk (t.ex. ES).Exibe uma abreviatura de cada idioma (por exemplo, ES).各言語 (例えば ES) の省略形で表示します。Affiche une abréviation pour chaque langue (par ex. : ES).Megjeleníti az egyes nyelvek rövidítését (pl. ES).Zeigt eine Abkürzung jeder Sprache an (z. B. ES).Mostra una abreviatura de cada idioma (p. ex. ES).يعرض اختصارًا لكل لغة (مثل، ES).Näyttää jokaisen kielen lyhenteen (esim. ES).Displays an abbreviation of each language (e.g. ES).显示每种语言的缩写(例如,ES)。Muestra una abreviatura de cada idioma (por ejemplo, ES).Geeft een afkorting weer van elke taal (bijv. ES).','display',NULL,'ftl','\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-short-text\"\n href=entry.getURL()\n label=entry.getShortDisplayName()\n lang=entry.getW3cLanguageId()\n />\n \n \n',0,0,40343,NULL,NULL),(0,'bd6f2afa-a0d6-f2c7-17ff-a79822eab17b',40346,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.773000','2023-02-22 17:00:51.773000',39911,0,40004,'COMMERCE-ORDER-ITEM-MINI-BASIC-FTL','1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','display',NULL,'ftl','<#assign count = 0 />\n\n<#if entries?has_content>\n
    \n <#assign\n orderPrice = commerceCartContentMiniDisplayContext.getCommerceOrderPrice()\n\n subTotal = orderPrice.getSubtotal()\n />\n\n
    \n Total: ${subTotal.format(themeDisplay.getLocale())}\n
    \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentMiniDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n />\n\n <#if commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n
    \n
    \n \n
    \n\n
    \n \n ${name}\n \n\n
    \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n
    \n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 2>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n
    \n',0,0,40347,NULL,NULL),(0,'06bb69f7-43f5-a8ad-2bec-7b30d8601124',40350,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.846000','2023-02-22 17:00:51.846000',39912,0,40004,'COMMERCE-ORDER-ITEM-BASIC-FTL','1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','display',NULL,'ftl','
    \n \n <#if entries?has_content>\n \n \n \n \n \n \n \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n\n deleteURL = commerceCartContentDisplayContext.getDeleteURL(curCommerceOrderItem)\n />\n\n <#if commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n \n \n \n \n \n \n \n \n \n
    ${languageUtil.get(request, \"product\")}${languageUtil.get(request, \"description\")}${languageUtil.get(request, \"price\")}${languageUtil.get(request, \"quantity\")}
    \n <#if image?has_content>\n \n \n \n \n ${name}\n \n \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n ${curCommerceOrderItem.getQuantity()}\n \n ${languageUtil.get(request, \"delete\")}\n \n
    \n
    ',0,0,40351,NULL,NULL),(0,'b9fbaa0c-1a9c-4939-210f-799fa000d933',40354,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.902000','2023-02-22 17:00:51.902000',39913,0,40004,'COMMERCE-ORDER-ITEM-TOTAL-BASIC-FTL','1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','display',NULL,'ftl','<#if commerceCartContentTotalDisplayContext.getCommerceOrderPrice()??>\n <#assign\n commerceOrderPrice = commerceCartContentTotalDisplayContext.getCommerceOrderPrice()\n\n commerceOrderTotal = commerceOrderPrice.getTotal()\n />\n\n

    \n <@liferay_ui[\"message\"] key=\"total\" /> ${commerceOrderTotal.format(locale)}\n

    \n',0,0,40355,NULL,NULL),(0,'742a90bb-b1ba-25de-77a6-2735a8076563',40358,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:51.987000','2023-02-22 17:00:51.987000',20013,0,40004,'ASSET-CATEGORIES-NAVIGATION-MULTI-COLUMN-LAYOUT-FTL','1.0','Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen','Visar en kolumn för varje ordlista. Varje kolumn inkluderar namnet på en ordlista med ordlistans toppnivåkategorier listade under.Exibe uma coluna para cada vocabulário. Cada coluna inclui o nome do vocabulário com as categorias de nível mais alto listadas abaixo dele.各ボキャブラリ用に列を表示する。各列は以下にリストになっている、最上位に設定されている用語名を含んでいますAffiche une colonne pour chaque vocabulaire. Chaque colonne inclut le nom d\'un vocabulaire avec les catégories du niveau racine listées en dessous.Megjelenít egy oszlopot minden szótár számára. Minden oszlop tartalmazza a szótár nevét, alatta a szótár felső szintű kategóriáival.Stellt eine Spalte für jedes Vokabular dar. Jede Spalte enthält den Namen eines Vokabulars mit der obersten Kategorienebene darunter.Visualitza una columna per a cada vocabulari. Cada columna inclou el nom del vocabulari amb la categoria de nivell més alta a sota.يعرض عمودًا لكل مفرد. يتضمن كل عمود اسم المفرد مع فئات المستوى الأعلى للمفردات المدرجة تحتها.Näyttää sarakkeen jokaiselle sanastolle. Jokainen sarake sisältää sanaston nimen, missä sanaston ylätason luokitukset on listattu.Displays a column for each vocabulary. Each column includes the name of a vocabulary with the vocabulary\'s top level categories listed underneath.显示一列中的每个词汇,每列包括顶级类别之下的词汇名字。Despliega una columna para cada vocabulario. Cada columna incluye el nombre de un vocabulario con las categorías de mayor nivel del vocabulario listadas debajo.Toon een kolom voor ieder woordenboek. Iedere kolom bevat de naam van een woordenboek met de hoofd categorieën eronder.','display',NULL,'ftl','<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <@liferay_aui.col width=25>\n
    \n

    \n ${entry.getUnambiguousTitle(entries, themeDisplay.getSiteGroupId(), themeDisplay.getLocale())}\n

    \n
    \n\n <#assign categories = entry.getCategories() />\n\n <@displayCategories categories=categories />\n \n \n \n\n\n<#macro displayCategories\n categories\n>\n <#if categories?has_content>\n \n \n',0,0,40359,NULL,NULL),(0,'b639c7e9-8b41-ef17-15c8-dc5135fe9d17',40362,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:52.085000','2023-02-22 17:00:52.085000',40002,0,40004,'DOCUMENTLIBRARY-CAROUSEL-FTL','1.0','CarouselCarrosselカルーセルCarrouselKörhintaKarusselCarrusselمكتبةKaruselliCarouselCarouselCarruselCarrousel','Visar bilder i carousel-format.Exibe imagens num carrossel.カルーセル内に画像を表示Affiche les images dans un carrousel.Megjeleníti a képeket körhintaszerűen.Darstellung von Bildern in einem Karussell.Mostra imatges en format carrusel.يعرض الصور في مكتبة.Näyttää kuvat karusellissa.Displays images in a carousel.把图片显示在转盘中。Muestra imágenes en un carrusel.Geeft afbeeldingen weer in een carrousel.','display',NULL,'ftl','<#if entries?has_content>\n \n\n
    carousel\">\n <#assign imageMimeTypes = propsUtil.getArray(\"dl.file.entry.preview.image.mime.types\") />\n\n <#list entries as entry>\n <#if imageMimeTypes?seq_contains(entry.getMimeType())>\n
    \n \n
    \n \n \n
    \n\n <@liferay_aui.script use=\"aui-carousel\">\n var carousel = new A.Carousel(\n {\n after: {\n responsive: function(event) {\n event.stopImmediatePropagation();\n\n var boundingBox = event.currentTarget.get(\'boundingBox\');\n\n boundingBox.all(\'.image-viewer-base-image-list, .image-viewer-base-image\').setStyles(\n {\n height: \'auto\',\n maxHeight: event.height,\n maxWidth: event.width,\n width: \'auto\'\n }\n );\n }\n },\n\n contentBox: \'#<@portlet.namespace />carousel\',\n height: 250,\n intervalTime: 2,\n width: 700\n }\n ).render();\n \n',0,0,40363,NULL,NULL),(0,'2fa6a9f3-a471-e7f4-10c7-b446c959a4f1',40367,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:52.151000','2023-02-22 17:00:52.151000',40003,0,40004,'COMMERCE-PRODUCT-DEFINITION-BASIC-FTL','1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','display',NULL,'ftl','<#assign count = 0\n/>\n\n<#if entries?has_content>\n
    \n <#list entries as curCPCatalogEntry>\n <#assign\n image = curCPCatalogEntry.getDefaultImageFileUrl()\n\n friendlyURL = cpContentHelper.getFriendlyURL(curCPCatalogEntry, themeDisplay)\n\n name = curCPCatalogEntry.getName()\n />\n\n
    \n
    \n \n
    \n\n
    \n \n ${name}\n \n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n
    \n<#else>\n
    \n <@liferay_ui[\"message\"] key=\"no-products-were-found\" />\n
    \n',0,0,40368,NULL,NULL),(0,'815bcc56-66b2-f868-4e3a-717483e3a61a',40371,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:52.217000','2023-02-22 17:00:52.217000',32602,0,40004,'WIKI-SOCIAL-FTL','1.0','Sociala nätverkSocialソーシャルSocialKözösségiSocialSocialاجتماعيSosiaalinenSocial社交SocialSociaal','Visar sociala bokmärken och omdömen för wiki-sidor och deras underordnade sidor.Exibe marcadores sociais e avaliações para páginas da wiki e suas páginas filhas.Wikiページとそのサブページ用のソーシャルブックマークと評価を表示するAffiche les signets sociaux and les notations pour page wiki et leur pages enfants.Megjeleníti a közösségi könyvjelzőket és értékeléseket a wiki oldalak és gyermek oldalaik részére.Darstellung für Social Bookmarks und Bewertungen von Wikiseiten und deren Unterseiten.Mostra adreces d\'interès socials i classificacions per a planes del wiki.يعرض إشارات مرجعية اجتماعية وتقييمات لصفحات ويكي وصفحاتها الفرعية.Näyttää sosiaaliset kirjanmerkit ja arvostelut wikisivuilla ja niiden alisivuilla.Displays social bookmarks and ratings for wiki pages and their child pages.显示社交书签和维基页的评分和它们的子页。Muestra los marcadores sociales y las clasificaciones para páginas wiki y sus páginas secundarias.Geeft sociale favorieten en waarderingen van wikipagina\'s en onderliggende wikipagina\'s weer.','display',NULL,'ftl','<#assign\n wikiPageClassName = \"com.liferay.wiki.model.WikiPage\"\n\n assetRenderer = assetEntry.getAssetRenderer()\n/>\n\n
    \n

    ${entry.getTitle()}

    \n
    \n\n
    \n <@getEditIcon />\n\n <@getPageDetailsIcon />\n\n <@getPrintIcon />\n
    \n\n
    \n
    \n ${assetEntry.getViewCount()} <@liferay.language key=\"views\" /> |\n\n <@liferay.language key=\"last-modified\" /> ${dateUtil.getDate(entry.getModifiedDate(), \"dd MMM yyyy - HH:mm:ss\", locale)}\n\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(entry.getUserId(), entry.getUserName()))}\n
    \n\n
    \n <@liferay_social_bookmarks[\"bookmarks\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n displayStyle=\"normal\"\n target=\"_blank\"\n title=entry.getTitle()\n url=viewURL\n />\n\n ${formattedContent}\n
    \n\n
    \n
    \n <@getAddChildPageIcon />\n\n <@getAttatchmentsIcon />\n
    \n
    \n\n
    \n\n <@getRatings\n cssClass=\"page-ratings\"\n entry=entry\n />\n\n <@getRelatedAssets />\n
    \n\n
    \n
    \n <#assign viewCategorizedPagesURL = renderResponse.createRenderURL() />\n\n ${viewCategorizedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_categorized_pages\")}\n ${viewCategorizedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-categories-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewCategorizedPagesURL\n />\n
    \n\n
    \n <#assign viewTaggedPagesURL = renderResponse.createRenderURL() />\n\n ${viewTaggedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_tagged_pages\")}\n ${viewTaggedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-tags-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewTaggedPagesURL\n />\n
    \n
    \n\n<#assign childPages = entry.getChildPages() />\n\n<#if (childPages?has_content)>\n
    \n

    <@liferay.language key=\"children-pages\" />

    \n\n \n \n \n \n \n \n\n <#list childPages as childPage>\n \n <#assign viewPageURL = renderResponse.createRenderURL() />\n\n ${viewPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view\")}\n\n <#assign childNode = childPage.getNode() />\n\n ${viewPageURL.setParameter(\"nodeName\", childNode.getName())}\n ${viewPageURL.setParameter(\"title\", childPage.getTitle())}\n\n \n \n \n \n \n
    \n <@liferay.language key=\"page\" />\n \n <@liferay.language key=\"last-modified\" />\n \n <@liferay.language key=\"ratings\" />\n
    \n ${childPage.getTitle()}\n \n ${dateUtil.getDate(childPage.getModifiedDate(),\"dd MMM yyyy - HH:mm:ss\", locale)} <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(childPage.getUserId(), childPage.getUserName()))}\n \n <@getRatings\n cssClass=\"child-ratings\"\n entry=childPage\n />\n
    \n
    \n\n\n<@getDiscussion />\n\n<#macro getAddChildPageIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign addPageURL = renderResponse.createRenderURL() />\n\n ${addPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${addPageURL.setParameter(\"redirect\", currentURL)}\n ${addPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${addPageURL.setParameter(\"title\", \"\")}\n ${addPageURL.setParameter(\"editTitle\", \"1\")}\n ${addPageURL.setParameter(\"parentTitle\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"plus\"\n label=true\n markupView=\"lexicon\"\n message=\"add-child-page\"\n url=addPageURL?string\n />\n \n\n\n<#macro getAttatchmentsIcon>\n <#assign viewPageAttachmentsURL = renderResponse.createRenderURL() />\n\n ${viewPageAttachmentsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_attachments\") }\n\n <@liferay_ui[\"icon\"]\n icon=\"paperclip\"\n label=true\n markupView=\"lexicon\"\n message=\'${entry.getAttachmentsFileEntriesCount() + languageUtil.get(locale, \"attachments\")}\'\n url=viewPageAttachmentsURL?string\n />\n\n\n<#macro getDiscussion>\n <#if validator.isNotNull(assetRenderer.getDiscussionPath()) && wikiPortletInstanceConfiguration.enableComments()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n ratingsEnabled=wikiPortletInstanceConfiguration.enableCommentRatings()\n redirect=currentURL\n subject=assetRenderer.getTitle(locale)\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPageURL = renderResponse.createRenderURL() />\n\n ${editPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${editPageURL.setParameter(\"redirect\", currentURL)}\n ${editPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${editPageURL.setParameter(\"title\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=entry.getTitle()\n url=editPageURL?string\n />\n \n\n\n<#macro getPageDetailsIcon>\n <#assign viewPageDetailsURL = renderResponse.createRenderURL() />\n\n ${viewPageDetailsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_details\")}\n ${viewPageDetailsURL.setParameter(\"redirect\", currentURL)}\n\n <@liferay_ui[\"icon\"]\n icon=\"document\"\n markupView=\"lexicon\"\n message=\"details\"\n url=viewPageDetailsURL?string\n />\n\n\n<#macro getPrintIcon>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setWindowState(\"pop_up\")}\n\n <#assign\n title = languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", htmlUtil.escape(assetRenderer.getTitle(locale))], false)\n taglibPrintURL = \"javascript:Liferay.Util.openWindow({dialog: {width: 960}, id:\'\" + renderResponse.getNamespace() + \"printAsset\', title: \'\" + title + \"\', uri: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=taglibPrintURL\n />\n\n\n<#macro getRatings\n cssClass\n entry\n>\n <#if wikiPortletInstanceConfiguration.enablePageRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if assetEntry?? && wikiPortletInstanceConfiguration.enableRelatedAssets()>\n <@liferay_asset[\"asset-links\"] assetEntryId=assetEntry.getEntryId() />\n \n',0,0,40372,NULL,NULL),(0,'b17642c6-a9a1-572f-fb4a-d2094acbffab',40375,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:52.291000','2023-02-22 17:00:52.291000',35001,0,40004,'BLOGS-BASIC-FTL','1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','display',NULL,'ftl','
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewEntryPortletURL.setParameter(\"redirect\", currentURL)}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n

    ${stringUtil.shorten(htmlUtil.stripHtml(curBlogEntry.getContent()), 400)}

    \n\n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n displayStyle=\"inline\"\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n \n \n
    ',0,0,40376,NULL,NULL),(0,'d6171f4b-1811-cfbb-fec3-cb17bcbaf3dc',40379,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:52.362000','2023-02-22 17:00:52.362000',35001,0,40004,'BLOGS-CARD-FTL','1.0','KortCartãoカードCarteKártyaKarteTargetaالبطاقةKorttiCard卡片TarjetaKaart','Visa omslagsbilder, rubriker, författare och sammanfattningar genom att använda kort för blogginlägg.Exibir imagens da cobertura, títulos, autores e resumos usando cartões para entradas do blog.ブログ エントリを表紙の画像、タイトル、著者と要約をカード形式で表示しますAfficher dans les entrées de blog les images de couvertures, les titres, les auteurs et les résumés en utilisant des cartes.Borítóképek, címek, szerzők és absztraktok megjelenítése blogbejegyzések kártyái segítségével.Zeigen Sie Coverbilder, Titel, Autoren und Kurzfassungen mit Karten für Blog-Einträge an.Mostra imatges de portada, títols, autors i resums amb targetes per a les entrades del blog.اعرض صور الأغلفة والعناوين والمؤلفين والملخصات باستخدام البطاقات الخاصة بإدخالات المدونات.Näyttö kattaa kuvat, otsikot, tekijät ja abstraktit käyttäen kortteja blogientryille.Display cover images, titles, authors and abstracts using cards for blog entries.使用卡片为博客条目显示封面、标题、作者和摘要。Muestra imágenes de portada, títulos, autores y abstractos con tarjetas de entradas de blog.Toon cover-afbeeldingen, titels, auteurs en samenvattingen m. b. v. kaarten voor blogberichten.','display',NULL,'ftl','
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n <#if curBlogEntry.getCoverImageURL(themeDisplay)??>\n <#assign cardImage = true />\n <#else>\n <#assign cardImage = false />\n \n\n
    \n
    \n <#if cardImage>\n
    \n
    \n \"thumbnail\"\n
    \n
    \n \n\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewEntryPortletURL.setParameter(\"redirect\", currentURL)}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n size=\"lg\"\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n <#if validator.isNotNull(curBlogEntry.getDescription())>\n <#assign content = curBlogEntry.getDescription() />\n <#else>\n <#assign content = curBlogEntry.getContent() />\n \n\n <#if cardImage>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 150)}

    \n <#else>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 400)}

    \n \n
    \n\n
    \n
    \n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n maxInlineItems=0\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n
    \n
    \n \n \n
    ',0,0,40380,NULL,NULL),(0,'df50cd94-0c23-4142-12a1-3ece9155f28a',40637,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:55.402000','2023-02-22 17:00:55.402000',20015,0,40004,'ASSET-PUBLISHER-GEOLOCALIZED','1.0','KartorMapaマッピングCarteTérképLandkarteMapaالخريطهKarttaMap映射MapaKaart','Visar geolokaliserade tillgångar på en karta.Exibe os conteúdos geolocalizados em um mapa.地図内にジオローカライズされたアセットを表示するAffiche les assets géolocalisés dans un planMegjeleníti a földrajzi tartalmakat egy térképen.Stellt Assets mit geografischen Informationen in einer Karte dar.Mostra contingut geolocalitzat en un mapa.يعرض الأصول الجيوجغرافية في خريطة.Näyttää maantieteelliset sisällöt kartalla.Displays geolocalized assets in a map.显示在地图上定位的资源Muestra activos geolocalizados en un mapa.Toon geolocale content op een kaart.','display',NULL,'ftl','<#assign\n defaultLatitude = -3.6833\n defaultLongitude = 40.40\n\n group = themeDisplay.getScopeGroup()\n\n mapsAPIProvider = group.getLiveParentTypeSettingsProperty(\"mapsAPIProvider\")!\"\"\n\n companyPortletPreferences = prefsPropsUtil.getPreferences(companyId)\n/>\n\n<#if validator.isNull(mapsAPIProvider)>\n <#assign mapsAPIProvider = companyPortletPreferences.getValue(\"mapsAPIProvider\", \"Google\") />\n\n\n<#assign featureCollectionJSONObject = jsonFactoryUtil.createJSONObject() />\n\n<@liferay.silently featureCollectionJSONObject.put(\"type\", \"FeatureCollection\") />\n\n<#assign featureJSONArray = jsonFactoryUtil.createJSONArray() />\n\n<#list entries as entry>\n <#assign\n assetRenderer = entry.getAssetRenderer()\n\n ddmFormValuesReader = assetRenderer.getDDMFormValuesReader()\n\n ddmFormFieldValues = ddmFormValuesReader.getDDMFormFieldValues(\"ddm-geolocation\")\n\n coordinatesJSONObjects = []\n />\n\n <#list ddmFormFieldValues as ddmFormFieldValue>\n <#assign\n value = ddmFormFieldValue.getValue()\n\n coordinatesJSONObject = jsonFactoryUtil.createJSONObject(value.getString(locale))\n\n coordinatesJSONObjects = coordinatesJSONObjects + [coordinatesJSONObject]\n />\n \n\n <#list coordinatesJSONObjects as coordinatesJSONObject>\n <#assign featureJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently featureJSONObject.put(\"type\", \"Feature\") />\n\n <#assign geometryJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently geometryJSONObject.put(\"type\", \"Point\") />\n\n <#assign coordinatesJSONArray = [coordinatesJSONObject.getDouble(\"longitude\"), coordinatesJSONObject.getDouble(\"latitude\")] />\n\n <@liferay.silently geometryJSONObject.put(\"coordinates\", coordinatesJSONArray) />\n\n <@liferay.silently featureJSONObject.put(\"geometry\", geometryJSONObject) />\n\n <#assign propertiesJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently propertiesJSONObject.put(\"title\", assetRenderer.getTitle(locale)) />\n\n <#assign entryAbstract>\n <@getAbstract asset=entry />\n \n\n <@liferay.silently propertiesJSONObject.put(\"abstract\", entryAbstract) />\n\n <#if stringUtil.equals(mapsAPIProvider, \"Google\")>\n <#assign\n images = {\n \"com.liferay.document.library.kernel.model.DLFileEntry\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/green-dot.png\",\n \"com.liferay.portlet.dynamicdatalists.model.DDLRecord\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/red-dot.png\",\n \"com.liferay.journal.model.JournalArticle\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/blue-dot.png\",\n \"default\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/yellow-dot.png\"\n }\n />\n\n <#if images?keys?seq_contains(entry.getClassName())>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[entry.getClassName()]) />\n <#else>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[\"default\"]) />\n \n \n\n <@liferay.silently featureJSONObject.put(\"properties\", propertiesJSONObject) />\n\n <@liferay.silently featureJSONArray.put(featureJSONObject) />\n \n\n\n<@liferay.silently featureCollectionJSONObject.put(\"features\", featureJSONArray) />\n\n\n\n<@liferay_map[\"map-display\"]\n name=\'Map\'\n points=\"${featureCollectionJSONObject}\"\n/>\n\n<@liferay_aui.script use=\"liferay-map-base\">\n Liferay.componentReady(\'<@portlet.namespace />Map\').then(\n function(map) {\n map.on(\n \'featureClick\',\n function(event) {\n var feature = event.feature;\n\n map.openDialog(\n {\n content: feature.getProperty(\'abstract\'),\n marker: feature.getMarker(),\n position: feature.getGeometry().get(\'location\')\n }\n );\n }\n );\n }\n );\n\n\n<#macro getAbstract\n asset\n>\n
    assetEntryAbstract\">\n <#assign\n showEditURL = paramUtil.getBoolean(renderRequest, \"showEditURL\", true)\n\n assetRenderer = asset.getAssetRenderer()\n />\n\n <#if showEditURL && assetRenderer.hasEditPermission(permissionChecker)>\n <#assign\n editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())\n />\n\n <@liferay_ui.icon\n image=\"edit\"\n label=true\n message=\"edit\"\n url=editPortletURL.toString()\n />\n \n\n <#if assetRenderer.getThumbnailPath(renderRequest)??>\n
    \n \n
    \n \n\n <#assign assetURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, asset, !stringUtil.equals(assetLinkBehavior, \"showFullContent\")) />\n\n
    \n

    ${assetRenderer.getTitle(locale)}

    \n\n
    \n ${assetRenderer.getSummary(renderRequest, renderResponse)}\n
    \n
    \n\n
    \n ${languageUtil.get(locale, \"read-more\")} »\n
    \n
    \n',0,0,40638,NULL,NULL),(0,'229dbf67-6259-5d05-56be-f961004360fd',40640,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:55.430000','2023-02-22 17:00:55.430000',20015,0,40004,'ASSET-PUBLISHER-RICH-SUMMARY-FTL','1.0','Utförlig sammanfattningResumo rico要約(文字数多め)Sommaire enrichiBő összesítőRich-Text-ZusammenfassungResum enriquitملخص غنيMuotoiltu yhteenvetoRich Summary丰富总结Resumen completoRijke samenvatting','Visar sammanfattningar, ikoner, liknande tillgångar samt utskrifts- och redigeringsåtgärder för tillgångar. Valfritt inkluderar bokmärken och omdömen för tillgångar.Exibe abstracts, ícones, conteúdos relacionados e ações de imprimir/editar para os conteúdos. Opcionalmente, inclui marcadores e classificações de conteúdos.概要、アイコン、関連するアセット、アセットの印刷/編集を表示する。アセットのブックマークと評価も設定できますAffiche les résumés, icons, les assets relatifs, et les actions imprimer/éditer pour les assets. Facultativement inclut les signets et les notations d\'assets.Megjeleníti a kivonatokat, ikonokat, a kapcsolódó tartalmakat, és a nyomtatási/szerkesztési műveleteket a tarlamakhoz. Opcionálisan tartalmazza a tartalom könyvjelzőket és értékeléseket.Stellt Kurzfassungen, Icons, verwandte Assets sowie Druck- und Bearbeitungsoptionen für Assets dar. Kann auch Bookmarks und Bewertungen enthalten.Mostra resums, icones, continguts relacionats i accions d\'impressió o edició per continguts. Opcionalment, inclou enllaços i valoracions.يعرض الملخصات والأيقونات والأصول ذات الصلة وإجراءات الطباعة/التحرير للأصول. ويمكنك بشكل اختياري تضمين الإشارات المرجعية وتقييمات الأصول.Näyttää lyhenteet, kuvakkeet, liittyvät sisällöt ja sisältöjen tulosta/muokkaa toiminnot. Voit ottaa mukaan myös sisältöjen kirjanmerkit ja arvostelut.Displays abstracts, icons, related assets, and print/edit actions for assets. Optionally include asset bookmarks and ratings.显示摘要、图标、相关资产以及资产的打印和编辑操作。可选择性包含资产书签和评分。Muestra abstractos, iconos, activos relacionados e imprime/edita acciones para activos. Opcionalmente incluye marcadores de activos y calificaciones.Toon samenvattingen, pictogrammen, gerelateerde content en afdruk en bewerk acties voor content. Voeg optioneel bladwijzers en beoordelingen toe.','display',NULL,'ftl','<#if !entries?has_content>\n <#if !themeDisplay.isSignedIn()>\n ${renderRequest.setAttribute(\"PORTLET_CONFIGURATOR_VISIBILITY\", true)}\n \n\n
    \n <@liferay_ui[\"message\"] key=\"there-are-no-results\" />\n
    \n\n\n<#list entries as entry>\n <#assign\n entry = entry\n\n assetRenderer = entry.getAssetRenderer()\n\n entryTitle = htmlUtil.escape(assetRenderer.getTitle(locale))\n\n viewURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, entry, !stringUtil.equals(assetLinkBehavior, \"showFullContent\"))\n />\n\n
    \n
    \n <@getPrintIcon />\n\n <@getFlagsIcon />\n\n <@getEditIcon />\n
    \n\n

    \n \n ${entryTitle}\n \n

    \n\n <@getMetadataField fieldName=\"tags\" />\n\n <@getMetadataField fieldName=\"create-date\" />\n\n <@getMetadataField fieldName=\"view-count\" />\n\n
    \n <@getSocialBookmarks />\n\n
    \n <@getMetadataField fieldName=\"author\" />\n\n ${htmlUtil.escape(assetRenderer.getSummary(renderRequest, renderResponse))}\n\n <@liferay.language key=\"read-more\" /><@liferay.language key=\"about\" />${entryTitle} »\n
    \n\n <@getRatings />\n\n <@getRelatedAssets />\n\n <@getDiscussion />\n
    \n
    \n\n\n<#macro getDiscussion>\n <#if getterUtil.getBoolean(enableComments) && assetRenderer.isCommentable()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formName=\"fm\" + entry.getClassPK()\n ratingsEnabled=getterUtil.getBoolean(enableCommentRatings)\n redirect=currentURL\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())!\"\" />\n\n <#if validator.isNotNull(editPortletURL)>\n <#assign title = languageUtil.format(locale, \"edit-x\", entryTitle, false) />\n\n <@liferay_ui[\"icon\"]\n cssClass=\"icon-monospaced visible-interaction\"\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=title\n url=editPortletURL.toString()\n />\n \n \n\n\n<#macro getFlagsIcon>\n <#if getterUtil.getBoolean(enableFlags)>\n <@liferay_flags[\"flags\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n contentTitle=entry.getTitle(locale)\n label=false\n reportedUserId=entry.getUserId()\n />\n \n\n\n<#macro getMetadataField\n fieldName\n>\n <#if stringUtil.split(metadataFields)?seq_contains(fieldName)>\n \n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n <#if stringUtil.equals(fieldName, \"author\")>\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(assetRenderer.getUserId(), assetRenderer.getUserName()))}\n <#elseif stringUtil.equals(fieldName, \"categories\")>\n <@liferay_asset[\"asset-categories-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"create-date\")>\n ${dateUtil.getDate(entry.getCreateDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"expiration-date\")>\n ${dateUtil.getDate(entry.getExpirationDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"modified-date\")>\n ${dateUtil.getDate(entry.getModifiedDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"priority\")>\n ${entry.getPriority()}\n <#elseif stringUtil.equals(fieldName, \"publish-date\")>\n ${dateUtil.getDate(entry.getPublishDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"tags\")>\n <@liferay_asset[\"asset-tags-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"view-count\")>\n ${entry.getViewCount()} <@liferay.language key=\"views\" />\n \n \n \n\n\n<#macro getPrintIcon>\n <#if getterUtil.getBoolean(enablePrint)>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"mvcPath\", \"/view_content.jsp\")}\n ${printURL.setParameter(\"assetEntryId\", entry.getEntryId()?string)}\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setParameter(\"type\", entry.getAssetRendererFactory().getType())}\n ${printURL.setWindowState(\"pop_up\")}\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=\"javascript:Liferay.Util.openWindow({id:\'\" + renderResponse.getNamespace() + \"printAsset\', title: \'\" + languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", entryTitle], false) + \"\', uri: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n \n\n\n<#macro getRatings>\n <#if getterUtil.getBoolean(enableRatings) && assetRenderer.isRatable()>\n
    \n <@liferay_ui[\"ratings\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if getterUtil.getBoolean(enableRelatedAssets)>\n <@liferay_asset[\"asset-links\"]\n assetEntryId=entry.getEntryId()\n viewInContext=!stringUtil.equals(assetLinkBehavior, \"showFullContent\")\n />\n \n\n\n<#macro getSocialBookmarks>\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n displayStyle=\"${socialBookmarksDisplayStyle}\"\n target=\"_blank\"\n title=entry.getTitle(locale)\n types=\"${socialBookmarksTypes}\"\n url=assetPublisherHelper.getAssetSocialURL(renderRequest, renderResponse, entry)\n />\n',0,0,40641,NULL,NULL),(0,'2b9af2f1-9e69-9126-92d2-0312ee28a2c5',40906,20128,20101,20105,NULL,20105,NULL,'2023-02-22 17:01:00.457000','2023-02-22 17:01:00.457000',39509,40902,31401,'BASIC-WEB-CONTENT','1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','','display','create','ftl','${content.getData()}',1,0,40907,NULL,NULL); /*!40000 ALTER TABLE `DDMTemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMTemplateLink` -- DROP TABLE IF EXISTS `DDMTemplateLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMTemplateLink` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `templateLinkId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `templateId` bigint DEFAULT NULL, PRIMARY KEY (`templateLinkId`), UNIQUE KEY `IX_6F3B3E9C` (`classNameId`,`classPK`), KEY `IX_85278170` (`templateId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMTemplateLink` -- LOCK TABLES `DDMTemplateLink` WRITE; /*!40000 ALTER TABLE `DDMTemplateLink` DISABLE KEYS */; /*!40000 ALTER TABLE `DDMTemplateLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DDMTemplateVersion` -- DROP TABLE IF EXISTS `DDMTemplateVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DDMTemplateVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `templateVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `templateId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `language` varchar(75) DEFAULT NULL, `script` longtext, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`templateVersionId`), UNIQUE KEY `IX_8854A128` (`templateId`,`version`), KEY `IX_66382FC6` (`templateId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DDMTemplateVersion` -- LOCK TABLES `DDMTemplateVersion` WRITE; /*!40000 ALTER TABLE `DDMTemplateVersion` DISABLE KEYS */; INSERT INTO `DDMTemplateVersion` VALUES (0,40007,20128,20101,20105,NULL,'2023-02-22 17:00:48.937000',39901,0,40005,'1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','ftl','<#assign count = 0 />\n\n
    \n
    \n <#if entries?has_content>\n <#list entries as curCommerceAddress>\n
    \n <#assign\n editURL = commerceAddressDisplayContext.getEditCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n deleteURL = commerceAddressDisplayContext.getDeleteCommerceAddressURL(curCommerceAddress.getCommerceAddressId())\n\n editButtonValue = languageUtil.get(request, \"edit\")\n\n removeButtonValue = languageUtil.get(request, \"remove\")\n\n commerceCountry = curCommerceAddress.getCommerceCountry()\n />\n\n

    ${curCommerceAddress.getName()}

    \n\n

    ${curCommerceAddress.getStreet1()}

    \n\n

    ${curCommerceAddress.getZip()}, ${curCommerceAddress.getCity()}

    \n\n <#if commerceCountry??>\n

    ${commerceCountry.getName(themeDisplay.getLanguageId())}

    \n \n\n
    \n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${editURL}\"\n name=\"editAddressButton\"\n value=\"${editButtonValue}\"\n />\n\n <@liferay_aui.button\n cssClass=\"btn-lg\"\n href=\"${deleteURL}\"\n name=\"removeAddressButton\"\n value=\"${removeButtonValue}\"\n />\n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n \n
    \n\n
    \n <#assign addButtonValue = languageUtil.get(request, \"add-address\") />\n\n <@liferay_aui.button\n cssClass=\"btn-lg btn-primary\"\n href=\"${commerceAddressDisplayContext.getAddCommerceAddressURL()}\"\n name=\"addAddressButton\"\n value=\"${addButtonValue}\"\n />\n
    \n
    ',0,20105,NULL,'2023-02-22 17:00:48.937000'),(0,40010,20128,20101,20105,NULL,'2023-02-22 17:00:49.086000',39902,0,40008,'1.0','PilarSetas矢印FlèchesNyilakPfeileFletxesالأسهمNuoletArrows箭头FlechasPijlen','Visar en länkstig där varje navigeringselement representeras av en pil med titel och länk.Exibe um caminho de navegação onde cada elemento de navegação é representado por uma seta com seu título e link.すべてのナビゲーション要素が矢印とタイトル、リンクで表示されるように、パンくずリストを表示します。Affiche un fil d\'Ariane dans lequel chaque élément de navigation est représenté par une flèche avec son propre titre et son propre lien.Megjelenít egy úrkövetőt, amelyen minden navigációs elemet egy nyíl képvisel címmel és hivatkozással tartalmaz.Zeigt eine Breadcrumbnavigation an, bei der jedes Navigationselement durch einen Pfeil mit seinem Titel und einem Link dargestellt wird.Mostra una ruta de navegació en què cada element de navegació es representa amb una fletxa amb el seu títol i enllaç.يعرض مسار تنقل تفصيلي يتم فيه تمثيل كل عنصر تنقل بواسطة سهم به عنوانه ورابطه.Näyttää murupolun, jossa jokainen navigointielementti näkyy nuolena otsikkoineen ja linkkinä.Displays a breadcrumb in which every navigation element is represented by an arrow with its title and link.显示一个面包屑导航,其中每一个导航元素都由箭头及其标题和链接表示。Muestra una ruta de navegación donde cada elemento de navegación se representa mediante una flecha con su título y enlace.Geeft een broodkruimel weer waarin elk navigatie-element voorgesteld wordt door een pijl met een titel en link.','ftl','<#if entries?has_content>\n <@liferay_util[\"html-top\"]>\n \n \n\n
    \n <#assign cssClass = \"\" />\n\n <#list entries as entry>\n <#if entry?is_last>\n <#assign cssClass = \"active\" />\n \n\n
  • aria-current=\"page\">\n <#if entry?has_next>\n \n href=\"${entry.getURL()!\"\"}\"\n \n\n >\n \n\n
    \n ${htmlUtil.escape(entry.getTitle())}\n
    \n\n <#if entry?has_next>\n \n \n
  • \n \n
    \n',0,20105,NULL,'2023-02-22 17:00:49.086000'),(0,40014,20128,20101,20105,NULL,'2023-02-22 17:00:49.146000',39902,0,40012,'1.0','HorisontellHorizontal水平方向Horizontal(e)VízszintesHorizontalHoritzontalأفقيVaakasuuntainenHorizontal水平HorizontalHorizontaal','Visar en länkstig horisontellt.Exibe um caminho de navegação horizontalmente.パンくずリストをを水平方向に表示しますAffiche un fil d\'Ariane de manière horizontale.Megjelenít egy útkövetőjelet vízszintesen.Zeigt eine Breadcrumbnavigation horizontal an.Mostra una ruta de navegació horitzontalment.يعرض مسار تنقل أفقيًا.Näyttää murupolun vaakasuoraan.Displays a breadcrumb horizontally.水平显示面包屑导航。Muestra una ruta de navegación horizontalmente.Geeft een broodkruimel horizontaal weer.','ftl','<#if entries?has_content>\n
      \n <#list entries as entry>\n
    1. \n <#if entry?has_next>\n \n ${htmlUtil.escape(entry.getTitle())}\n \n <#else>\n ${htmlUtil.escape(entry.getTitle())}\n \n
    2. \n \n
    \n',0,20105,NULL,'2023-02-22 17:00:49.146000'),(0,40103,20128,20101,20105,NULL,'2023-02-22 17:00:49.264000',39902,0,40101,'1.0','VertikalVertical垂直方向VerticalFüggőlegesVertikalVerticalرأسيPystysuoraVertical垂直VerticalVerticaal','Visar en länkstig vertikalt.Exibe um caminho de navegação verticalmente.パンくずリストをを垂直方向に表示しますAffiche un fil d\'Ariane vertical.Megjelenít egy útkövetőjelet függőlegesen.Zeigt eine Breadcrumbnavigation vertikal an.Mostra una ruta de navegació verticalment.يعرض مسار تنقل رأسيًا.Näyttää murupolun pystysuoraan.Displays a breadcrumb vertically.垂直显示面包屑导航。Muestra una ruta de navegación verticalmente.Geeft een broodkruimel verticaal weer.','ftl','<#if entries?has_content>\n \n',0,20105,NULL,'2023-02-22 17:00:49.264000'),(0,40106,20128,20101,20105,NULL,'2023-02-22 17:00:49.362000',20044,0,40104,'1.0','Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen','Visar en kolumn för varje sida på den högsta nivån. Varje kolumn inkluderar namnet på varje sida på den högsta nivån samt sidans omedelbara underordnade element listade under den.Exibe uma coluna para cada página de nível superior. Cada coluna inclui o nome de uma página de nível superior com os filhos imediatos da página listados abaixo.最上位のページごとに列を表示します。各列には、トップレベルのページの名前と、直下のサブページのページ名を含みます。Affiche une colonne pour chaque page de niveau supérieur. Chaque colonne comprend le nom d\'une page de niveau supérieur avec les enfants immédiats indiqués en-dessous.Megjelenít egy oszlopot minden felső szintű oldalhoz. Mindegyik oszlop tartalmazza a legfelső szintű oldal nevét, alatta az oldal közvetlen utódjával.Zeigt eine Spalte für jede Seite der obersten Ebene. Jede Spalte enthält den Namen einer Seite der obersten Ebene, darunter werden die direkten Unterseiten aufgelistet.Mostra una columna per cada pàgina de nivell superior. A cada columna, s\'hi inclou el nom d\'una pàgina de nivell superior amb el fill immediat de la pàgina en una llista a la part inferior.يعرض عمودًا لكل صفحة مستوى أعلى. يتضمن كل عمود اسم صفحة المستوى العلوي بفروع متوسطة للصفحة مدرجة أسفلها.Näyttää sarakkeen jokaiselle ylätason sivulle. Jokainen sarake sisältää ylätason sivun nimen ja sivun välittömät alasivut lueteltuna alapuolella.Displays a column for each top level page. Each column includes the name of a top level page with the page\'s immediate children listed underneath.为每个顶级页面显示一列。每一列都包含顶级页面的名称以及页面下所列的直接子级。Muestra una columna por cada página de nivel superior. En cada columna, se incluye el nombre de una página de nivel superior con el elemento secundario inmediato de la página en una lista de la parte inferior.Geeft een kolom weer voor elke pagina op het hoogste niveau. Elke kolom bevat de naam van een bovenliggende pagina met alle directe onderliggende pagina\'s eronder.','ftl','<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <#if (getterUtil.getBoolean(showHiddenPages) || !entry.isHidden()) && layoutPermission.containsWithoutViewableGroup(permissionChecker, entry, \"VIEW\")>\n <@liferay_aui.col width=25>\n
    \n

    \n \n\n <#if layoutType.isBrowsable()>\n href=\"${portalUtil.getLayoutURL(entry, themeDisplay)}\"\n \n\n >${entry.getName(locale)}\n

    \n
    \n\n <@displayPages\n depth=1\n pages=entry.getChildren(permissionChecker)\n />\n \n \n \n \n\n\n<#macro displayPages\n depth\n pages\n>\n <#if pages?has_content && ((depth < displayDepth?number) || (displayDepth?number == 0))>\n \n \n',0,20105,NULL,'2023-02-22 17:00:49.362000'),(0,40109,20128,20101,20105,NULL,'2023-02-22 17:00:49.440000',39903,0,40107,'1.0','Kompakt layoutLayout compactoコンパクトレイアウトDisposition compacteKompakt elrendezésKompaktes LayoutDisposició compactaمخطط مضغوطTiivis AsetteluCompact Layout紧凑布局Diseño compactoCompacte lay-out','portlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compactportlet-display-template-description-compact','ftl','
    \n \n
    ',0,20105,NULL,'2023-02-22 17:00:49.440000'),(0,40112,20128,20101,20105,NULL,'2023-02-22 17:00:49.484000',39903,0,40110,'1.0','ListlayoutLayout da listaリストレイアウトDisposition en listeLista elrendezésListenlayoutDisposició de la llistaمخطط القائمةLuetteloasetteluList Layout列表布局Diseño de listaLijstlay-out','portlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-listportlet-display-template-description-list','ftl','
    \n \n
    ',0,20105,NULL,'2023-02-22 17:00:49.484000'),(0,40115,20128,20101,20105,NULL,'2023-02-22 17:00:49.553000',39903,0,40113,'1.0','KortlayoutLayout do cartãoカードレイアウトDisposition de la carteKártyaelrendezésKartenlayoutDisposició de la targetaمخطط البطاقةKortin AsetteluCard Layout卡片布局Diseño de tarjetaKaartlay-out','Visa omslagsbilder, rubriker, författare och sammanfattningar genom att använda kort för blogginlägg.Exibir imagens da cobertura, títulos, autores e resumos usando cartões para entradas do blog.ブログ エントリを表紙の画像、タイトル、著者と要約をカード形式で表示しますAfficher dans les entrées de blog les images de couvertures, les titres, les auteurs et les résumés en utilisant des cartes.Borítóképek, címek, szerzők és absztraktok megjelenítése blogbejegyzések kártyái segítségével.Zeigen Sie Coverbilder, Titel, Autoren und Kurzfassungen mit Karten für Blog-Einträge an.Mostra imatges de portada, títols, autors i resums amb targetes per a les entrades del blog.اعرض صور الأغلفة والعناوين والمؤلفين والملخصات باستخدام البطاقات الخاصة بإدخالات المدونات.Näyttö kattaa kuvat, otsikot, tekijät ja abstraktit käyttäen kortteja blogientryille.Display cover images, titles, authors and abstracts using cards for blog entries.使用卡片为博客条目显示封面、标题、作者和摘要。Muestra imágenes de portada, títulos, autores y abstractos con tarjetas de entradas de blog.Toon cover-afbeeldingen, titels, auteurs en samenvattingen m. b. v. kaarten voor blogberichten.','ftl','
    \n \n
    ',0,20105,NULL,'2023-02-22 17:00:49.553000'),(0,40118,20128,20101,20105,NULL,'2023-02-22 17:00:49.640000',20017,0,40116,'1.0','Färga efter popularitetColorir por Popularidade頻出度により色分けするCouleur par popularitéSzín népszerűség alapjánNach Popularität färbenColor per popularitatالألوان حسب الأولويةVäri suosion mukaanColor by Popularity受欢迎的颜色Color por popularidadKleur op populariteit','Visar tillgångstaggar färgade efter popularitet: röd (hög), gul (medelhög) och grön (låg).Exibe marcadores coloridos por popularidade: vermelho (alta), amarelo (média) e verde (baixa).アセットタグを人気順に表示する:赤(高い)、黄色(普通)、緑(低い)Affiche les étiquettes d\'asset coloriées par popularité: rouge (élevé), jaune (moyen), et vert (bas).Megjeleníti a tartalom címkéket népszerűség szerint színezve: vörös (magas), sárga (közepes), és zöld (alacsony).Schlagwörter nach Popularität färben: Rot (hoch), gelb (mittel), grün (niedrig).Mostra les etiquetes per colors segons popularitat: vermell (alta), groga (mitjana) i verda (baixa).يعرض علامات الأصول الملونة حسب الأولوية: الأحمر (مرتفع) والأصفر (متوسط) والأخضر (منخفض).Näyttää sisältötageja, mitkä on väritetty suosion mukaan: punainen (korkea), keltainen (keskiverto) ja virheä (alhainen)Displays asset tags colored by popularity: red (high), yellow (medium), and green (low).显示资源标签颜色等级: 红色 (高), 黄色 (中), 绿色 (低).Muestra las etiquetas de contenido coloreadas según su popularidad : rojo (alta), amarilla (media) y verde (baja).Toon content labels volgens populariteit: rood (hoog), geel (midden) en groen (laag).','ftl','<#if entries?has_content>\n \n\n
    \n',0,20105,NULL,'2023-02-22 17:00:49.640000'),(0,40121,20128,20101,20105,NULL,'2023-02-22 17:00:49.687000',39908,0,40119,'1.0','NavigeringNavegaçãoナビゲーションNavigationNavigációNavigationNavegacióالملاحةNavigointiNavigation导航NavegaciónNavigatie','Visar RSS-flödet som ett navigeringsfält i panelen till vänster. Om du klickar på flödet visas en lista med feedposter i panelen till höger.Exibe os feeds RSS como uma barra de navegação no painel esquerdo. Clicar em um feed exibe uma lista de entradas de feed no painel direito.RSSフィードを左のパネルにナビゲーションバーとして表示します。フィードをクリックすると、右パネルにフィードの内容がリスト表示されますAffiche les flux RSS en tant que barre de navigation dans le panneau gauche. Cliquer sur un flux affiche une liste d\'entrées de flux sur le panneau droit.Megjeleníti az RSS hírcsatornákat navigációs oszlopként a bal oldalon. Egy hírcsatornára kattintva megjeleníti a hírcsatorna bejegyzések listáját a jobb oldalon.Stellt die RSS-Feeds als Navigationsleiste im linken Bereich dar. Nach Anklicken eines Feeds werden die entsprechenden Feedeinträge im rechten Bereich dargestellt.Mostra els canals RSS com una barra de navegació en el tauler esquerra. Al fer un clic en un canal es mostraran la llista d\'entrades en el tauler dret.يعرض موجزات RSS كشريط تنقل في اللوحة اليسرى. إذ يؤدي النقر فوق موجز إلى عرض قائمة بإدخالات الموجزات على اللوحة اليمنى.Näyttää RSS-syötteet navigaatiopalkissa vasemmassa paneelissa. Klikkaamalla syötettä näytetään syötteen arvot oikeassa paneelissa.Displays the RSS feeds as a navigation bar on the left panel. Clicking on a feed displays a list of feed entries on the right panel.在左侧面板上显示RSS源的导航栏。在右侧面板上点击Feed显示提要条目的列表。Muestra las fuentes RSS como una barra de navegación del panel izquierdo. Al hacer clic en una fuente se muestra una lista de entradas de la fuente en el panel derecho.Geeft de RSS-feeds als een navigatiebalk in het linkerpaneel weer. Als u op een feed klikt wordt een lijst van van feed-entries in het rechterpaneel getoond.','ftl','<#assign rssPortletInstanceConfiguration = rssDisplayContext.getRSSPortletInstanceConfiguration() />\n\n\n\n<#if entries?has_content>\n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n
    \n
    feedsTab\">\n \n\n
    \n <#list entries as curEntry>\n <#assign rssFeedEntries = curEntry.getRSSFeedEntries(themeDisplay) />\n\n <#if rssFeedEntries??>\n
    \n <#list rssFeedEntries as rssFeedEntry>\n <#if (rssFeedEntry_index > entriesPerFeed?number)>\n <#break>\n \n\n <#assign syndEntry = rssFeedEntry.getSyndEntry() />\n\n
    \n
    \n <@liferay_aui[\"a\"] href=\"${htmlUtil.escapeJSLink(rssFeedEntry.getSyndEntryLink())}\">${htmlUtil.escape(syndEntry.getTitle())}\n
    \n\n <#if rssPortletInstanceConfiguration.showFeedTitle() && syndEntry.getAuthor()??>\n \n \n\n <#if syndEntry.getPublishedDate()??>\n
    \n <@liferay_ui[\"icon\"]\n icon=\"calendar\"\n label=true\n markupView=\"lexicon\"\n message=\"${dateUtil.getDate(syndEntry.getPublishedDate(), dateFormat, locale)}\"\n />\n
    \n \n\n ${rssFeedEntry.getSanitizedContent()}\n
    \n \n
    \n \n \n
    \n
    \n
    \n\n <@liferay_aui[\"script\"] use=\"aui-base,aui-tabview\">\n new A.TabView(\n {\n srcNode: \'#<@portlet.namespace />feedsTab\',\n stacked: true,\n type: \'pills\'\n }\n ).render();\n \n',0,20105,NULL,'2023-02-22 17:00:49.687000'),(0,40124,20128,20101,20105,NULL,'2023-02-22 17:00:49.835000',39909,0,40122,'1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','ftl','
    \n <#assign\n image = \'\'\n\n title = \'\'\n\n description = \'\'\n />\n\n <#if cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)??>\n <#assign\n image = cpCategoryContentDisplayContext.getDefaultImageSrc(themeDisplay)\n />\n \n\n <#if assetCategory??>\n <#assign\n title = assetCategory.getTitle(locale)\n\n description = assetCategory.getTitle(locale)\n />\n \n\n
    \n \n
    \n\n
    \n

    ${title}

    \n\n

    ${description}

    \n
    \n
    ',0,20105,NULL,'2023-02-22 17:00:49.835000'),(0,40127,20128,20101,20105,NULL,'2023-02-22 17:00:49.870000',20840,0,40125,'1.0','ListmenyMenu de listaリスト メニューMenu de ListeLista menüListenmenüMenú de llistaقائمة القوائمLuettelovalikkoList Menu列表菜单Menú de listaLijstmenu','Visar en navigeringsmeny med en lista.Exibe um menu de navegação com uma lista.ナビゲーションメニューをリストで表示しますAffiche un menu de navigation avec une liste.Megjelenít egy navigációs menüt egy listával.Zeigt ein Navigationsmenü mit einer Liste.Mostra un menú de navegació amb una llista.يعرض قائمة تنقل تحتوي على قائمة.Näyttää navigointivalikon luettelolla.Displays a navigation menu with a list.显示带有列表的导航菜单。Muestra un menú de navegación con una lista.Geeft een navigatiemenu weer met een lijst.','ftl','<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign includeAllChildNavItems = false />\n\n <#if stringUtil.equals(includedLayouts, \"all\")>\n <#assign includeAllChildNavItems = true />\n \n\n
    \" class=\"list-menu\">\n <@buildNavigation\n branchNavItems=branchNavItems\n cssClass=\"layouts\"\n displayDepth=displayDepth\n includeAllChildNavItems=includeAllChildNavItems\n navItemLevel=1\n navItems=entries\n />\n
    \n',0,20105,NULL,'2023-02-22 17:00:49.870000'),(0,40131,20128,20101,20105,NULL,'2023-02-22 17:00:49.917000',20840,0,40129,'1.0','Piller horisontelltComprimidos horizontais水平方向のピル形式Pilules horizontalesVízszintes tablettákPills horizontalCàpsules horitzontalsأزرار أفقيةPills VaakasuuntaPills HorizontalPills HorizontalGlobos horizontalesHorizontale pillen','Visar en navigeringsmeny med navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação exibidos como pills.ピル形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل أزرار.Näyttää navigointivalikon navigointikohteet pillereinä.Displays a navigation menu with navigation items shown as pills.显示导航菜单,其中导航项显示为药丸。Muestra un menú de navegación con elementos de navegación que se muestran como globos.Geeft een navigatiemenu weer met navigatie-items in de vorm van pillen.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:49.917000'),(0,40204,20128,20101,20105,NULL,'2023-02-22 17:00:50.606000',20840,0,40201,'1.0','Piller justeratPills justificados等幅ピル形式Pilules justifiéesSorkizárt tablettákPills justiertCàpsules justificadesأزرار معدلةPills TasattuPills Justified两端对齐药丸Globos justificadosUitgevulde pillen','Visar en navigeringsmeny med justerade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação justificados exibidos como pills.等幅のピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments justifiés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل أزرار.Näyttää navigointivalikon tasatut navigointikohteet pillereinä.Displays a navigation menu with justified navigation items shown as pills.显示导航菜单,其中两端对齐的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación justificados que se muestran como globos.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van pillen.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:50.606000'),(0,40304,20128,20101,20105,NULL,'2023-02-22 17:00:50.693000',20840,0,40302,'1.0','Piller staplatPills empilhados縦積みピル形式Pilules empiléesFeltornyozott tablettákPills gestapeltCàpsules apiladesأزرار مكدسةPills PinottuPills Stacked堆叠药丸Globos apiladosGestapelde pillen','Visar en navigeringsmeny med staplade navigeringsobjekt som visas som piller.Exibe um menu de navegação com itens de navegação empilhados exibidos como pills.縦方向に並べたピル形式でナビゲーションメニューを表示しますAffiche un menu de navigation dont les éléments empilés sont affichés sous la forme de pilules.Megjelenít egy navigációs menüt tablettákként megjelenített feltornyozott navigációs elemekkel.Zeigt ein Navigationsmenü mit gestapelten Navigationselementen als Pills an.Mostra un menú de navegació amb elements de navegació apilats que es mostren com a càpsules.يعرض قائمة تنقل بعناصر تنقل مكدسة يتم عرضها في شكل أزرار.Näyttää navigointivalikon pinoitut navigointikohteet pillereinä.Displays a navigation menu with stacked navigation items shown as pills.显示导航菜单,其中堆叠的导航项显示为药丸。Muestra un menú de navegación con elementos de navegación apilados que se muestran como globos.Geeft een navigatiemenu weer met gestapelde navigatie-items in de vorm van pillen.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:50.693000'),(0,40308,20128,20101,20105,NULL,'2023-02-22 17:00:50.778000',20840,0,40306,'1.0','FlikarGuiasタブOngletsLapokReiterPestanyesعلامات تبويبVälilehdetTabs选项卡PestañasTabbladen','Visar en navigeringsmeny med navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação exibidos como abas.タブ形式で並べたナビゲーションを表示しますAffiche un menu de navigation dont les éléments sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített navigációs elemekkel.Zeigt ein Navigationsmenü mit Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet välilehtinä.Displays a navigation menu with navigation items shown as tabs.显示导航菜单,其中导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación que se muestran como pestañas.Geeft een navigatiemenu weer met navigatie-items in de vorm van tabbladen.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:50.778000'),(0,40311,20128,20101,20105,NULL,'2023-02-22 17:00:50.832000',20840,0,40309,'1.0','Flikar justeratGuias justificadas等幅ピル形式Onglets justifiésSorkizárt lapokReiter justiertPestanyes justificadesعلامات تبويب معدلةVälilehdet TasattuTabs Justified选项卡两端对齐Pestañas justificadasUitgevulde tabbladen','Visar en navigeringsmeny med justerade navigeringsobjekt som visas som flikar.Exibe um menu de navegação com itens de navegação justificados exibidos como guias.等幅タブ形式でナビゲーションメニューを表示します。Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme d\'onglets.Megjelenít egy navigációs menüt fülekként megjelenített sorkizárt navigációs elemekkel.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Reiter an.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a pestanyes.يعرض قائمة تنقل بعناصر تنقل معدلة يتم عرضها في شكل علامات تبويب.Näyttää navigointivalikon navigointikohteet esitettynä välilehtinä.Displays a navigation menu with justified navigation items shown as tabs.显示导航菜单,其中两端对齐的导航项显示为选项卡。Muestra un menú de navegación con elementos de navegación justificados que se muestran como pestañas.Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van tabbladen.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:50.832000'),(0,40314,20128,20101,20105,NULL,'2023-02-22 17:00:50.950000',20840,0,40312,'1.0','Fält i minimal stilBarra minimamente estilizada最小バー形式Barre minimalisteMinimális stílusú oszlopMinimalistische LeisteBarra amb estil mínimشريط محدود النمطPalkki minimityylilläBar minimally styled导航栏最小化样式Barra con estilo mínimoMinimalistische balk','Visar en navigeringsmeny med ett navigeringsfält i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente estilizada.最小スタイルでナビゲーションメニューを表示しますAffiche un menu de navigation avec une barre de navigation minimaliste.Megjelenít egy navigációs menüt egy minimalista stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil mínim.يعرض قائمة تنقل بشريط تنقل محدود النمط.Näyttää navigointivalikon minimalistisesti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally styled navigation bar.显示带有最小化样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo mínimo.Geeft een navigatiemenu weer met een minimalistische navigatiebalk.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:50.950000'),(0,40317,20128,20101,20105,NULL,'2023-02-22 17:00:51.010000',20840,0,40315,'1.0','Fält i minimalt justerad stilBarra minimamente justificada estilizada最小等幅バー形式Barre minimaliste et justifiéeMinimálisan sorkizárt stílusú oszlopMinimalistische justierte LeisteBarra amb justificació i estil mínimsشريط معدل محدود النمطPalkki minimitasaustyylilläBar minimally justified styled导航栏最小化两端对齐样式Barra con estilo justificado mínimoUitgevulde minimalistische balk','Visar en navigeringsmeny med ett navigeringsfält justerat i minimal stil.Exibe um menu de navegação com uma barra de navegação minimamente justificada estilizada.最小スタイルの等幅形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation justifiée et minimaliste.Megjelenít egy navigációs menüt egy minimálisan sorkizárt stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer minimalistischen justierten Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb una justificació i un estil mínims.يعرض قائمة تنقل بشريط تنقل معدل محدود النمط.Näyttää navigointivalikon minimalistisesti tasatusti tyylitellyllä navigointipalkilla.Displays a navigation menu with a minimally justified styled navigation bar.显示带有最小化两端对齐样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo justificado mínimamente.Geeft een navigatiemenu weer met een uitgevulde minimalistische navigatiebalk.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:51.010000'),(0,40320,20128,20101,20105,NULL,'2023-02-22 17:00:51.070000',20840,0,40318,'1.0','Fält i standardstilBarra estilizada padrão規定スタイルのバーBarre par défautAlapértelmezett stílusú oszlopStandard-LeisteBarra amb estil per defecteشريط افتراضي النمطPalkki oletustyylilläBar default styled导航栏默认样式Barra con estilo predeterminadoStandaardbalk','Visar en navigeringsmeny med ett navigeringsfält med standardstil.Exibe um menu de navegação com uma barra de navegação padrão estilizada.デフォルト形式でナビゲーションメニューを表示します。Affiche un menu de navigation avec une barre de navigation par défaut.Megjelenít egy navigációs menüt egy alapértelmezett stílusú navigációs sávval.Zeigt ein Navigationsmenü mit einer Standard-Navigationsleiste an.Mostra un menú de navegació amb una barra de navegació amb un estil predeterminat.يعرض قائمة تنقل بشريط تنقل بنمط افتراضي.Näyttää navigointivalikon oletustyylisellä navigointipalkilla.Displays a navigation menu with a default styled navigation bar.显示带有默认样式导航栏的导航菜单。Muestra un menú de navegación con una barra de navegación con un estilo predeterminado.Geeft een navigatiemenu weer met een standaard navigatiebalk.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:51.070000'),(0,40323,20128,20101,20105,NULL,'2023-02-22 17:00:51.162000',20840,0,40321,'1.0','Navigering i vanliga makronMacros de navegação comunsナビゲーションの一般的なマクロMacros de navigation ordinairesNavigáció közös makróiNavigation häufige MakrosMacros comunes de navegacióوحدات الماكرو الشائعة للتنقلNavigoinnin yleiset makrotNavigation common macros导航常用宏Macros comunes de navegaciónAlgemene navigatiemacro\'s','Innehåller vanliga makron för navigeringsmenymallar.Contém macros comuns para o modelo do menu de navegação.ナビゲーションメニューテンプレート用のマクロを含みますContient les macros ordinaires pour les modèles de menu de navigation.A navigációs menü sablonok közös makróit tartalmazza.Enthält häufige Makros für Navigationsmenüvorlagen.Conté macros comunes per a les plantilles del menú de navegació.يحتوي على وحدات ماكرو شائعة لقوالب قائمة التنقل.Sisältää yleiset navigointivalikkomallien makrot.Contains common macros for navigation menu templates.包含导航菜单模板的常用宏。Contiene macros comunes para plantillas del menú de navegación.Bevat algemene macro\'s voor navigatiemenusjablonen.','ftl','<#macro buildNavigation\n branchNavItems\n cssClass\n displayDepth\n includeAllChildNavItems\n navItemLevel\n navItems\n>\n <#if navItems?has_content && ((displayDepth == 0) || (navItemLevel <= displayDepth))>\n \n \n',0,20105,NULL,'2023-02-22 17:00:51.162000'),(0,40326,20128,20101,20105,NULL,'2023-02-22 17:00:51.240000',20840,0,40324,'1.0','Nedrullningsbara listor med delningsknapparDividir menus suspensos de botãoスプリットボタンのドロップダウンPartager les boutons du menu déroulantOsztott gomb legördülő elemeiDropdown mit geteilten SchaltflächenDesplegables de botó de divisióتقسيم القوائم المنسدلة للأزرارJakopainikkeen PudotusvalikotSplit Button Dropdowns拆分按钮下拉菜单Desplegables de botón de expansiónRolmenu met uitgesplitste knoppen','Visar en nedrullningsbar navigeringsmeny med rotmenyobjekt som visas som knappar.Exibe um menu de navegação suspenso com itens do menu raiz mostrados como botões.ボタン形式のドロップダウンでナビゲーション メニューを表示します。Affiche un menu de navigation déroulant dont les éléments sont affichés sous la forme de boutons.Megjelenít egy lenyíló navigációs menüt, amelyben a gyökérszintű menüpontok gombokként jelennek meg.Zeigt ein Dropdown-Navigationsmenü mit Root-Menüelementen als Schaltflächen an.Mostra un menú de navegació desplegable els elements de menú arrel que es mostren com a botons.يعرض قائمة تنقل منسدلة تحتوي على عناصر قائمة جذر تظهر كأزرار.Näyttää pudotusnavigointivalikon juurivalikon kohdat esitettynä painikkeina.Displays a dropdown navigation menu with root menu items shown as buttons.显示下拉式导航菜单,其中根菜单项显示为按钮。Muestra un menú de navegación desplegable con elementos de menú raíz que se muestran como botones.Geeft een rolmenu voor navigatie weer met rootmenu-items in de vorm van knoppen.','ftl','<#if !entries?has_content>\n <#if themeDisplay.isSignedIn()>\n
    \n <@liferay.language key=\"there-are-no-menu-items-to-display\" />\n
    \n \n<#else>\n <#assign\n portletDisplay = themeDisplay.getPortletDisplay()\n\n navbarId = \"navbar_\" + portletDisplay.getId()\n />\n\n
    \n \n
    \n\n <@liferay_aui.script use=\"liferay-navigation-interaction\">\n var navigation = A.one(\'#${navbarId}\');\n\n Liferay.Data.NAV_INTERACTION_LIST_SELECTOR = \'.navbar-site\';\n Liferay.Data.NAV_LIST_SELECTOR = \'.navbar-site\';\n\n if (navigation) {\n navigation.plug(Liferay.NavigationInteraction);\n }\n \n',0,20105,NULL,'2023-02-22 17:00:51.240000'),(0,40329,20128,20101,20105,NULL,'2023-02-22 17:00:51.325000',39910,0,40327,'1.0','IkonÍconeアイコンIcôneIkonSymbolIconaأيقونةKuvakeIcon图标IconoPictogram','Visar ikonen på flaggan som är associerad med varje språk.Exibe o ícone do marcador associado com cada idioma.各言語に関連付けられたフラグのアイコンを表示しますAffiche l\'icône de chaque option associé à chaque langue.Megjeleníti az egyes nyelvekhez társított zászlót tartalmazó ikont.Zeigt das Symbol der Flagge für jede Sprache an.Mostra la icona de la bandera associada a cada idioma.يعرض أيقونة العلم المرتبط بكل لغة.Näyttä kuhunkin kieleen liittyvän lippukuvakkeen.Displays the icon of the flag associated with each language.显示与每种语言关联的国旗的图标。Muestra el icono de la bandera asociada con cada idioma.Geeft het pictogram weer van de vlag die bij elke taal hoort.','ftl','<#if entries?has_content>\n <#list entries as entry>\n <#if entry.isSelected()>\n <#assign cssClass = \"current-language\" />\n \n\n <#if !entry.isDisabled()>\n <@liferay_aui[\"icon\"]\n ariaLabel=entry.getLongDisplayName()\n cssClass=cssClass\n image=entry.getW3cLanguageId()?lower_case\n markupView=\"lexicon\"\n message=entry.getLongDisplayName()\n url=entry.getURL()\n />\n \n \n',0,20105,NULL,'2023-02-22 17:00:51.325000'),(0,40332,20128,20101,20105,NULL,'2023-02-22 17:00:51.385000',39910,0,40330,'1.0','IkonmenyMenu de íconesアイコン メニューMenu d\'icônesIkon menüSymbolmenüMenú d\'iconesقائمة أيقوناتKuvakevalikkoIcon Menu图标菜单Menú de iconoPictogrammenu','Visar en ikonmeny med de valda språken.Exibe um menu de ícone com os idiomas selecionados.選択した言語のアイコンメニューを表示します。Affiche un menu d\'icônes avec les langues sélectionnées.Megjelenít egy ikonmenüt a kiválasztott nyelvekkel.Zeigt ein Symbolmenü mit den ausgewählten Sprachen.Mostra una icona de menú amb els idiomes seleccionats.يعرض قائمة الأيقونات باللغات المحددة.Näyttää valittuihin kieliin liittyvän kuvakevalikon.Displays an icon menu with the selected languages.显示带有选定语言的图标菜单。Muestra un menú de icono con los idiomas seleccionados.Geeft een pictogrammenu weer met de geselecteerde talen.','ftl','<#if entries?has_content>\n <#assign normalizedDefaultLanguageId = stringUtil.replace(languageId, \"_\", \"-\") />\n\n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=stringUtil.toLowerCase(normalizedDefaultLanguageId)\n markupView=\"lexicon\"\n showWhenSingleIcon=true\n triggerLabel=normalizedDefaultLanguageId\n triggerType=\"button\"\n >\n <#list entries as entry>\n <#if !entry.isSelected() && !entry.isDisabled()>\n <#assign\n entryLocale = entry.getLocale()\n displayName = stringUtil.toLowerCase(entryLocale.getDisplayLanguage(entryLocale)) + \"-\" + entryLocale.getDisplayCountry(entryLocale)\n normalizedDefaultLanguageId = stringUtil.toLowerCase(stringUtil.replace(entry.getLanguageId(), \"_\", \"-\"))\n />\n\n <#if languageUtil.isBetaLocale(entryLocale)>\n <#assign displayName += \" [beta]\" />\n \n\n <@liferay_ui[\"icon\"]\n icon=normalizedDefaultLanguageId\n iconCssClass=\"inline-item inline-item-before\"\n markupView=\"lexicon\"\n message=displayName\n url=entry.getURL()\n />\n \n \n \n
    \n',0,20105,NULL,'2023-02-22 17:00:51.385000'),(0,40337,20128,20101,20105,NULL,'2023-02-22 17:00:51.478000',39910,0,40334,'1.0','Lång textTexto Longo長いテキストTexte LongHosszú szövegLanger TextText Llargنص طويلPitkä TekstiLong Text长文本Texto largoLange tekst','Visar det fullständiga namnet på varje språk (t.ex. spanska).Exibe o nome completo de cada idioma (por exemplo, Espanhol).各言語 (スペイン語など) を完全な名前で表示しますAffiche le nom complet de chaque langue (e.x. espagnol).Megjeleníti az egyes nyelvek teljes nevét (pl. Spanyol).Zeigt den vollständigen Namen einer jeden Sprache (z. B. Spanisch).Mostra el nom sencer de cada idioma (p. ex. espanyol).يعرض الاسم الكامل لكل لغة (على سبيل المثال، باللغة الإسبانية).Näyttää kunkin kielen koko nimen (esim. espanja).Displays the full name of each language (e.g. Spanish).显示每种语言的全名(例如,Spanish)。Muestra el nombre completo de cada idioma (por ejemplo, español).Geeft de volledige naam weer van elke taal (bijv. Spaans).','ftl','\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-long-text\"\n href=entry.getURL()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n />\n \n \n',0,20105,NULL,'2023-02-22 17:00:51.478000'),(0,40341,20128,20101,20105,NULL,'2023-02-22 17:00:51.532000',39910,0,40339,'1.0','MarkeringsrutaCaixa de seleçãoセレクトボックスSélectionner la caseJelölje beAuswahlkastenSelecciona la casellaتحديد مربعValintalaatikkoSelect Box选择框Cuadro de selecciónSelectievak','Visar en markeringsruta med de valda språken.Exibe uma caixa de seleção com os idiomas selecionados.セレクトボックスで選択された言語を表示します。Affiche une boîte de sélection contenant les langues choisies.Megjelenít egy választómezőt a kiválasztott nyelvekkel.Zeigt einen Auswahlkasten mit den ausgewählten Sprachen an.Mostra una casella amb els idiomes seleccionats.يعرض خانة اختيار باللغات المحددة.Näyttää valittuihin kieliin liittyvän valintalaatikon.Displays a select box with the selected languages.显示带有选定语言的选择框。Muestra una casilla con los idiomas seleccionados.Geeft een selectievak weer met de geselecteerde talen.','ftl','<#if entries?has_content>\n <#assign languageId = localeUtil.toLanguageId(locale) />\n\n \n\n <@liferay_aui[\"form\"]\n action=formAction\n method=\"post\"\n name=\'${namespace + formName}\'\n useNamespace=false\n >\n <@liferay_aui[\"select\"]\n changesContext=true\n id=\'${namespace + formName}\'\n label=\"\"\n name=\'${name}\'\n onChange=\'${namespace + \"changeLanguage();\"}\'\n title=\"language\"\n >\n <#list entries as entry>\n <@liferay_aui[\"option\"]\n cssClass=\"taglib-language-option taglib-language-option-${entry.getW3cLanguageId()}\"\n disabled=entry.isDisabled()\n label=entry.getLongDisplayName()\n lang=entry.getW3cLanguageId()\n localizeLabel=false\n selected=entry.isSelected()\n value=entry.getLanguageId()\n />\n \n \n \n\n <@liferay_aui[\"script\"]>\n function ${namespace}changeLanguage() {\n submitForm(document.${namespace + formName});\n }\n \n',0,20105,NULL,'2023-02-22 17:00:51.532000'),(0,40344,20128,20101,20105,NULL,'2023-02-22 17:00:51.638000',39910,0,40342,'1.0','Kort textTexto curto短いテキストTexte CourtRövid szövegKurztextText curtنص قصيرLyhyt TekstiShort Text短文本Texto cortoKorte tekst','Visar en förkortning av varje språk (t.ex. ES).Exibe uma abreviatura de cada idioma (por exemplo, ES).各言語 (例えば ES) の省略形で表示します。Affiche une abréviation pour chaque langue (par ex. : ES).Megjeleníti az egyes nyelvek rövidítését (pl. ES).Zeigt eine Abkürzung jeder Sprache an (z. B. ES).Mostra una abreviatura de cada idioma (p. ex. ES).يعرض اختصارًا لكل لغة (مثل، ES).Näyttää jokaisen kielen lyhenteen (esim. ES).Displays an abbreviation of each language (e.g. ES).显示每种语言的缩写(例如,ES)。Muestra una abreviatura de cada idioma (por ejemplo, ES).Geeft een afkorting weer van elke taal (bijv. ES).','ftl','\n\n<#if entries?has_content>\n <#list entries as entry>\n <#if !entry.isDisabled()>\n <@liferay_aui[\"a\"]\n cssClass=\"language-entry-short-text\"\n href=entry.getURL()\n label=entry.getShortDisplayName()\n lang=entry.getW3cLanguageId()\n />\n \n \n',0,20105,NULL,'2023-02-22 17:00:51.638000'),(0,40348,20128,20101,20105,NULL,'2023-02-22 17:00:51.773000',39911,0,40346,'1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','ftl','<#assign count = 0 />\n\n<#if entries?has_content>\n
    \n <#assign\n orderPrice = commerceCartContentMiniDisplayContext.getCommerceOrderPrice()\n\n subTotal = orderPrice.getSubtotal()\n />\n\n
    \n Total: ${subTotal.format(themeDisplay.getLocale())}\n
    \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentMiniDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n />\n\n <#if commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentMiniDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n
    \n
    \n \n
    \n\n
    \n \n ${name}\n \n\n
    \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n
    \n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 2>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n
    \n',0,20105,NULL,'2023-02-22 17:00:51.773000'),(0,40352,20128,20101,20105,NULL,'2023-02-22 17:00:51.846000',39912,0,40350,'1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','ftl','
    \n \n <#if entries?has_content>\n \n \n \n \n \n \n \n\n <#list entries as curCommerceOrderItem>\n <#assign\n cpDefinition = curCommerceOrderItem.getCPDefinition()\n\n image = \'\'\n\n productURL = commerceCartContentDisplayContext.getCPDefinitionURL(cpDefinition.getCPDefinitionId(), themeDisplay)\n\n name = cpDefinition.getName(themeDisplay.getLanguageId())\n\n deleteURL = commerceCartContentDisplayContext.getDeleteURL(curCommerceOrderItem)\n />\n\n <#if commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)??>\n <#assign\n image = commerceCartContentDisplayContext.getCommerceOrderItemThumbnailSrc(curCommerceOrderItem)\n />\n \n\n \n \n \n \n \n \n \n \n \n
    ${languageUtil.get(request, \"product\")}${languageUtil.get(request, \"description\")}${languageUtil.get(request, \"price\")}${languageUtil.get(request, \"quantity\")}
    \n <#if image?has_content>\n \n \n \n \n ${name}\n \n \n <@liferay_commerce[\"price\"]\n CPDefinitionId=cpDefinition.getCPDefinitionId()\n CPInstanceId=curCommerceOrderItem.getCPInstanceId()\n showDiscount=false\n />\n ${curCommerceOrderItem.getQuantity()}\n \n ${languageUtil.get(request, \"delete\")}\n \n
    \n
    ',0,20105,NULL,'2023-02-22 17:00:51.846000'),(0,40356,20128,20101,20105,NULL,'2023-02-22 17:00:51.902000',39913,0,40354,'1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','ftl','<#if commerceCartContentTotalDisplayContext.getCommerceOrderPrice()??>\n <#assign\n commerceOrderPrice = commerceCartContentTotalDisplayContext.getCommerceOrderPrice()\n\n commerceOrderTotal = commerceOrderPrice.getTotal()\n />\n\n

    \n <@liferay_ui[\"message\"] key=\"total\" /> ${commerceOrderTotal.format(locale)}\n

    \n',0,20105,NULL,'2023-02-22 17:00:51.902000'),(0,40360,20128,20101,20105,NULL,'2023-02-22 17:00:51.987000',20013,0,40358,'1.0','Layout med flera kolumnerLayout em Múltiplas Colunas複数カラムレイアウトMise en page multi-colonneTöbb oszlopos elrendezésMulti-Spalten-LayoutPlana multi-columnaتخطيط أعمدة متعددةUsean sarakkeen asetteluMulti Column Layout多列布局Diseño con varias columnasLay-out met meerdere kolommen','Visar en kolumn för varje ordlista. Varje kolumn inkluderar namnet på en ordlista med ordlistans toppnivåkategorier listade under.Exibe uma coluna para cada vocabulário. Cada coluna inclui o nome do vocabulário com as categorias de nível mais alto listadas abaixo dele.各ボキャブラリ用に列を表示する。各列は以下にリストになっている、最上位に設定されている用語名を含んでいますAffiche une colonne pour chaque vocabulaire. Chaque colonne inclut le nom d\'un vocabulaire avec les catégories du niveau racine listées en dessous.Megjelenít egy oszlopot minden szótár számára. Minden oszlop tartalmazza a szótár nevét, alatta a szótár felső szintű kategóriáival.Stellt eine Spalte für jedes Vokabular dar. Jede Spalte enthält den Namen eines Vokabulars mit der obersten Kategorienebene darunter.Visualitza una columna per a cada vocabulari. Cada columna inclou el nom del vocabulari amb la categoria de nivell més alta a sota.يعرض عمودًا لكل مفرد. يتضمن كل عمود اسم المفرد مع فئات المستوى الأعلى للمفردات المدرجة تحتها.Näyttää sarakkeen jokaiselle sanastolle. Jokainen sarake sisältää sanaston nimen, missä sanaston ylätason luokitukset on listattu.Displays a column for each vocabulary. Each column includes the name of a vocabulary with the vocabulary\'s top level categories listed underneath.显示一列中的每个词汇,每列包括顶级类别之下的词汇名字。Despliega una columna para cada vocabulario. Cada columna incluye el nombre de un vocabulario con las categorías de mayor nivel del vocabulario listadas debajo.Toon een kolom voor ieder woordenboek. Iedere kolom bevat de naam van een woordenboek met de hoofd categorieën eronder.','ftl','<#if entries?has_content>\n <@liferay_aui.row>\n <#list entries as entry>\n <@liferay_aui.col width=25>\n
    \n

    \n ${entry.getUnambiguousTitle(entries, themeDisplay.getSiteGroupId(), themeDisplay.getLocale())}\n

    \n
    \n\n <#assign categories = entry.getCategories() />\n\n <@displayCategories categories=categories />\n \n \n \n\n\n<#macro displayCategories\n categories\n>\n <#if categories?has_content>\n \n \n',0,20105,NULL,'2023-02-22 17:00:51.987000'),(0,40364,20128,20101,20105,NULL,'2023-02-22 17:00:52.085000',40002,0,40362,'1.0','CarouselCarrosselカルーセルCarrouselKörhintaKarusselCarrusselمكتبةKaruselliCarouselCarouselCarruselCarrousel','Visar bilder i carousel-format.Exibe imagens num carrossel.カルーセル内に画像を表示Affiche les images dans un carrousel.Megjeleníti a képeket körhintaszerűen.Darstellung von Bildern in einem Karussell.Mostra imatges en format carrusel.يعرض الصور في مكتبة.Näyttää kuvat karusellissa.Displays images in a carousel.把图片显示在转盘中。Muestra imágenes en un carrusel.Geeft afbeeldingen weer in een carrousel.','ftl','<#if entries?has_content>\n \n\n
    carousel\">\n <#assign imageMimeTypes = propsUtil.getArray(\"dl.file.entry.preview.image.mime.types\") />\n\n <#list entries as entry>\n <#if imageMimeTypes?seq_contains(entry.getMimeType())>\n
    \n \n
    \n \n \n
    \n\n <@liferay_aui.script use=\"aui-carousel\">\n var carousel = new A.Carousel(\n {\n after: {\n responsive: function(event) {\n event.stopImmediatePropagation();\n\n var boundingBox = event.currentTarget.get(\'boundingBox\');\n\n boundingBox.all(\'.image-viewer-base-image-list, .image-viewer-base-image\').setStyles(\n {\n height: \'auto\',\n maxHeight: event.height,\n maxWidth: event.width,\n width: \'auto\'\n }\n );\n }\n },\n\n contentBox: \'#<@portlet.namespace />carousel\',\n height: 250,\n intervalTime: 2,\n width: 700\n }\n ).render();\n \n',0,20105,NULL,'2023-02-22 17:00:52.085000'),(0,40369,20128,20101,20105,NULL,'2023-02-22 17:00:52.151000',40003,0,40367,'1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','ftl','<#assign count = 0\n/>\n\n<#if entries?has_content>\n
    \n <#list entries as curCPCatalogEntry>\n <#assign\n image = curCPCatalogEntry.getDefaultImageFileUrl()\n\n friendlyURL = cpContentHelper.getFriendlyURL(curCPCatalogEntry, themeDisplay)\n\n name = curCPCatalogEntry.getName()\n />\n\n
    \n
    \n \n
    \n\n
    \n \n ${name}\n \n
    \n
    \n\n <#assign count = count + 1 />\n\n <#if count gte 3>\n
    \n\n
    \n\n <#assign count = 0 />\n \n \n
    \n<#else>\n
    \n <@liferay_ui[\"message\"] key=\"no-products-were-found\" />\n
    \n',0,20105,NULL,'2023-02-22 17:00:52.151000'),(0,40373,20128,20101,20105,NULL,'2023-02-22 17:00:52.217000',32602,0,40371,'1.0','Sociala nätverkSocialソーシャルSocialKözösségiSocialSocialاجتماعيSosiaalinenSocial社交SocialSociaal','Visar sociala bokmärken och omdömen för wiki-sidor och deras underordnade sidor.Exibe marcadores sociais e avaliações para páginas da wiki e suas páginas filhas.Wikiページとそのサブページ用のソーシャルブックマークと評価を表示するAffiche les signets sociaux and les notations pour page wiki et leur pages enfants.Megjeleníti a közösségi könyvjelzőket és értékeléseket a wiki oldalak és gyermek oldalaik részére.Darstellung für Social Bookmarks und Bewertungen von Wikiseiten und deren Unterseiten.Mostra adreces d\'interès socials i classificacions per a planes del wiki.يعرض إشارات مرجعية اجتماعية وتقييمات لصفحات ويكي وصفحاتها الفرعية.Näyttää sosiaaliset kirjanmerkit ja arvostelut wikisivuilla ja niiden alisivuilla.Displays social bookmarks and ratings for wiki pages and their child pages.显示社交书签和维基页的评分和它们的子页。Muestra los marcadores sociales y las clasificaciones para páginas wiki y sus páginas secundarias.Geeft sociale favorieten en waarderingen van wikipagina\'s en onderliggende wikipagina\'s weer.','ftl','<#assign\n wikiPageClassName = \"com.liferay.wiki.model.WikiPage\"\n\n assetRenderer = assetEntry.getAssetRenderer()\n/>\n\n
    \n

    ${entry.getTitle()}

    \n
    \n\n
    \n <@getEditIcon />\n\n <@getPageDetailsIcon />\n\n <@getPrintIcon />\n
    \n\n
    \n
    \n ${assetEntry.getViewCount()} <@liferay.language key=\"views\" /> |\n\n <@liferay.language key=\"last-modified\" /> ${dateUtil.getDate(entry.getModifiedDate(), \"dd MMM yyyy - HH:mm:ss\", locale)}\n\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(entry.getUserId(), entry.getUserName()))}\n
    \n\n
    \n <@liferay_social_bookmarks[\"bookmarks\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n displayStyle=\"normal\"\n target=\"_blank\"\n title=entry.getTitle()\n url=viewURL\n />\n\n ${formattedContent}\n
    \n\n
    \n
    \n <@getAddChildPageIcon />\n\n <@getAttatchmentsIcon />\n
    \n
    \n\n
    \n\n <@getRatings\n cssClass=\"page-ratings\"\n entry=entry\n />\n\n <@getRelatedAssets />\n
    \n\n
    \n
    \n <#assign viewCategorizedPagesURL = renderResponse.createRenderURL() />\n\n ${viewCategorizedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_categorized_pages\")}\n ${viewCategorizedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-categories-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewCategorizedPagesURL\n />\n
    \n\n
    \n <#assign viewTaggedPagesURL = renderResponse.createRenderURL() />\n\n ${viewTaggedPagesURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_tagged_pages\")}\n ${viewTaggedPagesURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n\n <@liferay_ui[\"asset-tags-summary\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n portletURL=viewTaggedPagesURL\n />\n
    \n
    \n\n<#assign childPages = entry.getChildPages() />\n\n<#if (childPages?has_content)>\n
    \n

    <@liferay.language key=\"children-pages\" />

    \n\n \n \n \n \n \n \n\n <#list childPages as childPage>\n \n <#assign viewPageURL = renderResponse.createRenderURL() />\n\n ${viewPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view\")}\n\n <#assign childNode = childPage.getNode() />\n\n ${viewPageURL.setParameter(\"nodeName\", childNode.getName())}\n ${viewPageURL.setParameter(\"title\", childPage.getTitle())}\n\n \n \n \n \n \n
    \n <@liferay.language key=\"page\" />\n \n <@liferay.language key=\"last-modified\" />\n \n <@liferay.language key=\"ratings\" />\n
    \n ${childPage.getTitle()}\n \n ${dateUtil.getDate(childPage.getModifiedDate(),\"dd MMM yyyy - HH:mm:ss\", locale)} <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(childPage.getUserId(), childPage.getUserName()))}\n \n <@getRatings\n cssClass=\"child-ratings\"\n entry=childPage\n />\n
    \n
    \n\n\n<@getDiscussion />\n\n<#macro getAddChildPageIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign addPageURL = renderResponse.createRenderURL() />\n\n ${addPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${addPageURL.setParameter(\"redirect\", currentURL)}\n ${addPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${addPageURL.setParameter(\"title\", \"\")}\n ${addPageURL.setParameter(\"editTitle\", \"1\")}\n ${addPageURL.setParameter(\"parentTitle\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"plus\"\n label=true\n markupView=\"lexicon\"\n message=\"add-child-page\"\n url=addPageURL?string\n />\n \n\n\n<#macro getAttatchmentsIcon>\n <#assign viewPageAttachmentsURL = renderResponse.createRenderURL() />\n\n ${viewPageAttachmentsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_attachments\") }\n\n <@liferay_ui[\"icon\"]\n icon=\"paperclip\"\n label=true\n markupView=\"lexicon\"\n message=\'${entry.getAttachmentsFileEntriesCount() + languageUtil.get(locale, \"attachments\")}\'\n url=viewPageAttachmentsURL?string\n />\n\n\n<#macro getDiscussion>\n <#if validator.isNotNull(assetRenderer.getDiscussionPath()) && wikiPortletInstanceConfiguration.enableComments()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n ratingsEnabled=wikiPortletInstanceConfiguration.enableCommentRatings()\n redirect=currentURL\n subject=assetRenderer.getTitle(locale)\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPageURL = renderResponse.createRenderURL() />\n\n ${editPageURL.setParameter(\"mvcRenderCommandName\", \"/wiki/edit_page\")}\n ${editPageURL.setParameter(\"redirect\", currentURL)}\n ${editPageURL.setParameter(\"nodeId\", entry.getNodeId()?string)}\n ${editPageURL.setParameter(\"title\", entry.getTitle())}\n\n <@liferay_ui[\"icon\"]\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=entry.getTitle()\n url=editPageURL?string\n />\n \n\n\n<#macro getPageDetailsIcon>\n <#assign viewPageDetailsURL = renderResponse.createRenderURL() />\n\n ${viewPageDetailsURL.setParameter(\"mvcRenderCommandName\", \"/wiki/view_page_details\")}\n ${viewPageDetailsURL.setParameter(\"redirect\", currentURL)}\n\n <@liferay_ui[\"icon\"]\n icon=\"document\"\n markupView=\"lexicon\"\n message=\"details\"\n url=viewPageDetailsURL?string\n />\n\n\n<#macro getPrintIcon>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setWindowState(\"pop_up\")}\n\n <#assign\n title = languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", htmlUtil.escape(assetRenderer.getTitle(locale))], false)\n taglibPrintURL = \"javascript:Liferay.Util.openWindow({dialog: {width: 960}, id:\'\" + renderResponse.getNamespace() + \"printAsset\', title: \'\" + title + \"\', uri: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=taglibPrintURL\n />\n\n\n<#macro getRatings\n cssClass\n entry\n>\n <#if wikiPortletInstanceConfiguration.enablePageRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if assetEntry?? && wikiPortletInstanceConfiguration.enableRelatedAssets()>\n <@liferay_asset[\"asset-links\"] assetEntryId=assetEntry.getEntryId() />\n \n',0,20105,NULL,'2023-02-22 17:00:52.217000'),(0,40377,20128,20101,20105,NULL,'2023-02-22 17:00:52.291000',35001,0,40375,'1.0','StandardBásico通常の検索に戻るBasiqueEgyszerűEinfachBàsicأساسيPerusBasic基本的BásicoBasis','Visa rubriker, författare och sammanfattningar kompakt för blogginlägg.Exibe títulos, autores e resumos compactamente para posts de blog.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.Mostra els titles, autors i resums de forma compacta per les entrades del blog.يعرض العناوين والمؤلفين والملخصات لإدخالات المدونات بشكل مضغوط.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiDisplays titles, authors, and abstracts compactly for blog entries.简介显示博客的名字,作者和摘要。Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.Geeft titels, auteurs en samenvatting compact weer voor blogs.','ftl','
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewEntryPortletURL.setParameter(\"redirect\", currentURL)}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n
    \n

    ${stringUtil.shorten(htmlUtil.stripHtml(curBlogEntry.getContent()), 400)}

    \n\n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n displayStyle=\"inline\"\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n \n \n
    ',0,20105,NULL,'2023-02-22 17:00:52.291000'),(0,40381,20128,20101,20105,NULL,'2023-02-22 17:00:52.362000',35001,0,40379,'1.0','KortCartãoカードCarteKártyaKarteTargetaالبطاقةKorttiCard卡片TarjetaKaart','Visa omslagsbilder, rubriker, författare och sammanfattningar genom att använda kort för blogginlägg.Exibir imagens da cobertura, títulos, autores e resumos usando cartões para entradas do blog.ブログ エントリを表紙の画像、タイトル、著者と要約をカード形式で表示しますAfficher dans les entrées de blog les images de couvertures, les titres, les auteurs et les résumés en utilisant des cartes.Borítóképek, címek, szerzők és absztraktok megjelenítése blogbejegyzések kártyái segítségével.Zeigen Sie Coverbilder, Titel, Autoren und Kurzfassungen mit Karten für Blog-Einträge an.Mostra imatges de portada, títols, autors i resums amb targetes per a les entrades del blog.اعرض صور الأغلفة والعناوين والمؤلفين والملخصات باستخدام البطاقات الخاصة بإدخالات المدونات.Näyttö kattaa kuvat, otsikot, tekijät ja abstraktit käyttäen kortteja blogientryille.Display cover images, titles, authors and abstracts using cards for blog entries.使用卡片为博客条目显示封面、标题、作者和摘要。Muestra imágenes de portada, títulos, autores y abstractos con tarjetas de entradas de blog.Toon cover-afbeeldingen, titels, auteurs en samenvattingen m. b. v. kaarten voor blogberichten.','ftl','
    \n <#if entries?has_content>\n <#list entries as curBlogEntry>\n <#if curBlogEntry.getCoverImageURL(themeDisplay)??>\n <#assign cardImage = true />\n <#else>\n <#assign cardImage = false />\n \n\n
    \n
    \n <#if cardImage>\n
    \n
    \n \"thumbnail\"\n
    \n
    \n \n\n
    \n
    \n
    \n <#assign viewEntryPortletURL = renderResponse.createRenderURL() />\n\n ${viewEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewEntryPortletURL.setParameter(\"redirect\", currentURL)}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewEntryPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n

    \n \n ${htmlUtil.escape(blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry))}\n

    \n
    \n\n
    \n
    \n <@liferay_ui[\"icon-menu\"]\n direction=\"left-side\"\n icon=\"\"\n markupView=\"lexicon\"\n message=\"actions\"\n showWhenSingleIcon=true\n >\n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"UPDATE\")>\n <#assign editEntryPortletURL = renderResponse.createRenderURL() />\n\n ${editEntryPortletURL.setWindowState(windowStateFactory.getWindowState(\"MAXIMIZED\"))}\n ${editEntryPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/edit_entry\")}\n ${editEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${editEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"edit\"\n url=editEntryPortletURL.toString()\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"PERMISSIONS\")>\n <#assign permissionsEntryURL = permissionsURLTag.doTag(null, \"com.liferay.blogs.model.BlogsEntry\", blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry), curBlogEntry.getGroupId()?string, curBlogEntry.getEntryId()?string, windowStateFactory.getWindowState(\"POP_UP\").toString(), null, request) />\n\n <@liferay_ui[\"icon\"]\n label=true\n message=\"permissions\"\n method=\"get\"\n url=permissionsEntryURL\n useDialog=true\n />\n \n <#if blogsEntryPermission.contains(permissionChecker, curBlogEntry, \"DELETE\")>\n <#assign deleteEntryPortletURL = renderResponse.createActionURL() />\n\n ${deleteEntryPortletURL.setParameter(\"javax.portlet.action\", \"/blogs/edit_entry\")}\n ${deleteEntryPortletURL.setParameter(\"cmd\", trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())?then(\"move_to_trash\", \"delete\"))}\n ${deleteEntryPortletURL.setParameter(\"redirect\", currentURL)}\n ${deleteEntryPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n\n <@liferay_ui[\"icon-delete\"]\n label=true\n trash=trashHelper.isTrashEnabled(themeDisplay.getScopeGroupId())\n url=deleteEntryPortletURL.toString()\n />\n \n \n
    \n
    \n
    \n\n
    \n
    \n <@liferay_ui[\"user-portrait\"]\n size=\"lg\"\n userId=curBlogEntry.userId\n userName=curBlogEntry.userName\n />\n
    \n\n
    \n
    \n
    \n <#if serviceLocator??>\n <#assign\n userLocalService = serviceLocator.findService(\"com.liferay.portal.kernel.service.UserLocalService\")\n\n entryUser = userLocalService.fetchUser(curBlogEntry.getUserId())\n />\n\n <#if entryUser?? && !entryUser.isDefaultUser()>\n <#assign entryUserURL = entryUser.getDisplayURL(themeDisplay) />\n \n \n\n \n\n
    \n ${dateUtil.getDate(curBlogEntry.getStatusDate(), \"dd MMM\", locale)}\n\n <#if blogsPortletInstanceConfiguration.enableReadingTime()>\n - <@liferay_reading_time[\"reading-time\"] displayStyle=\"simple\" model=curBlogEntry />\n \n\n <#if serviceLocator??>\n <#assign\n assetEntryLocalService = serviceLocator.findService(\"com.liferay.asset.kernel.service.AssetEntryLocalService\")\n\n assetEntry = assetEntryLocalService.getEntry(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())\n />\n\n <#if blogsPortletInstanceConfiguration.enableViewCount()>\n - <@liferay_ui[\"message\"] arguments=assetEntry.getViewCount() key=(assetEntry.getViewCount()==0)?then(\"x-view\", \"x-views\") />\n \n \n
    \n
    \n
    \n
    \n
    \n\n <#if validator.isNotNull(curBlogEntry.getDescription())>\n <#assign content = curBlogEntry.getDescription() />\n <#else>\n <#assign content = curBlogEntry.getContent() />\n \n\n <#if cardImage>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 150)}

    \n <#else>\n

    ${stringUtil.shorten(htmlUtil.stripHtml(content), 400)}

    \n \n
    \n\n
    \n
    \n
    \n <#if blogsPortletInstanceConfiguration.enableComments()>\n
    \n <#assign viewCommentsPortletURL = renderResponse.createRenderURL() />\n\n ${viewCommentsPortletURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewCommentsPortletURL.setParameter(\"scroll\", renderResponse.getNamespace() + \"discussionContainer\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${viewCommentsPortletURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${viewCommentsPortletURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n \n \n <@clay[\"icon\"] symbol=\"comments\" />\n ${commentManager.getCommentsCount(\"com.liferay.blogs.model.BlogsEntry\", curBlogEntry.getEntryId())}\n \n
    \n \n\n <#if blogsPortletInstanceConfiguration.enableRatings()>\n
    \n <@liferay_ui[\"ratings\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n />\n
    \n \n\n
    \n <#assign bookmarkURL = renderResponse.createRenderURL() />\n\n ${bookmarkURL.setWindowState(windowStateFactory.getWindowState(\"NORMAL\"))}\n ${bookmarkURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n\n <#if validator.isNotNull(curBlogEntry.getUrlTitle())>\n ${bookmarkURL.setParameter(\"urlTitle\", curBlogEntry.getUrlTitle())}\n <#else>\n ${bookmarkURL.setParameter(\"entryId\", curBlogEntry.getEntryId()?string)}\n \n\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=\"com.liferay.blogs.model.BlogsEntry\"\n classPK=curBlogEntry.getEntryId()\n maxInlineItems=0\n target=\"_blank\"\n title=blogsEntryUtil.getDisplayTitle(resourceBundle, curBlogEntry)\n types=blogsPortletInstanceConfiguration.socialBookmarksTypes()\n url=portalUtil.getCanonicalURL(bookmarkURL.toString(), themeDisplay, themeDisplay.getLayout())\n />\n
    \n
    \n
    \n
    \n
    \n
    \n \n \n
    ',0,20105,NULL,'2023-02-22 17:00:52.362000'),(0,40639,20128,20101,20105,NULL,'2023-02-22 17:00:55.402000',20015,0,40637,'1.0','KartorMapaマッピングCarteTérképLandkarteMapaالخريطهKarttaMap映射MapaKaart','Visar geolokaliserade tillgångar på en karta.Exibe os conteúdos geolocalizados em um mapa.地図内にジオローカライズされたアセットを表示するAffiche les assets géolocalisés dans un planMegjeleníti a földrajzi tartalmakat egy térképen.Stellt Assets mit geografischen Informationen in einer Karte dar.Mostra contingut geolocalitzat en un mapa.يعرض الأصول الجيوجغرافية في خريطة.Näyttää maantieteelliset sisällöt kartalla.Displays geolocalized assets in a map.显示在地图上定位的资源Muestra activos geolocalizados en un mapa.Toon geolocale content op een kaart.','ftl','<#assign\n defaultLatitude = -3.6833\n defaultLongitude = 40.40\n\n group = themeDisplay.getScopeGroup()\n\n mapsAPIProvider = group.getLiveParentTypeSettingsProperty(\"mapsAPIProvider\")!\"\"\n\n companyPortletPreferences = prefsPropsUtil.getPreferences(companyId)\n/>\n\n<#if validator.isNull(mapsAPIProvider)>\n <#assign mapsAPIProvider = companyPortletPreferences.getValue(\"mapsAPIProvider\", \"Google\") />\n\n\n<#assign featureCollectionJSONObject = jsonFactoryUtil.createJSONObject() />\n\n<@liferay.silently featureCollectionJSONObject.put(\"type\", \"FeatureCollection\") />\n\n<#assign featureJSONArray = jsonFactoryUtil.createJSONArray() />\n\n<#list entries as entry>\n <#assign\n assetRenderer = entry.getAssetRenderer()\n\n ddmFormValuesReader = assetRenderer.getDDMFormValuesReader()\n\n ddmFormFieldValues = ddmFormValuesReader.getDDMFormFieldValues(\"ddm-geolocation\")\n\n coordinatesJSONObjects = []\n />\n\n <#list ddmFormFieldValues as ddmFormFieldValue>\n <#assign\n value = ddmFormFieldValue.getValue()\n\n coordinatesJSONObject = jsonFactoryUtil.createJSONObject(value.getString(locale))\n\n coordinatesJSONObjects = coordinatesJSONObjects + [coordinatesJSONObject]\n />\n \n\n <#list coordinatesJSONObjects as coordinatesJSONObject>\n <#assign featureJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently featureJSONObject.put(\"type\", \"Feature\") />\n\n <#assign geometryJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently geometryJSONObject.put(\"type\", \"Point\") />\n\n <#assign coordinatesJSONArray = [coordinatesJSONObject.getDouble(\"longitude\"), coordinatesJSONObject.getDouble(\"latitude\")] />\n\n <@liferay.silently geometryJSONObject.put(\"coordinates\", coordinatesJSONArray) />\n\n <@liferay.silently featureJSONObject.put(\"geometry\", geometryJSONObject) />\n\n <#assign propertiesJSONObject = jsonFactoryUtil.createJSONObject() />\n\n <@liferay.silently propertiesJSONObject.put(\"title\", assetRenderer.getTitle(locale)) />\n\n <#assign entryAbstract>\n <@getAbstract asset=entry />\n \n\n <@liferay.silently propertiesJSONObject.put(\"abstract\", entryAbstract) />\n\n <#if stringUtil.equals(mapsAPIProvider, \"Google\")>\n <#assign\n images = {\n \"com.liferay.document.library.kernel.model.DLFileEntry\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/green-dot.png\",\n \"com.liferay.portlet.dynamicdatalists.model.DDLRecord\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/red-dot.png\",\n \"com.liferay.journal.model.JournalArticle\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/blue-dot.png\",\n \"default\": \"${themeDisplay.getProtocol()}://maps.google.com/mapfiles/ms/icons/yellow-dot.png\"\n }\n />\n\n <#if images?keys?seq_contains(entry.getClassName())>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[entry.getClassName()]) />\n <#else>\n <@liferay.silently propertiesJSONObject.put(\"icon\", images[\"default\"]) />\n \n \n\n <@liferay.silently featureJSONObject.put(\"properties\", propertiesJSONObject) />\n\n <@liferay.silently featureJSONArray.put(featureJSONObject) />\n \n\n\n<@liferay.silently featureCollectionJSONObject.put(\"features\", featureJSONArray) />\n\n\n\n<@liferay_map[\"map-display\"]\n name=\'Map\'\n points=\"${featureCollectionJSONObject}\"\n/>\n\n<@liferay_aui.script use=\"liferay-map-base\">\n Liferay.componentReady(\'<@portlet.namespace />Map\').then(\n function(map) {\n map.on(\n \'featureClick\',\n function(event) {\n var feature = event.feature;\n\n map.openDialog(\n {\n content: feature.getProperty(\'abstract\'),\n marker: feature.getMarker(),\n position: feature.getGeometry().get(\'location\')\n }\n );\n }\n );\n }\n );\n\n\n<#macro getAbstract\n asset\n>\n
    assetEntryAbstract\">\n <#assign\n showEditURL = paramUtil.getBoolean(renderRequest, \"showEditURL\", true)\n\n assetRenderer = asset.getAssetRenderer()\n />\n\n <#if showEditURL && assetRenderer.hasEditPermission(permissionChecker)>\n <#assign\n editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())\n />\n\n <@liferay_ui.icon\n image=\"edit\"\n label=true\n message=\"edit\"\n url=editPortletURL.toString()\n />\n \n\n <#if assetRenderer.getThumbnailPath(renderRequest)??>\n
    \n \n
    \n \n\n <#assign assetURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, asset, !stringUtil.equals(assetLinkBehavior, \"showFullContent\")) />\n\n
    \n

    ${assetRenderer.getTitle(locale)}

    \n\n
    \n ${assetRenderer.getSummary(renderRequest, renderResponse)}\n
    \n
    \n\n
    \n ${languageUtil.get(locale, \"read-more\")} »\n
    \n
    \n',0,20105,NULL,'2023-02-22 17:00:55.402000'),(0,40642,20128,20101,20105,NULL,'2023-02-22 17:00:55.430000',20015,0,40640,'1.0','Utförlig sammanfattningResumo rico要約(文字数多め)Sommaire enrichiBő összesítőRich-Text-ZusammenfassungResum enriquitملخص غنيMuotoiltu yhteenvetoRich Summary丰富总结Resumen completoRijke samenvatting','Visar sammanfattningar, ikoner, liknande tillgångar samt utskrifts- och redigeringsåtgärder för tillgångar. Valfritt inkluderar bokmärken och omdömen för tillgångar.Exibe abstracts, ícones, conteúdos relacionados e ações de imprimir/editar para os conteúdos. Opcionalmente, inclui marcadores e classificações de conteúdos.概要、アイコン、関連するアセット、アセットの印刷/編集を表示する。アセットのブックマークと評価も設定できますAffiche les résumés, icons, les assets relatifs, et les actions imprimer/éditer pour les assets. Facultativement inclut les signets et les notations d\'assets.Megjeleníti a kivonatokat, ikonokat, a kapcsolódó tartalmakat, és a nyomtatási/szerkesztési műveleteket a tarlamakhoz. Opcionálisan tartalmazza a tartalom könyvjelzőket és értékeléseket.Stellt Kurzfassungen, Icons, verwandte Assets sowie Druck- und Bearbeitungsoptionen für Assets dar. Kann auch Bookmarks und Bewertungen enthalten.Mostra resums, icones, continguts relacionats i accions d\'impressió o edició per continguts. Opcionalment, inclou enllaços i valoracions.يعرض الملخصات والأيقونات والأصول ذات الصلة وإجراءات الطباعة/التحرير للأصول. ويمكنك بشكل اختياري تضمين الإشارات المرجعية وتقييمات الأصول.Näyttää lyhenteet, kuvakkeet, liittyvät sisällöt ja sisältöjen tulosta/muokkaa toiminnot. Voit ottaa mukaan myös sisältöjen kirjanmerkit ja arvostelut.Displays abstracts, icons, related assets, and print/edit actions for assets. Optionally include asset bookmarks and ratings.显示摘要、图标、相关资产以及资产的打印和编辑操作。可选择性包含资产书签和评分。Muestra abstractos, iconos, activos relacionados e imprime/edita acciones para activos. Opcionalmente incluye marcadores de activos y calificaciones.Toon samenvattingen, pictogrammen, gerelateerde content en afdruk en bewerk acties voor content. Voeg optioneel bladwijzers en beoordelingen toe.','ftl','<#if !entries?has_content>\n <#if !themeDisplay.isSignedIn()>\n ${renderRequest.setAttribute(\"PORTLET_CONFIGURATOR_VISIBILITY\", true)}\n \n\n
    \n <@liferay_ui[\"message\"] key=\"there-are-no-results\" />\n
    \n\n\n<#list entries as entry>\n <#assign\n entry = entry\n\n assetRenderer = entry.getAssetRenderer()\n\n entryTitle = htmlUtil.escape(assetRenderer.getTitle(locale))\n\n viewURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, entry, !stringUtil.equals(assetLinkBehavior, \"showFullContent\"))\n />\n\n
    \n
    \n <@getPrintIcon />\n\n <@getFlagsIcon />\n\n <@getEditIcon />\n
    \n\n

    \n \n ${entryTitle}\n \n

    \n\n <@getMetadataField fieldName=\"tags\" />\n\n <@getMetadataField fieldName=\"create-date\" />\n\n <@getMetadataField fieldName=\"view-count\" />\n\n
    \n <@getSocialBookmarks />\n\n
    \n <@getMetadataField fieldName=\"author\" />\n\n ${htmlUtil.escape(assetRenderer.getSummary(renderRequest, renderResponse))}\n\n <@liferay.language key=\"read-more\" /><@liferay.language key=\"about\" />${entryTitle} »\n
    \n\n <@getRatings />\n\n <@getRelatedAssets />\n\n <@getDiscussion />\n
    \n
    \n\n\n<#macro getDiscussion>\n <#if getterUtil.getBoolean(enableComments) && assetRenderer.isCommentable()>\n
    \n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formName=\"fm\" + entry.getClassPK()\n ratingsEnabled=getterUtil.getBoolean(enableCommentRatings)\n redirect=currentURL\n userId=assetRenderer.getUserId()\n />\n \n\n\n<#macro getEditIcon>\n <#if assetRenderer.hasEditPermission(themeDisplay.getPermissionChecker())>\n <#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"NORMAL\"), themeDisplay.getURLCurrent())!\"\" />\n\n <#if validator.isNotNull(editPortletURL)>\n <#assign title = languageUtil.format(locale, \"edit-x\", entryTitle, false) />\n\n <@liferay_ui[\"icon\"]\n cssClass=\"icon-monospaced visible-interaction\"\n icon=\"pencil\"\n markupView=\"lexicon\"\n message=title\n url=editPortletURL.toString()\n />\n \n \n\n\n<#macro getFlagsIcon>\n <#if getterUtil.getBoolean(enableFlags)>\n <@liferay_flags[\"flags\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n contentTitle=entry.getTitle(locale)\n label=false\n reportedUserId=entry.getUserId()\n />\n \n\n\n<#macro getMetadataField\n fieldName\n>\n <#if stringUtil.split(metadataFields)?seq_contains(fieldName)>\n \n <#assign dateFormat = \"dd MMM yyyy - HH:mm:ss\" />\n\n <#if stringUtil.equals(fieldName, \"author\")>\n <@liferay.language key=\"by\" /> ${htmlUtil.escape(portalUtil.getUserName(assetRenderer.getUserId(), assetRenderer.getUserName()))}\n <#elseif stringUtil.equals(fieldName, \"categories\")>\n <@liferay_asset[\"asset-categories-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"create-date\")>\n ${dateUtil.getDate(entry.getCreateDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"expiration-date\")>\n ${dateUtil.getDate(entry.getExpirationDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"modified-date\")>\n ${dateUtil.getDate(entry.getModifiedDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"priority\")>\n ${entry.getPriority()}\n <#elseif stringUtil.equals(fieldName, \"publish-date\")>\n ${dateUtil.getDate(entry.getPublishDate(), dateFormat, locale)}\n <#elseif stringUtil.equals(fieldName, \"tags\")>\n <@liferay_asset[\"asset-tags-summary\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n portletURL=renderResponse.createRenderURL()\n />\n <#elseif stringUtil.equals(fieldName, \"view-count\")>\n ${entry.getViewCount()} <@liferay.language key=\"views\" />\n \n \n \n\n\n<#macro getPrintIcon>\n <#if getterUtil.getBoolean(enablePrint)>\n <#assign printURL = renderResponse.createRenderURL() />\n\n ${printURL.setParameter(\"mvcPath\", \"/view_content.jsp\")}\n ${printURL.setParameter(\"assetEntryId\", entry.getEntryId()?string)}\n ${printURL.setParameter(\"viewMode\", \"print\")}\n ${printURL.setParameter(\"type\", entry.getAssetRendererFactory().getType())}\n ${printURL.setWindowState(\"pop_up\")}\n\n <@liferay_ui[\"icon\"]\n icon=\"print\"\n markupView=\"lexicon\"\n message=\"print\"\n url=\"javascript:Liferay.Util.openWindow({id:\'\" + renderResponse.getNamespace() + \"printAsset\', title: \'\" + languageUtil.format(locale, \"print-x-x\", [\"hide-accessible\", entryTitle], false) + \"\', uri: \'\" + htmlUtil.escapeURL(printURL.toString()) + \"\'});\"\n />\n \n\n\n<#macro getRatings>\n <#if getterUtil.getBoolean(enableRatings) && assetRenderer.isRatable()>\n
    \n <@liferay_ui[\"ratings\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n />\n
    \n \n\n\n<#macro getRelatedAssets>\n <#if getterUtil.getBoolean(enableRelatedAssets)>\n <@liferay_asset[\"asset-links\"]\n assetEntryId=entry.getEntryId()\n viewInContext=!stringUtil.equals(assetLinkBehavior, \"showFullContent\")\n />\n \n\n\n<#macro getSocialBookmarks>\n <@liferay_social_bookmarks[\"bookmarks\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n displayStyle=\"${socialBookmarksDisplayStyle}\"\n target=\"_blank\"\n title=entry.getTitle(locale)\n types=\"${socialBookmarksTypes}\"\n url=assetPublisherHelper.getAssetSocialURL(renderRequest, renderResponse, entry)\n />\n',0,20105,NULL,'2023-02-22 17:00:55.430000'),(0,40908,20128,20101,20105,NULL,'2023-02-22 17:01:00.457000',39509,40902,40906,'1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web basiqueAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','','ftl','${content.getData()}',0,20105,NULL,'2023-02-22 17:01:00.457000'); /*!40000 ALTER TABLE `DDMTemplateVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DEDataDefinitionFieldLink` -- DROP TABLE IF EXISTS `DEDataDefinitionFieldLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DEDataDefinitionFieldLink` ( `uuid_` varchar(75) DEFAULT NULL, `deDataDefinitionFieldLinkId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `ddmStructureId` bigint DEFAULT NULL, `fieldName` varchar(75) DEFAULT NULL, PRIMARY KEY (`deDataDefinitionFieldLinkId`), UNIQUE KEY `IX_2CEE588F` (`classNameId`,`classPK`,`ddmStructureId`,`fieldName`), UNIQUE KEY `IX_AAE65DF2` (`uuid_`,`groupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DEDataDefinitionFieldLink` -- LOCK TABLES `DEDataDefinitionFieldLink` WRITE; /*!40000 ALTER TABLE `DEDataDefinitionFieldLink` DISABLE KEYS */; /*!40000 ALTER TABLE `DEDataDefinitionFieldLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DEDataListView` -- DROP TABLE IF EXISTS `DEDataListView`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DEDataListView` ( `uuid_` varchar(75) DEFAULT NULL, `deDataListViewId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `appliedFilters` varchar(75) DEFAULT NULL, `ddmStructureId` bigint DEFAULT NULL, `fieldNames` longtext, `name` longtext, `sortField` varchar(75) DEFAULT NULL, PRIMARY KEY (`deDataListViewId`), UNIQUE KEY `IX_3336C30A` (`uuid_`,`groupId`), KEY `IX_FA1639C7` (`groupId`,`companyId`,`ddmStructureId`), KEY `IX_7113A88` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DEDataListView` -- LOCK TABLES `DEDataListView` WRITE; /*!40000 ALTER TABLE `DEDataListView` DISABLE KEYS */; /*!40000 ALTER TABLE `DEDataListView` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLContent` -- DROP TABLE IF EXISTS `DLContent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLContent` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `contentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `repositoryId` bigint DEFAULT NULL, `path_` varchar(255) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `data_` longblob, `size_` bigint DEFAULT NULL, PRIMARY KEY (`contentId`), UNIQUE KEY `IX_FDD1AAA8` (`companyId`,`repositoryId`,`path_`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLContent` -- LOCK TABLES `DLContent` WRITE; /*!40000 ALTER TABLE `DLContent` DISABLE KEYS */; /*!40000 ALTER TABLE `DLContent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntry` -- DROP TABLE IF EXISTS `DLFileEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `repositoryId` bigint DEFAULT NULL, `folderId` bigint DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `fileName` varchar(255) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` longtext, `extraSettings` longtext, `fileEntryTypeId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `size_` bigint DEFAULT NULL, `readCount` int DEFAULT NULL, `smallImageId` bigint DEFAULT NULL, `largeImageId` bigint DEFAULT NULL, `custom1ImageId` bigint DEFAULT NULL, `custom2ImageId` bigint DEFAULT NULL, `manualCheckInRequired` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileEntryId`), UNIQUE KEY `IX_DF37D92E` (`groupId`,`folderId`,`fileName`), UNIQUE KEY `IX_5391712` (`groupId`,`folderId`,`name`), UNIQUE KEY `IX_ED5CA615` (`groupId`,`folderId`,`title`), UNIQUE KEY `IX_BC2E7E6A` (`uuid_`,`groupId`), KEY `IX_5444C427` (`companyId`,`fileEntryTypeId`), KEY `IX_B8526DBE` (`custom1ImageId`), KEY `IX_AC9BDEDD` (`custom2ImageId`), KEY `IX_772ECDE7` (`fileEntryTypeId`), KEY `IX_8F6C75D0` (`folderId`,`name`), KEY `IX_BAF654E5` (`groupId`,`fileEntryTypeId`), KEY `IX_29D0AF28` (`groupId`,`folderId`,`fileEntryTypeId`), KEY `IX_D20C434D` (`groupId`,`userId`,`folderId`), KEY `IX_4DB7A143` (`largeImageId`), KEY `IX_D9492CF6` (`mimeType`), KEY `IX_1B352F4A` (`repositoryId`,`folderId`), KEY `IX_25F5CAB9` (`smallImageId`,`largeImageId`,`custom1ImageId`,`custom2ImageId`), KEY `IX_31079DE8` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntry` -- LOCK TABLES `DLFileEntry` WRITE; /*!40000 ALTER TABLE `DLFileEntry` DISABLE KEYS */; INSERT INTO `DLFileEntry` VALUES (1,'c0855108-90b4-b704-9b7e-016e106f026e',39209,20128,20101,20105,NULL,'2023-02-22 17:00:43.656000','2023-02-22 17:00:43.711000',31301,1,39204,39208,'/39205/39208/','1','id-7ecb4520-76de-9864-a469-72157efe753',NULL,'image/png','id-7ecb4520-76de-9864-a469-72157efe753',NULL,'',0,'1.0',629,0,0,0,0,0,0,NULL); /*!40000 ALTER TABLE `DLFileEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntryMetadata` -- DROP TABLE IF EXISTS `DLFileEntryMetadata`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileEntryMetadata` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileEntryMetadataId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `DDMStorageId` bigint DEFAULT NULL, `DDMStructureId` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `fileVersionId` bigint DEFAULT NULL, PRIMARY KEY (`fileEntryMetadataId`), UNIQUE KEY `IX_7332B44F` (`DDMStructureId`,`fileVersionId`), KEY `IX_4F40FE5E` (`fileEntryId`), KEY `IX_1FE9C04` (`fileVersionId`), KEY `IX_E69431B7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntryMetadata` -- LOCK TABLES `DLFileEntryMetadata` WRITE; /*!40000 ALTER TABLE `DLFileEntryMetadata` DISABLE KEYS */; /*!40000 ALTER TABLE `DLFileEntryMetadata` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntryType` -- DROP TABLE IF EXISTS `DLFileEntryType`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileEntryType` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileEntryTypeId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fileEntryTypeKey` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileEntryTypeId`), UNIQUE KEY `IX_5B6BEF5F` (`groupId`,`fileEntryTypeKey`), UNIQUE KEY `IX_1399D844` (`uuid_`,`groupId`), KEY `IX_5B03E942` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntryType` -- LOCK TABLES `DLFileEntryType` WRITE; /*!40000 ALTER TABLE `DLFileEntryType` DISABLE KEYS */; INSERT INTO `DLFileEntryType` VALUES (0,'94bef721-acc0-fc6d-4974-353f8645f7ad',0,0,0,0,NULL,'2023-02-22 16:58:24.315000','2023-02-22 16:58:24.315000','BASIC-DOCUMENT','basic-document',NULL,NULL),(0,'8e37756d-728b-2919-a591-e3fda1bf30e0',40683,20128,20101,20105,NULL,'2023-02-22 17:00:57.076000','2023-02-22 17:00:57.076000','GOOGLE_DOCS','Google Drive Shortcut',NULL,NULL); /*!40000 ALTER TABLE `DLFileEntryType` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileEntryTypes_DLFolders` -- DROP TABLE IF EXISTS `DLFileEntryTypes_DLFolders`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileEntryTypes_DLFolders` ( `companyId` bigint NOT NULL, `fileEntryTypeId` bigint NOT NULL, `folderId` bigint NOT NULL, PRIMARY KEY (`fileEntryTypeId`,`folderId`), KEY `IX_2E64D9F9` (`companyId`), KEY `IX_6E00A2EC` (`folderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileEntryTypes_DLFolders` -- LOCK TABLES `DLFileEntryTypes_DLFolders` WRITE; /*!40000 ALTER TABLE `DLFileEntryTypes_DLFolders` DISABLE KEYS */; /*!40000 ALTER TABLE `DLFileEntryTypes_DLFolders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileRank` -- DROP TABLE IF EXISTS `DLFileRank`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileRank` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `fileRankId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`fileRankId`), KEY `IX_38F0315` (`companyId`,`userId`,`fileEntryId`), KEY `IX_A65A1F8B` (`fileEntryId`), KEY `IX_4E96195B` (`groupId`,`userId`,`active_`), KEY `IX_EED06670` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileRank` -- LOCK TABLES `DLFileRank` WRITE; /*!40000 ALTER TABLE `DLFileRank` DISABLE KEYS */; /*!40000 ALTER TABLE `DLFileRank` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileShortcut` -- DROP TABLE IF EXISTS `DLFileShortcut`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileShortcut` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileShortcutId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint DEFAULT NULL, `folderId` bigint DEFAULT NULL, `toFileEntryId` bigint DEFAULT NULL, `treePath` longtext, `active_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileShortcutId`), UNIQUE KEY `IX_FDB4A946` (`uuid_`,`groupId`), KEY `IX_8571953E` (`companyId`,`status`), KEY `IX_17EE3098` (`groupId`,`folderId`,`active_`,`status`), KEY `IX_4B7247F6` (`toFileEntryId`), KEY `IX_29AE81C4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileShortcut` -- LOCK TABLES `DLFileShortcut` WRITE; /*!40000 ALTER TABLE `DLFileShortcut` DISABLE KEYS */; /*!40000 ALTER TABLE `DLFileShortcut` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileVersion` -- DROP TABLE IF EXISTS `DLFileVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint DEFAULT NULL, `folderId` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `treePath` longtext, `fileName` varchar(255) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` longtext, `changeLog` varchar(75) DEFAULT NULL, `extraSettings` longtext, `fileEntryTypeId` bigint DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `size_` bigint DEFAULT NULL, `checksum` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fileVersionId`), UNIQUE KEY `IX_E2815081` (`fileEntryId`,`version`), UNIQUE KEY `IX_C99B2650` (`uuid_`,`groupId`), KEY `IX_A0A283F4` (`companyId`,`status`), KEY `IX_D47BB14D` (`fileEntryId`,`status`), KEY `IX_DFD809D3` (`groupId`,`folderId`,`status`), KEY `IX_9BE769ED` (`groupId`,`folderId`,`title`,`version`), KEY `IX_FFB3395C` (`mimeType`), KEY `IX_95E9E44E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileVersion` -- LOCK TABLES `DLFileVersion` WRITE; /*!40000 ALTER TABLE `DLFileVersion` DISABLE KEYS */; INSERT INTO `DLFileVersion` VALUES (1,'8de91878-48a8-e084-eb52-67e2ddf9ff18',39210,20128,20101,20105,NULL,'2023-02-22 17:00:43.677000','2023-02-22 17:00:43.711000',39204,39208,39209,'/39205/39208/','id-7ecb4520-76de-9864-a469-72157efe753',NULL,'image/png','id-7ecb4520-76de-9864-a469-72157efe753',NULL,NULL,'',0,'1.0',629,NULL,NULL,0,20105,NULL,'2023-02-22 17:00:43.711000'); /*!40000 ALTER TABLE `DLFileVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFileVersionPreview` -- DROP TABLE IF EXISTS `DLFileVersionPreview`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFileVersionPreview` ( `dlFileVersionPreviewId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `fileVersionId` bigint DEFAULT NULL, `previewStatus` int DEFAULT NULL, PRIMARY KEY (`dlFileVersionPreviewId`), UNIQUE KEY `IX_9B6A9A0` (`fileEntryId`,`fileVersionId`), KEY `IX_E43957CD` (`fileVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFileVersionPreview` -- LOCK TABLES `DLFileVersionPreview` WRITE; /*!40000 ALTER TABLE `DLFileVersionPreview` DISABLE KEYS */; /*!40000 ALTER TABLE `DLFileVersionPreview` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLFolder` -- DROP TABLE IF EXISTS `DLFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLFolder` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint DEFAULT NULL, `mountPoint` tinyint DEFAULT NULL, `parentFolderId` bigint DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `description` longtext, `lastPostDate` datetime(6) DEFAULT NULL, `defaultFileEntryTypeId` bigint DEFAULT NULL, `hidden_` tinyint DEFAULT NULL, `restrictionType` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_902FD874` (`groupId`,`parentFolderId`,`name`), UNIQUE KEY `IX_3CC1DED2` (`uuid_`,`groupId`), KEY `IX_E79BE432` (`companyId`,`status`), KEY `IX_C88430AB` (`groupId`,`mountPoint`,`parentFolderId`,`hidden_`,`status`), KEY `IX_CE360BF6` (`groupId`,`parentFolderId`,`hidden_`,`status`), KEY `IX_51556082` (`parentFolderId`,`name`), KEY `IX_6F63F140` (`repositoryId`,`mountPoint`), KEY `IX_6747B2BC` (`repositoryId`,`parentFolderId`), KEY `IX_DA448450` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLFolder` -- LOCK TABLES `DLFolder` WRITE; /*!40000 ALTER TABLE `DLFolder` DISABLE KEYS */; INSERT INTO `DLFolder` VALUES (1,'df69b067-f0b0-8bbd-82ea-689e449e1590',39205,20128,20101,20105,NULL,'2023-02-22 17:00:43.246000','2023-02-22 17:00:43.246000',39204,1,0,'/39205/','com.liferay.oauth2.provider',NULL,'2023-02-22 17:00:43.406000',0,1,0,NULL,0,0,NULL,NULL),(1,'5c18845c-952e-2cde-4d98-cfebced86b26',39208,20128,20101,20105,NULL,'2023-02-22 17:00:43.407000','2023-02-22 17:00:43.407000',39204,0,39205,'/39205/39208/','icons',NULL,'2023-02-22 17:00:43.656000',0,0,0,NULL,0,0,NULL,NULL); /*!40000 ALTER TABLE `DLFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLOpenerFileEntryReference` -- DROP TABLE IF EXISTS `DLOpenerFileEntryReference`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLOpenerFileEntryReference` ( `dlOpenerFileEntryReferenceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `referenceKey` varchar(75) DEFAULT NULL, `referenceType` varchar(75) DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, `type_` int DEFAULT NULL, PRIMARY KEY (`dlOpenerFileEntryReferenceId`), UNIQUE KEY `IX_54148667` (`fileEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLOpenerFileEntryReference` -- LOCK TABLES `DLOpenerFileEntryReference` WRITE; /*!40000 ALTER TABLE `DLOpenerFileEntryReference` DISABLE KEYS */; /*!40000 ALTER TABLE `DLOpenerFileEntryReference` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLSyncEvent` -- DROP TABLE IF EXISTS `DLSyncEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `DLSyncEvent` ( `syncEventId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `modifiedTime` bigint DEFAULT NULL, `event` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typePK` bigint DEFAULT NULL, PRIMARY KEY (`syncEventId`), UNIQUE KEY `IX_57D82B06` (`typePK`), KEY `IX_3D8E1607` (`modifiedTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `DLSyncEvent` -- LOCK TABLES `DLSyncEvent` WRITE; /*!40000 ALTER TABLE `DLSyncEvent` DISABLE KEYS */; /*!40000 ALTER TABLE `DLSyncEvent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `EmailAddress` -- DROP TABLE IF EXISTS `EmailAddress`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `EmailAddress` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `emailAddressId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `address` varchar(254) DEFAULT NULL, `typeId` bigint DEFAULT NULL, `primary_` tinyint DEFAULT NULL, PRIMARY KEY (`emailAddressId`), KEY `IX_2A2CB130` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_7B43CD8` (`userId`), KEY `IX_F74AB912` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `EmailAddress` -- LOCK TABLES `EmailAddress` WRITE; /*!40000 ALTER TABLE `EmailAddress` DISABLE KEYS */; /*!40000 ALTER TABLE `EmailAddress` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoColumn` -- DROP TABLE IF EXISTS `ExpandoColumn`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ExpandoColumn` ( `columnId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `tableId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `defaultData` longtext, `typeSettings` longtext, PRIMARY KEY (`columnId`), UNIQUE KEY `IX_FEFC8DA7` (`tableId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoColumn` -- LOCK TABLES `ExpandoColumn` WRITE; /*!40000 ALTER TABLE `ExpandoColumn` DISABLE KEYS */; INSERT INTO `ExpandoColumn` VALUES (20137,20101,20136,'keepAliveURL',15,'keepAliveURL',''),(20140,20101,20139,'keepAliveURL',15,'keepAliveURL',''),(20813,20101,20812,'googleAccessToken',15,'','hidden=true\nvisible-with-update-permission=false\n'),(20815,20101,20812,'googleRefreshToken',15,'','hidden=true\nvisible-with-update-permission=false\n'),(20842,20101,20841,'accessSecret',15,'',''),(20843,20101,20841,'accessToken',15,'',''),(20844,20101,20841,'requestSecret',15,'',''),(20845,20101,20841,'requestToken',15,'',''); /*!40000 ALTER TABLE `ExpandoColumn` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoRow` -- DROP TABLE IF EXISTS `ExpandoRow`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ExpandoRow` ( `rowId_` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `tableId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`rowId_`), UNIQUE KEY `IX_81EFBFF5` (`tableId`,`classPK`), KEY `IX_49EB3118` (`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoRow` -- LOCK TABLES `ExpandoRow` WRITE; /*!40000 ALTER TABLE `ExpandoRow` DISABLE KEYS */; /*!40000 ALTER TABLE `ExpandoRow` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoTable` -- DROP TABLE IF EXISTS `ExpandoTable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ExpandoTable` ( `tableId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, PRIMARY KEY (`tableId`), UNIQUE KEY `IX_37562284` (`companyId`,`classNameId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoTable` -- LOCK TABLES `ExpandoTable` WRITE; /*!40000 ALTER TABLE `ExpandoTable` DISABLE KEYS */; INSERT INTO `ExpandoTable` VALUES (20825,20101,20002,'OPEN_SOCIAL_DATA_'),(20812,20101,20006,'CUSTOM_FIELDS'),(20841,20101,20006,'MP'),(20826,20101,20006,'OPEN_SOCIAL_DATA_'),(20136,20101,20135,'CUSTOM_FIELDS'),(20139,20101,20138,'CUSTOM_FIELDS'); /*!40000 ALTER TABLE `ExpandoTable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExpandoValue` -- DROP TABLE IF EXISTS `ExpandoValue`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ExpandoValue` ( `valueId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `tableId` bigint DEFAULT NULL, `columnId` bigint DEFAULT NULL, `rowId_` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `data_` longtext, PRIMARY KEY (`valueId`), UNIQUE KEY `IX_9DDD21E5` (`columnId`,`rowId_`), UNIQUE KEY `IX_D27B03E7` (`tableId`,`columnId`,`classPK`), KEY `IX_B29FEF17` (`classNameId`,`classPK`), KEY `IX_9112A7A0` (`rowId_`), KEY `IX_1BD3F4C` (`tableId`,`classPK`), KEY `IX_B71E92D5` (`tableId`,`rowId_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExpandoValue` -- LOCK TABLES `ExpandoValue` WRITE; /*!40000 ALTER TABLE `ExpandoValue` DISABLE KEYS */; /*!40000 ALTER TABLE `ExpandoValue` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ExportImportConfiguration` -- DROP TABLE IF EXISTS `ExportImportConfiguration`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ExportImportConfiguration` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `exportImportConfigurationId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `type_` int DEFAULT NULL, `settings_` longtext, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`exportImportConfigurationId`), KEY `IX_1827A2E5` (`companyId`), KEY `IX_38FA468D` (`groupId`,`status`), KEY `IX_47CC6234` (`groupId`,`type_`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ExportImportConfiguration` -- LOCK TABLES `ExportImportConfiguration` WRITE; /*!40000 ALTER TABLE `ExportImportConfiguration` DISABLE KEYS */; /*!40000 ALTER TABLE `ExportImportConfiguration` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FragmentCollection` -- DROP TABLE IF EXISTS `FragmentCollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `FragmentCollection` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentCollectionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fragmentCollectionKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentCollectionId`), UNIQUE KEY `IX_19562E6B` (`groupId`,`fragmentCollectionKey`), UNIQUE KEY `IX_DFB882EA` (`uuid_`,`groupId`), KEY `IX_536510F5` (`groupId`,`name`), KEY `IX_9A228268` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `FragmentCollection` -- LOCK TABLES `FragmentCollection` WRITE; /*!40000 ALTER TABLE `FragmentCollection` DISABLE KEYS */; /*!40000 ALTER TABLE `FragmentCollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FragmentEntry` -- DROP TABLE IF EXISTS `FragmentEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `FragmentEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fragmentCollectionId` bigint DEFAULT NULL, `fragmentEntryKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `css` longtext, `html` longtext, `js` longtext, `configuration` longtext, `previewFileEntryId` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentEntryId`), UNIQUE KEY `IX_7F3F0EB3` (`groupId`,`fragmentEntryKey`), UNIQUE KEY `IX_553E909E` (`uuid_`,`groupId`), KEY `IX_DDB6278B` (`fragmentCollectionId`,`status`), KEY `IX_9EC6FEE4` (`groupId`,`fragmentCollectionId`,`name`,`status`), KEY `IX_BD18F965` (`groupId`,`fragmentCollectionId`,`status`), KEY `IX_BD1F4C5C` (`groupId`,`fragmentCollectionId`,`type_`,`status`), KEY `IX_C65BF31C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `FragmentEntry` -- LOCK TABLES `FragmentEntry` WRITE; /*!40000 ALTER TABLE `FragmentEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `FragmentEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FragmentEntryLink` -- DROP TABLE IF EXISTS `FragmentEntryLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `FragmentEntryLink` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentEntryLinkId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `originalFragmentEntryLinkId` bigint DEFAULT NULL, `fragmentEntryId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `css` longtext, `html` longtext, `js` longtext, `configuration` longtext, `editableValues` longtext, `namespace` varchar(75) DEFAULT NULL, `position` int DEFAULT NULL, `rendererKey` varchar(200) DEFAULT NULL, `lastPropagationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentEntryLinkId`), UNIQUE KEY `IX_AA2B2138` (`uuid_`,`groupId`), KEY `IX_F3A29B2B` (`fragmentEntryId`), KEY `IX_2FB5437D` (`groupId`,`classNameId`,`classPK`), KEY `IX_4A9E751A` (`groupId`,`fragmentEntryId`,`classNameId`,`classPK`), KEY `IX_51698F4A` (`rendererKey`), KEY `IX_9266C536` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `FragmentEntryLink` -- LOCK TABLES `FragmentEntryLink` WRITE; /*!40000 ALTER TABLE `FragmentEntryLink` DISABLE KEYS */; /*!40000 ALTER TABLE `FragmentEntryLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FriendlyURLEntry` -- DROP TABLE IF EXISTS `FriendlyURLEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `FriendlyURLEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `friendlyURLEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryId`), UNIQUE KEY `IX_63FD57EA` (`uuid_`,`groupId`), KEY `IX_F3DC928B` (`groupId`,`classNameId`,`classPK`), KEY `IX_20861768` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `FriendlyURLEntry` -- LOCK TABLES `FriendlyURLEntry` WRITE; /*!40000 ALTER TABLE `FriendlyURLEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `FriendlyURLEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FriendlyURLEntryLocalization` -- DROP TABLE IF EXISTS `FriendlyURLEntryLocalization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `FriendlyURLEntryLocalization` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `friendlyURLEntryLocalizationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `friendlyURLEntryId` bigint DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `urlTitle` varchar(255) DEFAULT NULL, `groupId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryLocalizationId`), UNIQUE KEY `IX_68BE94B1` (`friendlyURLEntryId`,`languageId`), UNIQUE KEY `IX_8AB5CAE` (`groupId`,`classNameId`,`urlTitle`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `FriendlyURLEntryLocalization` -- LOCK TABLES `FriendlyURLEntryLocalization` WRITE; /*!40000 ALTER TABLE `FriendlyURLEntryLocalization` DISABLE KEYS */; /*!40000 ALTER TABLE `FriendlyURLEntryLocalization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `FriendlyURLEntryMapping` -- DROP TABLE IF EXISTS `FriendlyURLEntryMapping`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `FriendlyURLEntryMapping` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `friendlyURLEntryMappingId` bigint NOT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `friendlyURLEntryId` bigint DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryMappingId`), UNIQUE KEY `IX_3B5E645B` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `FriendlyURLEntryMapping` -- LOCK TABLES `FriendlyURLEntryMapping` WRITE; /*!40000 ALTER TABLE `FriendlyURLEntryMapping` DISABLE KEYS */; /*!40000 ALTER TABLE `FriendlyURLEntryMapping` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Group_` -- DROP TABLE IF EXISTS `Group_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Group_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `groupId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `creatorUserId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `parentGroupId` bigint DEFAULT NULL, `liveGroupId` bigint DEFAULT NULL, `treePath` longtext, `groupKey` varchar(150) DEFAULT NULL, `name` longtext, `description` longtext, `type_` int DEFAULT NULL, `typeSettings` longtext, `manualMembership` tinyint DEFAULT NULL, `membershipRestriction` int DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `site` tinyint DEFAULT NULL, `remoteStagingGroupCount` int DEFAULT NULL, `inheritContent` tinyint DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`groupId`), UNIQUE KEY `IX_D0D5E397` (`companyId`,`classNameId`,`classPK`), UNIQUE KEY `IX_5BDDB872` (`companyId`,`friendlyURL`), UNIQUE KEY `IX_ACD2B296` (`companyId`,`groupKey`), KEY `IX_8257E37B` (`classNameId`,`classPK`), KEY `IX_BD3CB13A` (`classNameId`,`groupId`,`companyId`,`parentGroupId`), KEY `IX_DDC91A87` (`companyId`,`active_`), KEY `IX_ABE2D54` (`companyId`,`classNameId`,`parentGroupId`), KEY `IX_DF76A247` (`companyId`,`classNameId`,`site`), KEY `IX_D4BFF38B` (`companyId`,`parentGroupId`,`site`,`inheritContent`), KEY `IX_B91488EC` (`companyId`,`site`,`active_`), KEY `IX_16218A38` (`liveGroupId`), KEY `IX_7B590A7A` (`type_`,`active_`), KEY `IX_26CC761A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Group_` -- LOCK TABLES `Group_` WRITE; /*!40000 ALTER TABLE `Group_` DISABLE KEYS */; INSERT INTO `Group_` VALUES (0,'38dddef3-99d1-cf0c-0648-be78c698cd3a',20119,20101,20105,20001,20119,0,0,'/20119/','Control Panel','Control Panel',NULL,3,'',1,0,'/control_panel',0,0,0,1),(0,'c71314f6-0f6a-5fe9-384d-9dd26aaf3f22',20123,20101,20105,20001,20123,0,0,'/20123/','Forms','Forms',NULL,3,'',1,0,'/forms',0,0,0,1),(1,'9e128588-edd5-e882-cb56-8ae061612f5c',20124,20101,20105,20001,20124,0,0,'/20124/','Guest','Guest',NULL,1,'searchLayoutCreated=true\n',1,0,'/guest',1,0,0,1),(0,'217212f4-753a-7117-3308-797c6e873b4f',20127,20101,20105,20120,20105,0,0,'/20127/','User Personal Site','User Personal Site',NULL,3,'',1,0,'/personal_site',0,0,0,1),(0,'654d6f77-be63-3ccd-b530-4243851932c3',20128,20101,20105,20035,20101,0,0,'/20128/','20101','Global',NULL,0,'',1,0,'/global',1,0,0,1),(0,'325a6d80-6759-8a0a-9b76-c11f56f5dc41',20133,20101,20130,20006,20130,0,0,'/20133/','20130',NULL,NULL,0,'',1,0,'/test',0,0,0,1),(0,'47d61633-785f-5afd-2164-4552bacfee68',40305,20101,20105,20042,40301,0,0,'/40305/','40301','SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken',NULL,0,'',1,0,'/template-40301',0,0,0,1),(0,'a8bde45d-2b37-bccb-7e85-84af4e1250f2',41042,20101,20105,20042,41039,0,0,'/41042/','41039','BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog',NULL,0,'',1,0,'/template-41039',0,0,0,1),(0,'52154254-4e40-4164-bdc6-5b13805ec63f',41068,20101,20105,20042,41067,0,0,'/41068/','41067','WikiWikiWikiノードNoeud de page WikiWiki csomópontokWikisWikiويكيWikitWikiWiki节点WikiWiki',NULL,0,'',1,0,'/template-41067',0,0,0,1),(0,'948b2cd5-dab2-c5c9-3192-c3c1224c0e84',41110,20101,20105,36601,41109,0,0,'/41110/','41109','Master',NULL,3,'',0,0,'/master',0,0,0,1),(0,'683495b5-189c-1131-e1ed-de433ec53385',41159,20101,20105,20046,41158,0,0,'/41159/','41158','IntranätplatsSite da IntranetイントラネットサイトSite intranetIntranetes webhelyIntranet-SiteLloc web tipus Intranetموقع الإنترانتIntranet sivustoIntranet Site内网Sitio de intranetIntranet Website',NULL,0,'',1,0,'/template-41158',0,0,0,1),(0,'8b36a849-86fa-4b9a-73fc-f32e7bd618a5',41176,20101,20105,20046,41175,0,0,'/41176/','41175','CommunityplatsSite da ComunidadeコミュニティーサイトSite de communautéKözösségi webhelyCommunity-SiteLloc comunitariموقع اجتماعيYhteisösivustoCommunity Site社区站点Sitio de comunidadCommunity website',NULL,0,'',1,0,'/template-41175',0,0,0,1); /*!40000 ALTER TABLE `Group_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups_Orgs` -- DROP TABLE IF EXISTS `Groups_Orgs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Groups_Orgs` ( `companyId` bigint NOT NULL, `groupId` bigint NOT NULL, `organizationId` bigint NOT NULL, PRIMARY KEY (`groupId`,`organizationId`), KEY `IX_8BFD4548` (`companyId`), KEY `IX_6BBB7682` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Groups_Orgs` -- LOCK TABLES `Groups_Orgs` WRITE; /*!40000 ALTER TABLE `Groups_Orgs` DISABLE KEYS */; /*!40000 ALTER TABLE `Groups_Orgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups_Roles` -- DROP TABLE IF EXISTS `Groups_Roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Groups_Roles` ( `companyId` bigint NOT NULL, `groupId` bigint NOT NULL, `roleId` bigint NOT NULL, PRIMARY KEY (`groupId`,`roleId`), KEY `IX_557D8550` (`companyId`), KEY `IX_3103EF3D` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Groups_Roles` -- LOCK TABLES `Groups_Roles` WRITE; /*!40000 ALTER TABLE `Groups_Roles` DISABLE KEYS */; /*!40000 ALTER TABLE `Groups_Roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Groups_UserGroups` -- DROP TABLE IF EXISTS `Groups_UserGroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Groups_UserGroups` ( `companyId` bigint NOT NULL, `groupId` bigint NOT NULL, `userGroupId` bigint NOT NULL, PRIMARY KEY (`groupId`,`userGroupId`), KEY `IX_676FC818` (`companyId`), KEY `IX_3B69160F` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Groups_UserGroups` -- LOCK TABLES `Groups_UserGroups` WRITE; /*!40000 ALTER TABLE `Groups_UserGroups` DISABLE KEYS */; /*!40000 ALTER TABLE `Groups_UserGroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `HtmlPreviewEntry` -- DROP TABLE IF EXISTS `HtmlPreviewEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `HtmlPreviewEntry` ( `htmlPreviewEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `fileEntryId` bigint DEFAULT NULL, PRIMARY KEY (`htmlPreviewEntryId`), KEY `IX_B4B598A4` (`groupId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `HtmlPreviewEntry` -- LOCK TABLES `HtmlPreviewEntry` WRITE; /*!40000 ALTER TABLE `HtmlPreviewEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `HtmlPreviewEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `IM_MemberRequest` -- DROP TABLE IF EXISTS `IM_MemberRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `IM_MemberRequest` ( `memberRequestId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `receiverUserId` bigint DEFAULT NULL, `invitedRoleId` bigint DEFAULT NULL, `invitedTeamId` bigint DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`memberRequestId`), KEY `IX_4C831DF9` (`groupId`,`receiverUserId`,`status`), KEY `IX_B4BCD9B4` (`key_`), KEY `IX_B312EB0F` (`receiverUserId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `IM_MemberRequest` -- LOCK TABLES `IM_MemberRequest` WRITE; /*!40000 ALTER TABLE `IM_MemberRequest` DISABLE KEYS */; /*!40000 ALTER TABLE `IM_MemberRequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Image` -- DROP TABLE IF EXISTS `Image`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Image` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `imageId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `height` int DEFAULT NULL, `width` int DEFAULT NULL, `size_` int DEFAULT NULL, PRIMARY KEY (`imageId`), KEY `IX_6A925A4D` (`size_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Image` -- LOCK TABLES `Image` WRITE; /*!40000 ALTER TABLE `Image` DISABLE KEYS */; INSERT INTO `Image` VALUES (0,20814,0,'2023-02-22 16:58:48.994000','png',112,112,1111); /*!40000 ALTER TABLE `Image` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalArticle` -- DROP TABLE IF EXISTS `JournalArticle`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `JournalArticle` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `id_` bigint NOT NULL, `resourcePrimKey` bigint DEFAULT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `folderId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `treePath` longtext, `articleId` varchar(75) DEFAULT NULL, `version` double DEFAULT NULL, `urlTitle` varchar(255) DEFAULT NULL, `content` longtext, `DDMStructureKey` varchar(75) DEFAULT NULL, `DDMTemplateKey` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `layoutUuid` varchar(75) DEFAULT NULL, `displayDate` datetime(6) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `reviewDate` datetime(6) DEFAULT NULL, `indexable` tinyint DEFAULT NULL, `smallImage` tinyint DEFAULT NULL, `smallImageId` bigint DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_85C52EEC` (`groupId`,`articleId`,`version`), UNIQUE KEY `IX_3463D95B` (`uuid_`,`groupId`), KEY `IX_17806804` (`DDMStructureKey`), KEY `IX_75CCA4D1` (`DDMTemplateKey`), KEY `IX_C761B675` (`classNameId`,`DDMTemplateKey`), KEY `IX_717D0FA0` (`classNameId`,`expirationDate`,`status`), KEY `IX_323DF109` (`companyId`,`status`), KEY `IX_E82F322B` (`companyId`,`version`,`status`), KEY `IX_EA05E9E1` (`displayDate`,`status`), KEY `IX_D8EB0D84` (`groupId`,`DDMStructureKey`), KEY `IX_31B74F51` (`groupId`,`DDMTemplateKey`), KEY `IX_4D5CD982` (`groupId`,`articleId`,`status`), KEY `IX_353BD560` (`groupId`,`classNameId`,`DDMStructureKey`), KEY `IX_6E801BF5` (`groupId`,`classNameId`,`DDMTemplateKey`), KEY `IX_9CE6E0FA` (`groupId`,`classNameId`,`classPK`), KEY `IX_A2534AC2` (`groupId`,`classNameId`,`layoutUuid`), KEY `IX_F35391E8` (`groupId`,`folderId`,`status`), KEY `IX_3C028C1E` (`groupId`,`layoutUuid`), KEY `IX_301D024B` (`groupId`,`status`), KEY `IX_D2D249E8` (`groupId`,`urlTitle`,`status`), KEY `IX_43A0F80F` (`groupId`,`userId`,`classNameId`), KEY `IX_3F1EA19E` (`layoutUuid`), KEY `IX_451D63EC` (`resourcePrimKey`,`indexable`,`status`), KEY `IX_3E2765FC` (`resourcePrimKey`,`status`), KEY `IX_EF9B7028` (`smallImageId`), KEY `IX_71520099` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalArticle` -- LOCK TABLES `JournalArticle` WRITE; /*!40000 ALTER TABLE `JournalArticle` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalArticle` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalArticleLocalization` -- DROP TABLE IF EXISTS `JournalArticleLocalization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `JournalArticleLocalization` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `articleLocalizationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `articlePK` bigint DEFAULT NULL, `title` varchar(400) DEFAULT NULL, `description` longtext, `languageId` varchar(75) DEFAULT NULL, PRIMARY KEY (`articleLocalizationId`), UNIQUE KEY `IX_ACF2560A` (`articlePK`,`languageId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalArticleLocalization` -- LOCK TABLES `JournalArticleLocalization` WRITE; /*!40000 ALTER TABLE `JournalArticleLocalization` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalArticleLocalization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalArticleResource` -- DROP TABLE IF EXISTS `JournalArticleResource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `JournalArticleResource` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`), UNIQUE KEY `IX_88DF994A` (`groupId`,`articleId`), UNIQUE KEY `IX_84AB0309` (`uuid_`,`groupId`), KEY `IX_CC7576C7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalArticleResource` -- LOCK TABLES `JournalArticleResource` WRITE; /*!40000 ALTER TABLE `JournalArticleResource` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalArticleResource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalContentSearch` -- DROP TABLE IF EXISTS `JournalContentSearch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `JournalContentSearch` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `contentSearchId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `layoutId` bigint DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, PRIMARY KEY (`contentSearchId`), UNIQUE KEY `IX_C3AA93B8` (`groupId`,`privateLayout`,`layoutId`,`portletId`,`articleId`), KEY `IX_9207CB31` (`articleId`), KEY `IX_42F51F38` (`companyId`), KEY `IX_6838E427` (`groupId`,`articleId`), KEY `IX_7CC7D73E` (`groupId`,`privateLayout`,`articleId`), KEY `IX_8DAF8A35` (`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalContentSearch` -- LOCK TABLES `JournalContentSearch` WRITE; /*!40000 ALTER TABLE `JournalContentSearch` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalContentSearch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalFeed` -- DROP TABLE IF EXISTS `JournalFeed`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `JournalFeed` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `id_` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `feedId` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `DDMStructureKey` varchar(75) DEFAULT NULL, `DDMTemplateKey` varchar(75) DEFAULT NULL, `DDMRendererTemplateKey` varchar(75) DEFAULT NULL, `delta` int DEFAULT NULL, `orderByCol` varchar(75) DEFAULT NULL, `orderByType` varchar(75) DEFAULT NULL, `targetLayoutFriendlyUrl` varchar(255) DEFAULT NULL, `targetPortletId` varchar(200) DEFAULT NULL, `contentField` varchar(75) DEFAULT NULL, `feedFormat` varchar(75) DEFAULT NULL, `feedVersion` double DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_65576CBC` (`groupId`,`feedId`), UNIQUE KEY `IX_39031F51` (`uuid_`,`groupId`), KEY `IX_CB37A10F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalFeed` -- LOCK TABLES `JournalFeed` WRITE; /*!40000 ALTER TABLE `JournalFeed` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalFeed` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalFolder` -- DROP TABLE IF EXISTS `JournalFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `JournalFolder` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentFolderId` bigint DEFAULT NULL, `treePath` longtext, `name` varchar(100) DEFAULT NULL, `description` longtext, `restrictionType` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`folderId`), UNIQUE KEY `IX_65026705` (`groupId`,`parentFolderId`,`name`), UNIQUE KEY `IX_E002061` (`uuid_`,`groupId`), KEY `IX_C36B0443` (`companyId`,`status`), KEY `IX_E988689E` (`groupId`,`name`), KEY `IX_EFD9CAC` (`groupId`,`parentFolderId`,`status`), KEY `IX_54F89E1F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalFolder` -- LOCK TABLES `JournalFolder` WRITE; /*!40000 ALTER TABLE `JournalFolder` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KBArticle` -- DROP TABLE IF EXISTS `KBArticle`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KBArticle` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbArticleId` bigint NOT NULL, `resourcePrimKey` bigint DEFAULT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `rootResourcePrimKey` bigint DEFAULT NULL, `parentResourceClassNameId` bigint DEFAULT NULL, `parentResourcePrimKey` bigint DEFAULT NULL, `kbFolderId` bigint DEFAULT NULL, `version` int DEFAULT NULL, `title` longtext, `urlTitle` varchar(75) DEFAULT NULL, `content` longtext, `description` longtext, `priority` double DEFAULT NULL, `sections` longtext, `viewCount` int DEFAULT NULL, `latest` tinyint DEFAULT NULL, `main` tinyint DEFAULT NULL, `sourceURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kbArticleId`), UNIQUE KEY `IX_AA304772` (`resourcePrimKey`,`version`), UNIQUE KEY `IX_5C941F1B` (`uuid_`,`groupId`), KEY `IX_571C019E` (`companyId`,`latest`), KEY `IX_5A381890` (`companyId`,`main`), KEY `IX_FBC2D349` (`companyId`,`status`), KEY `IX_2B11F674` (`groupId`,`kbFolderId`,`latest`), KEY `IX_CFB8C81F` (`groupId`,`kbFolderId`,`status`), KEY `IX_379FD6BC` (`groupId`,`kbFolderId`,`urlTitle`,`status`), KEY `IX_694EA2E0` (`groupId`,`latest`), KEY `IX_97C62252` (`groupId`,`main`), KEY `IX_994AC32D` (`groupId`,`parentResourcePrimKey`,`latest`,`status`), KEY `IX_D91D2879` (`groupId`,`parentResourcePrimKey`,`main`), KEY `IX_55A38CF2` (`groupId`,`parentResourcePrimKey`,`status`), KEY `IX_DF5748B` (`groupId`,`status`), KEY `IX_86BA3247` (`parentResourcePrimKey`,`latest`), KEY `IX_1DCC5F79` (`parentResourcePrimKey`,`main`), KEY `IX_2B6103F2` (`parentResourcePrimKey`,`status`), KEY `IX_5FEF5F4F` (`resourcePrimKey`,`groupId`,`latest`), KEY `IX_8EF92E81` (`resourcePrimKey`,`groupId`,`main`), KEY `IX_49630FA` (`resourcePrimKey`,`groupId`,`status`), KEY `IX_A9E2C691` (`resourcePrimKey`,`latest`), KEY `IX_69C17E43` (`resourcePrimKey`,`main`), KEY `IX_4E89983C` (`resourcePrimKey`,`status`), KEY `IX_4E87D659` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KBArticle` -- LOCK TABLES `KBArticle` WRITE; /*!40000 ALTER TABLE `KBArticle` DISABLE KEYS */; /*!40000 ALTER TABLE `KBArticle` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KBComment` -- DROP TABLE IF EXISTS `KBComment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KBComment` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbCommentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `content` longtext, `userRating` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`kbCommentId`), UNIQUE KEY `IX_791D1844` (`uuid_`,`groupId`), KEY `IX_47D3AE89` (`classNameId`,`classPK`,`status`), KEY `IX_E8D43932` (`groupId`,`classNameId`), KEY `IX_828BA082` (`groupId`,`status`), KEY `IX_FD56A55D` (`userId`,`classNameId`,`classPK`), KEY `IX_6CB72942` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KBComment` -- LOCK TABLES `KBComment` WRITE; /*!40000 ALTER TABLE `KBComment` DISABLE KEYS */; /*!40000 ALTER TABLE `KBComment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KBFolder` -- DROP TABLE IF EXISTS `KBFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KBFolder` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbFolderId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentKBFolderId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `urlTitle` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kbFolderId`), UNIQUE KEY `IX_1FD022A1` (`uuid_`,`groupId`), KEY `IX_3FA4415C` (`groupId`,`parentKBFolderId`,`name`), KEY `IX_729A89FA` (`groupId`,`parentKBFolderId`,`urlTitle`), KEY `IX_32D1105F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KBFolder` -- LOCK TABLES `KBFolder` WRITE; /*!40000 ALTER TABLE `KBFolder` DISABLE KEYS */; /*!40000 ALTER TABLE `KBFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KBTemplate` -- DROP TABLE IF EXISTS `KBTemplate`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KBTemplate` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbTemplateId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `content` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kbTemplateId`), UNIQUE KEY `IX_40AA25ED` (`uuid_`,`groupId`), KEY `IX_83D9CC13` (`groupId`), KEY `IX_853770AB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KBTemplate` -- LOCK TABLES `KBTemplate` WRITE; /*!40000 ALTER TABLE `KBTemplate` DISABLE KEYS */; /*!40000 ALTER TABLE `KBTemplate` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoAction` -- DROP TABLE IF EXISTS `KaleoAction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoAction` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoActionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNodeName` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `executionType` varchar(20) DEFAULT NULL, `script` longtext, `scriptLanguage` varchar(75) DEFAULT NULL, `scriptRequiredContexts` longtext, `priority` int DEFAULT NULL, PRIMARY KEY (`kaleoActionId`), KEY `IX_50E9112C` (`companyId`), KEY `IX_4B2545E8` (`kaleoClassName`,`kaleoClassPK`,`executionType`), KEY `IX_F8808C50` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoAction` -- LOCK TABLES `KaleoAction` WRITE; /*!40000 ALTER TABLE `KaleoAction` DISABLE KEYS */; INSERT INTO `KaleoAction` VALUES (0,40604,0,20101,20105,NULL,'2023-02-22 17:00:54.514000','2023-02-22 17:00:54.514000','com.liferay.portal.workflow.kaleo.model.KaleoNode',40603,40602,'approved','approve',NULL,'onEntry','\n \n import com.liferay.portal.kernel.workflow.WorkflowConstants;\n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"approved\"), workflowContext);\n \n ','groovy',NULL,0),(0,40624,0,20101,20105,NULL,'2023-02-22 17:00:54.661000','2023-02-22 17:00:54.661000','com.liferay.portal.workflow.kaleo.model.KaleoNode',40623,40602,'update','reject',NULL,'onAssignment','\n \n import com.liferay.portal.kernel.workflow.WorkflowConstants;\n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"denied\"), workflowContext);\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"pending\"), workflowContext);\n \n ','groovy',NULL,0); /*!40000 ALTER TABLE `KaleoAction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoCondition` -- DROP TABLE IF EXISTS `KaleoCondition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoCondition` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoConditionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNodeId` bigint DEFAULT NULL, `script` longtext, `scriptLanguage` varchar(75) DEFAULT NULL, `scriptRequiredContexts` longtext, PRIMARY KEY (`kaleoConditionId`), KEY `IX_FEE46067` (`companyId`), KEY `IX_353B7FB5` (`kaleoDefinitionVersionId`), KEY `IX_86CBD4C` (`kaleoNodeId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoCondition` -- LOCK TABLES `KaleoCondition` WRITE; /*!40000 ALTER TABLE `KaleoCondition` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoCondition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoDefinition` -- DROP TABLE IF EXISTS `KaleoDefinition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoDefinition` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoDefinitionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `title` longtext, `description` longtext, `content` longtext, `version` int DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`kaleoDefinitionId`), KEY `IX_408542BA` (`companyId`,`active_`), KEY `IX_4C23F11B` (`companyId`,`name`,`active_`), KEY `IX_EC14F81A` (`companyId`,`name`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoDefinition` -- LOCK TABLES `KaleoDefinition` WRITE; /*!40000 ALTER TABLE `KaleoDefinition` DISABLE KEYS */; INSERT INTO `KaleoDefinition` VALUES (1,40601,0,20101,20105,NULL,'2023-02-22 17:00:54.427000','2023-02-22 17:00:54.771000','Single Approver','Single Approver','A single approver can approve a workflow content.','\n\n\n Single Approver\n A single approver can approve a workflow content.\n 1\n \n created\n \n true\n \n \n review\n review\n true\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\n \n \n \n \n update\n \n \n \n reject\n \n groovy\n onAssignment\n \n \n Creator Modification Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n \n \n \n \n \n resubmit\n review\n true\n \n \n \n \n review\n \n \n \n Review Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n Review Completion Notification\n \n freemarker\n email\n \n \n \n onExit\n \n \n \n \n \n organization\n Organization Administrator\n \n \n organization\n Organization Content Reviewer\n \n \n organization\n Organization Owner\n \n \n regular\n Administrator\n \n \n regular\n Portal Content Reviewer\n \n \n site\n Site Administrator\n \n \n site\n Site Content Reviewer\n \n \n site\n Site Owner\n \n \n \n \n \n approve\n approved\n true\n \n \n reject\n update\n false\n \n \n \n',1,1); /*!40000 ALTER TABLE `KaleoDefinition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoDefinitionVersion` -- DROP TABLE IF EXISTS `KaleoDefinitionVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoDefinitionVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoDefinitionVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `title` longtext, `description` longtext, `content` longtext, `version` varchar(75) DEFAULT NULL, `startKaleoNodeId` bigint DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`kaleoDefinitionVersionId`), UNIQUE KEY `IX_AE02DCC` (`companyId`,`name`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoDefinitionVersion` -- LOCK TABLES `KaleoDefinitionVersion` WRITE; /*!40000 ALTER TABLE `KaleoDefinitionVersion` DISABLE KEYS */; INSERT INTO `KaleoDefinitionVersion` VALUES (1,40602,0,20101,20105,NULL,20105,NULL,'2023-02-22 17:00:54.452000','2023-02-22 17:00:54.452000','2023-02-22 17:00:54.774000','Single Approver','Single Approver','A single approver can approve a workflow content.','\n\n\n Single Approver\n A single approver can approve a workflow content.\n 1\n \n created\n \n true\n \n \n review\n review\n true\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\n \n \n \n \n update\n \n \n \n reject\n \n groovy\n onAssignment\n \n \n Creator Modification Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n \n \n \n \n \n resubmit\n review\n true\n \n \n \n \n review\n \n \n \n Review Notification\n \n freemarker\n email\n user-notification\n \n \n \n onAssignment\n \n \n Review Completion Notification\n \n freemarker\n email\n \n \n \n onExit\n \n \n \n \n \n organization\n Organization Administrator\n \n \n organization\n Organization Content Reviewer\n \n \n organization\n Organization Owner\n \n \n regular\n Administrator\n \n \n regular\n Portal Content Reviewer\n \n \n site\n Site Administrator\n \n \n site\n Site Content Reviewer\n \n \n site\n Site Owner\n \n \n \n \n \n approve\n approved\n true\n \n \n reject\n update\n false\n \n \n \n','1.0',40605,0); /*!40000 ALTER TABLE `KaleoDefinitionVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoInstance` -- DROP TABLE IF EXISTS `KaleoInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoInstance` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoInstanceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoDefinitionName` varchar(200) DEFAULT NULL, `kaleoDefinitionVersion` int DEFAULT NULL, `rootKaleoInstanceTokenId` bigint DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint DEFAULT NULL, `completed` tinyint DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoInstanceId`), KEY `IX_58D85ECB` (`className`,`classPK`), KEY `IX_BF5839F8` (`companyId`,`kaleoDefinitionName`,`kaleoDefinitionVersion`,`completionDate`), KEY `IX_C6D7A867` (`companyId`,`userId`), KEY `IX_3DA1A5AC` (`kaleoDefinitionVersionId`,`completed`), KEY `IX_6D12641D` (`kaleoInstanceId`,`companyId`,`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoInstance` -- LOCK TABLES `KaleoInstance` WRITE; /*!40000 ALTER TABLE `KaleoInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoInstanceToken` -- DROP TABLE IF EXISTS `KaleoInstanceToken`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoInstanceToken` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoInstanceTokenId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoInstanceId` bigint DEFAULT NULL, `parentKaleoInstanceTokenId` bigint DEFAULT NULL, `currentKaleoNodeId` bigint DEFAULT NULL, `currentKaleoNodeName` varchar(200) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint DEFAULT NULL, `completed` tinyint DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kaleoInstanceTokenId`), KEY `IX_360D34D9` (`companyId`,`parentKaleoInstanceTokenId`,`completionDate`), KEY `IX_1181057E` (`kaleoDefinitionVersionId`), KEY `IX_F42AAFF6` (`kaleoInstanceId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoInstanceToken` -- LOCK TABLES `KaleoInstanceToken` WRITE; /*!40000 ALTER TABLE `KaleoInstanceToken` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoInstanceToken` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoLog` -- DROP TABLE IF EXISTS `KaleoLog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoLog` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoLogId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoInstanceId` bigint DEFAULT NULL, `kaleoInstanceTokenId` bigint DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint DEFAULT NULL, `kaleoNodeName` varchar(200) DEFAULT NULL, `terminalKaleoNode` tinyint DEFAULT NULL, `kaleoActionId` bigint DEFAULT NULL, `kaleoActionName` varchar(200) DEFAULT NULL, `kaleoActionDescription` longtext, `previousKaleoNodeId` bigint DEFAULT NULL, `previousKaleoNodeName` varchar(200) DEFAULT NULL, `previousAssigneeClassName` varchar(200) DEFAULT NULL, `previousAssigneeClassPK` bigint DEFAULT NULL, `currentAssigneeClassName` varchar(200) DEFAULT NULL, `currentAssigneeClassPK` bigint DEFAULT NULL, `type_` varchar(50) DEFAULT NULL, `comment_` longtext, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `duration` bigint DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoLogId`), KEY `IX_73B5F4DE` (`companyId`), KEY `IX_E66A153A` (`kaleoClassName`,`kaleoClassPK`,`kaleoInstanceTokenId`,`type_`), KEY `IX_935D8E5E` (`kaleoDefinitionVersionId`), KEY `IX_5BC6AB16` (`kaleoInstanceId`), KEY `IX_470B9FF8` (`kaleoInstanceTokenId`,`type_`), KEY `IX_B0CDCA38` (`kaleoTaskInstanceTokenId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoLog` -- LOCK TABLES `KaleoLog` WRITE; /*!40000 ALTER TABLE `KaleoLog` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoLog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoNode` -- DROP TABLE IF EXISTS `KaleoNode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoNode` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoNodeId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `metadata` longtext, `description` longtext, `type_` varchar(20) DEFAULT NULL, `initial_` tinyint DEFAULT NULL, `terminal` tinyint DEFAULT NULL, PRIMARY KEY (`kaleoNodeId`), KEY `IX_4B1D16B4` (`companyId`,`kaleoDefinitionVersionId`), KEY `IX_F066921C` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoNode` -- LOCK TABLES `KaleoNode` WRITE; /*!40000 ALTER TABLE `KaleoNode` DISABLE KEYS */; INSERT INTO `KaleoNode` VALUES (0,40603,0,20101,20105,NULL,'2023-02-22 17:00:54.507000','2023-02-22 17:00:54.507000',40602,'approved','{ \"terminal\": true, \"xy\": [ 380, 51 ] }',NULL,'STATE',0,1),(0,40605,0,20101,20105,NULL,'2023-02-22 17:00:54.537000','2023-02-22 17:00:54.537000',40602,'created','{ \"xy\": [ 36, 51 ] }',NULL,'STATE',1,0),(0,40606,0,20101,20105,NULL,'2023-02-22 17:00:54.552000','2023-02-22 17:00:54.552000',40602,'review','{ \"xy\": [ 168, 36 ] }',NULL,'TASK',0,0),(0,40623,0,20101,20105,NULL,'2023-02-22 17:00:54.660000','2023-02-22 17:00:54.660000',40602,'update','{ \"transitions\": { \"resubmit\": { \"bendpoints\": [ [ 303, 140 ] ] } }, \"xy\": [ 328, 199 ] }',NULL,'TASK',0,0); /*!40000 ALTER TABLE `KaleoNode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoNotification` -- DROP TABLE IF EXISTS `KaleoNotification`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoNotification` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoNotificationId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNodeName` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `executionType` varchar(20) DEFAULT NULL, `template` longtext, `templateLanguage` varchar(75) DEFAULT NULL, `notificationTypes` varchar(255) DEFAULT NULL, PRIMARY KEY (`kaleoNotificationId`), KEY `IX_38829497` (`companyId`), KEY `IX_F3362E93` (`kaleoClassName`,`kaleoClassPK`,`executionType`), KEY `IX_B8486585` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoNotification` -- LOCK TABLES `KaleoNotification` WRITE; /*!40000 ALTER TABLE `KaleoNotification` DISABLE KEYS */; INSERT INTO `KaleoNotification` VALUES (0,40607,0,20101,20105,NULL,'2023-02-22 17:00:54.554000','2023-02-22 17:00:54.554000','com.liferay.portal.workflow.kaleo.model.KaleoNode',40606,40602,'review','Review Notification',NULL,'onAssignment','${userName} sent you a ${entryType} for review in the workflow.','freemarker','email,user-notification'),(0,40609,0,20101,20105,NULL,'2023-02-22 17:00:54.573000','2023-02-22 17:00:54.573000','com.liferay.portal.workflow.kaleo.model.KaleoNode',40606,40602,'review','Review Completion Notification',NULL,'onExit','Your submission was reviewed<#if taskComments?has_content> and the reviewer applied the following ${taskComments}.','freemarker','email'),(0,40625,0,20101,20105,NULL,'2023-02-22 17:00:54.661000','2023-02-22 17:00:54.661000','com.liferay.portal.workflow.kaleo.model.KaleoNode',40623,40602,'update','Creator Modification Notification',NULL,'onAssignment','Your submission was rejected by ${userName}, please modify and resubmit.','freemarker','email,user-notification'); /*!40000 ALTER TABLE `KaleoNotification` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoNotificationRecipient` -- DROP TABLE IF EXISTS `KaleoNotificationRecipient`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoNotificationRecipient` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoNotificationRecipientId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNotificationId` bigint DEFAULT NULL, `recipientClassName` varchar(200) DEFAULT NULL, `recipientClassPK` bigint DEFAULT NULL, `recipientRoleType` int DEFAULT NULL, `recipientScript` longtext, `recipientScriptLanguage` varchar(75) DEFAULT NULL, `recipientScriptContexts` longtext, `address` varchar(255) DEFAULT NULL, `notificationReceptionType` varchar(3) DEFAULT NULL, PRIMARY KEY (`kaleoNotificationRecipientId`), KEY `IX_2C8C4AF4` (`companyId`), KEY `IX_B6D98988` (`kaleoDefinitionVersionId`), KEY `IX_7F4FED02` (`kaleoNotificationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoNotificationRecipient` -- LOCK TABLES `KaleoNotificationRecipient` WRITE; /*!40000 ALTER TABLE `KaleoNotificationRecipient` DISABLE KEYS */; INSERT INTO `KaleoNotificationRecipient` VALUES (0,40608,0,20101,20105,NULL,'2023-02-22 17:00:54.565000','2023-02-22 17:00:54.565000',40602,40607,'assignees',0,0,'',NULL,NULL,NULL,'to'),(0,40610,0,20101,20105,NULL,'2023-02-22 17:00:54.573000','2023-02-22 17:00:54.573000',40602,40609,'com.liferay.portal.kernel.model.User',0,0,'',NULL,NULL,NULL,'to'),(0,40626,0,20101,20105,NULL,'2023-02-22 17:00:54.661000','2023-02-22 17:00:54.661000',40602,40625,'com.liferay.portal.kernel.model.User',0,0,'',NULL,NULL,NULL,'to'); /*!40000 ALTER TABLE `KaleoNotificationRecipient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoProcess` -- DROP TABLE IF EXISTS `KaleoProcess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoProcess` ( `uuid_` varchar(75) DEFAULT NULL, `kaleoProcessId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDLRecordSetId` bigint DEFAULT NULL, `DDMTemplateId` bigint DEFAULT NULL, `workflowDefinitionName` varchar(75) DEFAULT NULL, `workflowDefinitionVersion` int DEFAULT NULL, PRIMARY KEY (`kaleoProcessId`), UNIQUE KEY `IX_C6B8ACEB` (`uuid_`,`groupId`), KEY `IX_65CA6CC9` (`DDLRecordSetId`), KEY `IX_A29A06D5` (`groupId`), KEY `IX_C1C03029` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoProcess` -- LOCK TABLES `KaleoProcess` WRITE; /*!40000 ALTER TABLE `KaleoProcess` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoProcess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoProcessLink` -- DROP TABLE IF EXISTS `KaleoProcessLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoProcessLink` ( `kaleoProcessLinkId` bigint NOT NULL, `kaleoProcessId` bigint DEFAULT NULL, `workflowTaskName` varchar(75) DEFAULT NULL, `DDMTemplateId` bigint DEFAULT NULL, PRIMARY KEY (`kaleoProcessLinkId`), UNIQUE KEY `IX_10E0E9D0` (`kaleoProcessId`,`workflowTaskName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoProcessLink` -- LOCK TABLES `KaleoProcessLink` WRITE; /*!40000 ALTER TABLE `KaleoProcessLink` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoProcessLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTask` -- DROP TABLE IF EXISTS `KaleoTask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTask` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTaskId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNodeId` bigint DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, PRIMARY KEY (`kaleoTaskId`), KEY `IX_E1F8B23D` (`companyId`), KEY `IX_FECA871F` (`kaleoDefinitionVersionId`), KEY `IX_77B3F1A2` (`kaleoNodeId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTask` -- LOCK TABLES `KaleoTask` WRITE; /*!40000 ALTER TABLE `KaleoTask` DISABLE KEYS */; INSERT INTO `KaleoTask` VALUES (0,40611,0,20101,20105,NULL,'2023-02-22 17:00:54.597000','2023-02-22 17:00:54.597000',40602,40606,'review',NULL),(0,40627,0,20101,20105,NULL,'2023-02-22 17:00:54.678000','2023-02-22 17:00:54.678000',40602,40623,'update',NULL); /*!40000 ALTER TABLE `KaleoTask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTaskAssignment` -- DROP TABLE IF EXISTS `KaleoTaskAssignment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTaskAssignment` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTaskAssignmentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNodeId` bigint DEFAULT NULL, `assigneeClassName` varchar(200) DEFAULT NULL, `assigneeClassPK` bigint DEFAULT NULL, `assigneeActionId` varchar(75) DEFAULT NULL, `assigneeScript` longtext, `assigneeScriptLanguage` varchar(75) DEFAULT NULL, `assigneeScriptRequiredContexts` longtext, PRIMARY KEY (`kaleoTaskAssignmentId`), KEY `IX_611732B0` (`companyId`), KEY `IX_1087068E` (`kaleoClassName`,`kaleoClassPK`,`assigneeClassName`), KEY `IX_E362B24C` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTaskAssignment` -- LOCK TABLES `KaleoTaskAssignment` WRITE; /*!40000 ALTER TABLE `KaleoTaskAssignment` DISABLE KEYS */; INSERT INTO `KaleoTaskAssignment` VALUES (0,40612,0,20101,20105,NULL,'2023-02-22 17:00:54.610000','2023-02-22 17:00:54.610000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',40613,NULL,'',NULL,NULL),(0,40614,0,20101,20105,NULL,'2023-02-22 17:00:54.625000','2023-02-22 17:00:54.625000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',20107,NULL,'',NULL,NULL),(0,40615,0,20101,20105,NULL,'2023-02-22 17:00:54.625000','2023-02-22 17:00:54.625000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',20113,NULL,'',NULL,NULL),(0,40616,0,20101,20105,NULL,'2023-02-22 17:00:54.625000','2023-02-22 17:00:54.625000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',20114,NULL,'',NULL,NULL),(0,40617,0,20101,20105,NULL,'2023-02-22 17:00:54.625000','2023-02-22 17:00:54.625000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',20116,NULL,'',NULL,NULL),(0,40618,0,20101,20105,NULL,'2023-02-22 17:00:54.625000','2023-02-22 17:00:54.625000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',40619,NULL,'',NULL,NULL),(0,40620,0,20101,20105,NULL,'2023-02-22 17:00:54.631000','2023-02-22 17:00:54.631000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',20118,NULL,'',NULL,NULL),(0,40621,0,20101,20105,NULL,'2023-02-22 17:00:54.631000','2023-02-22 17:00:54.631000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40611,40602,0,'com.liferay.portal.kernel.model.Role',40622,NULL,'',NULL,NULL),(0,40628,0,20101,20105,NULL,'2023-02-22 17:00:54.678000','2023-02-22 17:00:54.678000','com.liferay.portal.workflow.kaleo.model.KaleoTask',40627,40602,0,'com.liferay.portal.kernel.model.User',0,NULL,'',NULL,NULL); /*!40000 ALTER TABLE `KaleoTaskAssignment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTaskAssignmentInstance` -- DROP TABLE IF EXISTS `KaleoTaskAssignmentInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTaskAssignmentInstance` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTaskAssignmentInstanceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoInstanceId` bigint DEFAULT NULL, `kaleoInstanceTokenId` bigint DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint DEFAULT NULL, `kaleoTaskId` bigint DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `assigneeClassName` varchar(200) DEFAULT NULL, `assigneeClassPK` bigint DEFAULT NULL, `completed` tinyint DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kaleoTaskAssignmentInstanceId`), KEY `IX_3BD436FD` (`assigneeClassName`,`assigneeClassPK`), KEY `IX_6E3CDA1B` (`companyId`), KEY `IX_38A47B17` (`groupId`,`assigneeClassPK`), KEY `IX_B751E781` (`kaleoDefinitionVersionId`), KEY `IX_67A9EE93` (`kaleoInstanceId`), KEY `IX_CF204C89` (`kaleoTaskInstanceTokenId`,`assigneeClassName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTaskAssignmentInstance` -- LOCK TABLES `KaleoTaskAssignmentInstance` WRITE; /*!40000 ALTER TABLE `KaleoTaskAssignmentInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoTaskAssignmentInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTaskForm` -- DROP TABLE IF EXISTS `KaleoTaskForm`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTaskForm` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTaskFormId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNodeId` bigint DEFAULT NULL, `kaleoTaskId` bigint DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `formCompanyId` bigint DEFAULT NULL, `formDefinition` longtext, `formGroupId` bigint DEFAULT NULL, `formId` bigint DEFAULT NULL, `formUuid` varchar(75) DEFAULT NULL, `metadata` longtext, `priority` int DEFAULT NULL, PRIMARY KEY (`kaleoTaskFormId`), KEY `IX_EFDA7E59` (`companyId`), KEY `IX_3B8B7F83` (`kaleoDefinitionVersionId`), KEY `IX_945326BE` (`kaleoNodeId`), KEY `IX_E38A5954` (`kaleoTaskId`,`formUuid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTaskForm` -- LOCK TABLES `KaleoTaskForm` WRITE; /*!40000 ALTER TABLE `KaleoTaskForm` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoTaskForm` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTaskFormInstance` -- DROP TABLE IF EXISTS `KaleoTaskFormInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTaskFormInstance` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTaskFormInstanceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoInstanceId` bigint DEFAULT NULL, `kaleoTaskId` bigint DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint DEFAULT NULL, `kaleoTaskFormId` bigint DEFAULT NULL, `formValues` longtext, `formValueEntryGroupId` bigint DEFAULT NULL, `formValueEntryId` bigint DEFAULT NULL, `formValueEntryUuid` varchar(75) DEFAULT NULL, `metadata` longtext, PRIMARY KEY (`kaleoTaskFormInstanceId`), KEY `IX_77B26CC4` (`companyId`), KEY `IX_F118DB8` (`kaleoDefinitionVersionId`), KEY `IX_FF271E7C` (`kaleoInstanceId`), KEY `IX_E7F42BD0` (`kaleoTaskFormId`), KEY `IX_2A86346C` (`kaleoTaskId`), KEY `IX_2C81C992` (`kaleoTaskInstanceTokenId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTaskFormInstance` -- LOCK TABLES `KaleoTaskFormInstance` WRITE; /*!40000 ALTER TABLE `KaleoTaskFormInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoTaskFormInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTaskInstanceToken` -- DROP TABLE IF EXISTS `KaleoTaskInstanceToken`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTaskInstanceToken` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTaskInstanceTokenId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoInstanceId` bigint DEFAULT NULL, `kaleoInstanceTokenId` bigint DEFAULT NULL, `kaleoTaskId` bigint DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint DEFAULT NULL, `completionUserId` bigint DEFAULT NULL, `completed` tinyint DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `dueDate` datetime(6) DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoTaskInstanceTokenId`), KEY `IX_A3271995` (`className`,`classPK`), KEY `IX_997FE723` (`companyId`), KEY `IX_B2822979` (`kaleoDefinitionVersionId`), KEY `IX_B857A115` (`kaleoInstanceId`,`kaleoTaskId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTaskInstanceToken` -- LOCK TABLES `KaleoTaskInstanceToken` WRITE; /*!40000 ALTER TABLE `KaleoTaskInstanceToken` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoTaskInstanceToken` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTimer` -- DROP TABLE IF EXISTS `KaleoTimer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTimer` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTimerId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `blocking` tinyint DEFAULT NULL, `description` longtext, `duration` double DEFAULT NULL, `scale` varchar(75) DEFAULT NULL, `recurrenceDuration` double DEFAULT NULL, `recurrenceScale` varchar(75) DEFAULT NULL, PRIMARY KEY (`kaleoTimerId`), KEY `IX_1A479F32` (`kaleoClassName`,`kaleoClassPK`,`blocking`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTimer` -- LOCK TABLES `KaleoTimer` WRITE; /*!40000 ALTER TABLE `KaleoTimer` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoTimer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTimerInstanceToken` -- DROP TABLE IF EXISTS `KaleoTimerInstanceToken`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTimerInstanceToken` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTimerInstanceTokenId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoInstanceId` bigint DEFAULT NULL, `kaleoInstanceTokenId` bigint DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint DEFAULT NULL, `kaleoTimerId` bigint DEFAULT NULL, `kaleoTimerName` varchar(200) DEFAULT NULL, `blocking` tinyint DEFAULT NULL, `completionUserId` bigint DEFAULT NULL, `completed` tinyint DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `workflowContext` longtext, PRIMARY KEY (`kaleoTimerInstanceTokenId`), KEY `IX_DB96C55B` (`kaleoInstanceId`), KEY `IX_F904A89A` (`kaleoInstanceTokenId`,`blocking`,`completed`), KEY `IX_DB279423` (`kaleoInstanceTokenId`,`completed`), KEY `IX_13A5BA2C` (`kaleoInstanceTokenId`,`kaleoTimerId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTimerInstanceToken` -- LOCK TABLES `KaleoTimerInstanceToken` WRITE; /*!40000 ALTER TABLE `KaleoTimerInstanceToken` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoTimerInstanceToken` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTransition` -- DROP TABLE IF EXISTS `KaleoTransition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `KaleoTransition` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `kaleoTransitionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint DEFAULT NULL, `kaleoNodeId` bigint DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `sourceKaleoNodeId` bigint DEFAULT NULL, `sourceKaleoNodeName` varchar(200) DEFAULT NULL, `targetKaleoNodeId` bigint DEFAULT NULL, `targetKaleoNodeName` varchar(200) DEFAULT NULL, `defaultTransition` tinyint DEFAULT NULL, PRIMARY KEY (`kaleoTransitionId`), KEY `IX_41D6C6D` (`companyId`), KEY `IX_16B426EF` (`kaleoDefinitionVersionId`), KEY `IX_A38E2194` (`kaleoNodeId`,`defaultTransition`), KEY `IX_85268A11` (`kaleoNodeId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoTransition` -- LOCK TABLES `KaleoTransition` WRITE; /*!40000 ALTER TABLE `KaleoTransition` DISABLE KEYS */; INSERT INTO `KaleoTransition` VALUES (0,40629,0,20101,20105,NULL,'2023-02-22 17:00:54.696000','2023-02-22 17:00:54.696000',40602,40605,'review',NULL,40605,'created',40606,'review',1),(0,40630,0,20101,20105,NULL,'2023-02-22 17:00:54.725000','2023-02-22 17:00:54.725000',40602,40606,'approve',NULL,40606,'review',40603,'approved',1),(0,40631,0,20101,20105,NULL,'2023-02-22 17:00:54.739000','2023-02-22 17:00:54.739000',40602,40606,'reject',NULL,40606,'review',40623,'update',0),(0,40632,0,20101,20105,NULL,'2023-02-22 17:00:54.752000','2023-02-22 17:00:54.752000',40602,40623,'resubmit',NULL,40623,'update',40606,'review',1); /*!40000 ALTER TABLE `KaleoTransition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Layout` -- DROP TABLE IF EXISTS `Layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Layout` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `headId` bigint DEFAULT NULL, `head` tinyint DEFAULT NULL, `plid` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentPlid` bigint DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `layoutId` bigint DEFAULT NULL, `parentLayoutId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `hidden_` tinyint DEFAULT NULL, `system_` tinyint DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `iconImageId` bigint DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `priority` int DEFAULT NULL, `layoutPrototypeUuid` varchar(75) DEFAULT NULL, `layoutPrototypeLinkEnabled` tinyint DEFAULT NULL, `sourcePrototypeLayoutUuid` varchar(75) DEFAULT NULL, `publishDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`plid`), UNIQUE KEY `IX_C1143B45` (`groupId`,`privateLayout`,`friendlyURL`,`head`), UNIQUE KEY `IX_D2DE1750` (`groupId`,`privateLayout`,`layoutId`,`head`), UNIQUE KEY `IX_9D3FD85F` (`headId`), UNIQUE KEY `IX_92B7E1CB` (`uuid_`,`groupId`,`privateLayout`,`head`), KEY `IX_51E088F9` (`classNameId`,`classPK`,`head`), KEY `IX_2784596C` (`companyId`,`head`), KEY `IX_9053895F` (`companyId`,`layoutPrototypeUuid`,`head`), KEY `IX_59537C6E` (`groupId`,`head`), KEY `IX_671BB637` (`groupId`,`privateLayout`,`head`), KEY `IX_FA09D05A` (`groupId`,`privateLayout`,`parentLayoutId`,`head`), KEY `IX_E522C833` (`groupId`,`privateLayout`,`parentLayoutId`,`hidden_`,`head`), KEY `IX_BEBF8A72` (`groupId`,`privateLayout`,`parentLayoutId`,`priority`,`head`), KEY `IX_1D111BED` (`groupId`,`privateLayout`,`sourcePrototypeLayoutUuid`,`head`), KEY `IX_D5BB5E26` (`groupId`,`privateLayout`,`type_`,`head`), KEY `IX_C1B97C0F` (`groupId`,`type_`,`head`), KEY `IX_21EDFF91` (`iconImageId`,`head`), KEY `IX_2CF17767` (`layoutPrototypeUuid`,`head`), KEY `IX_4D429CB9` (`parentPlid`,`head`), KEY `IX_8B11DB94` (`privateLayout`,`iconImageId`,`head`), KEY `IX_F3C667A0` (`sourcePrototypeLayoutUuid`,`head`), KEY `IX_7324ED58` (`uuid_`,`companyId`,`head`), KEY `IX_C4F95DF8` (`uuid_`,`head`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Layout` -- LOCK TABLES `Layout` WRITE; /*!40000 ALTER TABLE `Layout` DISABLE KEYS */; INSERT INTO `Layout` VALUES (0,'2dabf0d0-7398-9f3d-9a03-586af6890316',1,0,1,20119,20101,20105,NULL,'2023-02-22 16:58:31.240000','2023-02-22 16:58:31.240000',0,1,1,0,0,0,'Control Panel','','',NULL,NULL,'control_panel','privateLayout=true\n',0,0,'/manage',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 16:58:31.240000',NULL),(1,'9c260c98-62c0-3cf7-62f4-d09aec408aec',2,0,2,20124,20101,20105,NULL,'2023-02-22 16:58:31.411000','2023-02-22 16:58:31.459000',0,0,1,0,0,0,'Home','','',NULL,NULL,'portlet','column-1=com_liferay_hello_world_web_portlet_HelloWorldPortlet,\nlayout-template-id=1_column\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 16:58:31.411000',NULL),(0,'0661fa30-713f-6ec1-8fed-4ffff0627a8d',3,0,3,20123,20101,20105,NULL,'2023-02-22 16:58:37.696000','2023-02-22 16:58:37.696000',0,0,1,0,0,0,'Shared','','',NULL,NULL,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','layoutUpdateable=false\n',1,0,'/shared',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 16:58:37.696000',NULL),(0,'bf5cfb0d-2251-b257-fad9-1b80c83f9814',4,0,4,20123,20101,20105,NULL,'2023-02-22 16:58:37.771000','2023-02-22 16:58:37.771000',0,1,1,0,0,0,'Shared','','',NULL,NULL,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','layoutUpdateable=false\nprivateLayout=true\n',1,0,'/shared',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 16:58:37.771000',NULL),(22,'d6000f52-73be-1f4e-42a9-f3f6cb5eabf1',5,0,5,40305,20101,20105,NULL,'2023-02-22 17:00:51.382000','2023-02-22 17:00:52.405000',0,1,1,0,0,0,'SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken','','',NULL,NULL,'portlet','column-1=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_1Ca9l6HIadNj,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_1Ca9l6HIadNj,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_1Ca9l6HIadNj,\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n',0,0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 17:00:51.382000',NULL),(11,'e79fcc23-26c4-2cf3-c27c-134cc896a91e',6,0,6,20124,20101,20105,NULL,'2023-02-22 17:00:52.526000','2023-02-22 17:00:53.106000',0,0,2,0,0,0,'SearchالبحثCerca搜索ZoekenHakuRechercherSucheKeresés検索BuscaBúsquedaSök','','Display search results with a default set of facets.اعرض نتائج البحث مع مجموعة افتراضية من الواجهات.Mostra els resultats de cerca amb un conjunt de facetes predeterminades.通过默认Facet集显示搜索结果。Zoekresultaten met een standaard facettenset weergeven.Näytä hakutulokset oletusfacettisarjalla.Afficher les résultats de recherche avec un jeu de facettes par défaut.Suchergebnisse mit einem standardmäßigen Facettenset anzeigen.Megjeleníti a keresési eredményeket az alapértelmezett fazettakészlettel.ファセットの既定のセットで検索結果を表示します。Exibir resultados de pesquisa com um conjunto de facetas padrão.Mostrar resultados de la búsqueda con un conjunto por defecto de facetas.Visa sökresultat med en standarduppsättning av fasetter.',NULL,NULL,'portlet','column-1=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_1Ca9l6HIadNj,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_1Ca9l6HIadNj,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_1Ca9l6HIadNj,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_1Ca9l6HIadNj,\nlast-merge-time=1677085253101\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n',1,0,'/search',0,NULL,NULL,'',1,'db037dc4-ebd4-e86c-53fb-15477af6ee71',0,NULL,'2023-02-22 17:00:52.526000',NULL),(4,'fd919f76-f291-a0ce-77b1-3753c640ddc2',7,0,7,41042,20101,20105,NULL,'2023-02-22 17:01:03.692000','2023-02-22 17:01:05.407000',0,1,1,0,0,0,'BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog','','',NULL,NULL,'portlet','column-1=com_liferay_blogs_web_portlet_BlogsPortlet,\ncolumn-2=com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_COC7QqJQsOdt,com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 17:01:03.692000',NULL),(4,'e9239347-56d0-5f29-cff0-d4c7db10331b',8,0,8,41068,20101,20105,NULL,'2023-02-22 17:01:06.314000','2023-02-22 17:01:06.453000',0,1,1,0,0,0,'WikiWikiWikiノードNoeud de page WikiWiki csomópontokWikisWikiويكيWikitWikiWiki节点WikiWiki','','',NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_1afWTsFbQCmW,com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_diYPRi5XWOMP,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 17:01:06.314000',NULL),(4,'ca9ff484-fcaf-c462-44d7-3cfc90dbe361',9,0,9,41159,20101,20105,NULL,'2023-02-22 17:01:09.915000','2023-02-22 17:01:10.064000',0,1,1,0,0,0,'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina','','',NULL,NULL,'portlet','column-1=com_liferay_social_activities_web_portlet_SocialActivitiesPortlet,\ncolumn-2=com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet,com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_9eyjqRduxAbG,\nlayout-template-id=2_columns_i\nprivateLayout=true\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 17:01:09.915000',NULL),(2,'c0fcad15-7d31-69d6-7bb0-71c10193125d',10,0,10,41159,20101,20105,NULL,'2023-02-22 17:01:10.089000','2023-02-22 17:01:10.201000',0,1,2,0,0,0,'Dokument och MediaDocumentos e MídiasドキュメントとメディアDocuments et médiasDokumentumok és médiafájlokDokumenteDocuments i fitxers multimèdiaمكتبة المستنداتAsiakirjat ja mediaDocuments and Media文档与媒体Documentos y multimediaDocumenten en Media','','',NULL,NULL,'portlet','column-1=com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_RGkmtiIMJ2wO,\nlayout-template-id=1_column\nprivateLayout=true\n',0,0,'/documents',0,NULL,NULL,'',1,NULL,0,NULL,'2023-02-22 17:01:10.089000',NULL),(4,'bf6fd196-b2b8-d850-b10f-e48c6b5bf4d2',11,0,11,41159,20101,20105,NULL,'2023-02-22 17:01:10.239000','2023-02-22 17:01:10.405000',0,1,3,0,0,0,'NewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNews','','',NULL,NULL,'portlet','column-1=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_hE1qZj0wU2kH,\ncolumn-2=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_9BSbynnuWrrN,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/news',0,NULL,NULL,'',2,NULL,0,NULL,'2023-02-22 17:01:10.239000',NULL),(4,'5bbf3d38-53c6-a037-e874-2e4110643eac',12,0,12,41176,20101,20105,NULL,'2023-02-22 17:01:10.690000','2023-02-22 17:01:10.822000',0,1,1,0,0,0,'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina','','',NULL,NULL,'portlet','column-1=com_liferay_message_boards_web_portlet_MBPortlet,\ncolumn-2=com_liferay_polls_web_portlet_PollsDisplayPortlet_INSTANCE_Hlca2aBCnv54,com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_nLdKywm1StnF,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2023-02-22 17:01:10.690000',NULL),(3,'1215f457-cfaf-5ec3-529c-0a7994f538c4',13,0,13,41176,20101,20105,NULL,'2023-02-22 17:01:10.849000','2023-02-22 17:01:11.042000',0,1,2,0,0,0,'WikiWikiWikiノードNoeud de page WikiWiki csomópontokWikisWikiويكيWikitWikiWiki节点WikiWiki','','',NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_xPXOqKtxXW92,com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_PSV1HA3fWOYn,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/wiki',0,NULL,NULL,'',1,NULL,0,NULL,'2023-02-22 17:01:10.849000',NULL); /*!40000 ALTER TABLE `Layout` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutBranch` -- DROP TABLE IF EXISTS `LayoutBranch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutBranch` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `layoutBranchId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `layoutSetBranchId` bigint DEFAULT NULL, `plid` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `master` tinyint DEFAULT NULL, PRIMARY KEY (`layoutBranchId`), UNIQUE KEY `IX_FD57097D` (`layoutSetBranchId`,`plid`,`name`), KEY `IX_A705FF94` (`layoutSetBranchId`,`plid`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutBranch` -- LOCK TABLES `LayoutBranch` WRITE; /*!40000 ALTER TABLE `LayoutBranch` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutBranch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutFriendlyURL` -- DROP TABLE IF EXISTS `LayoutFriendlyURL`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutFriendlyURL` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutFriendlyURLId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `plid` bigint DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutFriendlyURLId`), UNIQUE KEY `IX_A6FC2B28` (`groupId`,`privateLayout`,`friendlyURL`,`languageId`), UNIQUE KEY `IX_C5762E72` (`plid`,`languageId`), UNIQUE KEY `IX_326525D6` (`uuid_`,`groupId`), KEY `IX_EAB317C8` (`companyId`), KEY `IX_59051329` (`plid`,`friendlyURL`), KEY `IX_F4321A54` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutFriendlyURL` -- LOCK TABLES `LayoutFriendlyURL` WRITE; /*!40000 ALTER TABLE `LayoutFriendlyURL` DISABLE KEYS */; INSERT INTO `LayoutFriendlyURL` VALUES (0,'1e159fc0-ce94-1b9b-520a-fa464e9dab4d',20121,20119,20101,20105,NULL,'2023-02-22 16:58:31.281000','2023-02-22 16:58:31.281000',1,1,'/manage','en_US',NULL),(0,'19f8e925-1bed-2334-8390-45c410bcf7ab',20125,20124,20101,20105,NULL,'2023-02-22 16:58:31.441000','2023-02-22 16:58:31.441000',2,0,'/home','en_US',NULL),(0,'00f528c6-4672-5042-e71a-e86f92b0147d',20808,20123,20101,20105,NULL,'2023-02-22 16:58:37.711000','2023-02-22 16:58:37.711000',3,0,'/shared','en_US',NULL),(0,'dcab7a9a-b1d3-1687-120b-fe3bc3f1c0d4',20810,20123,20101,20105,NULL,'2023-02-22 16:58:37.784000','2023-02-22 16:58:37.784000',4,1,'/shared','en_US',NULL),(0,'8f725045-1673-76c5-f44c-9cf1c6cf974e',40333,40305,20101,20105,NULL,'2023-02-22 17:00:51.403000','2023-02-22 17:00:51.403000',5,1,'/layout','en_US',NULL),(1,'10c19af8-6dfa-555a-18b2-4a5cd8c4fb23',40383,20124,20101,20105,NULL,'2023-02-22 17:00:52.538000','2023-02-22 17:00:52.605000',6,0,'/search','en_US',NULL),(0,'46045cd1-5321-e634-c20e-b637fadc5724',41046,41042,20101,20105,NULL,'2023-02-22 17:01:03.707000','2023-02-22 17:01:03.707000',7,1,'/layout','en_US',NULL),(0,'ce0aed57-9751-1854-1c22-4fa1feeff0be',41069,41068,20101,20105,NULL,'2023-02-22 17:01:06.336000','2023-02-22 17:01:06.336000',8,1,'/layout','en_US',NULL),(0,'45c25307-7918-f325-ef90-1559fef72532',41160,41159,20101,20105,NULL,'2023-02-22 17:01:09.937000','2023-02-22 17:01:09.937000',9,1,'/home','en_US',NULL),(0,'9f5f1f2a-00f8-a67a-0885-162aaba5605b',41163,41159,20101,20105,NULL,'2023-02-22 17:01:10.105000','2023-02-22 17:01:10.105000',10,1,'/documents','en_US',NULL),(0,'8d3839e7-5883-c8bd-569b-e02e0d4e1a27',41166,41159,20101,20105,NULL,'2023-02-22 17:01:10.258000','2023-02-22 17:01:10.258000',11,1,'/news','en_US',NULL),(0,'acc2bdf0-3f10-3815-8043-d19f9f73da7a',41177,41176,20101,20105,NULL,'2023-02-22 17:01:10.705000','2023-02-22 17:01:10.705000',12,1,'/home','en_US',NULL),(0,'e6d9c87d-9b25-4699-dc8f-cb22f6ce8ded',41182,41176,20101,20105,NULL,'2023-02-22 17:01:10.871000','2023-02-22 17:01:10.871000',13,1,'/wiki','en_US',NULL); /*!40000 ALTER TABLE `LayoutFriendlyURL` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutPageTemplateCollection` -- DROP TABLE IF EXISTS `LayoutPageTemplateCollection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutPageTemplateCollection` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateCollectionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutPageTemplateCollectionId`), UNIQUE KEY `IX_D569E8F2` (`groupId`,`name`), UNIQUE KEY `IX_9E4EAA8D` (`uuid_`,`groupId`), KEY `IX_BCD4D4B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutPageTemplateCollection` -- LOCK TABLES `LayoutPageTemplateCollection` WRITE; /*!40000 ALTER TABLE `LayoutPageTemplateCollection` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutPageTemplateCollection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutPageTemplateEntry` -- DROP TABLE IF EXISTS `LayoutPageTemplateEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutPageTemplateEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutPageTemplateCollectionId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classTypeId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `previewFileEntryId` bigint DEFAULT NULL, `defaultTemplate` tinyint DEFAULT NULL, `layoutPrototypeId` bigint DEFAULT NULL, `plid` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutPageTemplateEntryId`), UNIQUE KEY `IX_A075DAA4` (`groupId`,`name`), UNIQUE KEY `IX_84D30230` (`plid`), UNIQUE KEY `IX_34C0EF1B` (`uuid_`,`groupId`), KEY `IX_957F6C5D` (`groupId`,`classNameId`,`classTypeId`,`defaultTemplate`,`status`), KEY `IX_E2488048` (`groupId`,`classNameId`,`classTypeId`,`name`,`type_`,`status`), KEY `IX_227636E7` (`groupId`,`classNameId`,`classTypeId`,`type_`,`status`), KEY `IX_1736F4A2` (`groupId`,`classNameId`,`defaultTemplate`), KEY `IX_CD171EDF` (`groupId`,`classNameId`,`type_`,`defaultTemplate`), KEY `IX_4C3A286A` (`groupId`,`layoutPageTemplateCollectionId`,`name`,`status`), KEY `IX_A4733F6B` (`groupId`,`layoutPageTemplateCollectionId`,`status`), KEY `IX_4BCAC4B0` (`groupId`,`layoutPageTemplateCollectionId`,`type_`), KEY `IX_6120EE7E` (`groupId`,`layoutPrototypeId`), KEY `IX_1F1BEA76` (`groupId`,`type_`,`status`), KEY `IX_A185457E` (`layoutPrototypeId`), KEY `IX_CEC0A659` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutPageTemplateEntry` -- LOCK TABLES `LayoutPageTemplateEntry` WRITE; /*!40000 ALTER TABLE `LayoutPageTemplateEntry` DISABLE KEYS */; INSERT INTO `LayoutPageTemplateEntry` VALUES (0,'c0524ccc-86a7-519c-fcdf-09b6e6ebde02',40338,20128,20101,20105,NULL,'2023-02-22 17:00:51.507000','2023-02-22 17:00:51.507000',0,0,0,'Search',2,0,0,40301,5,NULL,0,20105,'20105','2023-02-22 17:00:51.507000'),(0,'0553c1db-0007-1e66-351e-1972d20cc986',41048,20128,20101,20105,NULL,'2023-02-22 17:01:03.725000','2023-02-22 17:01:03.725000',0,0,0,'Blog',2,0,0,41039,7,NULL,0,20105,'20105','2023-02-22 17:01:03.725000'),(0,'46c87b72-8c46-6eb4-7d86-300cc7ded04c',41071,20128,20101,20105,NULL,'2023-02-22 17:01:06.348000','2023-02-22 17:01:06.348000',0,0,0,'Wiki',2,0,0,41067,8,NULL,0,20105,'20105','2023-02-22 17:01:06.348000'); /*!40000 ALTER TABLE `LayoutPageTemplateEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutPageTemplateStructure` -- DROP TABLE IF EXISTS `LayoutPageTemplateStructure`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutPageTemplateStructure` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateStructureId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`layoutPageTemplateStructureId`), UNIQUE KEY `IX_87B60D9` (`groupId`,`classNameId`,`classPK`), UNIQUE KEY `IX_4DB1775C` (`uuid_`,`groupId`), KEY `IX_6DB0225A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutPageTemplateStructure` -- LOCK TABLES `LayoutPageTemplateStructure` WRITE; /*!40000 ALTER TABLE `LayoutPageTemplateStructure` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutPageTemplateStructure` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutPageTemplateStructureRel` -- DROP TABLE IF EXISTS `LayoutPageTemplateStructureRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutPageTemplateStructureRel` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `lPageTemplateStructureRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutPageTemplateStructureId` bigint DEFAULT NULL, `segmentsExperienceId` bigint DEFAULT NULL, `data_` longtext, PRIMARY KEY (`lPageTemplateStructureRelId`), UNIQUE KEY `IX_BB165B45` (`layoutPageTemplateStructureId`,`segmentsExperienceId`), UNIQUE KEY `IX_2467A355` (`uuid_`,`groupId`), KEY `IX_12808938` (`segmentsExperienceId`), KEY `IX_6F8B3413` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutPageTemplateStructureRel` -- LOCK TABLES `LayoutPageTemplateStructureRel` WRITE; /*!40000 ALTER TABLE `LayoutPageTemplateStructureRel` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutPageTemplateStructureRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutPrototype` -- DROP TABLE IF EXISTS `LayoutPrototype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutPrototype` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPrototypeId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`layoutPrototypeId`), KEY `IX_557A639F` (`companyId`,`active_`), KEY `IX_63ED2532` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutPrototype` -- LOCK TABLES `LayoutPrototype` WRITE; /*!40000 ALTER TABLE `LayoutPrototype` DISABLE KEYS */; INSERT INTO `LayoutPrototype` VALUES (0,'db037dc4-ebd4-e86c-53fb-15477af6ee71',40301,20101,20105,NULL,'2023-02-22 17:00:50.682000','2023-02-22 17:00:50.682000','SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken','Visa sökresultat med en standarduppsättning av fasetter.Exibir resultados de pesquisa com um conjunto de facetas padrão.ファセットの既定のセットで検索結果を表示します。Afficher les résultats de recherche avec un jeu de facettes par défaut.Megjeleníti a keresési eredményeket az alapértelmezett fazettakészlettel.Suchergebnisse mit einem standardmäßigen Facettenset anzeigen.Mostra els resultats de cerca amb un conjunt de facetes predeterminades.اعرض نتائج البحث مع مجموعة افتراضية من الواجهات.Näytä hakutulokset oletusfacettisarjalla.Display search results with a default set of facets.通过默认Facet集显示搜索结果。Mostrar resultados de la búsqueda con un conjunto por defecto de facetas.Zoekresultaten met een standaard facettenset weergeven.',NULL,1),(0,'51847f1f-3fd2-ed6e-ab4d-f8eef6797be7',41039,20101,20105,NULL,'2023-02-22 17:01:03.366000','2023-02-22 17:01:03.366000','BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog','Skapa, redigera och visa bloggar från den här sidan. Utforska ämnen genom att använda taggar och få kontakt med andra medlemmar som bloggar.Crie, edite e visualize blogs a partir desta página. Explore tópicos utilizando tags e conecte-se a outros membros deste blog.このページからブログの作成、編集、閲覧ができます。タグを使用して記事を検索したり、ブログの他のメンバーを結びつけることができます。Créer, éditer et visualiser les blogs de cette page. Explorer les sujets en utilisant des tags et se connecter à d\'autres membres de ce blog.Hozz létre, szerkessz és tekints meg blogokat erről az oldalról. Fedezd fel a témákat a címkék segítségével és lépj kapcsolatba a többi blog taggal.Erstellen, bearbeiten und ansehen von Blogs dieser Seite. Erkunden Sie Themen mit Hilfe von Tags und verbinden Sie sich mit anderen Mitgliedern, die bloggen.Crear, editar i veure els blogs d\'aquesta pàgina. Explorar temes fent ús de les etiquetes i connectar-se amb altres membres d\'aquest blog.قم بإنشاء وتحرير وعرض المدونات من هذه الصفحة. استكشف الموضوعات باستخدام العلامات وتواصل مع الأعضاء الآخرين المدونين.Luo, muokkaa ja näytä tämän sivun blogit. Selaa aiheita käytämällä tunnisteita ja tutustu muihin tämän blogin kirjoittajiin.Create, edit, and view blogs from this page. Explore topics using tags, and connect with other members that blog.在页面中创建,编辑并且预览博客。通便签导出主题,并也博客中的其他成员联系。Cree, edite y vea blogs desde esta página. Explore los temas usando etiquetas y conecte con otros miembros del blog.Vanaf deze pagina kunt u blogs aanmaken, bewerken en bekijken. Ontdek onderwerpen aan de hand van tags, en verbind met andere leden die bloggen.',NULL,1),(0,'499ad05c-3dff-9ff5-fb82-9e28e859f592',41067,20101,20105,NULL,'2023-02-22 17:01:06.258000','2023-02-22 17:01:06.258000','WikiWikiWikiノードNoeud de page WikiWiki csomópontokWikisWikiويكيWikitWikiWiki节点WikiWiki','Samarbeta med medlemmar genom wikin på den här sidan. Upptäck relaterat innehåll genom taggar och navigera snabbt och enkelt med kategorier.Colabore com os membros através do wiki nesta página. Descubra conteúdo relacionado através de etiquetas e navegue rápida e facilmente com as categorias.このページのWikiを通じてメンバーとコラボレーションできます。タグを利用して関連するコンテンツを見つけたり、カテゴリを使って簡単に情報をたどることができますCollaborez avec les membres par le bias de wiki sur cette page. Découvrez le contenu lié par le biais des tags et naviguez rapidement et facilement avec les catégories.Működjön együtt a tagokkal az ezen az oldalon található wiki-n keresztül. Fedezzen fel kapcsolódó tartalmat címkékkel, és navigáljon gyorsan és könnyen kategóriákkal.Arbeiten Sie mit Hilfe des Wikis dieser Seite mit anderen Mitgliedern zusammen. Entdecken Sie in Verbindung stehende Inhalte über Tags und navigieren Sie schnell und einfach mit Kategorien.Col·labora amb els membres a través de la wiki en aquesta pàgina. Descobreix el contingut relacionat a través d\'etiquetes i navega d\'una forma ràpida i fàcil amb les categories.تعاون مع الأعضاء من خلال ويكي على هذه الصفحة. اكتشف المحتوى ذي الصلة من خلال العلامات، ونتقل بسرعة وسهولة باستخدام الفئات.Tee yhteistyötä jäsenten kanssa wikin kautta tällä sivulla. Tutustu aiheeseen liittyvään sisältöön tunnisteiden kautta ja siirry helposti ja nopeasti luokkien välillä.Collaborate with members through the wiki on this page. Discover related content through tags, and navigate quickly and easily with categories.通过此页的Wiki与成员协作。通过标签搜索相关的内容,快速导航、轻松的类别。Colabora con los miembros a través de la wiki en esta página. Descubre el contenido relacionado a través de etiquetas y navega rápida y fácilmente por las categorías.Werk samen met leden via de wiki op deze pagina. Ontdek verwante inhoud via tags en navigeer snel en eenvoudig met behulp van categorieën.',NULL,1); /*!40000 ALTER TABLE `LayoutPrototype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutRevision` -- DROP TABLE IF EXISTS `LayoutRevision`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutRevision` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `layoutRevisionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutSetBranchId` bigint DEFAULT NULL, `layoutBranchId` bigint DEFAULT NULL, `parentLayoutRevisionId` bigint DEFAULT NULL, `head` tinyint DEFAULT NULL, `major` tinyint DEFAULT NULL, `plid` bigint DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `typeSettings` longtext, `iconImageId` bigint DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutRevisionId`), KEY `IX_43E8286A` (`head`,`plid`), KEY `IX_E10AC39` (`layoutSetBranchId`,`head`,`plid`), KEY `IX_9EC9F954` (`layoutSetBranchId`,`head`,`status`), KEY `IX_38C5DF14` (`layoutSetBranchId`,`layoutBranchId`,`head`,`plid`), KEY `IX_13984800` (`layoutSetBranchId`,`layoutBranchId`,`plid`), KEY `IX_4A84AF43` (`layoutSetBranchId`,`parentLayoutRevisionId`,`plid`), KEY `IX_70DA9ECB` (`layoutSetBranchId`,`plid`,`status`), KEY `IX_7FFAE700` (`layoutSetBranchId`,`status`), KEY `IX_8EC3D2BC` (`plid`,`status`), KEY `IX_421223B1` (`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutRevision` -- LOCK TABLES `LayoutRevision` WRITE; /*!40000 ALTER TABLE `LayoutRevision` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutRevision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSEOEntry` -- DROP TABLE IF EXISTS `LayoutSEOEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutSEOEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutSEOEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `layoutId` bigint DEFAULT NULL, `enabled` tinyint DEFAULT NULL, `canonicalURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutSEOEntryId`), UNIQUE KEY `IX_371B1831` (`groupId`,`privateLayout`,`layoutId`), UNIQUE KEY `IX_429DDEFB` (`uuid_`,`groupId`), KEY `IX_D9211E39` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSEOEntry` -- LOCK TABLES `LayoutSEOEntry` WRITE; /*!40000 ALTER TABLE `LayoutSEOEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutSEOEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSet` -- DROP TABLE IF EXISTS `LayoutSet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutSet` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `headId` bigint DEFAULT NULL, `head` tinyint DEFAULT NULL, `layoutSetId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `logoId` bigint DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `pageCount` int DEFAULT NULL, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint DEFAULT NULL, PRIMARY KEY (`layoutSetId`), UNIQUE KEY `IX_AAF037A5` (`groupId`,`privateLayout`,`head`), UNIQUE KEY `IX_28B7204D` (`headId`), KEY `IX_2C8C9CB7` (`companyId`,`layoutSetPrototypeUuid`,`head`), KEY `IX_50C60CC0` (`groupId`,`head`), KEY `IX_7C82254B` (`layoutSetPrototypeUuid`,`head`), KEY `IX_461CF3ED` (`privateLayout`,`logoId`,`head`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSet` -- LOCK TABLES `LayoutSet` WRITE; /*!40000 ALTER TABLE `LayoutSet` DISABLE KEYS */; INSERT INTO `LayoutSet` VALUES (1,1,0,1,20119,20101,'2023-02-22 16:58:31.125000','2023-02-22 16:58:31.299000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,2,0,2,20119,20101,'2023-02-22 16:58:31.177000','2023-02-22 16:58:31.177000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,3,0,3,20123,20101,'2023-02-22 16:58:31.332000','2023-02-22 16:58:37.790000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(1,4,0,4,20123,20101,'2023-02-22 16:58:31.334000','2023-02-22 16:58:37.717000',0,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,5,0,5,20124,20101,'2023-02-22 16:58:31.367000','2023-02-22 16:58:31.367000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(3,6,0,6,20124,20101,'2023-02-22 16:58:31.372000','2023-02-22 17:00:53.152000',0,20814,'classic_WAR_classictheme','01','',2,'',NULL,0),(0,7,0,7,20127,20101,'2023-02-22 16:58:31.465000','2023-02-22 16:58:31.465000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,8,0,8,20127,20101,'2023-02-22 16:58:31.467000','2023-02-22 16:58:31.467000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,9,0,9,20128,20101,'2023-02-22 16:58:31.497000','2023-02-22 16:58:31.497000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,10,0,10,20128,20101,'2023-02-22 16:58:31.499000','2023-02-22 16:58:31.499000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,11,0,11,20133,20101,'2023-02-22 16:58:32.374000','2023-02-22 16:58:32.374000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,12,0,12,20133,20101,'2023-02-22 16:58:32.375000','2023-02-22 16:58:32.375000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,101,0,101,40305,20101,'2023-02-22 17:00:50.739000','2023-02-22 17:00:51.417000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,102,0,102,40305,20101,'2023-02-22 17:00:50.755000','2023-02-22 17:00:50.755000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,201,0,201,41042,20101,'2023-02-22 17:01:03.420000','2023-02-22 17:01:03.711000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,202,0,202,41042,20101,'2023-02-22 17:01:03.443000','2023-02-22 17:01:03.443000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,203,0,203,41068,20101,'2023-02-22 17:01:06.267000','2023-02-22 17:01:06.341000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,204,0,204,41068,20101,'2023-02-22 17:01:06.270000','2023-02-22 17:01:06.270000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,205,0,205,41110,20101,'2023-02-22 17:01:07.775000','2023-02-22 17:01:07.775000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,206,0,206,41110,20101,'2023-02-22 17:01:07.776000','2023-02-22 17:01:07.776000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(16,207,0,207,41159,20101,'2023-02-22 17:01:09.810000','2023-02-22 17:01:10.405000',1,0,'classic_WAR_classictheme','01','',3,'',NULL,0),(0,208,0,208,41159,20101,'2023-02-22 17:01:09.814000','2023-02-22 17:01:09.814000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(11,209,0,209,41176,20101,'2023-02-22 17:01:10.628000','2023-02-22 17:01:11.042000',1,0,'classic_WAR_classictheme','01','',2,'',NULL,0),(0,210,0,210,41176,20101,'2023-02-22 17:01:10.629000','2023-02-22 17:01:10.629000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0); /*!40000 ALTER TABLE `LayoutSet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSetBranch` -- DROP TABLE IF EXISTS `LayoutSetBranch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutSetBranch` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `layoutSetBranchId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `master` tinyint DEFAULT NULL, `logoId` bigint DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint DEFAULT NULL, PRIMARY KEY (`layoutSetBranchId`), UNIQUE KEY `IX_5FF18552` (`groupId`,`privateLayout`,`name`), KEY `IX_CCF0DA29` (`groupId`,`privateLayout`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSetBranch` -- LOCK TABLES `LayoutSetBranch` WRITE; /*!40000 ALTER TABLE `LayoutSetBranch` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutSetBranch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSetPrototype` -- DROP TABLE IF EXISTS `LayoutSetPrototype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutSetPrototype` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutSetPrototypeId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`layoutSetPrototypeId`), KEY `IX_9178FC71` (`companyId`,`active_`), KEY `IX_D9FFCA84` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSetPrototype` -- LOCK TABLES `LayoutSetPrototype` WRITE; /*!40000 ALTER TABLE `LayoutSetPrototype` DISABLE KEYS */; INSERT INTO `LayoutSetPrototype` VALUES (17,'6b9ddd1c-c38d-1c17-ff9a-514225a494d7',41158,20101,20105,NULL,'2023-02-22 17:01:09.790000','2023-02-22 17:01:10.405000','IntranätplatsSite da IntranetイントラネットサイトSite intranetIntranetes webhelyIntranet-SiteLloc web tipus Intranetموقع الإنترانتIntranet sivustoIntranet Site内网Sitio de intranetIntranet Website','Webbplats med dokument och nyheterSite com Documentos e NotíciasドキュメントとニュースのサイトSite avec documents et actualitésWebhely dokumentumokkal és hírekkelSite mit Dokumenten und NachrichtenLloc amb documents i notíciesموقع يحتوي على مستندات وأخبارAsiakirjoja ja uutisia sisältävä sivustoSite with Documents and News有内容和新闻的站点Sitio con documentos y noticiasSite met documenten en nieuws','layoutsUpdateable=true\n',1),(12,'d9023680-d3b0-3bdb-2c5a-c6c77559a31d',41175,20101,20105,NULL,'2023-02-22 17:01:10.622000','2023-02-22 17:01:11.042000','CommunityplatsSite da ComunidadeコミュニティーサイトSite de communautéKözösségi webhelyCommunity-SiteLloc comunitariموقع اجتماعيYhteisösivustoCommunity Site社区站点Sitio de comunidadCommunity website','Webbplats med forum och wikiSite com Fóruns e WikiWikiとフォーラムのサイトSite avec forums et wikiWebhely Fórumokkal és WikivelSite mit Forum und WikiLlocs amb fòrums i Wikiموقع يحتوي على منتديات وويكيSivusto keskusteluryhmillä ja wikilläSite with Forums and Wiki有论坛和Wiki的站点Sitio con foro y wikiSite met forum en wiki','layoutsUpdateable=true\n',1); /*!40000 ALTER TABLE `LayoutSetPrototype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutSetVersion` -- DROP TABLE IF EXISTS `LayoutSetVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutSetVersion` ( `layoutSetVersionId` bigint NOT NULL, `version` int DEFAULT NULL, `layoutSetId` bigint DEFAULT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `logoId` bigint DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `pageCount` int DEFAULT NULL, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint DEFAULT NULL, PRIMARY KEY (`layoutSetVersionId`), UNIQUE KEY `IX_7CDFE94F` (`groupId`,`privateLayout`,`version`), UNIQUE KEY `IX_D88D5E2B` (`layoutSetId`,`version`), KEY `IX_2997628D` (`companyId`,`layoutSetPrototypeUuid`,`version`), KEY `IX_1F8F53E4` (`groupId`,`version`), KEY `IX_61B651E9` (`layoutSetPrototypeUuid`,`version`), KEY `IX_1D356397` (`privateLayout`,`logoId`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutSetVersion` -- LOCK TABLES `LayoutSetVersion` WRITE; /*!40000 ALTER TABLE `LayoutSetVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutSetVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutVersion` -- DROP TABLE IF EXISTS `LayoutVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `LayoutVersion` ( `layoutVersionId` bigint NOT NULL, `version` int DEFAULT NULL, `uuid_` varchar(75) DEFAULT NULL, `plid` bigint DEFAULT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentPlid` bigint DEFAULT NULL, `privateLayout` tinyint DEFAULT NULL, `layoutId` bigint DEFAULT NULL, `parentLayoutId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `hidden_` tinyint DEFAULT NULL, `system_` tinyint DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `iconImageId` bigint DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `priority` int DEFAULT NULL, `layoutPrototypeUuid` varchar(75) DEFAULT NULL, `layoutPrototypeLinkEnabled` tinyint DEFAULT NULL, `sourcePrototypeLayoutUuid` varchar(75) DEFAULT NULL, `publishDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`layoutVersionId`), UNIQUE KEY `IX_6A5941DB` (`groupId`,`privateLayout`,`friendlyURL`,`version`), UNIQUE KEY `IX_B816A2A8` (`groupId`,`privateLayout`,`layoutId`,`version`), UNIQUE KEY `IX_F852DF29` (`plid`,`version`), UNIQUE KEY `IX_BD8C095` (`uuid_`,`groupId`,`privateLayout`,`version`), KEY `IX_7A62EE5F` (`classNameId`,`classPK`,`version`), KEY `IX_FBF6F939` (`companyId`,`layoutPrototypeUuid`,`version`), KEY `IX_DEFEF354` (`companyId`,`version`), KEY `IX_944302D` (`groupId`,`privateLayout`,`parentLayoutId`,`hidden_`,`version`), KEY `IX_1A490C46` (`groupId`,`privateLayout`,`parentLayoutId`,`priority`,`version`), KEY `IX_23BEB05E` (`groupId`,`privateLayout`,`parentLayoutId`,`version`), KEY `IX_C32CE133` (`groupId`,`privateLayout`,`sourcePrototypeLayoutUuid`,`version`), KEY `IX_7E7D225A` (`groupId`,`privateLayout`,`type_`,`version`), KEY `IX_B9B3D961` (`groupId`,`privateLayout`,`version`), KEY `IX_B3248089` (`groupId`,`type_`,`version`), KEY `IX_F8CF8212` (`groupId`,`version`), KEY `IX_182CF60F` (`iconImageId`,`version`), KEY `IX_B8044279` (`layoutPrototypeUuid`,`version`), KEY `IX_1A7E559F` (`parentPlid`,`version`), KEY `IX_C5652CE4` (`privateLayout`,`iconImageId`,`version`), KEY `IX_45E580A0` (`sourcePrototypeLayoutUuid`,`version`), KEY `IX_E66E67A0` (`uuid_`,`companyId`,`version`), KEY `IX_82FCA548` (`uuid_`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `LayoutVersion` -- LOCK TABLES `LayoutVersion` WRITE; /*!40000 ALTER TABLE `LayoutVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `LayoutVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ListType` -- DROP TABLE IF EXISTS `ListType`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ListType` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `listTypeId` bigint NOT NULL, `name` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, PRIMARY KEY (`listTypeId`), KEY `IX_77729718` (`name`,`type_`), KEY `IX_2932DD37` (`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ListType` -- LOCK TABLES `ListType` WRITE; /*!40000 ALTER TABLE `ListType` DISABLE KEYS */; INSERT INTO `ListType` VALUES (0,10000,'billing','com.liferay.portal.kernel.model.Account.address'),(0,10001,'other','com.liferay.portal.kernel.model.Account.address'),(0,10002,'p-o-box','com.liferay.portal.kernel.model.Account.address'),(0,10003,'shipping','com.liferay.portal.kernel.model.Account.address'),(0,10004,'email-address','com.liferay.portal.kernel.model.Account.emailAddress'),(0,10005,'email-address-2','com.liferay.portal.kernel.model.Account.emailAddress'),(0,10006,'email-address-3','com.liferay.portal.kernel.model.Account.emailAddress'),(0,10007,'fax','com.liferay.portal.kernel.model.Account.phone'),(0,10008,'local','com.liferay.portal.kernel.model.Account.phone'),(0,10009,'other','com.liferay.portal.kernel.model.Account.phone'),(0,10010,'toll-free','com.liferay.portal.kernel.model.Account.phone'),(0,10011,'tty','com.liferay.portal.kernel.model.Account.phone'),(0,10012,'intranet','com.liferay.portal.kernel.model.Account.website'),(0,10013,'public','com.liferay.portal.kernel.model.Account.website'),(0,11000,'business','com.liferay.portal.kernel.model.Contact.address'),(0,11001,'other','com.liferay.portal.kernel.model.Contact.address'),(0,11002,'personal','com.liferay.portal.kernel.model.Contact.address'),(0,11003,'email-address','com.liferay.portal.kernel.model.Contact.emailAddress'),(0,11004,'email-address-2','com.liferay.portal.kernel.model.Contact.emailAddress'),(0,11005,'email-address-3','com.liferay.portal.kernel.model.Contact.emailAddress'),(0,11006,'business','com.liferay.portal.kernel.model.Contact.phone'),(0,11007,'business-fax','com.liferay.portal.kernel.model.Contact.phone'),(0,11008,'mobile-phone','com.liferay.portal.kernel.model.Contact.phone'),(0,11009,'other','com.liferay.portal.kernel.model.Contact.phone'),(0,11010,'pager','com.liferay.portal.kernel.model.Contact.phone'),(0,11011,'personal','com.liferay.portal.kernel.model.Contact.phone'),(0,11012,'personal-fax','com.liferay.portal.kernel.model.Contact.phone'),(0,11013,'tty','com.liferay.portal.kernel.model.Contact.phone'),(0,11014,'dr','com.liferay.portal.kernel.model.Contact.prefix'),(0,11015,'mr','com.liferay.portal.kernel.model.Contact.prefix'),(0,11016,'mrs','com.liferay.portal.kernel.model.Contact.prefix'),(0,11017,'ms','com.liferay.portal.kernel.model.Contact.prefix'),(0,11020,'ii','com.liferay.portal.kernel.model.Contact.suffix'),(0,11021,'iii','com.liferay.portal.kernel.model.Contact.suffix'),(0,11022,'iv','com.liferay.portal.kernel.model.Contact.suffix'),(0,11023,'jr','com.liferay.portal.kernel.model.Contact.suffix'),(0,11024,'phd','com.liferay.portal.kernel.model.Contact.suffix'),(0,11025,'sr','com.liferay.portal.kernel.model.Contact.suffix'),(0,11026,'blog','com.liferay.portal.kernel.model.Contact.website'),(0,11027,'business','com.liferay.portal.kernel.model.Contact.website'),(0,11028,'other','com.liferay.portal.kernel.model.Contact.website'),(0,11029,'personal','com.liferay.portal.kernel.model.Contact.website'),(0,12000,'billing','com.liferay.portal.kernel.model.Organization.address'),(0,12001,'other','com.liferay.portal.kernel.model.Organization.address'),(0,12002,'p-o-box','com.liferay.portal.kernel.model.Organization.address'),(0,12003,'shipping','com.liferay.portal.kernel.model.Organization.address'),(0,12004,'email-address','com.liferay.portal.kernel.model.Organization.emailAddress'),(0,12005,'email-address-2','com.liferay.portal.kernel.model.Organization.emailAddress'),(0,12006,'email-address-3','com.liferay.portal.kernel.model.Organization.emailAddress'),(0,12007,'fax','com.liferay.portal.kernel.model.Organization.phone'),(0,12008,'local','com.liferay.portal.kernel.model.Organization.phone'),(0,12009,'other','com.liferay.portal.kernel.model.Organization.phone'),(0,12010,'toll-free','com.liferay.portal.kernel.model.Organization.phone'),(0,12011,'tty','com.liferay.portal.kernel.model.Organization.phone'),(0,12012,'administrative','com.liferay.portal.kernel.model.Organization.service'),(0,12013,'contracts','com.liferay.portal.kernel.model.Organization.service'),(0,12014,'donation','com.liferay.portal.kernel.model.Organization.service'),(0,12015,'retail','com.liferay.portal.kernel.model.Organization.service'),(0,12016,'training','com.liferay.portal.kernel.model.Organization.service'),(0,12017,'full-member','com.liferay.portal.kernel.model.Organization.status'),(0,12018,'provisional-member','com.liferay.portal.kernel.model.Organization.status'),(0,12019,'intranet','com.liferay.portal.kernel.model.Organization.website'),(0,12020,'public','com.liferay.portal.kernel.model.Organization.website'); /*!40000 ALTER TABLE `ListType` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Lock_` -- DROP TABLE IF EXISTS `Lock_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Lock_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `lockId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `className` varchar(75) DEFAULT NULL, `key_` varchar(255) DEFAULT NULL, `owner` varchar(1024) DEFAULT NULL, `inheritable` tinyint DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`lockId`), UNIQUE KEY `IX_228562AD` (`className`,`key_`), KEY `IX_E3F1286B` (`expirationDate`), KEY `IX_2C418EAE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Lock_` -- LOCK TABLES `Lock_` WRITE; /*!40000 ALTER TABLE `Lock_` DISABLE KEYS */; /*!40000 ALTER TABLE `Lock_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBBan` -- DROP TABLE IF EXISTS `MBBan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBBan` ( `uuid_` varchar(75) DEFAULT NULL, `banId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `banUserId` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`banId`), UNIQUE KEY `IX_8ABC4E3B` (`groupId`,`banUserId`), UNIQUE KEY `IX_2A3B68F6` (`uuid_`,`groupId`), KEY `IX_69951A25` (`banUserId`), KEY `IX_48814BBA` (`userId`), KEY `IX_4F841574` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBBan` -- LOCK TABLES `MBBan` WRITE; /*!40000 ALTER TABLE `MBBan` DISABLE KEYS */; /*!40000 ALTER TABLE `MBBan` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBCategory` -- DROP TABLE IF EXISTS `MBCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBCategory` ( `uuid_` varchar(75) DEFAULT NULL, `categoryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCategoryId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `displayStyle` varchar(75) DEFAULT NULL, `threadCount` int DEFAULT NULL, `messageCount` int DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`categoryId`), UNIQUE KEY `IX_F7D28C2F` (`uuid_`,`groupId`), KEY `IX_D1642361` (`categoryId`,`groupId`,`parentCategoryId`,`status`), KEY `IX_E15A5DB5` (`companyId`,`status`), KEY `IX_C295DBEE` (`groupId`,`parentCategoryId`,`status`), KEY `IX_DA84A9F7` (`groupId`,`status`), KEY `IX_13DF4E6D` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBCategory` -- LOCK TABLES `MBCategory` WRITE; /*!40000 ALTER TABLE `MBCategory` DISABLE KEYS */; /*!40000 ALTER TABLE `MBCategory` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBDiscussion` -- DROP TABLE IF EXISTS `MBDiscussion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBDiscussion` ( `uuid_` varchar(75) DEFAULT NULL, `discussionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `threadId` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`discussionId`), UNIQUE KEY `IX_33A4DE38` (`classNameId`,`classPK`), UNIQUE KEY `IX_B5CA2DC` (`threadId`), UNIQUE KEY `IX_F7AAC799` (`uuid_`,`groupId`), KEY `IX_7E965757` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBDiscussion` -- LOCK TABLES `MBDiscussion` WRITE; /*!40000 ALTER TABLE `MBDiscussion` DISABLE KEYS */; /*!40000 ALTER TABLE `MBDiscussion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBMailingList` -- DROP TABLE IF EXISTS `MBMailingList`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBMailingList` ( `uuid_` varchar(75) DEFAULT NULL, `mailingListId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `inProtocol` varchar(75) DEFAULT NULL, `inServerName` varchar(75) DEFAULT NULL, `inServerPort` int DEFAULT NULL, `inUseSSL` tinyint DEFAULT NULL, `inUserName` varchar(75) DEFAULT NULL, `inPassword` varchar(75) DEFAULT NULL, `inReadInterval` int DEFAULT NULL, `outEmailAddress` varchar(254) DEFAULT NULL, `outCustom` tinyint DEFAULT NULL, `outServerName` varchar(75) DEFAULT NULL, `outServerPort` int DEFAULT NULL, `outUseSSL` tinyint DEFAULT NULL, `outUserName` varchar(75) DEFAULT NULL, `outPassword` varchar(75) DEFAULT NULL, `allowAnonymous` tinyint DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`mailingListId`), UNIQUE KEY `IX_76CE9CDD` (`groupId`,`categoryId`), UNIQUE KEY `IX_E858F170` (`uuid_`,`groupId`), KEY `IX_BFEB984F` (`active_`), KEY `IX_FC61676E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBMailingList` -- LOCK TABLES `MBMailingList` WRITE; /*!40000 ALTER TABLE `MBMailingList` DISABLE KEYS */; /*!40000 ALTER TABLE `MBMailingList` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBMessage` -- DROP TABLE IF EXISTS `MBMessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBMessage` ( `uuid_` varchar(75) DEFAULT NULL, `messageId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `categoryId` bigint DEFAULT NULL, `threadId` bigint DEFAULT NULL, `rootMessageId` bigint DEFAULT NULL, `parentMessageId` bigint DEFAULT NULL, `subject` varchar(75) DEFAULT NULL, `body` longtext, `format` varchar(75) DEFAULT NULL, `anonymous` tinyint DEFAULT NULL, `priority` double DEFAULT NULL, `allowPingbacks` tinyint DEFAULT NULL, `answer` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`messageId`), UNIQUE KEY `IX_8D12316E` (`uuid_`,`groupId`), KEY `IX_F6687633` (`classNameId`,`classPK`,`status`), KEY `IX_1AD93C16` (`companyId`,`status`), KEY `IX_4257DB85` (`groupId`,`categoryId`,`status`), KEY `IX_CBFDBF0A` (`groupId`,`categoryId`,`threadId`,`answer`), KEY `IX_385E123E` (`groupId`,`categoryId`,`threadId`,`status`), KEY `IX_ED39AC98` (`groupId`,`status`), KEY `IX_377858D2` (`groupId`,`userId`,`status`), KEY `IX_6A095F16` (`parentMessageId`,`status`), KEY `IX_9D7C3B23` (`threadId`,`answer`), KEY `IX_A7038CD7` (`threadId`,`parentMessageId`), KEY `IX_9DC8E57` (`threadId`,`status`), KEY `IX_4A4BB4ED` (`userId`,`classNameId`,`classPK`,`status`), KEY `IX_3321F142` (`userId`,`classNameId`,`status`), KEY `IX_57CA9FEC` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBMessage` -- LOCK TABLES `MBMessage` WRITE; /*!40000 ALTER TABLE `MBMessage` DISABLE KEYS */; /*!40000 ALTER TABLE `MBMessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBStatsUser` -- DROP TABLE IF EXISTS `MBStatsUser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBStatsUser` ( `statsUserId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `messageCount` int DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`statsUserId`), UNIQUE KEY `IX_9168E2C9` (`groupId`,`userId`), KEY `IX_847F92B5` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBStatsUser` -- LOCK TABLES `MBStatsUser` WRITE; /*!40000 ALTER TABLE `MBStatsUser` DISABLE KEYS */; /*!40000 ALTER TABLE `MBStatsUser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBThread` -- DROP TABLE IF EXISTS `MBThread`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBThread` ( `uuid_` varchar(75) DEFAULT NULL, `threadId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint DEFAULT NULL, `rootMessageId` bigint DEFAULT NULL, `rootMessageUserId` bigint DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `messageCount` int DEFAULT NULL, `viewCount` int DEFAULT NULL, `lastPostByUserId` bigint DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, `priority` double DEFAULT NULL, `question` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`threadId`), UNIQUE KEY `IX_3A200B7B` (`uuid_`,`groupId`), KEY `IX_41F6DC8A` (`categoryId`,`priority`), KEY `IX_50F1904A` (`groupId`,`categoryId`,`lastPostDate`), KEY `IX_485F7E98` (`groupId`,`categoryId`,`status`), KEY `IX_E1E7142B` (`groupId`,`status`), KEY `IX_AEDD9CB5` (`lastPostDate`,`priority`), KEY `IX_CC993ECB` (`rootMessageId`), KEY `IX_F8CA2AB9` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBThread` -- LOCK TABLES `MBThread` WRITE; /*!40000 ALTER TABLE `MBThread` DISABLE KEYS */; /*!40000 ALTER TABLE `MBThread` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MBThreadFlag` -- DROP TABLE IF EXISTS `MBThreadFlag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MBThreadFlag` ( `uuid_` varchar(75) DEFAULT NULL, `threadFlagId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `threadId` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`threadFlagId`), UNIQUE KEY `IX_33781904` (`userId`,`threadId`), UNIQUE KEY `IX_FEB0FC87` (`uuid_`,`groupId`), KEY `IX_8CB0A24A` (`threadId`), KEY `IX_DCE308C5` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MBThreadFlag` -- LOCK TABLES `MBThreadFlag` WRITE; /*!40000 ALTER TABLE `MBThreadFlag` DISABLE KEYS */; /*!40000 ALTER TABLE `MBThreadFlag` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRAction` -- DROP TABLE IF EXISTS `MDRAction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MDRAction` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `actionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `ruleGroupInstanceId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(255) DEFAULT NULL, `typeSettings` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`actionId`), UNIQUE KEY `IX_75BE36AD` (`uuid_`,`groupId`), KEY `IX_FD90786C` (`ruleGroupInstanceId`), KEY `IX_C58A516B` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRAction` -- LOCK TABLES `MDRAction` WRITE; /*!40000 ALTER TABLE `MDRAction` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRAction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRRule` -- DROP TABLE IF EXISTS `MDRRule`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MDRRule` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `ruleId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `ruleGroupId` bigint DEFAULT NULL, `name` longtext, `description` longtext, `type_` varchar(255) DEFAULT NULL, `typeSettings` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ruleId`), UNIQUE KEY `IX_F3EFDCB3` (`uuid_`,`groupId`), KEY `IX_4F4293F1` (`ruleGroupId`), KEY `IX_7DEA8DF1` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRRule` -- LOCK TABLES `MDRRule` WRITE; /*!40000 ALTER TABLE `MDRRule` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRRule` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRRuleGroup` -- DROP TABLE IF EXISTS `MDRRuleGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MDRRuleGroup` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `ruleGroupId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ruleGroupId`), UNIQUE KEY `IX_46665CC4` (`uuid_`,`groupId`), KEY `IX_5849891C` (`groupId`), KEY `IX_CC14DC2` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRRuleGroup` -- LOCK TABLES `MDRRuleGroup` WRITE; /*!40000 ALTER TABLE `MDRRuleGroup` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRRuleGroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MDRRuleGroupInstance` -- DROP TABLE IF EXISTS `MDRRuleGroupInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MDRRuleGroupInstance` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `ruleGroupInstanceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `ruleGroupId` bigint DEFAULT NULL, `priority` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ruleGroupInstanceId`), UNIQUE KEY `IX_808A0036` (`classNameId`,`classPK`,`ruleGroupId`), UNIQUE KEY `IX_9CBC6A39` (`uuid_`,`groupId`), KEY `IX_22DAB85C` (`groupId`,`classNameId`,`classPK`), KEY `IX_BF3E642B` (`ruleGroupId`), KEY `IX_25C9D1F7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MDRRuleGroupInstance` -- LOCK TABLES `MDRRuleGroupInstance` WRITE; /*!40000 ALTER TABLE `MDRRuleGroupInstance` DISABLE KEYS */; /*!40000 ALTER TABLE `MDRRuleGroupInstance` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Marketplace_App` -- DROP TABLE IF EXISTS `Marketplace_App`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Marketplace_App` ( `uuid_` varchar(75) DEFAULT NULL, `appId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `remoteAppId` bigint DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `description` longtext, `category` varchar(75) DEFAULT NULL, `iconURL` longtext, `version` varchar(75) DEFAULT NULL, `required` tinyint DEFAULT NULL, PRIMARY KEY (`appId`), KEY `IX_94A7EF25` (`category`), KEY `IX_865B7BD5` (`companyId`), KEY `IX_20F14D93` (`remoteAppId`), KEY `IX_A7807DA7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Marketplace_App` -- LOCK TABLES `Marketplace_App` WRITE; /*!40000 ALTER TABLE `Marketplace_App` DISABLE KEYS */; /*!40000 ALTER TABLE `Marketplace_App` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Marketplace_Module` -- DROP TABLE IF EXISTS `Marketplace_Module`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Marketplace_Module` ( `uuid_` varchar(75) DEFAULT NULL, `moduleId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `appId` bigint DEFAULT NULL, `bundleSymbolicName` varchar(500) DEFAULT NULL, `bundleVersion` varchar(75) DEFAULT NULL, `contextName` varchar(75) DEFAULT NULL, PRIMARY KEY (`moduleId`), KEY `IX_5848F52D` (`appId`,`bundleSymbolicName`(255),`bundleVersion`), KEY `IX_C6938724` (`appId`,`contextName`), KEY `IX_DD03D499` (`bundleSymbolicName`(255)), KEY `IX_F2F1E964` (`contextName`), KEY `IX_896A375A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Marketplace_Module` -- LOCK TABLES `Marketplace_Module` WRITE; /*!40000 ALTER TABLE `Marketplace_Module` DISABLE KEYS */; /*!40000 ALTER TABLE `Marketplace_Module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MembershipRequest` -- DROP TABLE IF EXISTS `MembershipRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MembershipRequest` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `membershipRequestId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `comments` longtext, `replyComments` longtext, `replyDate` datetime(6) DEFAULT NULL, `replierUserId` bigint DEFAULT NULL, `statusId` bigint DEFAULT NULL, PRIMARY KEY (`membershipRequestId`), KEY `IX_C28C72EC` (`groupId`,`statusId`), KEY `IX_35AA8FA6` (`groupId`,`userId`,`statusId`), KEY `IX_66D70879` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MembershipRequest` -- LOCK TABLES `MembershipRequest` WRITE; /*!40000 ALTER TABLE `MembershipRequest` DISABLE KEYS */; /*!40000 ALTER TABLE `MembershipRequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MicroblogsEntry` -- DROP TABLE IF EXISTS `MicroblogsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `MicroblogsEntry` ( `microblogsEntryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `creatorClassNameId` bigint DEFAULT NULL, `creatorClassPK` bigint DEFAULT NULL, `content` longtext, `type_` int DEFAULT NULL, `parentMicroblogsEntryId` bigint DEFAULT NULL, `socialRelationType` int DEFAULT NULL, PRIMARY KEY (`microblogsEntryId`), KEY `IX_1D8CE137` (`companyId`,`creatorClassNameId`,`creatorClassPK`,`type_`), KEY `IX_CA299EF2` (`companyId`,`creatorClassNameId`,`type_`), KEY `IX_14ACFA9` (`creatorClassNameId`,`creatorClassPK`,`type_`), KEY `IX_6AA6B164` (`creatorClassNameId`,`type_`), KEY `IX_6BD29B9C` (`type_`,`parentMicroblogsEntryId`), KEY `IX_8F04FC09` (`userId`,`createDate`,`type_`,`socialRelationType`), KEY `IX_92BA6F0` (`userId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MicroblogsEntry` -- LOCK TABLES `MicroblogsEntry` WRITE; /*!40000 ALTER TABLE `MicroblogsEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `MicroblogsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OA2Auths_OA2ScopeGrants` -- DROP TABLE IF EXISTS `OA2Auths_OA2ScopeGrants`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OA2Auths_OA2ScopeGrants` ( `companyId` bigint NOT NULL, `oAuth2AuthorizationId` bigint NOT NULL, `oAuth2ScopeGrantId` bigint NOT NULL, PRIMARY KEY (`oAuth2AuthorizationId`,`oAuth2ScopeGrantId`), KEY `IX_87DAF9C3` (`companyId`), KEY `IX_2F541817` (`oAuth2ScopeGrantId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OA2Auths_OA2ScopeGrants` -- LOCK TABLES `OA2Auths_OA2ScopeGrants` WRITE; /*!40000 ALTER TABLE `OA2Auths_OA2ScopeGrants` DISABLE KEYS */; INSERT INTO `OA2Auths_OA2ScopeGrants` VALUES (20101,1,1),(20101,2,2),(20101,3,3),(20101,4,4),(20101,5,5),(20101,6,6),(20101,7,7),(20101,8,8),(20101,9,9),(20101,10,10),(20101,11,11),(20101,12,12),(20101,13,13),(20101,14,14),(20101,15,15),(20101,16,16),(20101,17,17),(20101,18,18),(20101,19,19),(20101,20,20),(20101,21,21),(20101,22,22),(20101,23,23),(20101,24,24),(20101,25,25),(20101,26,26),(20101,27,27),(20101,28,28),(20101,29,29),(20101,30,30),(20101,31,31),(20101,32,32),(20101,33,33),(20101,34,34),(20101,35,35),(20101,36,36),(20101,37,37),(20101,38,38),(20101,39,39),(20101,40,40),(20101,41,41),(20101,42,42),(20101,43,43),(20101,44,44),(20101,45,45),(20101,46,46),(20101,47,47),(20101,48,48),(20101,49,49),(20101,50,50),(20101,51,51),(20101,52,52),(20101,53,53),(20101,54,54),(20101,55,55),(20101,56,56),(20101,57,57),(20101,58,58),(20101,59,59),(20101,60,60),(20101,61,61),(20101,62,62),(20101,63,63),(20101,64,64),(20101,65,65),(20101,66,66),(20101,67,67),(20101,68,68),(20101,69,69),(20101,70,70),(20101,71,71),(20101,72,72),(20101,73,73),(20101,74,74),(20101,75,75),(20101,76,76),(20101,77,77),(20101,78,78),(20101,79,79),(20101,80,80),(20101,81,81),(20101,82,82),(20101,83,83),(20101,84,84),(20101,85,85),(20101,86,86),(20101,87,87),(20101,88,88),(20101,89,89),(20101,90,90),(20101,91,91),(20101,92,92),(20101,93,93),(20101,94,94),(20101,95,95),(20101,96,96),(20101,97,97),(20101,98,98),(20101,99,99),(20101,100,100),(20101,101,101),(20101,102,102),(20101,103,103),(20101,104,104),(20101,105,105),(20101,106,106),(20101,107,107),(20101,108,108),(20101,109,109),(20101,110,110),(20101,111,111),(20101,112,112),(20101,113,113),(20101,114,114),(20101,115,115),(20101,116,116),(20101,117,117),(20101,118,118),(20101,119,119),(20101,120,120),(20101,121,121),(20101,122,122),(20101,123,123),(20101,124,124),(20101,125,125),(20101,126,126),(20101,127,127),(20101,128,128),(20101,129,129),(20101,130,130),(20101,131,131),(20101,132,132),(20101,133,133),(20101,134,134),(20101,135,135),(20101,136,136),(20101,137,137),(20101,138,138),(20101,139,139),(20101,140,140),(20101,141,141),(20101,142,142),(20101,143,143),(20101,144,144),(20101,145,145),(20101,146,146),(20101,147,147),(20101,148,148),(20101,149,149),(20101,150,150),(20101,151,151),(20101,152,152),(20101,153,153),(20101,154,154),(20101,155,155),(20101,156,156),(20101,157,157),(20101,158,158),(20101,159,159),(20101,160,160),(20101,161,161),(20101,162,162),(20101,163,163),(20101,164,164),(20101,165,165),(20101,166,166),(20101,167,167),(20101,168,168),(20101,169,169),(20101,170,170),(20101,171,171),(20101,172,172),(20101,173,173),(20101,174,174),(20101,175,175),(20101,176,176),(20101,177,177),(20101,178,178),(20101,179,179),(20101,180,180),(20101,181,181),(20101,182,182),(20101,183,183),(20101,184,184),(20101,185,185),(20101,186,186),(20101,187,187),(20101,188,188),(20101,189,189),(20101,190,190),(20101,191,191),(20101,192,192),(20101,193,193),(20101,194,194),(20101,195,195),(20101,196,196),(20101,197,197),(20101,198,198),(20101,199,199),(20101,200,200),(20101,201,201),(20101,202,202),(20101,203,203),(20101,204,204),(20101,205,205),(20101,206,206),(20101,207,207),(20101,208,208),(20101,209,209),(20101,210,210),(20101,211,211),(20101,212,212),(20101,213,213),(20101,214,214),(20101,215,215),(20101,216,216),(20101,217,217),(20101,218,218),(20101,219,219),(20101,220,220),(20101,221,221),(20101,222,222),(20101,223,223),(20101,224,224),(20101,225,225),(20101,226,226),(20101,227,227),(20101,228,228),(20101,229,229),(20101,230,230),(20101,231,231),(20101,232,232),(20101,233,233),(20101,234,234),(20101,235,235),(20101,236,236),(20101,237,237),(20101,238,238),(20101,239,239),(20101,240,240),(20101,241,241),(20101,242,242),(20101,243,243),(20101,244,244),(20101,245,245),(20101,246,246),(20101,247,247),(20101,248,248),(20101,249,249),(20101,250,250),(20101,251,251),(20101,252,252),(20101,253,253),(20101,254,254),(20101,255,255),(20101,256,256),(20101,257,257),(20101,258,258),(20101,259,259),(20101,260,260),(20101,261,261),(20101,262,262),(20101,263,263),(20101,264,264),(20101,265,265),(20101,266,266),(20101,267,267),(20101,268,268),(20101,269,269),(20101,270,270),(20101,271,271),(20101,272,272),(20101,273,273),(20101,274,274),(20101,275,275),(20101,276,276),(20101,277,277),(20101,278,278),(20101,279,279),(20101,280,280),(20101,281,281),(20101,282,282),(20101,283,283),(20101,284,284),(20101,285,285),(20101,286,286),(20101,287,287),(20101,288,288),(20101,289,289),(20101,290,290),(20101,291,291),(20101,292,292),(20101,293,293),(20101,294,294),(20101,295,295),(20101,296,296),(20101,297,297),(20101,298,298),(20101,299,299),(20101,300,300),(20101,301,301),(20101,302,302),(20101,303,303),(20101,304,304),(20101,305,305),(20101,306,306),(20101,307,307),(20101,308,308),(20101,309,309),(20101,310,310),(20101,311,311),(20101,312,312),(20101,313,313),(20101,314,314),(20101,315,315),(20101,316,316),(20101,317,317),(20101,318,318),(20101,319,319),(20101,320,320),(20101,321,321),(20101,322,322),(20101,323,323),(20101,324,324),(20101,325,325),(20101,326,326),(20101,327,327),(20101,328,328),(20101,329,329),(20101,330,330),(20101,331,331),(20101,332,332),(20101,333,333),(20101,334,334),(20101,335,335),(20101,336,336),(20101,337,337),(20101,338,338),(20101,339,339),(20101,340,340),(20101,341,341),(20101,342,342),(20101,343,343),(20101,344,344),(20101,345,345),(20101,346,346),(20101,347,347),(20101,348,348),(20101,349,349),(20101,350,350),(20101,351,351),(20101,352,352),(20101,353,353),(20101,354,354),(20101,355,355),(20101,356,356),(20101,357,357),(20101,358,358),(20101,359,359),(20101,360,360),(20101,361,361),(20101,362,362),(20101,363,363),(20101,364,364),(20101,365,365),(20101,366,366),(20101,367,367),(20101,368,368),(20101,369,369),(20101,370,370),(20101,371,371),(20101,372,372),(20101,373,373),(20101,374,374),(20101,375,375),(20101,376,376),(20101,377,377),(20101,378,378),(20101,379,379),(20101,380,380),(20101,381,381),(20101,382,382),(20101,383,383),(20101,384,384),(20101,385,385),(20101,386,386),(20101,387,387),(20101,388,388),(20101,389,389),(20101,390,390),(20101,391,391),(20101,392,392),(20101,393,393),(20101,394,394),(20101,395,395),(20101,396,396),(20101,397,397),(20101,398,398),(20101,399,399),(20101,400,400),(20101,401,401),(20101,402,402),(20101,403,403),(20101,404,404),(20101,405,405),(20101,406,406),(20101,407,407),(20101,408,408),(20101,409,409),(20101,410,410),(20101,411,411),(20101,412,412),(20101,413,413),(20101,414,414),(20101,415,415),(20101,416,416),(20101,417,417),(20101,418,418),(20101,419,419),(20101,420,420),(20101,421,421),(20101,422,422),(20101,423,423),(20101,424,424),(20101,425,425),(20101,426,426),(20101,427,427),(20101,428,428),(20101,429,429),(20101,430,430),(20101,431,431),(20101,432,432),(20101,433,433),(20101,434,434),(20101,435,435),(20101,436,436),(20101,437,437),(20101,438,438),(20101,439,439),(20101,440,440),(20101,441,441),(20101,442,442),(20101,443,443),(20101,444,444),(20101,445,445),(20101,446,446),(20101,447,447),(20101,448,448),(20101,449,449),(20101,450,450),(20101,451,451),(20101,452,452),(20101,453,453),(20101,454,454),(20101,455,455),(20101,456,456),(20101,457,457),(20101,458,458),(20101,459,459),(20101,460,460),(20101,461,461),(20101,462,462),(20101,463,463),(20101,464,464),(20101,465,465),(20101,466,466),(20101,467,467),(20101,468,468),(20101,469,469),(20101,470,470),(20101,471,471),(20101,472,472),(20101,473,473),(20101,474,474),(20101,475,475),(20101,476,476),(20101,477,477),(20101,478,478),(20101,479,479),(20101,480,480),(20101,481,481),(20101,482,482),(20101,483,483),(20101,484,484),(20101,485,485),(20101,486,486),(20101,487,487),(20101,488,488),(20101,489,489),(20101,490,490),(20101,491,491),(20101,492,492),(20101,493,493),(20101,494,494),(20101,495,495),(20101,496,496),(20101,497,497),(20101,498,498),(20101,499,499),(20101,500,500),(20101,501,501),(20101,502,502),(20101,503,503),(20101,504,504),(20101,505,505),(20101,506,506),(20101,507,507),(20101,508,508),(20101,509,509),(20101,510,510),(20101,511,511),(20101,512,512),(20101,513,513),(20101,514,514),(20101,515,515),(20101,516,516),(20101,517,517),(20101,518,518),(20101,519,519),(20101,520,520),(20101,521,521),(20101,522,522),(20101,523,523),(20101,524,524),(20101,525,525),(20101,526,526),(20101,527,527),(20101,528,528),(20101,529,529),(20101,530,530),(20101,531,531),(20101,532,532),(20101,533,533),(20101,534,534),(20101,535,535),(20101,536,536),(20101,537,537),(20101,538,538),(20101,539,539),(20101,540,540),(20101,541,541),(20101,542,542),(20101,543,543),(20101,544,544),(20101,545,545),(20101,546,546),(20101,547,547),(20101,548,548),(20101,549,549),(20101,550,550),(20101,551,551),(20101,552,552),(20101,553,553),(20101,554,554),(20101,555,555),(20101,556,556),(20101,557,557),(20101,558,558),(20101,559,559),(20101,560,560),(20101,561,561),(20101,562,562),(20101,563,563),(20101,564,564),(20101,565,565),(20101,566,566),(20101,567,567),(20101,568,568),(20101,569,569),(20101,570,570),(20101,571,571),(20101,572,572),(20101,573,573),(20101,574,574),(20101,575,575),(20101,576,576),(20101,577,577),(20101,578,578),(20101,579,579),(20101,580,580),(20101,581,581),(20101,582,582),(20101,583,583),(20101,584,584),(20101,585,585),(20101,586,586),(20101,587,587),(20101,588,588),(20101,589,589),(20101,590,590),(20101,591,591),(20101,592,592),(20101,593,593),(20101,594,594),(20101,595,595),(20101,596,596),(20101,597,597),(20101,598,598),(20101,599,599),(20101,600,600),(20101,601,601),(20101,602,602),(20101,603,603),(20101,604,604),(20101,605,605),(20101,606,606),(20101,607,607),(20101,608,608),(20101,609,609),(20101,610,610),(20101,611,611),(20101,612,612),(20101,613,613),(20101,614,614),(20101,615,615),(20101,616,616),(20101,617,617),(20101,618,618),(20101,619,619),(20101,620,620),(20101,621,621),(20101,622,622),(20101,623,623),(20101,624,624),(20101,625,625),(20101,626,626),(20101,627,627),(20101,628,628),(20101,629,629),(20101,630,630),(20101,631,631),(20101,632,632),(20101,633,633),(20101,634,634),(20101,635,635),(20101,636,636),(20101,637,637),(20101,638,638),(20101,639,639),(20101,640,640),(20101,641,641),(20101,642,642),(20101,643,643),(20101,644,644),(20101,645,645),(20101,646,646),(20101,647,647),(20101,648,648),(20101,649,649),(20101,650,650),(20101,651,651),(20101,652,652),(20101,653,653),(20101,654,654),(20101,655,655),(20101,656,656),(20101,657,657),(20101,658,658),(20101,659,659),(20101,660,660),(20101,661,661),(20101,662,662),(20101,663,663),(20101,664,664),(20101,665,665),(20101,666,666),(20101,667,667),(20101,668,668),(20101,669,669),(20101,670,670),(20101,671,671),(20101,672,672),(20101,673,673),(20101,674,674),(20101,675,675),(20101,676,676),(20101,677,677),(20101,678,678),(20101,679,679),(20101,680,680),(20101,681,681),(20101,682,682),(20101,683,683),(20101,684,684),(20101,685,685),(20101,686,686),(20101,687,687),(20101,688,688),(20101,689,689),(20101,690,690),(20101,691,691),(20101,692,692),(20101,693,693),(20101,694,694),(20101,695,695),(20101,696,696),(20101,697,697),(20101,698,698),(20101,699,699),(20101,700,700),(20101,701,701),(20101,702,702),(20101,703,703),(20101,704,704),(20101,705,705),(20101,706,706),(20101,707,707),(20101,708,708),(20101,709,709),(20101,710,710),(20101,711,711),(20101,712,712),(20101,713,713),(20101,714,714),(20101,715,715),(20101,716,716),(20101,717,717),(20101,718,718),(20101,719,719),(20101,720,720),(20101,721,721),(20101,722,722),(20101,723,723),(20101,724,724),(20101,725,725),(20101,726,726),(20101,727,727),(20101,728,728),(20101,729,729),(20101,730,730),(20101,731,731),(20101,732,732),(20101,733,733),(20101,734,734),(20101,735,735),(20101,736,736),(20101,737,737),(20101,738,738),(20101,739,739),(20101,740,740),(20101,741,741),(20101,742,742),(20101,743,743),(20101,744,744),(20101,745,745),(20101,746,746),(20101,747,747),(20101,748,748),(20101,749,749),(20101,750,750),(20101,751,751),(20101,752,752),(20101,753,753),(20101,754,754),(20101,755,755),(20101,756,756),(20101,757,757),(20101,758,758),(20101,759,759),(20101,760,760),(20101,761,761),(20101,762,762),(20101,763,763),(20101,764,764),(20101,765,765),(20101,766,766),(20101,767,767),(20101,768,768),(20101,769,769),(20101,770,770),(20101,771,771),(20101,772,772),(20101,773,773),(20101,774,774),(20101,775,775),(20101,776,776),(20101,777,777),(20101,778,778),(20101,779,779),(20101,780,780),(20101,781,781),(20101,782,782),(20101,783,783),(20101,784,784),(20101,785,785),(20101,786,786),(20101,787,787),(20101,788,788),(20101,789,789),(20101,790,790),(20101,791,791),(20101,792,792),(20101,793,793),(20101,794,794),(20101,795,795),(20101,796,796),(20101,797,797),(20101,798,798),(20101,799,799),(20101,800,800),(20101,801,801),(20101,802,802),(20101,803,803),(20101,804,804),(20101,805,805),(20101,806,806),(20101,807,807),(20101,808,808),(20101,809,809),(20101,810,810),(20101,811,811),(20101,812,812),(20101,813,813),(20101,814,814),(20101,815,815),(20101,816,816),(20101,817,817),(20101,818,818),(20101,819,819),(20101,820,820),(20101,821,821),(20101,822,822),(20101,823,823),(20101,824,824),(20101,825,825),(20101,826,826),(20101,827,827),(20101,828,828),(20101,829,829),(20101,830,830),(20101,831,831),(20101,832,832),(20101,833,833),(20101,834,834),(20101,835,835),(20101,836,836),(20101,837,837),(20101,838,838),(20101,839,839),(20101,840,840),(20101,841,841),(20101,842,842),(20101,843,843),(20101,844,844),(20101,845,845),(20101,846,846),(20101,847,847),(20101,848,848),(20101,849,849),(20101,850,850),(20101,851,851),(20101,852,852),(20101,853,853),(20101,854,854),(20101,855,855),(20101,856,856),(20101,857,857),(20101,858,858),(20101,859,859),(20101,860,860),(20101,861,861),(20101,862,862),(20101,863,863),(20101,864,864),(20101,865,865),(20101,866,866),(20101,867,867),(20101,868,868),(20101,869,869),(20101,870,870),(20101,871,871),(20101,872,872),(20101,873,873),(20101,874,874),(20101,875,875),(20101,876,876),(20101,877,877),(20101,878,878),(20101,879,879),(20101,880,880),(20101,881,881),(20101,882,882),(20101,883,883),(20101,884,884),(20101,885,885),(20101,886,886),(20101,887,887),(20101,888,888),(20101,889,889),(20101,890,890),(20101,891,891),(20101,892,892),(20101,893,893),(20101,894,894),(20101,895,895),(20101,896,896),(20101,897,897),(20101,898,898),(20101,899,899),(20101,900,900),(20101,901,901),(20101,902,902),(20101,903,903),(20101,904,904),(20101,905,905),(20101,906,906),(20101,907,907),(20101,908,908),(20101,909,909),(20101,910,910),(20101,911,911),(20101,912,912),(20101,913,913),(20101,914,914),(20101,915,915),(20101,916,916),(20101,917,917),(20101,918,918),(20101,919,919),(20101,920,920),(20101,921,921),(20101,922,922),(20101,923,923),(20101,924,924),(20101,925,925),(20101,926,926),(20101,927,927),(20101,928,928),(20101,929,929),(20101,930,930),(20101,931,931),(20101,932,932),(20101,933,933),(20101,934,934),(20101,935,935),(20101,936,936),(20101,937,937),(20101,938,938),(20101,939,939),(20101,940,940),(20101,941,941),(20101,942,942),(20101,943,943),(20101,944,944),(20101,945,945),(20101,946,946),(20101,947,947),(20101,948,948),(20101,949,949),(20101,950,950),(20101,951,951),(20101,952,952),(20101,953,953),(20101,954,954),(20101,955,955),(20101,956,956),(20101,957,957),(20101,958,958),(20101,959,959),(20101,960,960),(20101,961,961),(20101,962,962),(20101,963,963),(20101,964,964),(20101,965,965),(20101,966,966),(20101,967,967),(20101,968,968),(20101,969,969),(20101,970,970),(20101,971,971),(20101,972,972),(20101,973,973),(20101,974,974),(20101,975,975),(20101,976,976),(20101,977,977),(20101,978,978),(20101,979,979),(20101,980,980),(20101,981,981),(20101,982,982),(20101,983,983),(20101,984,984),(20101,985,985),(20101,986,986),(20101,987,987),(20101,988,988),(20101,989,989),(20101,990,990),(20101,991,991),(20101,992,992),(20101,993,993),(20101,994,994),(20101,995,995),(20101,996,996),(20101,997,997),(20101,998,998),(20101,999,999),(20101,1000,1000); /*!40000 ALTER TABLE `OA2Auths_OA2ScopeGrants` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth2Application` -- DROP TABLE IF EXISTS `OAuth2Application`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OAuth2Application` ( `oAuth2ApplicationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `oA2AScopeAliasesId` bigint DEFAULT NULL, `allowedGrantTypes` varchar(75) DEFAULT NULL, `clientCredentialUserId` bigint DEFAULT NULL, `clientCredentialUserName` varchar(75) DEFAULT NULL, `clientId` varchar(75) DEFAULT NULL, `clientProfile` int DEFAULT NULL, `clientSecret` varchar(75) DEFAULT NULL, `description` longtext, `features` longtext, `homePageURL` longtext, `iconFileEntryId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `privacyPolicyURL` longtext, `redirectURIs` longtext, PRIMARY KEY (`oAuth2ApplicationId`), KEY `IX_523E5C67` (`companyId`,`clientId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth2Application` -- LOCK TABLES `OAuth2Application` WRITE; /*!40000 ALTER TABLE `OAuth2Application` DISABLE KEYS */; INSERT INTO `OAuth2Application` VALUES (1,20101,20105,'20105','2023-02-22 17:00:43.011000','2023-02-22 17:00:43.715000',1,'AUTHORIZATION_CODE,REFRESH_TOKEN',20105,'20105','id-7ecb4520-76de-9864-a469-72157efe753',0,'secret-38a873d4-ffd4-7ae8-3ed0-c285689e9cf8',NULL,NULL,'https://analytics.liferay.com',39209,'Analytics Cloud',NULL,'https://analytics.liferay.com/oauth/receive'),(2,20101,20105,'20105','2023-02-22 17:00:43.899000','2023-02-22 17:00:43.899000',2,'REFRESH_TOKEN,RESOURCE_OWNER_PASSWORD',20105,'20105','FragmentRenderer',1,NULL,NULL,NULL,NULL,0,'Fragment Renderer',NULL,NULL); /*!40000 ALTER TABLE `OAuth2Application` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth2ApplicationScopeAliases` -- DROP TABLE IF EXISTS `OAuth2ApplicationScopeAliases`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OAuth2ApplicationScopeAliases` ( `oA2AScopeAliasesId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `oAuth2ApplicationId` bigint DEFAULT NULL, PRIMARY KEY (`oA2AScopeAliasesId`), KEY `IX_282ECE83` (`companyId`), KEY `IX_2F9EBCBB` (`oAuth2ApplicationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth2ApplicationScopeAliases` -- LOCK TABLES `OAuth2ApplicationScopeAliases` WRITE; /*!40000 ALTER TABLE `OAuth2ApplicationScopeAliases` DISABLE KEYS */; INSERT INTO `OAuth2ApplicationScopeAliases` VALUES (1,20101,20105,'20105','2023-02-22 17:00:43.056000',1),(2,20101,20105,'20105','2023-02-22 17:00:43.900000',2); /*!40000 ALTER TABLE `OAuth2ApplicationScopeAliases` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth2Authorization` -- DROP TABLE IF EXISTS `OAuth2Authorization`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OAuth2Authorization` ( `oAuth2AuthorizationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `oAuth2ApplicationId` bigint DEFAULT NULL, `oA2AScopeAliasesId` bigint DEFAULT NULL, `accessTokenContent` longtext, `accessTokenContentHash` bigint DEFAULT NULL, `accessTokenCreateDate` datetime(6) DEFAULT NULL, `accessTokenExpirationDate` datetime(6) DEFAULT NULL, `remoteHostInfo` varchar(255) DEFAULT NULL, `remoteIPInfo` varchar(75) DEFAULT NULL, `refreshTokenContent` longtext, `refreshTokenContentHash` bigint DEFAULT NULL, `refreshTokenCreateDate` datetime(6) DEFAULT NULL, `refreshTokenExpirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`oAuth2AuthorizationId`), KEY `IX_77D3B9EA` (`accessTokenContentHash`), KEY `IX_70DD169C` (`oAuth2ApplicationId`), KEY `IX_10C77BD5` (`refreshTokenContentHash`), KEY `IX_719D503E` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth2Authorization` -- LOCK TABLES `OAuth2Authorization` WRITE; /*!40000 ALTER TABLE `OAuth2Authorization` DISABLE KEYS */; INSERT INTO `OAuth2Authorization` VALUES (1,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(2,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(3,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(4,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(5,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(6,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(7,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(8,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(9,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(10,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(11,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(12,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(13,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(14,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(15,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(16,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(17,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(18,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(19,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(20,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(21,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(22,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(23,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(24,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(25,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(26,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(27,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(28,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(29,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(30,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(31,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(32,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(33,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(34,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(35,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(36,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(37,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(38,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(39,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(40,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(41,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(42,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(43,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(44,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(45,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(46,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(47,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(48,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(49,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(50,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(51,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(52,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(53,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(54,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(55,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(56,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(57,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(58,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(59,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(60,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(61,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(62,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(63,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(64,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(65,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(66,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(67,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(68,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(69,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(70,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(71,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(72,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(73,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(74,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(75,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(76,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(77,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(78,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(79,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(80,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(81,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(82,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(83,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(84,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(85,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(86,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(87,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(88,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(89,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(90,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(91,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(92,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(93,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(94,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(95,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(96,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(97,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(98,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(99,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(100,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(101,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(102,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(103,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(104,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(105,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(106,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(107,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(108,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(109,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(110,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(111,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(112,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(113,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(114,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(115,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(116,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(117,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(118,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(119,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(120,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(121,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(122,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(123,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(124,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(125,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(126,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(127,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(128,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(129,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(130,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(131,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(132,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(133,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(134,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(135,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(136,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(137,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(138,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(139,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(140,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(141,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(142,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(143,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(144,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(145,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(146,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(147,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(148,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(149,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(150,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(151,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(152,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(153,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(154,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(155,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(156,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(157,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(158,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(159,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(160,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(161,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(162,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(163,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(164,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(165,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(166,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(167,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(168,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(169,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(170,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(171,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(172,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(173,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(174,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(175,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(176,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(177,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(178,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(179,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(180,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(181,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(182,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(183,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(184,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(185,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(186,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(187,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(188,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(189,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(190,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(191,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(192,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(193,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(194,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(195,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(196,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(197,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(198,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(199,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(200,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(201,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(202,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(203,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(204,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(205,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(206,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(207,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(208,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(209,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(210,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(211,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(212,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(213,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(214,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(215,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(216,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(217,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(218,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(219,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(220,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(221,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(222,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(223,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(224,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(225,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(226,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(227,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(228,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(229,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(230,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(231,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(232,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(233,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(234,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(235,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(236,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(237,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(238,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(239,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(240,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(241,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(242,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(243,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(244,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(245,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(246,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(247,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(248,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(249,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(250,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(251,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(252,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(253,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(254,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(255,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(256,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(257,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(258,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(259,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(260,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(261,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(262,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(263,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(264,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(265,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(266,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(267,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(268,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(269,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(270,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(271,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(272,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(273,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(274,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(275,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(276,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(277,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(278,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(279,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(280,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(281,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(282,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(283,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(284,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(285,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(286,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(287,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(288,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(289,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(290,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(291,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(292,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(293,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(294,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(295,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(296,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(297,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(298,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(299,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(300,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(301,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(302,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(303,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(304,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(305,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(306,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(307,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(308,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(309,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(310,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(311,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(312,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(313,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(314,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(315,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(316,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(317,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(318,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(319,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(320,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(321,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(322,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(323,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(324,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(325,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(326,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(327,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(328,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(329,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(330,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(331,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(332,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(333,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(334,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(335,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(336,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(337,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(338,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(339,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(340,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(341,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(342,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(343,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(344,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(345,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(346,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(347,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(348,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(349,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(350,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(351,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(352,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(353,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(354,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(355,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(356,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(357,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(358,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(359,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(360,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(361,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(362,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(363,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(364,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(365,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(366,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(367,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(368,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(369,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(370,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(371,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(372,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(373,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(374,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(375,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(376,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(377,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(378,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(379,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(380,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(381,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(382,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(383,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(384,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(385,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(386,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(387,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(388,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(389,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(390,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(391,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(392,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(393,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(394,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(395,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(396,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(397,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(398,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(399,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(400,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(401,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(402,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(403,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(404,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(405,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(406,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(407,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(408,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(409,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(410,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(411,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(412,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(413,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(414,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(415,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(416,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(417,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(418,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(419,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(420,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(421,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(422,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(423,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(424,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(425,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(426,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(427,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(428,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(429,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(430,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(431,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(432,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(433,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(434,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(435,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(436,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(437,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(438,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(439,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(440,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(441,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(442,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(443,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(444,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(445,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(446,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(447,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(448,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(449,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(450,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(451,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(452,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(453,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(454,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(455,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(456,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(457,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(458,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(459,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(460,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(461,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(462,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(463,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(464,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(465,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(466,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(467,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(468,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(469,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(470,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(471,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(472,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(473,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(474,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(475,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(476,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(477,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(478,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(479,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(480,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(481,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(482,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(483,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(484,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(485,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(486,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(487,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(488,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(489,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(490,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(491,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(492,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(493,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(494,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(495,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(496,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(497,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(498,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(499,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(500,20101,20130,'test','2020-02-08 17:31:56.937000',1,1,NULL,NULL,'2020-02-08 17:31:56.937000','2020-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(501,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(502,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(503,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(504,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(505,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(506,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(507,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(508,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(509,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(510,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(511,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(512,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(513,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(514,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(515,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(516,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(517,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(518,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(519,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(520,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(521,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(522,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(523,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(524,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(525,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(526,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(527,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(528,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(529,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(530,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(531,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(532,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(533,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(534,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(535,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(536,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(537,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(538,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(539,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(540,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(541,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(542,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(543,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(544,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(545,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(546,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(547,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(548,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(549,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(550,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(551,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(552,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(553,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(554,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(555,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(556,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(557,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(558,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(559,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(560,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(561,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(562,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(563,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(564,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(565,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(566,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(567,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(568,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(569,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(570,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(571,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(572,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(573,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(574,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(575,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(576,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(577,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(578,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(579,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(580,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(581,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(582,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(583,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(584,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(585,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(586,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(587,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(588,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(589,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(590,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(591,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(592,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(593,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(594,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(595,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(596,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(597,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(598,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(599,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(600,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(601,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(602,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(603,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(604,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(605,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(606,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(607,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(608,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(609,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(610,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(611,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(612,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(613,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(614,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(615,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(616,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(617,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(618,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(619,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(620,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(621,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(622,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(623,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(624,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(625,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(626,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(627,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(628,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(629,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(630,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(631,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(632,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(633,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(634,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(635,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(636,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(637,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(638,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(639,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(640,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(641,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(642,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(643,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(644,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(645,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(646,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(647,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(648,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(649,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(650,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(651,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(652,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(653,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(654,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(655,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(656,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(657,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(658,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(659,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(660,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(661,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(662,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(663,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(664,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(665,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(666,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(667,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(668,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(669,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(670,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(671,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(672,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(673,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(674,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(675,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(676,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(677,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(678,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(679,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(680,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(681,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(682,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(683,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(684,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(685,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(686,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(687,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(688,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(689,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(690,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(691,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(692,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(693,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(694,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(695,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(696,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(697,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(698,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(699,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(700,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(701,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(702,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(703,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(704,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(705,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(706,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(707,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(708,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(709,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(710,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(711,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(712,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(713,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(714,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(715,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(716,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(717,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(718,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(719,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(720,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(721,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(722,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(723,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(724,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(725,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(726,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(727,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(728,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(729,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(730,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(731,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(732,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(733,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(734,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(735,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(736,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(737,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(738,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(739,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(740,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(741,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(742,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(743,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(744,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(745,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(746,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(747,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(748,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(749,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(750,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(751,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(752,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(753,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(754,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(755,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(756,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(757,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(758,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(759,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(760,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(761,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(762,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(763,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(764,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(765,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(766,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(767,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(768,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(769,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(770,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(771,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(772,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(773,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(774,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(775,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(776,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(777,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(778,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(779,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(780,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(781,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(782,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(783,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(784,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(785,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(786,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(787,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(788,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(789,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(790,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(791,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(792,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(793,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(794,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(795,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(796,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(797,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(798,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(799,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(800,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(801,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(802,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(803,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(804,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(805,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(806,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(807,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(808,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(809,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(810,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(811,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(812,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(813,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(814,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(815,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(816,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(817,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(818,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(819,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(820,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(821,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(822,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(823,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(824,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(825,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(826,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(827,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(828,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(829,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(830,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(831,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(832,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(833,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(834,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(835,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(836,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(837,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(838,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(839,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(840,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(841,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(842,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(843,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(844,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(845,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(846,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(847,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(848,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(849,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(850,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(851,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(852,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(853,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(854,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(855,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(856,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(857,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(858,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(859,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(860,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(861,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(862,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(863,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(864,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(865,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(866,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(867,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(868,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(869,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(870,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(871,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(872,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(873,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(874,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(875,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(876,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(877,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(878,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(879,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(880,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(881,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(882,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(883,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(884,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(885,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(886,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(887,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(888,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(889,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(890,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(891,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(892,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(893,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(894,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(895,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(896,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(897,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(898,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(899,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(900,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(901,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(902,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(903,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(904,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(905,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(906,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(907,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(908,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(909,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(910,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(911,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(912,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(913,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(914,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(915,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(916,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(917,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(918,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(919,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(920,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(921,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(922,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(923,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(924,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(925,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(926,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(927,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(928,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(929,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(930,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(931,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(932,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(933,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(934,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(935,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(936,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(937,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(938,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(939,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(940,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(941,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(942,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(943,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(944,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(945,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(946,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(947,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(948,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(949,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(950,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(951,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(952,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(953,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(954,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(955,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(956,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(957,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(958,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(959,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(960,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(961,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(962,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(963,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(964,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(965,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(966,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(967,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(968,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(969,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(970,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(971,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(972,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(973,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(974,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(975,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(976,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(977,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(978,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(979,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(980,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(981,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(982,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(983,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(984,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(985,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(986,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(987,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(988,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(989,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(990,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(991,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(992,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(993,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(994,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(995,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(996,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(997,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(998,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(999,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL),(1000,20101,20130,'test','2025-02-08 17:31:56.937000',1,1,NULL,NULL,'2025-02-08 17:31:56.937000','2025-02-08 17:31:56.937000',NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `OAuth2Authorization` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth2ScopeGrant` -- DROP TABLE IF EXISTS `OAuth2ScopeGrant`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OAuth2ScopeGrant` ( `oAuth2ScopeGrantId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `oA2AScopeAliasesId` bigint DEFAULT NULL, `applicationName` varchar(255) DEFAULT NULL, `bundleSymbolicName` varchar(255) DEFAULT NULL, `scope` varchar(240) DEFAULT NULL, `scopeAliases` longtext, PRIMARY KEY (`oAuth2ScopeGrantId`), KEY `IX_88938BF` (`companyId`,`oA2AScopeAliasesId`,`applicationName`,`bundleSymbolicName`,`scope`), KEY `IX_80FCAC23` (`oA2AScopeAliasesId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth2ScopeGrant` -- LOCK TABLES `OAuth2ScopeGrant` WRITE; /*!40000 ALTER TABLE `OAuth2ScopeGrant` DISABLE KEYS */; INSERT INTO `OAuth2ScopeGrant` VALUES (1,20101,1,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','DELETE','Liferay.Segments.Asah.REST.everything'),(2,20101,1,'Liferay.JSON.Web.Services.Analytics','com.liferay.oauth2.provider.shortcut','analytics.read','analytics.read'),(3,20101,1,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','GET','Liferay.Segments.Asah.REST.everything'),(4,20101,1,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','POST','Liferay.Segments.Asah.REST.everything'),(5,20101,1,'Liferay.JSON.Web.Services.Analytics','com.liferay.oauth2.provider.shortcut','analytics.write','analytics.write'),(6,20101,2,'liferay-json-web-services','com.liferay.oauth2.provider.jsonws','everything.write','liferay-json-web-services.everything.read liferay-json-web-services.everything.write'),(7,20101,2,'liferay-json-web-services','com.liferay.oauth2.provider.jsonws','everything.read','liferay-json-web-services.everything.read liferay-json-web-services.everything.write'); /*!40000 ALTER TABLE `OAuth2ScopeGrant` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth_OAuthApplication` -- DROP TABLE IF EXISTS `OAuth_OAuthApplication`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OAuth_OAuthApplication` ( `oAuthApplicationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `consumerKey` varchar(75) DEFAULT NULL, `consumerSecret` varchar(75) DEFAULT NULL, `accessLevel` int DEFAULT NULL, `logoId` bigint DEFAULT NULL, `shareableAccessToken` tinyint DEFAULT NULL, `callbackURI` longtext, `websiteURL` longtext, PRIMARY KEY (`oAuthApplicationId`), UNIQUE KEY `IX_B12A5172` (`consumerKey`), KEY `IX_DD85AA60` (`companyId`,`name`), KEY `IX_2B33FAA0` (`userId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth_OAuthApplication` -- LOCK TABLES `OAuth_OAuthApplication` WRITE; /*!40000 ALTER TABLE `OAuth_OAuthApplication` DISABLE KEYS */; /*!40000 ALTER TABLE `OAuth_OAuthApplication` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth_OAuthUser` -- DROP TABLE IF EXISTS `OAuth_OAuthUser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OAuth_OAuthUser` ( `oAuthUserId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `oAuthApplicationId` bigint DEFAULT NULL, `accessToken` varchar(75) DEFAULT NULL, `accessSecret` varchar(75) DEFAULT NULL, PRIMARY KEY (`oAuthUserId`), UNIQUE KEY `IX_84260D45` (`accessToken`), UNIQUE KEY `IX_7B260C62` (`userId`,`oAuthApplicationId`), KEY `IX_4167B528` (`oAuthApplicationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth_OAuthUser` -- LOCK TABLES `OAuth_OAuthUser` WRITE; /*!40000 ALTER TABLE `OAuth_OAuthUser` DISABLE KEYS */; /*!40000 ALTER TABLE `OAuth_OAuthUser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OpenIdConnectSession` -- DROP TABLE IF EXISTS `OpenIdConnectSession`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OpenIdConnectSession` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `openIdConnectSessionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `accessToken` varchar(3000) DEFAULT NULL, `configurationPid` varchar(256) DEFAULT NULL, `idToken` varchar(3999) DEFAULT NULL, `providerName` varchar(75) DEFAULT NULL, `refreshToken` varchar(2000) DEFAULT NULL, PRIMARY KEY (`openIdConnectSessionId`), UNIQUE KEY `IX_E356F9BA` (`userId`,`configurationPid`(255)), KEY `IX_C2F20300` (`configurationPid`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OpenIdConnectSession` -- LOCK TABLES `OpenIdConnectSession` WRITE; /*!40000 ALTER TABLE `OpenIdConnectSession` DISABLE KEYS */; /*!40000 ALTER TABLE `OpenIdConnectSession` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OpenSocial_Gadget` -- DROP TABLE IF EXISTS `OpenSocial_Gadget`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OpenSocial_Gadget` ( `uuid_` varchar(75) DEFAULT NULL, `gadgetId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `url` longtext, `portletCategoryNames` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`gadgetId`), UNIQUE KEY `IX_A6A89EB1` (`companyId`,`url`(255)), KEY `IX_3C79316E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OpenSocial_Gadget` -- LOCK TABLES `OpenSocial_Gadget` WRITE; /*!40000 ALTER TABLE `OpenSocial_Gadget` DISABLE KEYS */; /*!40000 ALTER TABLE `OpenSocial_Gadget` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OpenSocial_OAuthConsumer` -- DROP TABLE IF EXISTS `OpenSocial_OAuthConsumer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OpenSocial_OAuthConsumer` ( `oAuthConsumerId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `gadgetKey` varchar(75) DEFAULT NULL, `serviceName` varchar(75) DEFAULT NULL, `consumerKey` varchar(75) DEFAULT NULL, `consumerSecret` longtext, `keyType` varchar(75) DEFAULT NULL, PRIMARY KEY (`oAuthConsumerId`), KEY `IX_8E715BF8` (`gadgetKey`,`serviceName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OpenSocial_OAuthConsumer` -- LOCK TABLES `OpenSocial_OAuthConsumer` WRITE; /*!40000 ALTER TABLE `OpenSocial_OAuthConsumer` DISABLE KEYS */; /*!40000 ALTER TABLE `OpenSocial_OAuthConsumer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OpenSocial_OAuthToken` -- DROP TABLE IF EXISTS `OpenSocial_OAuthToken`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OpenSocial_OAuthToken` ( `oAuthTokenId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `gadgetKey` varchar(75) DEFAULT NULL, `serviceName` varchar(75) DEFAULT NULL, `moduleId` bigint DEFAULT NULL, `accessToken` varchar(75) DEFAULT NULL, `tokenName` varchar(75) DEFAULT NULL, `tokenSecret` varchar(75) DEFAULT NULL, `sessionHandle` varchar(75) DEFAULT NULL, `expiration` bigint DEFAULT NULL, PRIMARY KEY (`oAuthTokenId`), KEY `IX_6C8CCC3D` (`gadgetKey`,`serviceName`), KEY `IX_CDD35402` (`userId`,`gadgetKey`,`serviceName`,`moduleId`,`tokenName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OpenSocial_OAuthToken` -- LOCK TABLES `OpenSocial_OAuthToken` WRITE; /*!40000 ALTER TABLE `OpenSocial_OAuthToken` DISABLE KEYS */; /*!40000 ALTER TABLE `OpenSocial_OAuthToken` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrgGroupRole` -- DROP TABLE IF EXISTS `OrgGroupRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OrgGroupRole` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `organizationId` bigint NOT NULL, `groupId` bigint NOT NULL, `roleId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, PRIMARY KEY (`organizationId`,`groupId`,`roleId`), KEY `IX_4A527DD3` (`groupId`), KEY `IX_AB044D1C` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OrgGroupRole` -- LOCK TABLES `OrgGroupRole` WRITE; /*!40000 ALTER TABLE `OrgGroupRole` DISABLE KEYS */; /*!40000 ALTER TABLE `OrgGroupRole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrgLabor` -- DROP TABLE IF EXISTS `OrgLabor`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `OrgLabor` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `orgLaborId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `organizationId` bigint DEFAULT NULL, `typeId` bigint DEFAULT NULL, `sunOpen` int DEFAULT NULL, `sunClose` int DEFAULT NULL, `monOpen` int DEFAULT NULL, `monClose` int DEFAULT NULL, `tueOpen` int DEFAULT NULL, `tueClose` int DEFAULT NULL, `wedOpen` int DEFAULT NULL, `wedClose` int DEFAULT NULL, `thuOpen` int DEFAULT NULL, `thuClose` int DEFAULT NULL, `friOpen` int DEFAULT NULL, `friClose` int DEFAULT NULL, `satOpen` int DEFAULT NULL, `satClose` int DEFAULT NULL, PRIMARY KEY (`orgLaborId`), KEY `IX_6AF0D434` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OrgLabor` -- LOCK TABLES `OrgLabor` WRITE; /*!40000 ALTER TABLE `OrgLabor` DISABLE KEYS */; /*!40000 ALTER TABLE `OrgLabor` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Organization_` -- DROP TABLE IF EXISTS `Organization_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Organization_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `organizationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentOrganizationId` bigint DEFAULT NULL, `treePath` longtext, `name` varchar(100) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `recursable` tinyint DEFAULT NULL, `regionId` bigint DEFAULT NULL, `countryId` bigint DEFAULT NULL, `statusId` bigint DEFAULT NULL, `comments` longtext, `logoId` bigint DEFAULT NULL, PRIMARY KEY (`organizationId`), UNIQUE KEY `IX_E301BDF5` (`companyId`,`name`), KEY `IX_6B83F1C7` (`companyId`,`externalReferenceCode`), KEY `IX_D834B361` (`companyId`,`parentOrganizationId`,`name`), KEY `IX_A9D85BA6` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Organization_` -- LOCK TABLES `Organization_` WRITE; /*!40000 ALTER TABLE `Organization_` DISABLE KEYS */; /*!40000 ALTER TABLE `Organization_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PasswordPolicy` -- DROP TABLE IF EXISTS `PasswordPolicy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PasswordPolicy` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `passwordPolicyId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `defaultPolicy` tinyint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `changeable` tinyint DEFAULT NULL, `changeRequired` tinyint DEFAULT NULL, `minAge` bigint DEFAULT NULL, `checkSyntax` tinyint DEFAULT NULL, `allowDictionaryWords` tinyint DEFAULT NULL, `minAlphanumeric` int DEFAULT NULL, `minLength` int DEFAULT NULL, `minLowerCase` int DEFAULT NULL, `minNumbers` int DEFAULT NULL, `minSymbols` int DEFAULT NULL, `minUpperCase` int DEFAULT NULL, `regex` longtext, `history` tinyint DEFAULT NULL, `historyCount` int DEFAULT NULL, `expireable` tinyint DEFAULT NULL, `maxAge` bigint DEFAULT NULL, `warningTime` bigint DEFAULT NULL, `graceLimit` int DEFAULT NULL, `lockout` tinyint DEFAULT NULL, `maxFailure` int DEFAULT NULL, `lockoutDuration` bigint DEFAULT NULL, `requireUnlock` tinyint DEFAULT NULL, `resetFailureCount` bigint DEFAULT NULL, `resetTicketMaxAge` bigint DEFAULT NULL, PRIMARY KEY (`passwordPolicyId`), UNIQUE KEY `IX_3FBFA9F4` (`companyId`,`name`), KEY `IX_2C1142E` (`companyId`,`defaultPolicy`), KEY `IX_E4D7EF87` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PasswordPolicy` -- LOCK TABLES `PasswordPolicy` WRITE; /*!40000 ALTER TABLE `PasswordPolicy` DISABLE KEYS */; INSERT INTO `PasswordPolicy` VALUES (0,'b48ae9ba-7921-c0e6-c968-6c862049cb2e',20129,20101,20105,NULL,'2023-02-22 16:58:31.521000','2023-02-22 16:58:31.521000',1,'Default Password Policy','Default Password Policy',1,0,0,0,1,0,6,0,1,0,1,'(?=.{4})(?:[a-zA-Z0-9]*)',0,6,0,8640000,86400,0,0,3,0,1,600,86400); /*!40000 ALTER TABLE `PasswordPolicy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PasswordPolicyRel` -- DROP TABLE IF EXISTS `PasswordPolicyRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PasswordPolicyRel` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `passwordPolicyRelId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `passwordPolicyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`passwordPolicyRelId`), UNIQUE KEY `IX_C3A17327` (`classNameId`,`classPK`), KEY `IX_CD25266E` (`passwordPolicyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PasswordPolicyRel` -- LOCK TABLES `PasswordPolicyRel` WRITE; /*!40000 ALTER TABLE `PasswordPolicyRel` DISABLE KEYS */; /*!40000 ALTER TABLE `PasswordPolicyRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PasswordTracker` -- DROP TABLE IF EXISTS `PasswordTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PasswordTracker` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `passwordTrackerId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, PRIMARY KEY (`passwordTrackerId`), KEY `IX_326F75BD` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PasswordTracker` -- LOCK TABLES `PasswordTracker` WRITE; /*!40000 ALTER TABLE `PasswordTracker` DISABLE KEYS */; /*!40000 ALTER TABLE `PasswordTracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Phone` -- DROP TABLE IF EXISTS `Phone`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Phone` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `phoneId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `typeId` bigint DEFAULT NULL, `primary_` tinyint DEFAULT NULL, PRIMARY KEY (`phoneId`), KEY `IX_812CE07A` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F202B9CE` (`userId`), KEY `IX_B271FA88` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Phone` -- LOCK TABLES `Phone` WRITE; /*!40000 ALTER TABLE `Phone` DISABLE KEYS */; /*!40000 ALTER TABLE `Phone` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PluginSetting` -- DROP TABLE IF EXISTS `PluginSetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PluginSetting` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `pluginSettingId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `pluginId` varchar(75) DEFAULT NULL, `pluginType` varchar(75) DEFAULT NULL, `roles` longtext, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`pluginSettingId`), UNIQUE KEY `IX_7171B2E8` (`companyId`,`pluginId`,`pluginType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PluginSetting` -- LOCK TABLES `PluginSetting` WRITE; /*!40000 ALTER TABLE `PluginSetting` DISABLE KEYS */; /*!40000 ALTER TABLE `PluginSetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PollsChoice` -- DROP TABLE IF EXISTS `PollsChoice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PollsChoice` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `choiceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `questionId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`choiceId`), UNIQUE KEY `IX_D76DD2CF` (`questionId`,`name`), UNIQUE KEY `IX_C222BD31` (`uuid_`,`groupId`), KEY `IX_8AE746EF` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PollsChoice` -- LOCK TABLES `PollsChoice` WRITE; /*!40000 ALTER TABLE `PollsChoice` DISABLE KEYS */; /*!40000 ALTER TABLE `PollsChoice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PollsQuestion` -- DROP TABLE IF EXISTS `PollsQuestion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PollsQuestion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `questionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` longtext, `description` longtext, `expirationDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `lastVoteDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`questionId`), UNIQUE KEY `IX_F3C9F36` (`uuid_`,`groupId`), KEY `IX_9FF342EA` (`groupId`), KEY `IX_F910BBB4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PollsQuestion` -- LOCK TABLES `PollsQuestion` WRITE; /*!40000 ALTER TABLE `PollsQuestion` DISABLE KEYS */; /*!40000 ALTER TABLE `PollsQuestion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PollsVote` -- DROP TABLE IF EXISTS `PollsVote`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PollsVote` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `voteId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `questionId` bigint DEFAULT NULL, `choiceId` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `voteDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`voteId`), UNIQUE KEY `IX_A88C673A` (`uuid_`,`groupId`), KEY `IX_D5DF7B54` (`choiceId`), KEY `IX_1BBFD4D3` (`questionId`,`userId`), KEY `IX_7D8E92B8` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PollsVote` -- LOCK TABLES `PollsVote` WRITE; /*!40000 ALTER TABLE `PollsVote` DISABLE KEYS */; /*!40000 ALTER TABLE `PollsVote` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PortalPreferences` -- DROP TABLE IF EXISTS `PortalPreferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PortalPreferences` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `portalPreferencesId` bigint NOT NULL, `ownerId` bigint DEFAULT NULL, `ownerType` int DEFAULT NULL, `preferences` longtext, PRIMARY KEY (`portalPreferencesId`), KEY `IX_D1F795F1` (`ownerId`,`ownerType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PortalPreferences` -- LOCK TABLES `PortalPreferences` WRITE; /*!40000 ALTER TABLE `PortalPreferences` DISABLE KEYS */; INSERT INTO `PortalPreferences` VALUES (1,20102,20101,1,'sync.lan.server.uuid09b30196-b52f-6a24-8e5a-2dcfa853bd66sync.lan.keyMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCi/Xb1ZmLtnuNwYIm5UGOVCWUS50ikcn4odLxtqUTIwHZDQPQe1SWHolopVdF00SmUsE/oOpFjeo/ITbx8bGzBI2Nep8fjEGd1UqHwXlK5HPjz9ot3v57/a+M3bQmhRMXGr61TjGXbAEnqureIIG8clxrmKbBDfbQvQcWk61c8ocJMDbgsgHxsCoiwc1joolhW0NIrK7TWshoBuxGGmgR1fH4HHVAVlF25/JcdLlqUIlUrSuucQoMHcWppYLepj4sm3U2nCoL95ckKQPPg0f4BD2vgq63MuH99pHDr9iTQduZ2xq55TEehUo/QzIh6BVbgTDbx5LPgEy8172gCMvNlAgMBAAECggEBAJHici5V9SggdgworDztAiTsosYXs4JVZCwLyHgS8JkLAw9RPO+38f6Dx1WGFZMMf74xTWRbv7QdiEJNqe5oEbORXCjl3diT3zY4vu9pTXuYvg+G1fBZ2BNgWqBKfTsWVjtvFKFaYfRyPrbVZt51wV4CtbXbDIRsJ/HAWgoyBwQhigldG0nK6LE1v5OMf/B9PlKQ6g8fbt5+Lll9mCIcv2PgRt9BGedABMTPACD7ISKFZ3BS5EopKBVxyhDuxX96ESad8hZeyHjawQT13enIxdOzGbOtd/sYNa60DrQ8aQwEKCVFh6XuFeezEClooPj4Yqa46f9cw5tEzEuV23IuwAECgYEA3KFVsJ5imOB7z8f983oW5eWoG7SaHHRX9jl02tM68KmGc2f9bWG2rrhNm9NK5ls51POc+jP+otjJgCP/5jZ1WmFUi2p8RMHbYL/wn9w5zlhgyTnafaGhI7WXug25cfCjH0ecykL6m+2jgs0zblivYRstLjMZWz4O1kuaCn2h42UCgYEAvR6URmwG7lZZ/rC+qi1F2PVEU6PQjsUpcdQwVUuHrOPvZVni86osYzxox3xOmn5ZX1xOiwpMJjCy7H0+v9EwEeVvpxpXQBu9fANtLRhZJrkrozhOUxV5eKIzNY9L/Vs7qJf4ss6u8XkwwpE+YJVW1aPnHMjWX+ziGDXAKoEj0AECgYBmkgrIZZnpANQOsSd6/hOPJcmVt8y91cjfC68r3G/WWrnLBVlodLj9WWmbPAviNB8axXcBSxLimm5zSEk7ua2tKvqnJgZH4OggfptbdoLZT3UPl/nf1jiX5WB4etDwC7OKYzydO65Ot5gAw21Zq5k9R+klRVRQevVi4xrmLaoJkQKBgCtwM6R9OZZS1Tbvx8t0vJ9Zroj7jnLMjHltwHBG+fHXJOyFmeBXzPw6KuLvBWrs7IA/xnafNeBrvR0eo2QRm1Xw+hVKspGyDXLHorMB7bA8Re6mhy8ENrNjphl+QXj/FJPj3CbN3FbwfCekjsxGYPyPOg1dgAfmdAQVjH72zJABAoGANhdLZwWF4xVFMXNc0VsB9QVaF1aQFeybwV1vS5S+/pYH7rvE+aayhHOkJIjipBNzPRJ5ez/7XkM+h1xiRTPrSNisvhEZHbyXG4ERGZbuH9cW8Up0SFaNKHX0Y61p3y65aWKN4iX45VNtp3zF+phFunkyD57ETyAIOA6jXt8VlLg=sync.lan.certificateMIIC4TCCAcmgAwIBAgIJAJSq33zDUW8wMA0GCSqGSIb3DQEBCwUAMC8xLTArBgNVBAMMJDA5YjMwMTk2LWI1MmYtNmEyNC04ZTVhLTJkY2ZhODUzYmQ2NjAgFw0yMjAyMjIxNjU4MzdaGA8zMDIyMDYyNTE2NTgzN1owLzEtMCsGA1UEAwwkMDliMzAxOTYtYjUyZi02YTI0LThlNWEtMmRjZmE4NTNiZDY2MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAov129WZi7Z7jcGCJuVBjlQllEudIpHJ+KHS8balEyMB2Q0D0HtUlh6JaKVXRdNEplLBP6DqRY3qPyE28fGxswSNjXqfH4xBndVKh8F5SuRz48/aLd7+e/2vjN20JoUTFxq+tU4xl2wBJ6rq3iCBvHJca5imwQ320L0HFpOtXPKHCTA24LIB8bAqIsHNY6KJYVtDSKyu01rIaAbsRhpoEdXx+Bx1QFZRdufyXHS5alCJVK0rrnEKDB3FqaWC3qY+LJt1NpwqC/eXJCkDz4NH+AQ9r4KutzLh/faRw6/Yk0HbmdsaueUxHoVKP0MyIegVW4Ew28eSz4BMvNe9oAjLzZQIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQA2m/0CATfODwu9V5+Xi7Yorx+AiSoZun8QRoFl6JOvafWjfvWBaOeJYSUdCFTJXN+d9a+Pqxt9fs2mMsI6wHf2ZyEjhoFEv/1Sz2HQMGKRL92JWLr1gaOfyOvDeKf88+y2N8Xj+CER+V6g+dr4Dlchoa+eyP9+8OofmfoHTO27mszQMo36ozz86ah8+QsJK0XQYjfK1bl961nFNYiEFQsd1JpFjAs928Qz/6/pa9gXFv/i7UtMQkJDqWsz9ezL57xDaT3i7R3I7Y+1jAi136evD5bYwR2/MkMpcwqIlKpKHRMvzzxrExfBRMm9YonGFmI5IfDvOZk/FiyhvzSEl0Pf'),(0,20131,0,1,''),(0,41213,20105,4,''); /*!40000 ALTER TABLE `PortalPreferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Portlet` -- DROP TABLE IF EXISTS `Portlet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Portlet` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `id_` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `roles` longtext, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_12B5E51D` (`companyId`,`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Portlet` -- LOCK TABLES `Portlet` WRITE; /*!40000 ALTER TABLE `Portlet` DISABLE KEYS */; INSERT INTO `Portlet` VALUES (0,20821,20101,'1_WAR_opensocialportlet',NULL,1),(0,20822,20101,'2_WAR_opensocialportlet',NULL,1),(0,20823,20101,'3_WAR_opensocialportlet',NULL,1),(0,20824,20101,'4_WAR_opensocialportlet',NULL,1),(0,20829,20101,'2_WAR_tasksportlet',NULL,1),(0,20830,20101,'1_WAR_tasksportlet',NULL,1),(0,24002,20101,'1_WAR_powwowportlet',NULL,1),(0,24102,20101,'2_WAR_powwowportlet',NULL,1),(0,40633,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet',NULL,1),(0,40634,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',NULL,1),(0,40635,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',NULL,1),(0,40636,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',NULL,1),(0,40643,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',NULL,1),(0,40644,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',NULL,1),(0,40645,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',NULL,1),(0,40646,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',NULL,1),(0,40647,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',NULL,1),(0,40648,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',NULL,1),(0,40649,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',NULL,1),(0,40650,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',NULL,1),(0,40651,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',NULL,1),(0,40652,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',NULL,1),(0,40653,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',NULL,1),(0,40654,20101,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',NULL,1),(0,40655,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',NULL,1),(0,40656,20101,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet',NULL,1),(0,40657,20101,'com_liferay_message_boards_web_portlet_MBPortlet',NULL,1),(0,40658,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',NULL,1),(0,40659,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',NULL,1),(0,40660,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',NULL,1),(0,40661,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',NULL,1),(0,40662,20101,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',NULL,1),(0,40663,20101,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet',NULL,1),(0,40664,20101,'com_liferay_wiki_web_portlet_WikiAdminPortlet',NULL,1),(0,40665,20101,'com_liferay_comment_web_portlet_CommentPortlet',NULL,1),(0,40666,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',NULL,1),(0,40667,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',NULL,1),(0,40668,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',NULL,1),(0,40670,20101,'com_liferay_wiki_web_portlet_WikiPortlet',NULL,1),(0,40671,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',NULL,1),(0,40672,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',NULL,1),(0,40673,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',NULL,1),(0,40675,20101,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',NULL,1),(0,40677,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',NULL,1),(0,40680,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',NULL,1),(0,40681,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',NULL,1),(0,40682,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',NULL,1),(0,40686,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',NULL,1),(0,40688,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',NULL,1),(0,40692,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',NULL,1),(0,40697,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',NULL,1),(0,40699,20101,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',NULL,1),(0,40702,20101,'hello_soy_portlet',NULL,1),(0,40704,20101,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',NULL,1),(0,40709,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',NULL,1),(0,40711,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',NULL,1),(0,40720,20101,'com_liferay_sharing_web_portlet_SharingPortlet',NULL,1),(0,40721,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',NULL,1),(0,40722,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',NULL,1),(0,40725,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',NULL,1),(0,40726,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',NULL,1),(0,40728,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',NULL,1),(0,40732,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',NULL,1),(0,40733,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',NULL,1),(0,40735,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',NULL,1),(0,40736,20101,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',NULL,1),(0,40737,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',NULL,1),(0,40738,20101,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',NULL,1),(0,40739,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',NULL,1),(0,40740,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',NULL,1),(0,40741,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',NULL,1),(0,40742,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',NULL,1),(0,40743,20101,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',NULL,1),(0,40744,20101,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',NULL,1),(0,40745,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet',NULL,1),(0,40746,20101,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',NULL,1),(0,40747,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',NULL,1),(0,40748,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',NULL,1),(0,40749,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',NULL,1),(0,40750,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',NULL,1),(0,40751,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',NULL,1),(0,40752,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',NULL,1),(0,40753,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',NULL,1),(0,40754,20101,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',NULL,1),(0,40755,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',NULL,1),(0,40756,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',NULL,1),(0,40757,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',NULL,1),(0,40758,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',NULL,1),(0,40759,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',NULL,1),(0,40760,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',NULL,1),(0,40761,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',NULL,1),(0,40762,20101,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',NULL,1),(0,40763,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',NULL,1),(0,40765,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',NULL,1),(0,40801,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',NULL,1),(0,40901,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',NULL,1),(0,40909,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',NULL,1),(0,40910,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',NULL,1),(0,40911,20101,'com_liferay_journal_web_portlet_JournalPortlet',NULL,1),(0,40912,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',NULL,1),(0,40913,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',NULL,1),(0,40914,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',NULL,1),(0,40915,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',NULL,1),(0,40916,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',NULL,1),(0,40917,20101,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',NULL,1),(0,40918,20101,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',NULL,1),(0,40919,20101,'com_liferay_directory_web_portlet_DirectoryPortlet',NULL,1),(0,40920,20101,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',NULL,1),(0,40921,20101,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet',NULL,1),(0,40922,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',NULL,1),(0,40923,20101,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',NULL,1),(0,40929,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',NULL,1),(0,40930,20101,'com_liferay_translator_web_portlet_TranslatorPortlet',NULL,1),(0,40931,20101,'com_liferay_dictionary_web_portlet_DictionaryPortlet',NULL,1),(0,40932,20101,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',NULL,1),(0,40933,20101,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',NULL,1),(0,40935,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',NULL,1),(0,40936,20101,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',NULL,1),(0,40939,20101,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',NULL,1),(0,41001,20101,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',NULL,1),(0,41002,20101,'com_liferay_quick_note_web_portlet_QuickNotePortlet',NULL,1),(0,41005,20101,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',NULL,1),(0,41006,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',NULL,1),(0,41007,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',NULL,1),(0,41010,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',NULL,1),(0,41011,20101,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',NULL,1),(0,41012,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',NULL,1),(0,41014,20101,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',NULL,1),(0,41022,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',NULL,1),(0,41023,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',NULL,1),(0,41029,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',NULL,1),(0,41033,20101,'com_liferay_iframe_web_portlet_IFramePortlet',NULL,1),(0,41038,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',NULL,1),(0,41045,20101,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',NULL,1),(0,41054,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',NULL,1),(0,41055,20101,'com_liferay_polls_web_portlet_PollsPortlet',NULL,1),(0,41059,20101,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',NULL,1),(0,41061,20101,'com_liferay_login_web_portlet_FastLoginPortlet',NULL,1),(0,41064,20101,'com_liferay_login_web_portlet_LoginPortlet',NULL,1),(0,41066,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',NULL,1),(0,41073,20101,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet',NULL,1),(0,41074,20101,'com_liferay_flags_web_portlet_FlagsPortlet',NULL,1),(0,41075,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',NULL,1),(0,41076,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',NULL,1),(0,41077,20101,'com_liferay_rss_web_portlet_RSSPortlet',NULL,1),(0,41078,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',NULL,1),(0,41079,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',NULL,1),(0,41080,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',NULL,1),(0,41081,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',NULL,1),(0,41082,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',NULL,1),(0,41083,20101,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',NULL,1),(0,41084,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',NULL,1),(0,41085,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',NULL,1),(0,41086,20101,'com_liferay_document_library_web_portlet_DLPortlet',NULL,1),(0,41087,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',NULL,1),(0,41089,20101,'com_liferay_flash_web_portlet_FlashPortlet',NULL,1),(0,41090,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',NULL,1),(0,41091,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',NULL,1),(0,41092,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',NULL,1),(0,41093,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',NULL,1),(0,41094,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',NULL,1),(0,41095,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',NULL,1),(0,41096,20101,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet',NULL,1),(0,41097,20101,'com_liferay_sync_web_portlet_SyncAdminPortlet',NULL,1),(0,41098,20101,'com_liferay_sync_web_portlet_SyncDevicesPortlet',NULL,1),(0,41100,20101,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet',NULL,1),(0,41101,20101,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',NULL,1),(0,41102,20101,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',NULL,1),(0,41104,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',NULL,1),(0,41106,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',NULL,1),(0,41107,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',NULL,1),(0,41108,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',NULL,1),(0,41111,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',NULL,1),(0,41112,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',NULL,1),(0,41113,20101,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet',NULL,1),(0,41114,20101,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',NULL,1),(0,41115,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',NULL,1),(0,41116,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',NULL,1),(0,41117,20101,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',NULL,1),(0,41118,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',NULL,1),(0,41119,20101,'com_liferay_contacts_web_portlet_MembersPortlet',NULL,1),(0,41120,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',NULL,1),(0,41121,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',NULL,1),(0,41122,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',NULL,1),(0,41123,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',NULL,1),(0,41124,20101,'com_liferay_oauth_web_internal_portlet_AdminPortlet',NULL,1),(0,41125,20101,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',NULL,1),(0,41127,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',NULL,1),(0,41128,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',NULL,1),(0,41129,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',NULL,1),(0,41130,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',NULL,1),(0,41131,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',NULL,1),(0,41132,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',NULL,1),(0,41133,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',NULL,1),(0,41134,20101,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',NULL,1),(0,41135,20101,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',NULL,1),(0,41136,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',NULL,1),(0,41137,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',NULL,1),(0,41138,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',NULL,1),(0,41139,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',NULL,1),(0,41140,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',NULL,1),(0,41141,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',NULL,1),(0,41142,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',NULL,1),(0,41143,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',NULL,1),(0,41144,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',NULL,1),(0,41145,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',NULL,1),(0,41146,20101,'com_liferay_trash_web_portlet_TrashPortlet',NULL,1),(0,41147,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',NULL,1),(0,41148,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',NULL,1),(0,41149,20101,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',NULL,1),(0,41150,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet',NULL,1),(0,41151,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',NULL,1),(0,41152,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',NULL,1),(0,41153,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',NULL,1),(0,41154,20101,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet',NULL,1),(0,41155,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',NULL,1),(0,41156,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',NULL,1),(0,41157,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',NULL,1),(0,41170,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',NULL,1),(0,41171,20101,'com_liferay_weather_web_portlet_WeatherPortlet',NULL,1),(0,41172,20101,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',NULL,1),(0,41173,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',NULL,1),(0,41174,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',NULL,1),(0,41184,20101,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet',NULL,1),(0,41185,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',NULL,1),(0,41186,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',NULL,1),(0,41187,20101,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet',NULL,1),(0,41188,20101,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',NULL,1),(0,41189,20101,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet',NULL,1),(0,41190,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',NULL,1),(0,41191,20101,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',NULL,1),(0,41192,20101,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',NULL,1),(0,41193,20101,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',NULL,1),(0,41194,20101,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',NULL,1),(0,41195,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',NULL,1),(0,41196,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',NULL,1),(0,41197,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',NULL,1),(0,41198,20101,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet',NULL,1),(0,41199,20101,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',NULL,1),(0,41200,20101,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',NULL,1),(0,41201,20101,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet',NULL,1),(0,41202,20101,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',NULL,1),(0,41203,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',NULL,1),(0,41204,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',NULL,1),(0,41205,20101,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet',NULL,1),(0,41206,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',NULL,1),(0,41207,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',NULL,1),(0,41208,20101,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',NULL,1),(0,41209,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',NULL,1),(0,41210,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',NULL,1),(0,41211,20101,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',NULL,1),(0,41212,20101,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',NULL,1); /*!40000 ALTER TABLE `Portlet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PortletItem` -- DROP TABLE IF EXISTS `PortletItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PortletItem` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `portletItemId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, PRIMARY KEY (`portletItemId`), KEY `IX_96BDD537` (`groupId`,`classNameId`), KEY `IX_D699243F` (`groupId`,`name`,`portletId`,`classNameId`), KEY `IX_E922D6C0` (`groupId`,`portletId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PortletItem` -- LOCK TABLES `PortletItem` WRITE; /*!40000 ALTER TABLE `PortletItem` DISABLE KEYS */; /*!40000 ALTER TABLE `PortletItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PortletPreferences` -- DROP TABLE IF EXISTS `PortletPreferences`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PortletPreferences` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `portletPreferencesId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `ownerId` bigint DEFAULT NULL, `ownerType` int DEFAULT NULL, `plid` bigint DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `preferences` longtext, PRIMARY KEY (`portletPreferencesId`), UNIQUE KEY `IX_C7057FF7` (`ownerId`,`ownerType`,`plid`,`portletId`), KEY `IX_60C49142` (`companyId`,`ownerId`,`ownerType`,`portletId`), KEY `IX_C9A3FCE2` (`ownerId`,`ownerType`,`portletId`), KEY `IX_D5EDA3A1` (`ownerType`,`plid`,`portletId`), KEY `IX_A3B2A80C` (`ownerType`,`portletId`), KEY `IX_D340DB76` (`plid`,`portletId`), KEY `IX_8E6DA3A1` (`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PortletPreferences` -- LOCK TABLES `PortletPreferences` WRITE; /*!40000 ALTER TABLE `PortletPreferences` DISABLE KEYS */; INSERT INTO `PortletPreferences` VALUES (1,40345,20101,0,3,5,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40349,20101,0,3,5,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40353,20101,0,3,5,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40357,20101,0,3,5,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40361,20101,0,3,5,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40365,20101,0,3,5,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40366,20101,0,3,5,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40370,20101,0,3,5,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40374,20101,0,3,5,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40378,20101,0,3,5,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40382,20101,0,3,5,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40403,20101,0,3,6,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40404,20101,0,3,6,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40405,20101,0,3,6,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40406,20101,0,3,6,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40407,20101,0,3,6,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40408,20101,0,3,6,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40409,20101,0,3,6,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40410,20101,0,3,6,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40411,20101,0,3,6,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40412,20101,0,3,6,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40413,20101,0,3,6,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_1Ca9l6HIadNj','portletSetupPortletDecoratorIdbarebone'),(1,40669,20101,20101,1,0,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,40684,20101,20101,1,0,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,40715,20101,20101,1,0,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,40731,20101,20101,1,0,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,40734,20101,20101,1,0,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,40940,0,20101,1,0,'com.liferay.adaptive.media.image.internal.configuration.AMImageCompanyConfiguration','imageVariantsPreview+1000x0:This+image+resolution+was+automatically+added.:Preview-1000x0:max-height=0;max-width=1000:enabled=trueThumbnail+300x300:This+image+resolution+was+automatically+added.:Thumbnail-300x300:max-height=300;max-width=300:enabled=true'),(1,41053,20101,0,3,7,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_COC7QqJQsOdt','displayStylecloudshowAssetCounttruemaxAssetTags10showZeroAssetCountfalseclassNameId35001'),(1,41072,20101,0,3,8,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_diYPRi5XWOMP','showAssetCounttrueclassNameId32602'),(1,41088,20101,20101,1,0,'com_liferay_my_account_web_portlet_MyAccountPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,41099,20101,20101,1,0,'com_liferay_sync_web_portlet_SyncDevicesPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,41103,20101,20101,1,0,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,41105,20101,20101,1,0,'com_liferay_notifications_web_portlet_NotificationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,41126,20101,20101,1,0,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,41162,20101,0,3,9,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_9eyjqRduxAbG','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent Content'),(1,41165,20101,0,3,10,'com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_RGkmtiIMJ2wO','portletSetupPortletDecoratorIdborderless'),(1,41168,20101,0,3,11,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_hE1qZj0wU2kH','portletSetupUseCustomTitletrueurlshttp://www.nytimes.com/services/xml/rss/userland/Technology.xmlportletSetupTitle_en_USTechnology newsexpandedEntriesPerFeed3'),(1,41169,20101,0,3,11,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_9BSbynnuWrrN','portletSetupUseCustomTitletrueurlshttps://www.liferay.com/about-us/newsroom/press-releases/-/asset_publisher/2oZC/rssportletSetupTitle_en_USLiferay newsexpandedEntriesPerFeed0titlesLiferay Press Releases'),(1,41181,20101,0,3,12,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_nLdKywm1StnF','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent ContentanyAssetTypefalse'),(0,41214,20101,20124,3,0,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch','portletSetupPortletDecoratorIdbarebonedestination/search'),(0,41215,20101,0,3,2,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch','portletSetupPortletDecoratorIdbarebonedestination/search'),(0,41216,20101,20124,3,0,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',''),(0,41217,20101,0,3,2,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',''),(0,41218,20101,20124,3,0,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','portletSetupPortletDecoratorIdbarebonedestination/search'),(0,41219,20101,0,3,2,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','portletSetupPortletDecoratorIdbarebonedestination/search'); /*!40000 ALTER TABLE `PortletPreferences` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PowwowMeeting` -- DROP TABLE IF EXISTS `PowwowMeeting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PowwowMeeting` ( `powwowMeetingId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `powwowServerId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `providerType` varchar(75) DEFAULT NULL, `providerTypeMetadata` longtext, `languageId` varchar(75) DEFAULT NULL, `calendarBookingId` bigint DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`powwowMeetingId`), KEY `IX_A9E3FA50` (`groupId`), KEY `IX_790AD7D9` (`powwowServerId`,`status`), KEY `IX_B1C56C80` (`status`), KEY `IX_ADD9B0BA` (`userId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PowwowMeeting` -- LOCK TABLES `PowwowMeeting` WRITE; /*!40000 ALTER TABLE `PowwowMeeting` DISABLE KEYS */; /*!40000 ALTER TABLE `PowwowMeeting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PowwowParticipant` -- DROP TABLE IF EXISTS `PowwowParticipant`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PowwowParticipant` ( `powwowParticipantId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `powwowMeetingId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `participantUserId` bigint DEFAULT NULL, `emailAddress` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`powwowParticipantId`), UNIQUE KEY `IX_E73754B9` (`powwowMeetingId`,`emailAddress`), KEY `IX_ECA316DC` (`powwowMeetingId`,`participantUserId`), KEY `IX_CFEF5668` (`powwowMeetingId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PowwowParticipant` -- LOCK TABLES `PowwowParticipant` WRITE; /*!40000 ALTER TABLE `PowwowParticipant` DISABLE KEYS */; /*!40000 ALTER TABLE `PowwowParticipant` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PowwowServer` -- DROP TABLE IF EXISTS `PowwowServer`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PowwowServer` ( `powwowServerId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `providerType` varchar(75) DEFAULT NULL, `url` longtext, `apiKey` varchar(75) DEFAULT NULL, `secret` varchar(75) DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`powwowServerId`), KEY `IX_381E5639` (`active_`), KEY `IX_39D6051A` (`providerType`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PowwowServer` -- LOCK TABLES `PowwowServer` WRITE; /*!40000 ALTER TABLE `PowwowServer` DISABLE KEYS */; /*!40000 ALTER TABLE `PowwowServer` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `PushNotificationsDevice` -- DROP TABLE IF EXISTS `PushNotificationsDevice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `PushNotificationsDevice` ( `pushNotificationsDeviceId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `platform` varchar(75) DEFAULT NULL, `token` longtext, PRIMARY KEY (`pushNotificationsDeviceId`), UNIQUE KEY `IX_2F3EDC9F` (`token`(255)), KEY `IX_2FBF066B` (`userId`,`platform`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `PushNotificationsDevice` -- LOCK TABLES `PushNotificationsDevice` WRITE; /*!40000 ALTER TABLE `PushNotificationsDevice` DISABLE KEYS */; /*!40000 ALTER TABLE `PushNotificationsDevice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_BLOB_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_BLOB_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_BLOB_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `BLOB_DATA` longblob, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_BLOB_TRIGGERS` -- LOCK TABLES `QUARTZ_BLOB_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_BLOB_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_BLOB_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_CALENDARS` -- DROP TABLE IF EXISTS `QUARTZ_CALENDARS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_CALENDARS` ( `SCHED_NAME` varchar(120) NOT NULL, `CALENDAR_NAME` varchar(200) NOT NULL, `CALENDAR` longblob NOT NULL, PRIMARY KEY (`SCHED_NAME`,`CALENDAR_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_CALENDARS` -- LOCK TABLES `QUARTZ_CALENDARS` WRITE; /*!40000 ALTER TABLE `QUARTZ_CALENDARS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_CALENDARS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_CRON_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_CRON_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_CRON_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `CRON_EXPRESSION` varchar(200) NOT NULL, `TIME_ZONE_ID` varchar(80) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_CRON_TRIGGERS` -- LOCK TABLES `QUARTZ_CRON_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_CRON_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_CRON_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_FIRED_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_FIRED_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_FIRED_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `ENTRY_ID` varchar(95) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `INSTANCE_NAME` varchar(200) NOT NULL, `FIRED_TIME` bigint NOT NULL, `PRIORITY` int NOT NULL, `STATE` varchar(16) NOT NULL, `JOB_NAME` varchar(200) DEFAULT NULL, `JOB_GROUP` varchar(200) DEFAULT NULL, `IS_NONCONCURRENT` tinyint DEFAULT NULL, `REQUESTS_RECOVERY` tinyint DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`ENTRY_ID`), KEY `IX_BE3835E5` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`), KEY `IX_4BD722BM` (`SCHED_NAME`,`TRIGGER_GROUP`), KEY `IX_339E078M` (`SCHED_NAME`,`INSTANCE_NAME`,`REQUESTS_RECOVERY`), KEY `IX_5005E3AF` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`), KEY `IX_BC2F03B0` (`SCHED_NAME`,`JOB_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_FIRED_TRIGGERS` -- LOCK TABLES `QUARTZ_FIRED_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_FIRED_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_FIRED_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_JOB_DETAILS` -- DROP TABLE IF EXISTS `QUARTZ_JOB_DETAILS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_JOB_DETAILS` ( `SCHED_NAME` varchar(120) NOT NULL, `JOB_NAME` varchar(200) NOT NULL, `JOB_GROUP` varchar(200) NOT NULL, `DESCRIPTION` varchar(250) DEFAULT NULL, `JOB_CLASS_NAME` varchar(250) NOT NULL, `IS_DURABLE` tinyint NOT NULL, `IS_NONCONCURRENT` tinyint NOT NULL, `IS_UPDATE_DATA` tinyint NOT NULL, `REQUESTS_RECOVERY` tinyint NOT NULL, `JOB_DATA` longblob, PRIMARY KEY (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`), KEY `IX_88328984` (`SCHED_NAME`,`JOB_GROUP`), KEY `IX_779BCA37` (`SCHED_NAME`,`REQUESTS_RECOVERY`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_JOB_DETAILS` -- LOCK TABLES `QUARTZ_JOB_DETAILS` WRITE; /*!40000 ALTER TABLE `QUARTZ_JOB_DETAILS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_JOB_DETAILS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_LOCKS` -- DROP TABLE IF EXISTS `QUARTZ_LOCKS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_LOCKS` ( `SCHED_NAME` varchar(120) NOT NULL, `LOCK_NAME` varchar(40) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`LOCK_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_LOCKS` -- LOCK TABLES `QUARTZ_LOCKS` WRITE; /*!40000 ALTER TABLE `QUARTZ_LOCKS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_LOCKS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_PAUSED_TRIGGER_GRPS` -- DROP TABLE IF EXISTS `QUARTZ_PAUSED_TRIGGER_GRPS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_PAUSED_TRIGGER_GRPS` -- LOCK TABLES `QUARTZ_PAUSED_TRIGGER_GRPS` WRITE; /*!40000 ALTER TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_PAUSED_TRIGGER_GRPS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_SCHEDULER_STATE` -- DROP TABLE IF EXISTS `QUARTZ_SCHEDULER_STATE`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_SCHEDULER_STATE` ( `SCHED_NAME` varchar(120) NOT NULL, `INSTANCE_NAME` varchar(200) NOT NULL, `LAST_CHECKIN_TIME` bigint NOT NULL, `CHECKIN_INTERVAL` bigint NOT NULL, PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_SCHEDULER_STATE` -- LOCK TABLES `QUARTZ_SCHEDULER_STATE` WRITE; /*!40000 ALTER TABLE `QUARTZ_SCHEDULER_STATE` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_SCHEDULER_STATE` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_SIMPLE_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_SIMPLE_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_SIMPLE_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `REPEAT_COUNT` bigint NOT NULL, `REPEAT_INTERVAL` bigint NOT NULL, `TIMES_TRIGGERED` bigint NOT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_SIMPLE_TRIGGERS` -- LOCK TABLES `QUARTZ_SIMPLE_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_SIMPLE_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_SIMPLE_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_SIMPROP_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_SIMPROP_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_SIMPROP_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `STR_PROP_1` varchar(512) DEFAULT NULL, `STR_PROP_2` varchar(512) DEFAULT NULL, `STR_PROP_3` varchar(512) DEFAULT NULL, `INT_PROP_1` int DEFAULT NULL, `INT_PROP_2` int DEFAULT NULL, `LONG_PROP_1` bigint DEFAULT NULL, `LONG_PROP_2` bigint DEFAULT NULL, `DEC_PROP_1` decimal(13,4) DEFAULT NULL, `DEC_PROP_2` decimal(13,4) DEFAULT NULL, `BOOL_PROP_1` tinyint DEFAULT NULL, `BOOL_PROP_2` tinyint DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_SIMPROP_TRIGGERS` -- LOCK TABLES `QUARTZ_SIMPROP_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_SIMPROP_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_SIMPROP_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `QUARTZ_TRIGGERS` -- DROP TABLE IF EXISTS `QUARTZ_TRIGGERS`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `QUARTZ_TRIGGERS` ( `SCHED_NAME` varchar(120) NOT NULL, `TRIGGER_NAME` varchar(200) NOT NULL, `TRIGGER_GROUP` varchar(200) NOT NULL, `JOB_NAME` varchar(200) NOT NULL, `JOB_GROUP` varchar(200) NOT NULL, `DESCRIPTION` varchar(250) DEFAULT NULL, `NEXT_FIRE_TIME` bigint DEFAULT NULL, `PREV_FIRE_TIME` bigint DEFAULT NULL, `PRIORITY` int DEFAULT NULL, `TRIGGER_STATE` varchar(16) NOT NULL, `TRIGGER_TYPE` varchar(8) NOT NULL, `START_TIME` bigint NOT NULL, `END_TIME` bigint DEFAULT NULL, `CALENDAR_NAME` varchar(200) DEFAULT NULL, `MISFIRE_INSTR` int DEFAULT NULL, `JOB_DATA` longblob, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`), KEY `IX_91CA7CCE` (`SCHED_NAME`,`TRIGGER_GROUP`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`,`MISFIRE_INSTR`), KEY `IX_D219AFDE` (`SCHED_NAME`,`TRIGGER_GROUP`,`TRIGGER_STATE`), KEY `IX_A85822A0` (`SCHED_NAME`,`JOB_NAME`,`JOB_GROUP`), KEY `IX_8AA50BE1` (`SCHED_NAME`,`JOB_GROUP`), KEY `IX_F2DD7C7E` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`,`MISFIRE_INSTR`), KEY `IX_1F92813C` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`MISFIRE_INSTR`), KEY `IX_99108B6E` (`SCHED_NAME`,`TRIGGER_STATE`), KEY `IX_CD7132D0` (`SCHED_NAME`,`CALENDAR_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `QUARTZ_TRIGGERS` -- LOCK TABLES `QUARTZ_TRIGGERS` WRITE; /*!40000 ALTER TABLE `QUARTZ_TRIGGERS` DISABLE KEYS */; /*!40000 ALTER TABLE `QUARTZ_TRIGGERS` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RatingsEntry` -- DROP TABLE IF EXISTS `RatingsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `RatingsEntry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `score` double DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_B47E3C11` (`userId`,`classNameId`,`classPK`), KEY `IX_A1A8CB8B` (`classNameId`,`classPK`,`score`), KEY `IX_9F242DF6` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RatingsEntry` -- LOCK TABLES `RatingsEntry` WRITE; /*!40000 ALTER TABLE `RatingsEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `RatingsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RatingsStats` -- DROP TABLE IF EXISTS `RatingsStats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `RatingsStats` ( `statsId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `totalEntries` int DEFAULT NULL, `totalScore` double DEFAULT NULL, `averageScore` double DEFAULT NULL, PRIMARY KEY (`statsId`), UNIQUE KEY `IX_A6E99284` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RatingsStats` -- LOCK TABLES `RatingsStats` WRITE; /*!40000 ALTER TABLE `RatingsStats` DISABLE KEYS */; /*!40000 ALTER TABLE `RatingsStats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ReadingTimeEntry` -- DROP TABLE IF EXISTS `ReadingTimeEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ReadingTimeEntry` ( `uuid_` varchar(75) DEFAULT NULL, `readingTimeEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `readingTime` bigint DEFAULT NULL, PRIMARY KEY (`readingTimeEntryId`), UNIQUE KEY `IX_73B13580` (`groupId`,`classNameId`,`classPK`), UNIQUE KEY `IX_D647C995` (`uuid_`,`groupId`), KEY `IX_29FACA53` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ReadingTimeEntry` -- LOCK TABLES `ReadingTimeEntry` WRITE; /*!40000 ALTER TABLE `ReadingTimeEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `ReadingTimeEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RecentLayoutBranch` -- DROP TABLE IF EXISTS `RecentLayoutBranch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `RecentLayoutBranch` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `recentLayoutBranchId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `layoutBranchId` bigint DEFAULT NULL, `layoutSetBranchId` bigint DEFAULT NULL, `plid` bigint DEFAULT NULL, PRIMARY KEY (`recentLayoutBranchId`), UNIQUE KEY `IX_C27D6369` (`userId`,`layoutSetBranchId`,`plid`), KEY `IX_B91F79BD` (`groupId`), KEY `IX_351E86E8` (`layoutBranchId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RecentLayoutBranch` -- LOCK TABLES `RecentLayoutBranch` WRITE; /*!40000 ALTER TABLE `RecentLayoutBranch` DISABLE KEYS */; /*!40000 ALTER TABLE `RecentLayoutBranch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RecentLayoutRevision` -- DROP TABLE IF EXISTS `RecentLayoutRevision`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `RecentLayoutRevision` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `recentLayoutRevisionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `layoutRevisionId` bigint DEFAULT NULL, `layoutSetBranchId` bigint DEFAULT NULL, `plid` bigint DEFAULT NULL, PRIMARY KEY (`recentLayoutRevisionId`), UNIQUE KEY `IX_4C600BD0` (`userId`,`layoutSetBranchId`,`plid`), KEY `IX_8D8A2724` (`groupId`), KEY `IX_DA0788DA` (`layoutRevisionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RecentLayoutRevision` -- LOCK TABLES `RecentLayoutRevision` WRITE; /*!40000 ALTER TABLE `RecentLayoutRevision` DISABLE KEYS */; /*!40000 ALTER TABLE `RecentLayoutRevision` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RecentLayoutSetBranch` -- DROP TABLE IF EXISTS `RecentLayoutSetBranch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `RecentLayoutSetBranch` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `recentLayoutSetBranchId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `layoutSetBranchId` bigint DEFAULT NULL, `layoutSetId` bigint DEFAULT NULL, PRIMARY KEY (`recentLayoutSetBranchId`), UNIQUE KEY `IX_4654D204` (`userId`,`layoutSetId`), KEY `IX_711995A5` (`groupId`), KEY `IX_23FF0700` (`layoutSetBranchId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RecentLayoutSetBranch` -- LOCK TABLES `RecentLayoutSetBranch` WRITE; /*!40000 ALTER TABLE `RecentLayoutSetBranch` DISABLE KEYS */; /*!40000 ALTER TABLE `RecentLayoutSetBranch` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Region` -- DROP TABLE IF EXISTS `Region`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Region` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `regionId` bigint NOT NULL, `countryId` bigint DEFAULT NULL, `regionCode` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`regionId`), UNIQUE KEY `IX_A2635F5C` (`countryId`,`regionCode`), KEY `IX_2D9A426F` (`active_`), KEY `IX_11FB3E42` (`countryId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Region` -- LOCK TABLES `Region` WRITE; /*!40000 ALTER TABLE `Region` DISABLE KEYS */; INSERT INTO `Region` VALUES (0,20142,20141,'AB','Alberta',1),(0,20143,20141,'BC','British Columbia',1),(0,20144,20141,'MB','Manitoba',1),(0,20145,20141,'NB','New Brunswick',1),(0,20146,20141,'NL','Newfoundland and Labrador',1),(0,20147,20141,'NT','Northwest Territories',1),(0,20148,20141,'NS','Nova Scotia',1),(0,20149,20141,'NU','Nunavut',1),(0,20150,20141,'ON','Ontario',1),(0,20151,20141,'PE','Prince Edward Island',1),(0,20152,20141,'QC','Quebec',1),(0,20153,20141,'SK','Saskatchewan',1),(0,20154,20141,'YT','Yukon',1),(0,20156,20155,'CN-34','Anhui',1),(0,20157,20155,'CN-92','Aomen',1),(0,20158,20155,'CN-11','Beijing',1),(0,20159,20155,'CN-50','Chongqing',1),(0,20160,20155,'CN-35','Fujian',1),(0,20161,20155,'CN-62','Gansu',1),(0,20162,20155,'CN-44','Guangdong',1),(0,20163,20155,'CN-45','Guangxi',1),(0,20164,20155,'CN-52','Guizhou',1),(0,20165,20155,'CN-46','Hainan',1),(0,20166,20155,'CN-13','Hebei',1),(0,20167,20155,'CN-23','Heilongjiang',1),(0,20168,20155,'CN-41','Henan',1),(0,20169,20155,'CN-42','Hubei',1),(0,20170,20155,'CN-43','Hunan',1),(0,20171,20155,'CN-32','Jiangsu',1),(0,20172,20155,'CN-36','Jiangxi',1),(0,20173,20155,'CN-22','Jilin',1),(0,20174,20155,'CN-21','Liaoning',1),(0,20175,20155,'CN-15','Nei Mongol',1),(0,20176,20155,'CN-64','Ningxia',1),(0,20177,20155,'CN-63','Qinghai',1),(0,20178,20155,'CN-61','Shaanxi',1),(0,20179,20155,'CN-37','Shandong',1),(0,20180,20155,'CN-31','Shanghai',1),(0,20181,20155,'CN-14','Shanxi',1),(0,20182,20155,'CN-51','Sichuan',1),(0,20183,20155,'CN-71','Taiwan',1),(0,20184,20155,'CN-12','Tianjin',1),(0,20185,20155,'CN-91','Xianggang',1),(0,20186,20155,'CN-65','Xinjiang',1),(0,20187,20155,'CN-54','Xizang',1),(0,20188,20155,'CN-53','Yunnan',1),(0,20189,20155,'CN-33','Zhejiang',1),(0,20191,20190,'A','Alsace',1),(0,20192,20190,'B','Aquitaine',1),(0,20193,20190,'C','Auvergne',1),(0,20194,20190,'P','Basse-Normandie',1),(0,20195,20190,'D','Bourgogne',1),(0,20196,20190,'E','Bretagne',1),(0,20197,20190,'F','Centre',1),(0,20198,20190,'G','Champagne-Ardenne',1),(0,20199,20190,'H','Corse',1),(0,20200,20190,'GF','Guyane',1),(0,20201,20190,'I','Franche Comté',1),(0,20202,20190,'GP','Guadeloupe',1),(0,20203,20190,'Q','Haute-Normandie',1),(0,20204,20190,'J','Île-de-France',1),(0,20205,20190,'K','Languedoc-Roussillon',1),(0,20206,20190,'L','Limousin',1),(0,20207,20190,'M','Lorraine',1),(0,20208,20190,'MQ','Martinique',1),(0,20209,20190,'N','Midi-Pyrénées',1),(0,20210,20190,'O','Nord Pas de Calais',1),(0,20211,20190,'R','Pays de la Loire',1),(0,20212,20190,'S','Picardie',1),(0,20213,20190,'T','Poitou-Charentes',1),(0,20214,20190,'U','Provence-Alpes-Côte-d\'Azur',1),(0,20215,20190,'RE','Réunion',1),(0,20216,20190,'V','Rhône-Alpes',1),(0,20218,20217,'BW','Baden-Württemberg',1),(0,20219,20217,'BY','Bayern',1),(0,20220,20217,'BE','Berlin',1),(0,20221,20217,'BB','Brandenburg',1),(0,20222,20217,'HB','Bremen',1),(0,20223,20217,'HH','Hamburg',1),(0,20224,20217,'HE','Hessen',1),(0,20225,20217,'MV','Mecklenburg-Vorpommern',1),(0,20226,20217,'NI','Niedersachsen',1),(0,20227,20217,'NW','Nordrhein-Westfalen',1),(0,20228,20217,'RP','Rheinland-Pfalz',1),(0,20229,20217,'SL','Saarland',1),(0,20230,20217,'SN','Sachsen',1),(0,20231,20217,'ST','Sachsen-Anhalt',1),(0,20232,20217,'SH','Schleswig-Holstein',1),(0,20233,20217,'TH','Thüringen',1),(0,20237,20236,'AG','Agrigento',1),(0,20238,20236,'AL','Alessandria',1),(0,20239,20236,'AN','Ancona',1),(0,20240,20236,'AO','Aosta',1),(0,20241,20236,'AR','Arezzo',1),(0,20242,20236,'AP','Ascoli Piceno',1),(0,20243,20236,'AT','Asti',1),(0,20244,20236,'AV','Avellino',1),(0,20245,20236,'BA','Bari',1),(0,20246,20236,'BT','Barletta-Andria-Trani',1),(0,20247,20236,'BL','Belluno',1),(0,20248,20236,'BN','Benevento',1),(0,20249,20236,'BG','Bergamo',1),(0,20250,20236,'BI','Biella',1),(0,20251,20236,'BO','Bologna',1),(0,20252,20236,'BZ','Bolzano',1),(0,20253,20236,'BS','Brescia',1),(0,20254,20236,'BR','Brindisi',1),(0,20255,20236,'CA','Cagliari',1),(0,20256,20236,'CL','Caltanissetta',1),(0,20257,20236,'CB','Campobasso',1),(0,20258,20236,'CI','Carbonia-Iglesias',1),(0,20259,20236,'CE','Caserta',1),(0,20260,20236,'CT','Catania',1),(0,20261,20236,'CZ','Catanzaro',1),(0,20262,20236,'CH','Chieti',1),(0,20263,20236,'CO','Como',1),(0,20264,20236,'CS','Cosenza',1),(0,20265,20236,'CR','Cremona',1),(0,20266,20236,'KR','Crotone',1),(0,20267,20236,'CN','Cuneo',1),(0,20268,20236,'EN','Enna',1),(0,20269,20236,'FM','Fermo',1),(0,20270,20236,'FE','Ferrara',1),(0,20271,20236,'FI','Firenze',1),(0,20272,20236,'FG','Foggia',1),(0,20273,20236,'FC','Forli-Cesena',1),(0,20274,20236,'FR','Frosinone',1),(0,20275,20236,'GE','Genova',1),(0,20276,20236,'GO','Gorizia',1),(0,20277,20236,'GR','Grosseto',1),(0,20278,20236,'IM','Imperia',1),(0,20279,20236,'IS','Isernia',1),(0,20280,20236,'AQ','L\'Aquila',1),(0,20281,20236,'SP','La Spezia',1),(0,20282,20236,'LT','Latina',1),(0,20283,20236,'LE','Lecce',1),(0,20284,20236,'LC','Lecco',1),(0,20285,20236,'LI','Livorno',1),(0,20286,20236,'LO','Lodi',1),(0,20287,20236,'LU','Lucca',1),(0,20288,20236,'MC','Macerata',1),(0,20289,20236,'MN','Mantova',1),(0,20290,20236,'MS','Massa-Carrara',1),(0,20291,20236,'MT','Matera',1),(0,20292,20236,'MA','Medio Campidano',1),(0,20293,20236,'ME','Messina',1),(0,20294,20236,'MI','Milano',1),(0,20295,20236,'MO','Modena',1),(0,20296,20236,'MB','Monza e Brianza',1),(0,20297,20236,'NO','Novara',1),(0,20298,20236,'NU','Nuoro',1),(0,20299,20236,'OG','Ogliastra',1),(0,20300,20236,'OT','Olbia-Tempio',1),(0,20301,20236,'OR','Oristano',1),(0,20302,20236,'PD','Padova',1),(0,20303,20236,'PA','Palermo',1),(0,20304,20236,'PR','Parma',1),(0,20305,20236,'PV','Pavia',1),(0,20306,20236,'PG','Perugia',1),(0,20307,20236,'PU','Pesaro e Urbino',1),(0,20308,20236,'PE','Pescara',1),(0,20309,20236,'PC','Piacenza',1),(0,20310,20236,'PI','Pisa',1),(0,20311,20236,'PT','Pistoia',1),(0,20312,20236,'PN','Pordenone',1),(0,20313,20236,'PZ','Potenza',1),(0,20314,20236,'PO','Prato',1),(0,20315,20236,'RG','Ragusa',1),(0,20316,20236,'RA','Ravenna',1),(0,20317,20236,'RC','Reggio Calabria',1),(0,20318,20236,'RE','Reggio Emilia',1),(0,20319,20236,'RI','Rieti',1),(0,20320,20236,'RN','Rimini',1),(0,20321,20236,'RM','Roma',1),(0,20322,20236,'RO','Rovigo',1),(0,20323,20236,'SA','Salerno',1),(0,20324,20236,'SS','Sassari',1),(0,20325,20236,'SV','Savona',1),(0,20326,20236,'SI','Siena',1),(0,20327,20236,'SR','Siracusa',1),(0,20328,20236,'SO','Sondrio',1),(0,20329,20236,'TA','Taranto',1),(0,20330,20236,'TE','Teramo',1),(0,20331,20236,'TR','Terni',1),(0,20332,20236,'TO','Torino',1),(0,20333,20236,'TP','Trapani',1),(0,20334,20236,'TN','Trento',1),(0,20335,20236,'TV','Treviso',1),(0,20336,20236,'TS','Trieste',1),(0,20337,20236,'UD','Udine',1),(0,20338,20236,'VA','Varese',1),(0,20339,20236,'VE','Venezia',1),(0,20340,20236,'VB','Verbano-Cusio-Ossola',1),(0,20341,20236,'VC','Vercelli',1),(0,20342,20236,'VR','Verona',1),(0,20343,20236,'VV','Vibo Valentia',1),(0,20344,20236,'VI','Vicenza',1),(0,20345,20236,'VT','Viterbo',1),(0,20347,20346,'JP-01','北海道',1),(0,20348,20346,'JP-02','青森県',1),(0,20349,20346,'JP-03','岩手県',1),(0,20350,20346,'JP-04','宮城県',1),(0,20351,20346,'JP-05','秋田県',1),(0,20352,20346,'JP-06','山形県',1),(0,20353,20346,'JP-07','福島県',1),(0,20354,20346,'JP-08','茨城県',1),(0,20355,20346,'JP-09','栃木県',1),(0,20356,20346,'JP-10','群馬県',1),(0,20357,20346,'JP-11','埼玉県',1),(0,20358,20346,'JP-12','千葉県',1),(0,20359,20346,'JP-13','東京都',1),(0,20360,20346,'JP-14','神奈川県',1),(0,20361,20346,'JP-15','新潟県',1),(0,20362,20346,'JP-16','富山県',1),(0,20363,20346,'JP-17','石川県',1),(0,20364,20346,'JP-18','福井県',1),(0,20365,20346,'JP-19','山梨県',1),(0,20366,20346,'JP-20','長野県',1),(0,20367,20346,'JP-21','岐阜県',1),(0,20368,20346,'JP-22','静岡県',1),(0,20369,20346,'JP-23','愛知県',1),(0,20370,20346,'JP-24','三重県',1),(0,20371,20346,'JP-25','滋賀県',1),(0,20372,20346,'JP-26','京都府',1),(0,20373,20346,'JP-27','大阪府',1),(0,20374,20346,'JP-28','兵庫県',1),(0,20375,20346,'JP-29','奈良県',1),(0,20376,20346,'JP-30','和歌山県',1),(0,20377,20346,'JP-31','鳥取県',1),(0,20378,20346,'JP-32','島根県',1),(0,20379,20346,'JP-33','岡山県',1),(0,20380,20346,'JP-34','広島県',1),(0,20381,20346,'JP-35','山口県',1),(0,20382,20346,'JP-36','徳島県',1),(0,20383,20346,'JP-37','香川県',1),(0,20384,20346,'JP-38','愛媛県',1),(0,20385,20346,'JP-39','高知県',1),(0,20386,20346,'JP-40','福岡県',1),(0,20387,20346,'JP-41','佐賀県',1),(0,20388,20346,'JP-42','長崎県',1),(0,20389,20346,'JP-43','熊本県',1),(0,20390,20346,'JP-44','大分県',1),(0,20391,20346,'JP-45','宮崎県',1),(0,20392,20346,'JP-46','鹿児島県',1),(0,20393,20346,'JP-47','沖縄県',1),(0,20396,20395,'DR','Drenthe',1),(0,20397,20395,'FL','Flevoland',1),(0,20398,20395,'FR','Friesland',1),(0,20399,20395,'GE','Gelderland',1),(0,20400,20395,'GR','Groningen',1),(0,20401,20395,'LI','Limburg',1),(0,20402,20395,'NB','Noord-Brabant',1),(0,20403,20395,'NH','Noord-Holland',1),(0,20404,20395,'OV','Overijssel',1),(0,20405,20395,'UT','Utrecht',1),(0,20406,20395,'ZE','Zeeland',1),(0,20407,20395,'ZH','Zuid-Holland',1),(0,20412,20411,'AN','Andalusia',1),(0,20413,20411,'AR','Aragon',1),(0,20414,20411,'AS','Asturias',1),(0,20415,20411,'IB','Balearic Islands',1),(0,20416,20411,'PV','Basque Country',1),(0,20417,20411,'CN','Canary Islands',1),(0,20418,20411,'CB','Cantabria',1),(0,20419,20411,'CL','Castile and Leon',1),(0,20420,20411,'CM','Castile-La Mancha',1),(0,20421,20411,'CT','Catalonia',1),(0,20422,20411,'CE','Ceuta',1),(0,20423,20411,'EX','Extremadura',1),(0,20424,20411,'GA','Galicia',1),(0,20425,20411,'LO','La Rioja',1),(0,20426,20411,'M','Madrid',1),(0,20427,20411,'ML','Melilla',1),(0,20428,20411,'MU','Murcia',1),(0,20429,20411,'VC','Valencia',1),(0,20434,20433,'AL','Alabama',1),(0,20435,20433,'AK','Alaska',1),(0,20436,20433,'AZ','Arizona',1),(0,20437,20433,'AR','Arkansas',1),(0,20438,20433,'CA','California',1),(0,20439,20433,'CO','Colorado',1),(0,20440,20433,'CT','Connecticut',1),(0,20441,20433,'DC','District of Columbia',1),(0,20442,20433,'DE','Delaware',1),(0,20443,20433,'FL','Florida',1),(0,20444,20433,'GA','Georgia',1),(0,20445,20433,'HI','Hawaii',1),(0,20446,20433,'ID','Idaho',1),(0,20447,20433,'IL','Illinois',1),(0,20448,20433,'IN','Indiana',1),(0,20449,20433,'IA','Iowa',1),(0,20450,20433,'KS','Kansas',1),(0,20451,20433,'KY','Kentucky ',1),(0,20452,20433,'LA','Louisiana ',1),(0,20453,20433,'ME','Maine',1),(0,20454,20433,'MD','Maryland',1),(0,20455,20433,'MA','Massachusetts',1),(0,20456,20433,'MI','Michigan',1),(0,20457,20433,'MN','Minnesota',1),(0,20458,20433,'MS','Mississippi',1),(0,20459,20433,'MO','Missouri',1),(0,20460,20433,'MT','Montana',1),(0,20461,20433,'NE','Nebraska',1),(0,20462,20433,'NV','Nevada',1),(0,20463,20433,'NH','New Hampshire',1),(0,20464,20433,'NJ','New Jersey',1),(0,20465,20433,'NM','New Mexico',1),(0,20466,20433,'NY','New York',1),(0,20467,20433,'NC','North Carolina',1),(0,20468,20433,'ND','North Dakota',1),(0,20469,20433,'OH','Ohio',1),(0,20470,20433,'OK','Oklahoma ',1),(0,20471,20433,'OR','Oregon',1),(0,20472,20433,'PA','Pennsylvania',1),(0,20473,20433,'PR','Puerto Rico',1),(0,20474,20433,'RI','Rhode Island',1),(0,20475,20433,'SC','South Carolina',1),(0,20476,20433,'SD','South Dakota',1),(0,20477,20433,'TN','Tennessee',1),(0,20478,20433,'TX','Texas',1),(0,20479,20433,'UT','Utah',1),(0,20480,20433,'VT','Vermont',1),(0,20481,20433,'VA','Virginia',1),(0,20482,20433,'WA','Washington',1),(0,20483,20433,'WV','West Virginia',1),(0,20484,20433,'WI','Wisconsin',1),(0,20485,20433,'WY','Wyoming',1),(0,20499,20498,'ACT','Australian Capital Territory',1),(0,20500,20498,'NSW','New South Wales',1),(0,20501,20498,'NT','Northern Territory',1),(0,20502,20498,'QLD','Queensland',1),(0,20503,20498,'SA','South Australia',1),(0,20504,20498,'TAS','Tasmania',1),(0,20505,20498,'VIC','Victoria',1),(0,20506,20498,'WA','Western Australia',1),(0,20508,20507,'AT-1','Burgenland',1),(0,20509,20507,'AT-2','Kärnten',1),(0,20510,20507,'AT-3','Niederösterreich',1),(0,20511,20507,'AT-4','Oberösterreich',1),(0,20512,20507,'AT-5','Salzburg',1),(0,20513,20507,'AT-6','Steiermark',1),(0,20514,20507,'AT-7','Tirol',1),(0,20515,20507,'AT-8','Vorarlberg',1),(0,20516,20507,'AT-9','Vienna',1),(0,20627,20626,'MX-AGS','Aguascalientes',1),(0,20628,20626,'MX-BCN','Baja California',1),(0,20629,20626,'MX-BCS','Baja California Sur',1),(0,20630,20626,'MX-CAM','Campeche',1),(0,20631,20626,'MX-CHP','Chiapas',1),(0,20632,20626,'MX-CHI','Chihuahua',1),(0,20633,20626,'MX-COA','Coahuila',1),(0,20634,20626,'MX-COL','Colima',1),(0,20635,20626,'MX-DUR','Durango',1),(0,20636,20626,'MX-GTO','Guanajuato',1),(0,20637,20626,'MX-GRO','Guerrero',1),(0,20638,20626,'MX-HGO','Hidalgo',1),(0,20639,20626,'MX-JAL','Jalisco',1),(0,20640,20626,'MX-MEX','Mexico',1),(0,20641,20626,'MX-MIC','Michoacan',1),(0,20642,20626,'MX-MOR','Morelos',1),(0,20643,20626,'MX-NAY','Nayarit',1),(0,20644,20626,'MX-NLE','Nuevo Leon',1),(0,20645,20626,'MX-OAX','Oaxaca',1),(0,20646,20626,'MX-PUE','Puebla',1),(0,20647,20626,'MX-QRO','Queretaro',1),(0,20648,20626,'MX-ROO','Quintana Roo',1),(0,20649,20626,'MX-SLP','San Luis Potosí',1),(0,20650,20626,'MX-SIN','Sinaloa',1),(0,20651,20626,'MX-SON','Sonora',1),(0,20652,20626,'MX-TAB','Tabasco',1),(0,20653,20626,'MX-TAM','Tamaulipas',1),(0,20654,20626,'MX-TLX','Tlaxcala',1),(0,20655,20626,'MX-VER','Veracruz',1),(0,20656,20626,'MX-YUC','Yucatan',1),(0,20657,20626,'MX-ZAC','Zacatecas',1),(0,20678,20677,'1.0','Østfold',1),(0,20679,20677,'2.0','Akershus',1),(0,20680,20677,'3.0','Oslo',1),(0,20681,20677,'4.0','Hedmark',1),(0,20682,20677,'5.0','Oppland',1),(0,20683,20677,'6.0','Buskerud',1),(0,20684,20677,'7.0','Vestfold',1),(0,20685,20677,'8.0','Telemark',1),(0,20686,20677,'9.0','Aust-Agder',1),(0,20687,20677,'10.0','Vest-Agder',1),(0,20688,20677,'11.0','Rogaland',1),(0,20689,20677,'12.0','Hordaland',1),(0,20690,20677,'14.0','Sogn og Fjordane',1),(0,20691,20677,'15.0','Møre of Romsdal',1),(0,20692,20677,'16.0','Sør-Trøndelag',1),(0,20693,20677,'17.0','Nord-Trøndelag',1),(0,20694,20677,'18.0','Nordland',1),(0,20695,20677,'19.0','Troms',1),(0,20696,20677,'20.0','Finnmark',1),(0,20735,20734,'AG','Aargau',1),(0,20736,20734,'AR','Appenzell Ausserrhoden',1),(0,20737,20734,'AI','Appenzell Innerrhoden',1),(0,20738,20734,'BL','Basel-Landschaft',1),(0,20739,20734,'BS','Basel-Stadt',1),(0,20740,20734,'BE','Bern',1),(0,20741,20734,'FR','Fribourg',1),(0,20742,20734,'GE','Geneva',1),(0,20743,20734,'GL','Glarus',1),(0,20744,20734,'GR','Graubünden',1),(0,20745,20734,'JU','Jura',1),(0,20746,20734,'LU','Lucerne',1),(0,20747,20734,'NE','Neuchâtel',1),(0,20748,20734,'NW','Nidwalden',1),(0,20749,20734,'OW','Obwalden',1),(0,20750,20734,'SH','Schaffhausen',1),(0,20751,20734,'SZ','Schwyz',1),(0,20752,20734,'SO','Solothurn',1),(0,20753,20734,'SG','St. Gallen',1),(0,20754,20734,'TG','Thurgau',1),(0,20755,20734,'TI','Ticino',1),(0,20756,20734,'UR','Uri',1),(0,20757,20734,'VS','Valais',1),(0,20758,20734,'VD','Vaud',1),(0,20759,20734,'ZG','Zug',1),(0,20760,20734,'ZH','Zürich',1); /*!40000 ALTER TABLE `Region` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Release_` -- DROP TABLE IF EXISTS `Release_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Release_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `releaseId` bigint NOT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `servletContextName` varchar(75) DEFAULT NULL, `schemaVersion` varchar(75) DEFAULT NULL, `buildNumber` int DEFAULT NULL, `buildDate` datetime(6) DEFAULT NULL, `verified` tinyint DEFAULT NULL, `state_` int DEFAULT NULL, `testString` varchar(1024) DEFAULT NULL, PRIMARY KEY (`releaseId`), UNIQUE KEY `IX_8BD6BCA7` (`servletContextName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Release_` -- LOCK TABLES `Release_` WRITE; /*!40000 ALTER TABLE `Release_` DISABLE KEYS */; INSERT INTO `Release_` VALUES (1,1,'2023-02-22 00:00:00.000000','2023-02-22 16:58:29.345000','portal','5.1.4',7210,'2019-05-13 00:00:00.000000',1,NULL,'You take the blue pill, the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes.'),(1,20820,'2023-02-22 16:59:24.017000','2023-02-22 16:59:24.030000','opensocial-portlet',NULL,100,NULL,1,0,NULL),(0,20831,'2023-02-22 16:59:27.952000','2023-02-22 16:59:27.952000','com.liferay.portal.scheduler.internal.verify',NULL,0,NULL,1,0,NULL),(0,20832,'2023-02-22 16:59:27.978000','2023-02-22 16:59:27.978000','com.liferay.portal.security.sso.google',NULL,0,NULL,1,0,NULL),(0,20833,'2023-02-22 16:59:28.002000','2023-02-22 16:59:28.002000','com.liferay.portal.security.sso.openid',NULL,0,NULL,1,0,NULL),(0,20834,'2023-02-22 16:59:28.029000','2023-02-22 16:59:28.029000','com.liferay.portal.security.sso.ntlm',NULL,0,NULL,1,0,NULL),(0,20835,'2023-02-22 16:59:28.058000','2023-02-22 16:59:28.058000','com.liferay.portal.security.sso.cas',NULL,0,NULL,1,0,NULL),(0,20836,'2023-02-22 16:59:28.077000','2023-02-22 16:59:28.077000','com.liferay.portal.security.sso.opensso',NULL,0,NULL,1,0,NULL),(0,20837,'2023-02-22 16:59:28.100000','2023-02-22 16:59:28.100000','com.liferay.portal.security.sso.facebook.connect',NULL,0,NULL,1,0,NULL),(0,20838,'2023-02-22 16:59:28.149000','2023-02-22 16:59:28.149000','com.liferay.systemevent.internal.verify',NULL,0,NULL,1,0,NULL),(0,20839,'2023-02-22 16:59:28.167000','2023-02-22 16:59:28.167000','com.liferay.portal.security.ldap',NULL,0,NULL,1,0,NULL),(2,20846,'2023-02-22 16:59:28.381000','2023-02-22 16:59:28.394000','com.liferay.portal.template.soy.impl','1.0.0',0,NULL,0,0,NULL),(2,20901,'2023-02-22 16:59:28.450000','2023-02-22 16:59:28.462000','com.liferay.portal.monitoring','1.0.0',0,NULL,0,0,NULL),(2,21001,'2023-02-22 16:59:28.507000','2023-02-22 16:59:28.522000','com.liferay.portal.instances.web','1.0.0',0,NULL,0,0,NULL),(3,21101,'2023-02-22 16:59:28.576000','2023-02-22 16:59:28.604000','com.liferay.portal.remote.soap.extender.impl','1.0.0',0,NULL,0,0,NULL),(2,21201,'2023-02-22 16:59:28.723000','2023-02-22 16:59:28.734000','com.liferay.portal.messaging','1.0.0',0,NULL,0,0,NULL),(2,21301,'2023-02-22 16:59:28.776000','2023-02-22 16:59:28.794000','com.liferay.portal.scheduler.quartz','1.0.0',0,NULL,0,0,NULL),(7,21401,'2023-02-22 16:59:29.327000','2023-02-22 16:59:29.402000','com.liferay.portal.security.auth.verifier','1.0.0',0,NULL,0,0,NULL),(3,21501,'2023-02-22 16:59:29.436000','2023-02-22 16:59:29.480000','com.liferay.portal.security.sso.token.impl','1.0.1',0,NULL,0,0,NULL),(2,21601,'2023-02-22 16:59:29.518000','2023-02-22 16:59:29.530000','com.liferay.asset.display.web','1.0.0',0,NULL,0,0,NULL),(2,21701,'2023-02-22 16:59:29.580000','2023-02-22 16:59:29.588000','com.liferay.document.library.repository.cmis.impl','1.0.0',0,NULL,0,0,NULL),(2,21801,'2023-02-22 16:59:29.616000','2023-02-22 16:59:29.631000','com.liferay.image.uploader.web','1.0.0',0,NULL,0,0,NULL),(2,21901,'2023-02-22 16:59:29.686000','2023-02-22 16:59:29.696000','com.liferay.site.browser.web','1.0.0',0,NULL,0,0,NULL),(2,22001,'2023-02-22 16:59:29.743000','2023-02-22 16:59:29.754000','com.liferay.asset.publisher.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,22101,'2023-02-22 16:59:29.784000','2023-02-22 16:59:29.794000','com.liferay.asset.tags.selector.web','1.0.0',0,NULL,0,0,NULL),(2,22201,'2023-02-22 16:59:29.847000','2023-02-22 16:59:29.884000','com.liferay.oauth.web','1.0.0',0,NULL,0,0,NULL),(2,22301,'2023-02-22 16:59:29.920000','2023-02-22 16:59:29.943000','com.liferay.currency.converter.web','1.0.0',0,NULL,0,0,NULL),(2,22401,'2023-02-22 16:59:29.981000','2023-02-22 16:59:29.993000','com.liferay.directory.web','1.0.1',0,NULL,0,0,NULL),(2,22501,'2023-02-22 16:59:30.045000','2023-02-22 16:59:30.058000','com.liferay.license.manager.web','1.0.1',0,NULL,0,0,NULL),(2,22605,'2023-02-22 16:59:30.165000','2023-02-22 16:59:30.178000','com.liferay.document.library.layout.set.prototype','1.0.1',0,NULL,0,0,NULL),(2,22701,'2023-02-22 16:59:30.244000','2023-02-22 16:59:30.259000','com.liferay.push.notifications.web','1.0.0',0,NULL,0,0,NULL),(2,22801,'2023-02-22 16:59:30.305000','2023-02-22 16:59:30.318000','com.liferay.wiki.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,22901,'2023-02-22 16:59:30.358000','2023-02-22 16:59:30.371000','com.liferay.recent.documents.web','1.0.1',0,NULL,0,0,NULL),(2,23001,'2023-02-22 16:59:30.405000','2023-02-22 16:59:30.423000','com.liferay.plugins.admin.web','1.0.0',0,NULL,0,0,NULL),(2,23101,'2023-02-22 16:59:30.468000','2023-02-22 16:59:30.487000','com.liferay.portlet.configuration.sharing.web','1.0.0',0,NULL,0,0,NULL),(2,23201,'2023-02-22 16:59:30.535000','2023-02-22 16:59:30.548000','com.liferay.translator.web','1.0.0',0,NULL,0,0,NULL),(2,23301,'2023-02-22 16:59:30.589000','2023-02-22 16:59:30.605000','com.liferay.dictionary.web','1.0.0',0,NULL,0,0,NULL),(2,23401,'2023-02-22 16:59:30.656000','2023-02-22 16:59:30.671000','com.liferay.blogs.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,23501,'2023-02-22 16:59:30.702000','2023-02-22 16:59:30.718000','com.liferay.loan.calculator.web','1.0.0',0,NULL,0,0,NULL),(2,23601,'2023-02-22 16:59:30.761000','2023-02-22 16:59:30.779000','com.liferay.item.selector.web','1.0.0',0,NULL,0,0,NULL),(2,23701,'2023-02-22 16:59:30.822000','2023-02-22 16:59:30.838000','com.liferay.hello.world.web','1.0.0',0,NULL,0,0,NULL),(2,23801,'2023-02-22 16:59:30.882000','2023-02-22 16:59:30.904000','com.liferay.password.generator.web','1.0.0',0,NULL,0,0,NULL),(2,23901,'2023-02-22 16:59:30.980000','2023-02-22 16:59:30.998000','com.liferay.unit.converter.web','1.0.0',0,NULL,0,0,NULL),(2,24001,'2023-02-22 16:59:31.053000','2023-02-22 16:59:31.065000','com.liferay.asset.tags.compiler.web','1.0.0',0,NULL,0,0,NULL),(2,24101,'2023-02-22 16:59:31.126000','2023-02-22 16:59:31.144000','com.liferay.hello.velocity.web','1.0.0',0,NULL,0,0,NULL),(2,24201,'2023-02-22 16:59:31.205000','2023-02-22 16:59:31.218000','com.liferay.quick.note.web','1.0.0',0,NULL,0,0,NULL),(2,24301,'2023-02-22 16:59:31.261000','2023-02-22 16:59:31.274000','com.liferay.message.boards.layout.set.prototype','1.0.1',0,NULL,0,0,NULL),(2,24401,'2023-02-22 16:59:31.333000','2023-02-22 16:59:31.347000','com.liferay.sync.web','1.0.0',0,NULL,0,0,NULL),(2,24501,'2023-02-22 16:59:31.380000','2023-02-22 16:59:31.396000','com.liferay.network.utilities.web','1.0.0',0,NULL,0,0,NULL),(2,24601,'2023-02-22 16:59:31.446000','2023-02-22 16:59:31.458000','com.liferay.ratings.page.ratings.web','1.0.0',0,NULL,0,0,NULL),(2,24701,'2023-02-22 16:59:31.507000','2023-02-22 16:59:31.519000','com.liferay.portal.settings.web','1.0.1',0,NULL,0,0,NULL),(3,24801,'2023-02-22 16:59:31.570000','2023-02-22 16:59:31.620000','com.liferay.portal.workflow.kaleo.forms.web','1.0.3',0,NULL,0,0,NULL),(2,24901,'2023-02-22 16:59:31.656000','2023-02-22 16:59:31.670000','com.liferay.portal.search.web','2.0.0',0,NULL,0,0,NULL),(2,25001,'2023-02-22 16:59:31.703000','2023-02-22 16:59:31.714000','com.liferay.xsl.content.web','1.0.0',0,NULL,0,0,NULL),(2,25101,'2023-02-22 16:59:31.744000','2023-02-22 16:59:31.757000','com.liferay.portlet.configuration.web','1.0.0',0,NULL,0,0,NULL),(2,25201,'2023-02-22 16:59:31.810000','2023-02-22 16:59:31.821000','com.liferay.staging.bar.web','1.0.0',0,NULL,0,0,NULL),(2,25301,'2023-02-22 16:59:31.867000','2023-02-22 16:59:31.886000','com.liferay.site.navigation.directory.web','1.0.0',0,NULL,0,0,NULL),(2,25401,'2023-02-22 16:59:31.953000','2023-02-22 16:59:31.968000','com.liferay.trash.web','1.0.0',0,NULL,0,0,NULL),(2,25501,'2023-02-22 16:59:32.009000','2023-02-22 16:59:32.021000','com.liferay.microblogs.web','1.0.1',0,NULL,0,0,NULL),(2,25601,'2023-02-22 16:59:32.083000','2023-02-22 16:59:32.093000','com.liferay.amazon.rankings.web','1.0.0',0,NULL,0,0,NULL),(2,25701,'2023-02-22 16:59:32.129000','2023-02-22 16:59:32.154000','com.liferay.dynamic.data.mapping.web','1.0.0',0,NULL,0,0,NULL),(2,25801,'2023-02-22 16:59:32.189000','2023-02-22 16:59:32.201000','com.liferay.asset.categories.selector.web','1.0.0',0,NULL,0,0,NULL),(2,25901,'2023-02-22 16:59:32.235000','2023-02-22 16:59:32.246000','com.liferay.portlet.configuration.css.web','1.0.0',0,NULL,0,0,NULL),(2,26001,'2023-02-22 16:59:32.282000','2023-02-22 16:59:32.294000','com.liferay.asset.browser.web','1.0.0',0,NULL,0,0,NULL),(2,26101,'2023-02-22 16:59:32.345000','2023-02-22 16:59:32.360000','com.liferay.blogs.recent.bloggers.web','1.0.0',0,NULL,0,0,NULL),(2,26201,'2023-02-22 16:59:32.405000','2023-02-22 16:59:32.420000','com.liferay.social.activities.web','1.0.0',0,NULL,0,0,NULL),(2,26301,'2023-02-22 16:59:32.472000','2023-02-22 16:59:32.483000','com.liferay.site.navigation.menu.web','1.0.1',0,NULL,0,0,NULL),(2,26401,'2023-02-22 16:59:32.515000','2023-02-22 16:59:32.526000','com.liferay.server.admin.web','1.0.0',0,NULL,0,0,NULL),(2,26501,'2023-02-22 16:59:32.564000','2023-02-22 16:59:32.575000','com.liferay.iframe.web','1.0.0',0,NULL,0,0,NULL),(2,26601,'2023-02-22 16:59:32.611000','2023-02-22 16:59:32.627000','com.liferay.asset.tags.navigation.web','1.0.0',0,NULL,0,0,NULL),(2,26701,'2023-02-22 16:59:32.671000','2023-02-22 16:59:32.681000','com.liferay.web.proxy.web','1.0.0',0,NULL,0,0,NULL),(2,26801,'2023-02-22 16:59:32.716000','2023-02-22 16:59:32.727000','com.liferay.login.web','1.0.0',0,NULL,0,0,NULL),(2,26901,'2023-02-22 16:59:32.768000','2023-02-22 16:59:32.781000','com.liferay.asset.categories.navigation.web','1.0.0',0,NULL,0,0,NULL),(2,27001,'2023-02-22 16:59:32.829000','2023-02-22 16:59:32.847000','com.liferay.flags.web','1.0.1',0,NULL,0,0,NULL),(2,27101,'2023-02-22 16:59:32.904000','2023-02-22 16:59:32.915000','com.liferay.journal.web','1.0.1',0,NULL,0,0,NULL),(2,27201,'2023-02-22 16:59:32.951000','2023-02-22 16:59:32.962000','com.liferay.rss.web','3.0.1',0,NULL,0,0,NULL),(2,27301,'2023-02-22 16:59:32.999000','2023-02-22 16:59:33.010000','com.liferay.site.my.sites.web','1.0.0',0,NULL,0,0,NULL),(2,27401,'2023-02-22 16:59:33.049000','2023-02-22 16:59:33.061000','com.liferay.site.navigation.language.web','1.0.0',0,NULL,0,0,NULL),(2,27501,'2023-02-22 16:59:33.092000','2023-02-22 16:59:33.101000','com.liferay.site.navigation.site.map.web','1.0.0',0,NULL,0,0,NULL),(2,27601,'2023-02-22 16:59:33.131000','2023-02-22 16:59:33.142000','com.liferay.contacts.web','1.0.1',0,NULL,0,0,NULL),(2,27701,'2023-02-22 16:59:33.172000','2023-02-22 16:59:33.182000','com.liferay.product.navigation.personal.menu.web','1.0.0',0,NULL,0,0,NULL),(2,27801,'2023-02-22 16:59:33.217000','2023-02-22 16:59:33.234000','com.liferay.nested.portlets.web','1.0.1',0,NULL,0,0,NULL),(2,27901,'2023-02-22 16:59:33.292000','2023-02-22 16:59:33.306000','com.liferay.product.navigation.product.menu.web','1.0.0',0,NULL,0,0,NULL),(2,28001,'2023-02-22 16:59:33.373000','2023-02-22 16:59:33.385000','com.liferay.saml.web','1.0.0',0,NULL,0,0,NULL),(2,28101,'2023-02-22 16:59:33.422000','2023-02-22 16:59:33.432000','com.liferay.monitoring.web','1.0.0',0,NULL,0,0,NULL),(2,28201,'2023-02-22 16:59:33.463000','2023-02-22 16:59:33.474000','com.liferay.saml.addon.keep.alive.web','1.0.0',0,NULL,0,0,NULL),(2,28301,'2023-02-22 16:59:33.511000','2023-02-22 16:59:33.522000','com.liferay.announcements.web','2.0.0',0,NULL,0,0,NULL),(2,28401,'2023-02-22 16:59:33.559000','2023-02-22 16:59:33.570000','com.liferay.site.navigation.breadcrumb.web','1.0.0',0,NULL,0,0,NULL),(2,28501,'2023-02-22 16:59:33.599000','2023-02-22 16:59:33.611000','com.liferay.document.library.document.conversion','1.0.0',0,NULL,0,0,NULL),(2,28601,'2023-02-22 16:59:33.653000','2023-02-22 16:59:33.667000','com.liferay.captcha.impl','1.1.0',0,NULL,0,0,NULL),(2,28701,'2023-02-22 16:59:33.760000','2023-02-22 16:59:33.769000','com.liferay.portal.upload','1.0.0',0,NULL,0,0,NULL),(3,28801,'2023-02-22 16:59:33.818000','2023-02-22 16:59:33.841000','com.liferay.analytics.settings.web','1.0.1',0,NULL,0,0,NULL),(5,28901,'2023-02-22 16:59:33.914000','2023-02-22 16:59:33.977000','com.liferay.saml.impl','1.0.0',0,NULL,0,0,NULL),(2,29001,'2023-02-22 16:59:34.026000','2023-02-22 16:59:34.043000','com.liferay.exportimport.web','1.0.1',0,NULL,0,0,NULL),(2,29101,'2023-02-22 16:59:34.106000','2023-02-22 16:59:34.118000','com.liferay.bookmarks.web','1.0.1',0,NULL,0,0,NULL),(3,29201,'2023-02-22 16:59:34.154000','2023-02-22 16:59:34.193000','com.liferay.layout.impl','1.0.1',0,NULL,0,0,NULL),(2,29301,'2023-02-22 16:59:34.238000','2023-02-22 16:59:34.251000','com.liferay.message.boards.web','1.0.1',0,NULL,0,0,NULL),(3,29401,'2023-02-22 16:59:34.321000','2023-02-22 16:59:34.370000','com.liferay.document.library.google.docs','1.0.1',0,NULL,0,0,NULL),(2,29501,'2023-02-22 16:59:34.439000','2023-02-22 16:59:34.450000','com.liferay.document.library.asset.auto.tagger.tensorflow','0.0.2',0,NULL,0,0,NULL),(2,29601,'2023-02-22 16:59:34.483000','2023-02-22 16:59:34.494000','com.liferay.wiki.web','1.0.2',0,NULL,0,0,NULL),(2,29701,'2023-02-22 16:59:34.546000','2023-02-22 16:59:34.558000','com.liferay.document.library.web','1.0.2',0,NULL,0,0,NULL),(2,29801,'2023-02-22 16:59:34.611000','2023-02-22 16:59:34.621000','com.liferay.blogs.web','1.2.1',0,NULL,0,0,NULL),(2,29901,'2023-02-22 16:59:34.652000','2023-02-22 16:59:34.663000','com.liferay.users.admin.web','1.0.1',0,NULL,0,0,NULL),(2,30001,'2023-02-22 16:59:34.706000','2023-02-22 16:59:34.720000','com.liferay.dynamic.data.lists.web','1.0.0',0,NULL,0,0,NULL),(4,30101,'2023-02-22 16:59:34.790000','2023-02-22 16:59:34.839000','com.liferay.dynamic.data.mapping.form.web','1.0.0',0,NULL,0,0,NULL),(2,30201,'2023-02-22 16:59:34.898000','2023-02-22 16:59:34.910000','com.liferay.calendar.web','1.1.1',0,NULL,0,0,NULL),(2,30301,'2023-02-22 16:59:34.962000','2023-02-22 16:59:34.974000','com.liferay.notifications.web','2.1.0',0,NULL,0,0,NULL),(2,30401,'2023-02-22 16:59:35.009000','2023-02-22 16:59:35.021000','com.liferay.flash.web','1.0.0',0,NULL,0,0,NULL),(2,30501,'2023-02-22 16:59:35.056000','2023-02-22 16:59:35.067000','com.liferay.web.form.web','1.0.0',0,NULL,0,0,NULL),(2,30601,'2023-02-22 16:59:35.104000','2023-02-22 16:59:35.114000','com.liferay.my.subscriptions.web','1.0.0',0,NULL,0,0,NULL),(2,30701,'2023-02-22 16:59:35.158000','2023-02-22 16:59:35.169000','com.liferay.google.maps.web','1.0.0',0,NULL,0,0,NULL),(2,30801,'2023-02-22 16:59:35.213000','2023-02-22 16:59:35.227000','com.liferay.wiki.navigation.web','1.0.1',0,NULL,0,0,NULL),(2,30901,'2023-02-22 16:59:35.265000','2023-02-22 16:59:35.275000','com.liferay.wysiwyg.web','1.0.0',0,NULL,0,0,NULL),(2,31001,'2023-02-22 16:59:35.313000','2023-02-22 16:59:35.324000','com.liferay.youtube.web','1.0.0',0,NULL,0,0,NULL),(2,31101,'2023-02-22 16:59:35.384000','2023-02-22 16:59:35.394000','com.liferay.knowledge.base.web','1.2.0',0,NULL,0,0,NULL),(2,31201,'2023-02-22 16:59:36.276000','2023-02-22 16:59:36.291000','com.liferay.oauth2.provider.service','3.0.0',1,NULL,0,0,NULL),(2,31306,'2023-02-22 16:59:39.110000','2023-02-22 16:59:39.122000','com.liferay.journal.service','3.1.0',3,NULL,0,0,NULL),(2,31405,'2023-02-22 16:59:39.634000','2023-02-22 16:59:39.644000','com.liferay.commerce.bom.service','1.0.0',1,NULL,0,0,NULL),(2,31504,'2023-02-22 16:59:39.870000','2023-02-22 16:59:39.886000','com.liferay.layout.admin.web','1.0.3',0,NULL,0,0,NULL),(2,31603,'2023-02-22 16:59:40.081000','2023-02-22 16:59:40.093000','com.liferay.data.engine.service','1.1.0',1,NULL,0,0,NULL),(2,31705,'2023-02-22 16:59:41.140000','2023-02-22 16:59:41.154000','com.liferay.asset.list.service','1.1.0',1,NULL,0,0,NULL),(2,31801,'2023-02-22 16:59:41.192000','2023-02-22 16:59:41.210000','com.liferay.screens.service','1.0.8',2,NULL,0,0,NULL),(2,31907,'2023-02-22 16:59:42.172000','2023-02-22 16:59:42.186000','com.liferay.commerce.notification.service','2.2.1',1,NULL,0,0,NULL),(2,32005,'2023-02-22 16:59:42.512000','2023-02-22 16:59:42.524000','com.liferay.asset.display.page.service','2.2.2',1,NULL,0,0,NULL),(2,32103,'2023-02-22 16:59:42.728000','2023-02-22 16:59:42.743000','com.liferay.asset.tag.stats.service','1.0.0',1,NULL,0,0,NULL),(2,32202,'2023-02-22 16:59:43.682000','2023-02-22 16:59:43.698000','com.liferay.sync.service','1.0.4',9,NULL,0,0,NULL),(2,32305,'2023-02-22 16:59:43.986000','2023-02-22 16:59:44.004000','com.liferay.layout.seo.service','1.0.0',1,NULL,0,0,NULL),(2,32402,'2023-02-22 16:59:44.026000','2023-02-22 16:59:44.052000','com.liferay.external.reference.service','1.0.0',1,NULL,0,0,NULL),(2,32502,'2023-02-22 16:59:46.052000','2023-02-22 16:59:46.072000','com.liferay.wiki.service','2.1.0',2,NULL,0,0,NULL),(2,32605,'2023-02-22 16:59:46.450000','2023-02-22 16:59:46.465000','com.liferay.commerce.machine.learning.forecast.alert.service','1.0.0',1,NULL,0,0,NULL),(2,32702,'2023-02-22 16:59:46.759000','2023-02-22 16:59:46.777000','com.liferay.commerce.product.type.virtual.order.service','1.0.0',1,NULL,0,0,NULL),(2,32802,'2023-02-22 16:59:47.282000','2023-02-22 16:59:47.295000','com.liferay.commerce.application.service','1.0.0',1,NULL,0,0,NULL),(2,32904,'2023-02-22 16:59:47.537000','2023-02-22 16:59:47.547000','com.liferay.portal.security.sso.openid.connect.persistence.service','1.1.0',1,NULL,0,0,NULL),(2,33001,'2023-02-22 16:59:47.573000','2023-02-22 16:59:47.584000','com.liferay.flags.service','2.0.1',2,NULL,0,0,NULL),(2,33104,'2023-02-22 16:59:48.862000','2023-02-22 16:59:48.878000','com.liferay.commerce.discount.service','2.5.0',1,NULL,0,0,NULL),(2,33207,'2023-02-22 16:59:49.145000','2023-02-22 16:59:49.161000','com.liferay.asset.entry.rel.service','1.1.0',1,NULL,0,0,NULL),(2,33302,'2023-02-22 16:59:49.885000','2023-02-22 16:59:49.905000','com.liferay.portal.workflow.metrics.service','2.0.0',1,NULL,0,0,NULL),(2,33404,'2023-02-22 16:59:50.142000','2023-02-22 16:59:50.159000','com.liferay.document.library.sync.service','1.0.0',1,NULL,0,0,NULL),(2,33503,'2023-02-22 16:59:50.484000','2023-02-22 16:59:50.497000','com.liferay.commerce.data.integration.service','2.0.0',1,NULL,0,0,NULL),(2,33603,'2023-02-22 16:59:50.839000','2023-02-22 16:59:50.864000','com.liferay.subscription.service','2.0.0',1,NULL,0,0,NULL),(2,33702,'2023-02-22 16:59:51.130000','2023-02-22 16:59:51.147000','com.liferay.comment.page.comments.web','2.0.0',0,NULL,0,0,NULL),(2,33801,'2023-02-22 16:59:52.722000','2023-02-22 16:59:52.734000','com.liferay.segments.service','2.2.0',1,NULL,0,0,NULL),(2,33908,'2023-02-22 16:59:53.411000','2023-02-22 16:59:53.423000','com.liferay.segments.content.targeting.upgrade','1.0.0',0,NULL,0,0,NULL),(3,34001,'2023-02-22 16:59:53.755000','2023-02-22 16:59:54.124000','com.liferay.mobile.device.rules.service','2.1.0',3,NULL,1,0,NULL),(2,34101,'2023-02-22 16:59:53.799000','2023-02-22 16:59:53.809000','com.liferay.mobile.device.rules.web','1.0.2',0,NULL,0,0,NULL),(2,34206,'2023-02-22 16:59:54.320000','2023-02-22 16:59:54.334000','com.liferay.sharing.service','1.0.0',1,NULL,0,0,NULL),(2,34303,'2023-02-22 16:59:56.569000','2023-02-22 16:59:56.583000','com.liferay.knowledge.base.service','3.1.0',15,NULL,0,0,NULL),(3,34406,'2023-02-22 16:59:57.367000','2023-02-22 17:00:40.155000','com.liferay.bookmarks.service','2.1.0',2,NULL,1,0,NULL),(2,34502,'2023-02-22 16:59:57.537000','2023-02-22 16:59:57.561000','com.liferay.document.library.opener.service','1.1.0',1,NULL,0,0,NULL),(2,34604,'2023-02-22 16:59:58.269000','2023-02-22 16:59:58.283000','com.liferay.site.navigation.service','2.1.0',1,NULL,0,0,NULL),(2,34704,'2023-02-22 16:59:58.527000','2023-02-22 16:59:58.538000','com.liferay.portal.lock.service','2.0.1',2,NULL,0,0,NULL),(2,34805,'2023-02-22 17:00:03.043000','2023-02-22 17:00:03.061000','com.liferay.commerce.service','4.9.0',1,NULL,0,0,NULL),(2,34916,'2023-02-22 17:00:04.164000','2023-02-22 17:00:04.185000','com.liferay.blogs.service','2.1.0',1,NULL,0,0,NULL),(2,35004,'2023-02-22 17:00:04.394000','2023-02-22 17:00:04.405000','com.liferay.push.notifications.service','1.0.6',1,NULL,0,0,NULL),(2,35103,'2023-02-22 17:00:04.872000','2023-02-22 17:00:04.886000','com.liferay.portal.background.task.service','2.0.0',2,NULL,0,0,NULL),(2,35202,'2023-02-22 17:00:04.917000','2023-02-22 17:00:04.937000','com.liferay.exportimport.service','1.0.1',0,NULL,0,0,NULL),(2,35302,'2023-02-22 17:00:05.337000','2023-02-22 17:00:05.347000','com.liferay.site.service','2.1.0',1,NULL,0,0,NULL),(2,35403,'2023-02-22 17:00:05.725000','2023-02-22 17:00:05.739000','com.liferay.portal.workflow.kaleo.forms.service','2.0.0',3,NULL,0,0,NULL),(3,35504,'2023-02-22 17:00:06.388000','2023-02-22 17:00:06.953000','com.liferay.portal.security.service.access.policy.service','3.0.0',3,NULL,1,0,NULL),(2,35603,'2023-02-22 17:00:06.525000','2023-02-22 17:00:06.536000','com.liferay.document.library.content.service','1.1.0',1,NULL,0,0,NULL),(2,35718,'2023-02-22 17:00:07.803000','2023-02-22 17:00:07.814000','com.liferay.calendar.service','4.1.3',6,NULL,0,0,NULL),(2,35806,'2023-02-22 17:00:12.805000','2023-02-22 17:00:12.816000','com.liferay.portal.workflow.kaleo.service','2.0.1',10,NULL,0,0,NULL),(2,35913,'2023-02-22 17:00:13.086000','2023-02-22 17:00:13.101000','com.liferay.commerce.payment.service','1.1.0',1,NULL,0,0,NULL),(2,36007,'2023-02-22 17:00:13.490000','2023-02-22 17:00:13.505000','com.liferay.changeset.service','2.0.0',1,NULL,0,0,NULL),(2,36101,'2023-02-22 17:00:13.620000','2023-02-22 17:00:13.634000','com.liferay.contacts.service','3.0.0',2,NULL,0,0,NULL),(2,36207,'2023-02-22 17:00:15.424000','2023-02-22 17:00:15.439000','com.liferay.layout.page.template.service','3.1.3',1,NULL,0,0,NULL),(2,36303,'2023-02-22 17:00:15.612000','2023-02-22 17:00:15.627000','com.liferay.html.preview.service','2.0.0',1,NULL,0,0,NULL),(2,36404,'2023-02-22 17:00:15.841000','2023-02-22 17:00:15.856000','com.liferay.invitation.invite.members.service','2.0.0',1,NULL,0,0,NULL),(2,36503,'2023-02-22 17:00:22.355000','2023-02-22 17:00:22.365000','com.liferay.commerce.product.service','2.6.1',1,NULL,0,0,NULL),(2,36622,'2023-02-22 17:00:23.657000','2023-02-22 17:00:23.671000','com.liferay.fragment.service','2.2.0',1,NULL,0,0,NULL),(2,36705,'2023-02-22 17:00:24.309000','2023-02-22 17:00:24.323000','com.liferay.friendly.url.service','2.0.0',1,NULL,0,0,NULL),(2,36805,'2023-02-22 17:00:24.599000','2023-02-22 17:00:24.615000','com.liferay.commerce.currency.service','1.2.0',1,NULL,0,0,NULL),(2,36908,'2023-02-22 17:00:24.857000','2023-02-22 17:00:24.870000','com.liferay.reading.time.service','2.0.0',1,NULL,0,0,NULL),(2,37001,'2023-02-22 17:00:25.227000','2023-02-22 17:00:25.236000','com.liferay.document.library.file.rank.service','2.1.0',1,NULL,0,0,NULL),(2,37101,'2023-02-22 17:00:25.587000','2023-02-22 17:00:25.598000','com.liferay.commerce.tax.engine.fixed.service','1.0.0',1,NULL,0,0,NULL),(2,37201,'2023-02-22 17:00:25.624000','2023-02-22 17:00:25.633000','com.liferay.portal.instances.service','1.0.0',1,NULL,0,0,NULL),(3,37301,'2023-02-22 17:00:27.718000','2023-02-22 17:01:10.784000','com.liferay.commerce.price.list.service','2.1.3',1,NULL,1,0,NULL),(2,37414,'2023-02-22 17:00:29.091000','2023-02-22 17:00:29.109000','com.liferay.saml.persistence.service','2.1.0',8,NULL,0,0,NULL),(2,37507,'2023-02-22 17:00:29.307000','2023-02-22 17:00:29.318000','com.liferay.asset.category.property.service','2.1.0',1,NULL,0,0,NULL),(2,37602,'2023-02-22 17:00:29.701000','2023-02-22 17:00:29.715000','com.liferay.oauth.service','1.0.0',1,NULL,0,0,NULL),(3,37704,'2023-02-22 17:00:29.964000','2023-02-22 17:00:52.942000','com.liferay.document.library.service','1.1.2',1,NULL,1,0,NULL),(2,37802,'2023-02-22 17:00:30.656000','2023-02-22 17:00:30.668000','com.liferay.marketplace.service','2.0.2',6,NULL,0,0,NULL),(2,37903,'2023-02-22 17:00:30.837000','2023-02-22 17:00:30.851000','com.liferay.sharepoint.rest.oauth2.service','1.0.0',1,NULL,0,0,NULL),(2,38003,'2023-02-22 17:00:31.345000','2023-02-22 17:00:31.362000','com.liferay.microblogs.service','1.0.2',3,NULL,0,0,NULL),(2,38103,'2023-02-22 17:00:31.576000','2023-02-22 17:00:31.590000','com.liferay.commerce.product.type.grouped.service','1.1.0',1,NULL,0,0,NULL),(2,38202,'2023-02-22 17:00:31.742000','2023-02-22 17:00:31.755000','com.liferay.asset.auto.tagger.service','1.1.0',1,NULL,0,0,NULL),(2,38303,'2023-02-22 17:00:32.854000','2023-02-22 17:00:32.874000','com.liferay.dynamic.data.lists.service','2.1.0',1,NULL,0,0,NULL),(3,38406,'2023-02-22 17:00:36.391000','2023-02-22 17:00:36.465000','com.liferay.message.boards.service','2.0.0',1,NULL,1,0,NULL),(2,38502,'2023-02-22 17:00:36.636000','2023-02-22 17:00:36.659000','com.liferay.analytics.message.storage.service','1.0.0',1,NULL,0,0,NULL),(2,38607,'2023-02-22 17:00:37.079000','2023-02-22 17:00:37.103000','com.liferay.batch.engine.service','4.1.0',1,NULL,0,0,NULL),(2,38701,'2023-02-22 17:00:37.485000','2023-02-22 17:00:37.499000','com.liferay.portal.security.wedeploy.auth.service','1.0.0',1,NULL,0,0,NULL),(2,38801,'2023-02-22 17:00:37.685000','2023-02-22 17:00:37.698000','com.liferay.commerce.tax.service','1.0.0',1,NULL,0,0,NULL),(2,38903,'2023-02-22 17:00:38.208000','2023-02-22 17:00:38.221000','com.liferay.trash.service','2.1.0',1,NULL,0,0,NULL),(3,39011,'2023-02-22 17:00:39.252000','2023-02-22 17:00:45.725000','com.liferay.commerce.account.service','2.0.0',1,NULL,1,0,NULL),(2,39101,'2023-02-22 17:00:40.233000','2023-02-22 17:00:40.244000','com.liferay.commerce.pricing.service','2.0.2',1,NULL,0,0,NULL),(3,39218,'2023-02-22 17:00:44.478000','2023-02-22 17:00:59.947000','com.liferay.dynamic.data.mapping.service','3.2.8',2,NULL,1,0,NULL),(2,39310,'2023-02-22 17:00:46.183000','2023-02-22 17:00:46.198000','com.liferay.commerce.inventory.service','2.1.0',1,NULL,0,0,NULL),(2,39401,'2023-02-22 17:00:46.476000','2023-02-22 17:00:46.484000','com.liferay.asset.service','1.1.0',1,NULL,0,0,NULL),(2,39517,'2023-02-22 17:00:46.948000','2023-02-22 17:00:46.971000','com.liferay.adaptive.media.image.service','2.0.0',1,NULL,0,0,NULL),(2,39601,'2023-02-22 17:00:47.153000','2023-02-22 17:00:47.167000','com.liferay.portal.security.audit.storage.service','2.0.1',2,NULL,0,0,NULL),(2,39701,'2023-02-22 17:00:47.634000','2023-02-22 17:00:47.645000','com.liferay.commerce.wish.list.service','1.1.0',1,NULL,0,0,NULL),(3,39801,'2023-02-22 17:00:48.337000','2023-02-22 17:01:05.783000','com.liferay.polls.service','2.1.0',2,NULL,1,0,NULL),(2,39915,'2023-02-22 17:00:48.712000','2023-02-22 17:00:48.726000','com.liferay.commerce.shipping.engine.fixed.service','1.1.0',1,NULL,0,0,NULL),(2,40011,'2023-02-22 17:00:49.119000','2023-02-22 17:00:49.134000','com.liferay.commerce.product.type.virtual.service','1.1.0',1,NULL,0,0,NULL),(2,40128,'2023-02-22 17:00:49.885000','2023-02-22 17:00:49.904000','com.liferay.portal.reports.engine.console.service','1.0.1',2,NULL,0,0,NULL),(2,40203,'2023-02-22 17:00:50.611000','2023-02-22 17:00:50.632000','com.liferay.portal.reports.engine.console.web','1.0.0',0,NULL,0,0,NULL),(2,40385,'2023-02-22 17:00:52.632000','2023-02-22 17:00:52.655000','com.liferay.asset.publisher.web','1.0.4',0,NULL,0,0,NULL),(2,40414,'2023-02-22 17:00:53.975000','2023-02-22 17:00:53.993000','com.liferay.weather.web','1.0.0',0,NULL,0,0,NULL),(5,40501,'2023-02-22 17:00:54.133000','2023-02-22 17:00:54.270000','com.liferay.portal.workflow.kaleo.designer.web','1.0.2',0,NULL,1,0,NULL),(2,40764,'2023-02-22 17:01:00.174000','2023-02-22 17:01:00.188000','com.liferay.adaptive.media.web','1.0.2',0,NULL,0,0,NULL),(2,40802,'2023-02-22 17:01:00.280000','2023-02-22 17:01:00.291000','com.liferay.journal.content.web','1.1.0',0,NULL,0,0,NULL),(2,40941,'2023-02-22 17:01:02.559000','2023-02-22 17:01:02.570000','com.liferay.adaptive.media.document.library.thumbnails','1.0.1',0,NULL,0,0,NULL); /*!40000 ALTER TABLE `Release_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Reports_Definition` -- DROP TABLE IF EXISTS `Reports_Definition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Reports_Definition` ( `uuid_` varchar(75) DEFAULT NULL, `definitionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` longtext, `description` longtext, `sourceId` bigint DEFAULT NULL, `reportName` varchar(75) DEFAULT NULL, `reportParameters` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`definitionId`), UNIQUE KEY `IX_D4E3828F` (`uuid_`,`groupId`), KEY `IX_7F79EB6F` (`companyId`), KEY `IX_6C1481B1` (`groupId`), KEY `IX_F08C2CCD` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Reports_Definition` -- LOCK TABLES `Reports_Definition` WRITE; /*!40000 ALTER TABLE `Reports_Definition` DISABLE KEYS */; /*!40000 ALTER TABLE `Reports_Definition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Reports_Entry` -- DROP TABLE IF EXISTS `Reports_Entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Reports_Entry` ( `entryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `definitionId` bigint DEFAULT NULL, `format` varchar(75) DEFAULT NULL, `scheduleRequest` tinyint DEFAULT NULL, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `repeating` tinyint DEFAULT NULL, `recurrence` varchar(75) DEFAULT NULL, `emailNotifications` varchar(200) DEFAULT NULL, `emailDelivery` varchar(200) DEFAULT NULL, `portletId` varchar(75) DEFAULT NULL, `pageURL` longtext, `reportParameters` longtext, `errorMessage` longtext, `status` varchar(75) DEFAULT NULL, PRIMARY KEY (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Reports_Entry` -- LOCK TABLES `Reports_Entry` WRITE; /*!40000 ALTER TABLE `Reports_Entry` DISABLE KEYS */; /*!40000 ALTER TABLE `Reports_Entry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Reports_Source` -- DROP TABLE IF EXISTS `Reports_Source`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Reports_Source` ( `uuid_` varchar(75) DEFAULT NULL, `sourceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `name` longtext, `driverClassName` varchar(75) DEFAULT NULL, `driverUrl` longtext, `driverUserName` varchar(75) DEFAULT NULL, `driverPassword` varchar(75) DEFAULT NULL, PRIMARY KEY (`sourceId`), UNIQUE KEY `IX_A3C3F357` (`uuid_`,`groupId`), KEY `IX_C9381DA7` (`companyId`), KEY `IX_C5A9E1E9` (`groupId`), KEY `IX_89138B95` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Reports_Source` -- LOCK TABLES `Reports_Source` WRITE; /*!40000 ALTER TABLE `Reports_Source` DISABLE KEYS */; /*!40000 ALTER TABLE `Reports_Source` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Repository` -- DROP TABLE IF EXISTS `Repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Repository` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `repositoryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `portletId` varchar(200) DEFAULT NULL, `typeSettings` longtext, `dlFolderId` bigint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`repositoryId`), UNIQUE KEY `IX_60C8634C` (`groupId`,`name`,`portletId`), UNIQUE KEY `IX_11641E26` (`uuid_`,`groupId`), KEY `IX_F543EA4` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Repository` -- LOCK TABLES `Repository` WRITE; /*!40000 ALTER TABLE `Repository` DISABLE KEYS */; INSERT INTO `Repository` VALUES (0,'62ebab01-3e6a-0d8e-92cf-2064ef172a55',39204,20128,20101,20105,NULL,'2023-02-22 17:00:43.285000','2023-02-22 17:00:43.285000',39203,'com.liferay.oauth2.provider',NULL,'com.liferay.oauth2.provider','',39205,NULL); /*!40000 ALTER TABLE `Repository` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `RepositoryEntry` -- DROP TABLE IF EXISTS `RepositoryEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `RepositoryEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `repositoryEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint DEFAULT NULL, `mappedId` varchar(255) DEFAULT NULL, `manualCheckInRequired` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`repositoryEntryId`), UNIQUE KEY `IX_9BDCF489` (`repositoryId`,`mappedId`), UNIQUE KEY `IX_354AA664` (`uuid_`,`groupId`), KEY `IX_D3B9AF62` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `RepositoryEntry` -- LOCK TABLES `RepositoryEntry` WRITE; /*!40000 ALTER TABLE `RepositoryEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `RepositoryEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceAction` -- DROP TABLE IF EXISTS `ResourceAction`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ResourceAction` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `resourceActionId` bigint NOT NULL, `name` varchar(255) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `bitwiseValue` bigint DEFAULT NULL, PRIMARY KEY (`resourceActionId`), UNIQUE KEY `IX_EDB9986E` (`name`,`actionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceAction` -- LOCK TABLES `ResourceAction` WRITE; /*!40000 ALTER TABLE `ResourceAction` DISABLE KEYS */; INSERT INTO `ResourceAction` VALUES (0,1,'com.liferay.document.library.kernel.model.DLFileEntry','UPDATE_DISCUSSION',2),(0,2,'com.liferay.document.library.kernel.model.DLFileEntry','DELETE',4),(0,3,'com.liferay.document.library.kernel.model.DLFileEntry','OVERRIDE_CHECKOUT',8),(0,4,'com.liferay.document.library.kernel.model.DLFileEntry','PERMISSIONS',16),(0,5,'com.liferay.document.library.kernel.model.DLFileEntry','DELETE_DISCUSSION',32),(0,6,'com.liferay.document.library.kernel.model.DLFileEntry','UPDATE',64),(0,7,'com.liferay.document.library.kernel.model.DLFileEntry','VIEW',1),(0,8,'com.liferay.document.library.kernel.model.DLFileEntry','ADD_DISCUSSION',128),(0,9,'com.liferay.portal.kernel.model.User','DELETE',2),(0,10,'com.liferay.portal.kernel.model.User','PERMISSIONS',4),(0,11,'com.liferay.portal.kernel.model.User','IMPERSONATE',8),(0,12,'com.liferay.portal.kernel.model.User','UPDATE',16),(0,13,'com.liferay.portal.kernel.model.User','VIEW',1),(0,14,'com.liferay.portal.kernel.model.UserGroup','DELETE',2),(0,15,'com.liferay.portal.kernel.model.UserGroup','PERMISSIONS',4),(0,16,'com.liferay.portal.kernel.model.UserGroup','ASSIGN_MEMBERS',8),(0,17,'com.liferay.portal.kernel.model.UserGroup','VIEW_MEMBERS',16),(0,18,'com.liferay.portal.kernel.model.UserGroup','MANAGE_ANNOUNCEMENTS',32),(0,19,'com.liferay.portal.kernel.model.UserGroup','UPDATE',64),(0,20,'com.liferay.portal.kernel.model.UserGroup','VIEW',1),(0,21,'com.liferay.asset.kernel.model.AssetCategory','DELETE',2),(0,22,'com.liferay.asset.kernel.model.AssetCategory','PERMISSIONS',4),(0,23,'com.liferay.asset.kernel.model.AssetCategory','ADD_CATEGORY',8),(0,24,'com.liferay.asset.kernel.model.AssetCategory','UPDATE',16),(0,25,'com.liferay.asset.kernel.model.AssetCategory','VIEW',1),(0,26,'com.liferay.asset.tags','PERMISSIONS',2),(0,27,'com.liferay.asset.tags','MANAGE_TAG',4),(0,28,'com.liferay.document.library','PERMISSIONS',2),(0,29,'com.liferay.document.library','ADD_REPOSITORY',4),(0,30,'com.liferay.document.library','ADD_DOCUMENT_TYPE',8),(0,31,'com.liferay.document.library','ADD_SHORTCUT',16),(0,32,'com.liferay.document.library','UPDATE',32),(0,33,'com.liferay.document.library','ADD_DOCUMENT',64),(0,34,'com.liferay.document.library','SUBSCRIBE',128),(0,35,'com.liferay.document.library','VIEW',1),(0,36,'com.liferay.document.library','ADD_FOLDER',256),(0,37,'com.liferay.document.library','ADD_STRUCTURE',512),(0,38,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,39,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,40,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,41,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,42,'com.liferay.portal.kernel.model.LayoutSetBranch','DELETE',2),(0,43,'com.liferay.portal.kernel.model.LayoutSetBranch','PERMISSIONS',4),(0,44,'com.liferay.portal.kernel.model.LayoutSetBranch','MERGE',8),(0,45,'com.liferay.portal.kernel.model.LayoutSetBranch','UPDATE',16),(0,46,'com.liferay.asset.kernel.model.AssetVocabulary','DELETE',2),(0,47,'com.liferay.asset.kernel.model.AssetVocabulary','PERMISSIONS',4),(0,48,'com.liferay.asset.kernel.model.AssetVocabulary','UPDATE',8),(0,49,'com.liferay.asset.kernel.model.AssetVocabulary','VIEW',1),(0,50,'com.liferay.announcements.kernel.model.AnnouncementsEntry','DELETE',2),(0,51,'com.liferay.announcements.kernel.model.AnnouncementsEntry','PERMISSIONS',4),(0,52,'com.liferay.announcements.kernel.model.AnnouncementsEntry','UPDATE',8),(0,53,'com.liferay.announcements.kernel.model.AnnouncementsEntry','VIEW',1),(0,54,'com.liferay.document.library.kernel.model.DLFolder','DELETE',2),(0,55,'com.liferay.document.library.kernel.model.DLFolder','PERMISSIONS',4),(0,56,'com.liferay.document.library.kernel.model.DLFolder','ADD_SUBFOLDER',8),(0,57,'com.liferay.document.library.kernel.model.DLFolder','ADD_SHORTCUT',16),(0,58,'com.liferay.document.library.kernel.model.DLFolder','UPDATE',32),(0,59,'com.liferay.document.library.kernel.model.DLFolder','ADD_DOCUMENT',64),(0,60,'com.liferay.document.library.kernel.model.DLFolder','SUBSCRIBE',128),(0,61,'com.liferay.document.library.kernel.model.DLFolder','VIEW',1),(0,62,'com.liferay.document.library.kernel.model.DLFolder','ACCESS',256),(0,63,'com.liferay.portal.kernel.model.Layout','UPDATE_DISCUSSION',2),(0,64,'com.liferay.portal.kernel.model.Layout','DELETE',4),(0,65,'com.liferay.portal.kernel.model.Layout','PERMISSIONS',8),(0,66,'com.liferay.portal.kernel.model.Layout','CUSTOMIZE',16),(0,67,'com.liferay.portal.kernel.model.Layout','ADD_LAYOUT',32),(0,68,'com.liferay.portal.kernel.model.Layout','DELETE_DISCUSSION',64),(0,69,'com.liferay.portal.kernel.model.Layout','CONFIGURE_PORTLETS',128),(0,70,'com.liferay.portal.kernel.model.Layout','UPDATE',256),(0,71,'com.liferay.portal.kernel.model.Layout','VIEW',1),(0,72,'com.liferay.portal.kernel.model.Layout','ADD_DISCUSSION',512),(0,73,'com.liferay.document.library.kernel.model.DLFileEntryType','DELETE',2),(0,74,'com.liferay.document.library.kernel.model.DLFileEntryType','PERMISSIONS',4),(0,75,'com.liferay.document.library.kernel.model.DLFileEntryType','UPDATE',8),(0,76,'com.liferay.document.library.kernel.model.DLFileEntryType','VIEW',1),(0,77,'com.liferay.portal.kernel.model.LayoutPrototype','DELETE',2),(0,78,'com.liferay.portal.kernel.model.LayoutPrototype','PERMISSIONS',4),(0,79,'com.liferay.portal.kernel.model.LayoutPrototype','UPDATE',8),(0,80,'com.liferay.portal.kernel.model.LayoutPrototype','VIEW',1),(0,81,'com.liferay.asset.categories','PERMISSIONS',2),(0,82,'com.liferay.asset.categories','ADD_CATEGORY',4),(0,83,'com.liferay.asset.categories','ADD_VOCABULARY',8),(0,101,'com.liferay.portal.kernel.model.Group','PERMISSIONS',2),(0,102,'com.liferay.portal.kernel.model.Group','VIEW_MEMBERS',4),(0,103,'com.liferay.portal.kernel.model.Group','MANAGE_ANNOUNCEMENTS',8),(0,104,'com.liferay.portal.kernel.model.Group','PUBLISH_STAGING',16),(0,105,'com.liferay.portal.kernel.model.Group','VIEW',1),(0,106,'com.liferay.portal.kernel.model.Group','EXPORT_IMPORT_LAYOUTS',32),(0,107,'com.liferay.portal.kernel.model.Group','ASSIGN_USER_ROLES',64),(0,108,'com.liferay.portal.kernel.model.Group','DELETE',128),(0,109,'com.liferay.portal.kernel.model.Group','VIEW_SITE_ADMINISTRATION',256),(0,110,'com.liferay.portal.kernel.model.Group','ASSIGN_MEMBERS',512),(0,111,'com.liferay.portal.kernel.model.Group','MANAGE_LAYOUTS',1024),(0,112,'com.liferay.portal.kernel.model.Group','MANAGE_ARCHIVED_SETUPS',2048),(0,113,'com.liferay.portal.kernel.model.Group','ADD_COMMUNITY',4096),(0,114,'com.liferay.portal.kernel.model.Group','UPDATE',8192),(0,115,'com.liferay.portal.kernel.model.Group','PUBLISH_PORTLET_INFO',16384),(0,116,'com.liferay.portal.kernel.model.Group','ADD_LAYOUT_SET_BRANCH',32768),(0,117,'com.liferay.portal.kernel.model.Group','PREVIEW_IN_DEVICE',65536),(0,118,'com.liferay.portal.kernel.model.Group','MANAGE_TEAMS',131072),(0,119,'com.liferay.portal.kernel.model.Group','ADD_LAYOUT',262144),(0,120,'com.liferay.portal.kernel.model.Group','ADD_LAYOUT_BRANCH',524288),(0,121,'com.liferay.portal.kernel.model.Group','MANAGE_SUBGROUPS',1048576),(0,122,'com.liferay.portal.kernel.model.Group','VIEW_STAGING',2097152),(0,123,'com.liferay.portal.kernel.model.Group','EXPORT_IMPORT_PORTLET_INFO',4194304),(0,124,'com.liferay.portal.kernel.model.Group','CONFIGURE_PORTLETS',8388608),(0,125,'com.liferay.portal.kernel.model.Group','MANAGE_STAGING',16777216),(0,126,'com.liferay.portal.kernel.model.LayoutSetPrototype','DELETE',2),(0,127,'com.liferay.portal.kernel.model.LayoutSetPrototype','PERMISSIONS',4),(0,128,'com.liferay.portal.kernel.model.LayoutSetPrototype','UPDATE',8),(0,129,'com.liferay.portal.kernel.model.LayoutSetPrototype','VIEW',1),(0,130,'com.liferay.portal.kernel.model.Team','DELETE',2),(0,131,'com.liferay.portal.kernel.model.Team','PERMISSIONS',4),(0,132,'com.liferay.portal.kernel.model.Team','ASSIGN_MEMBERS',8),(0,133,'com.liferay.portal.kernel.model.Team','UPDATE',16),(0,134,'com.liferay.portal.kernel.model.Team','VIEW',1),(0,135,'com.liferay.portal.kernel.model.Organization','ASSIGN_USER_ROLES',2),(0,136,'com.liferay.portal.kernel.model.Organization','DELETE',4),(0,137,'com.liferay.portal.kernel.model.Organization','MANAGE_SUBORGANIZATIONS',8),(0,138,'com.liferay.portal.kernel.model.Organization','PERMISSIONS',16),(0,139,'com.liferay.portal.kernel.model.Organization','ASSIGN_MEMBERS',32),(0,140,'com.liferay.portal.kernel.model.Organization','VIEW_MEMBERS',64),(0,141,'com.liferay.portal.kernel.model.Organization','MANAGE_ANNOUNCEMENTS',128),(0,142,'com.liferay.portal.kernel.model.Organization','UPDATE',256),(0,143,'com.liferay.portal.kernel.model.Organization','MANAGE_USERS',512),(0,144,'com.liferay.portal.kernel.model.Organization','VIEW',1),(0,145,'com.liferay.portal.kernel.model.Organization','ADD_ORGANIZATION',1024),(0,146,'com.liferay.portal.kernel.model.PasswordPolicy','DELETE',2),(0,147,'com.liferay.portal.kernel.model.PasswordPolicy','PERMISSIONS',4),(0,148,'com.liferay.portal.kernel.model.PasswordPolicy','ASSIGN_MEMBERS',8),(0,149,'com.liferay.portal.kernel.model.PasswordPolicy','UPDATE',16),(0,150,'com.liferay.portal.kernel.model.PasswordPolicy','VIEW',1),(0,151,'com.liferay.document.library.kernel.model.DLFileShortcut','DELETE',2),(0,152,'com.liferay.document.library.kernel.model.DLFileShortcut','PERMISSIONS',4),(0,153,'com.liferay.document.library.kernel.model.DLFileShortcut','UPDATE',8),(0,154,'com.liferay.document.library.kernel.model.DLFileShortcut','VIEW',1),(0,155,'com.liferay.expando.kernel.model.ExpandoColumn','DELETE',2),(0,156,'com.liferay.expando.kernel.model.ExpandoColumn','PERMISSIONS',4),(0,157,'com.liferay.expando.kernel.model.ExpandoColumn','UPDATE',8),(0,158,'com.liferay.expando.kernel.model.ExpandoColumn','VIEW',1),(0,159,'com.liferay.portal.kernel.model.LayoutBranch','DELETE',2),(0,160,'com.liferay.portal.kernel.model.LayoutBranch','PERMISSIONS',4),(0,161,'com.liferay.portal.kernel.model.LayoutBranch','UPDATE',8),(0,162,'com.liferay.portal.kernel.model.Role','DELETE',2),(0,163,'com.liferay.portal.kernel.model.Role','PERMISSIONS',4),(0,164,'com.liferay.portal.kernel.model.Role','DEFINE_PERMISSIONS',8),(0,165,'com.liferay.portal.kernel.model.Role','ASSIGN_MEMBERS',16),(0,166,'com.liferay.portal.kernel.model.Role','MANAGE_ANNOUNCEMENTS',32),(0,167,'com.liferay.portal.kernel.model.Role','UPDATE',64),(0,168,'com.liferay.portal.kernel.model.Role','VIEW',1),(0,169,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','ADD_TO_PAGE',2),(0,170,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','CONFIGURATION',4),(0,171,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','PERMISSIONS',8),(0,172,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','PREFERENCES',16),(0,173,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','VIEW',1),(0,174,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','ADD_TO_PAGE',2),(0,175,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','CONFIGURATION',4),(0,176,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','PERMISSIONS',8),(0,177,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','PREFERENCES',16),(0,178,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','VIEW',1),(0,179,'com_liferay_announcements_web_portlet_AlertsPortlet','ADD_TO_PAGE',2),(0,180,'com_liferay_announcements_web_portlet_AlertsPortlet','CONFIGURATION',4),(0,181,'com_liferay_announcements_web_portlet_AlertsPortlet','PERMISSIONS',8),(0,182,'com_liferay_announcements_web_portlet_AlertsPortlet','PREFERENCES',16),(0,183,'com_liferay_announcements_web_portlet_AlertsPortlet','VIEW',1),(0,184,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','ADD_TO_PAGE',2),(0,185,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','CONFIGURATION',4),(0,186,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','PERMISSIONS',8),(0,187,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','PREFERENCES',16),(0,188,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','VIEW',1),(0,189,'150','PERMISSIONS',2),(0,190,'150','PREFERENCES',4),(0,191,'150','CONFIGURATION',8),(0,192,'150','ACCESS_IN_CONTROL_PANEL',16),(0,193,'150','VIEW',1),(0,194,'151','PERMISSIONS',2),(0,195,'151','PREFERENCES',4),(0,196,'151','CONFIGURATION',8),(0,197,'151','ACCESS_IN_CONTROL_PANEL',16),(0,198,'151','VIEW',1),(0,201,'152','PERMISSIONS',2),(0,202,'152','PREFERENCES',4),(0,203,'152','CONFIGURATION',8),(0,204,'152','ACCESS_IN_CONTROL_PANEL',16),(0,205,'152','VIEW',1),(0,206,'153','PERMISSIONS',2),(0,207,'153','PREFERENCES',4),(0,208,'153','CONFIGURATION',8),(0,209,'153','ACCESS_IN_CONTROL_PANEL',16),(0,210,'153','VIEW',1),(0,211,'153','ADD_TO_PAGE',32),(0,212,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','ADD_TO_PAGE',2),(0,213,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','CONFIGURATION',4),(0,214,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','PERMISSIONS',8),(0,215,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','PREFERENCES',16),(0,216,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','VIEW',1),(0,217,'157','PERMISSIONS',2),(0,218,'157','PREFERENCES',4),(0,219,'157','CONFIGURATION',8),(0,220,'157','ACCESS_IN_CONTROL_PANEL',16),(0,221,'157','VIEW',1),(0,222,'136','PERMISSIONS',2),(0,223,'136','PREFERENCES',4),(0,224,'136','CONFIGURATION',8),(0,225,'136','ACCESS_IN_CONTROL_PANEL',16),(0,226,'136','VIEW',1),(0,227,'158','PERMISSIONS',2),(0,228,'158','PREFERENCES',4),(0,229,'158','CONFIGURATION',8),(0,230,'158','ACCESS_IN_CONTROL_PANEL',16),(0,231,'158','VIEW',1),(0,232,'158','ADD_TO_PAGE',32),(0,233,'90','VIEW_CONTROL_PANEL',2),(0,234,'90','ADD_GENERAL_ANNOUNCEMENTS',4),(0,235,'90','CONFIGURATION',8),(0,236,'90','UNLINK_LAYOUT_SET_PROTOTYPE',16),(0,237,'90','ADD_USER',32),(0,238,'90','ADD_ROLE',64),(0,239,'90','EXPORT_USER',128),(0,240,'90','ADD_LICENSE',256),(0,241,'90','ADD_ORGANIZATION',512),(0,242,'90','ADD_USER_GROUP',1024),(0,243,'90','ADD_LAYOUT_PROTOTYPE',2048),(0,244,'90','ADD_COMMUNITY',4096),(0,245,'90','ADD_LAYOUT_SET_PROTOTYPE',8192),(0,246,'90','IMPERSONATE',16384),(0,247,'90','ADD_PASSWORD_POLICY',32768),(0,248,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','ADD_TO_PAGE',2),(0,249,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','CONFIGURATION',4),(0,250,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','PERMISSIONS',8),(0,251,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','PREFERENCES',16),(0,252,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','VIEW',1),(0,253,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','ADD_TO_PAGE',2),(0,254,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','CONFIGURATION',4),(0,255,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','PERMISSIONS',8),(0,256,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','PREFERENCES',16),(0,257,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','VIEW',1),(0,258,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','ADD_TO_PAGE',2),(0,259,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','CONFIGURATION',4),(0,260,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','PERMISSIONS',8),(0,261,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','PREFERENCES',16),(0,262,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','VIEW',1),(0,263,'com_liferay_document_library_web_portlet_DLAdminPortlet','ADD_TO_PAGE',2),(0,264,'com_liferay_document_library_web_portlet_DLAdminPortlet','CONFIGURATION',4),(0,265,'com_liferay_document_library_web_portlet_DLAdminPortlet','PERMISSIONS',8),(0,266,'com_liferay_document_library_web_portlet_DLAdminPortlet','PREFERENCES',16),(0,267,'com_liferay_document_library_web_portlet_DLAdminPortlet','VIEW',1),(0,268,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','ADD_TO_PAGE',2),(0,269,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','CONFIGURATION',4),(0,270,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','PERMISSIONS',8),(0,271,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','PREFERENCES',16),(0,272,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','VIEW',1),(0,273,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','ADD_TO_PAGE',2),(0,274,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','CONFIGURATION',4),(0,275,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','PERMISSIONS',8),(0,276,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','PREFERENCES',16),(0,277,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','VIEW',1),(0,278,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','ADD_TO_PAGE',2),(0,279,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','CONFIGURATION',4),(0,280,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','PERMISSIONS',8),(0,281,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','PREFERENCES',16),(0,282,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','VIEW',1),(0,283,'com_liferay_document_library_web_portlet_DLPortlet','ADD_TO_PAGE',2),(0,284,'com_liferay_document_library_web_portlet_DLPortlet','CONFIGURATION',4),(0,285,'com_liferay_document_library_web_portlet_DLPortlet','PERMISSIONS',8),(0,286,'com_liferay_document_library_web_portlet_DLPortlet','PREFERENCES',16),(0,287,'com_liferay_document_library_web_portlet_DLPortlet','VIEW',1),(0,288,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','ADD_TO_PAGE',2),(0,289,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','CONFIGURATION',4),(0,290,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','PERMISSIONS',8),(0,291,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','PREFERENCES',16),(0,292,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','VIEW',1),(0,293,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','ADD_TO_PAGE',2),(0,294,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','CONFIGURATION',4),(0,295,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','PERMISSIONS',8),(0,296,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','PREFERENCES',16),(0,297,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','VIEW',1),(0,301,'com_liferay_expando_web_portlet_ExpandoPortlet','ADD_TO_PAGE',2),(0,302,'com_liferay_expando_web_portlet_ExpandoPortlet','CONFIGURATION',4),(0,303,'com_liferay_expando_web_portlet_ExpandoPortlet','PERMISSIONS',8),(0,304,'com_liferay_expando_web_portlet_ExpandoPortlet','PREFERENCES',16),(0,305,'com_liferay_expando_web_portlet_ExpandoPortlet','VIEW',1),(0,306,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','ADD_TO_PAGE',2),(0,307,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','CONFIGURATION',4),(0,308,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','PERMISSIONS',8),(0,309,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','PREFERENCES',16),(0,310,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','VIEW',1),(0,311,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','ADD_TO_PAGE',2),(0,312,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','CONFIGURATION',4),(0,313,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','PERMISSIONS',8),(0,314,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','PREFERENCES',16),(0,315,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','VIEW',1),(0,316,'com_liferay_document_library_web_portlet_IGDisplayPortlet','ADD_TO_PAGE',2),(0,317,'com_liferay_document_library_web_portlet_IGDisplayPortlet','CONFIGURATION',4),(0,318,'com_liferay_document_library_web_portlet_IGDisplayPortlet','PERMISSIONS',8),(0,319,'com_liferay_document_library_web_portlet_IGDisplayPortlet','PREFERENCES',16),(0,320,'com_liferay_document_library_web_portlet_IGDisplayPortlet','VIEW',1),(0,321,'90','ADD_TO_PAGE',65536),(0,322,'90','PERMISSIONS',131072),(0,323,'90','PREFERENCES',262144),(0,324,'90','VIEW',1),(0,325,'90','ACCESS_IN_CONTROL_PANEL',524288),(0,326,'1_WAR_opensocialportlet','PERMISSIONS',2),(0,327,'1_WAR_opensocialportlet','PREFERENCES',4),(0,328,'1_WAR_opensocialportlet','CONFIGURATION',8),(0,329,'1_WAR_opensocialportlet','ACCESS_IN_CONTROL_PANEL',16),(0,330,'1_WAR_opensocialportlet','VIEW',1),(0,331,'com.liferay.opensocial.model.Gadget','DELETE',2),(0,332,'com.liferay.opensocial.model.Gadget','PERMISSIONS',4),(0,333,'com.liferay.opensocial.model.Gadget','UPDATE',8),(0,334,'com.liferay.opensocial.model.Gadget','VIEW',1),(0,335,'com.liferay.opensocial','PERMISSIONS',2),(0,336,'com.liferay.opensocial','PUBLISH_GADGET',4),(0,337,'2_WAR_opensocialportlet','PERMISSIONS',2),(0,338,'2_WAR_opensocialportlet','PREFERENCES',4),(0,339,'2_WAR_opensocialportlet','CONFIGURATION',8),(0,340,'2_WAR_opensocialportlet','ACCESS_IN_CONTROL_PANEL',16),(0,341,'2_WAR_opensocialportlet','VIEW',1),(0,342,'2_WAR_opensocialportlet','ADD_TO_PAGE',32),(0,343,'3_WAR_opensocialportlet','PERMISSIONS',2),(0,344,'3_WAR_opensocialportlet','PREFERENCES',4),(0,345,'3_WAR_opensocialportlet','CONFIGURATION',8),(0,346,'3_WAR_opensocialportlet','ACCESS_IN_CONTROL_PANEL',16),(0,347,'3_WAR_opensocialportlet','VIEW',1),(0,348,'3_WAR_opensocialportlet','ADD_TO_PAGE',32),(0,349,'4_WAR_opensocialportlet','PERMISSIONS',2),(0,350,'4_WAR_opensocialportlet','PREFERENCES',4),(0,351,'4_WAR_opensocialportlet','CONFIGURATION',8),(0,352,'4_WAR_opensocialportlet','ACCESS_IN_CONTROL_PANEL',16),(0,353,'4_WAR_opensocialportlet','VIEW',1),(0,354,'2_WAR_tasksportlet','PERMISSIONS',2),(0,355,'2_WAR_tasksportlet','PREFERENCES',4),(0,356,'2_WAR_tasksportlet','CONFIGURATION',8),(0,357,'2_WAR_tasksportlet','ACCESS_IN_CONTROL_PANEL',16),(0,358,'2_WAR_tasksportlet','VIEW',1),(0,359,'2_WAR_tasksportlet','ADD_TO_PAGE',32),(0,360,'1_WAR_tasksportlet','PERMISSIONS',2),(0,361,'1_WAR_tasksportlet','PREFERENCES',4),(0,362,'1_WAR_tasksportlet','CONFIGURATION',8),(0,363,'1_WAR_tasksportlet','ACCESS_IN_CONTROL_PANEL',16),(0,364,'1_WAR_tasksportlet','VIEW',1),(0,365,'1_WAR_tasksportlet','ADD_TO_PAGE',32),(0,366,'com.liferay.tasks.model.TasksEntry','UPDATE_DISCUSSION',2),(0,367,'com.liferay.tasks.model.TasksEntry','PERMISSIONS',4),(0,368,'com.liferay.tasks.model.TasksEntry','DELETE_DISCUSSION',8),(0,369,'com.liferay.tasks.model.TasksEntry','UPDATE',16),(0,370,'com.liferay.tasks.model.TasksEntry','VIEW',1),(0,371,'com.liferay.tasks.model.TasksEntry','ADD_DISCUSSION',32),(0,372,'com.liferay.tasks','ADD_ENTRY',2),(0,373,'com.liferay.tasks','PERMISSIONS',4),(0,401,'1_WAR_powwowportlet','VIEW',1),(0,402,'1_WAR_powwowportlet','ADD_TO_PAGE',2),(0,403,'1_WAR_powwowportlet','CONFIGURATION',4),(0,404,'1_WAR_powwowportlet','PERMISSIONS',8),(0,405,'1_WAR_powwowportlet','PREFERENCES',16),(0,406,'1_WAR_powwowportlet','ACCESS_IN_CONTROL_PANEL',32),(0,501,'com.liferay.powwow.meetings','PERMISSIONS',2),(0,502,'com.liferay.powwow.meetings','MANAGE',4),(0,503,'com.liferay.powwow.meetings','VIEW',1),(0,504,'com.liferay.powwow.meetings','ADD_MEETING',8),(0,505,'com.liferay.powwow.model.PowwowMeeting','DELETE',2),(0,506,'com.liferay.powwow.model.PowwowMeeting','PERMISSIONS',4),(0,507,'com.liferay.powwow.model.PowwowMeeting','UPDATE',8),(0,508,'com.liferay.powwow.model.PowwowMeeting','VIEW',1),(0,601,'2_WAR_powwowportlet','VIEW',1),(0,602,'2_WAR_powwowportlet','ADD_TO_PAGE',2),(0,603,'2_WAR_powwowportlet','CONFIGURATION',4),(0,604,'2_WAR_powwowportlet','PERMISSIONS',8),(0,605,'2_WAR_powwowportlet','PREFERENCES',16),(0,606,'2_WAR_powwowportlet','ACCESS_IN_CONTROL_PANEL',32),(0,701,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','ADD_TO_PAGE',2),(0,702,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','CONFIGURATION',4),(0,703,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','PERMISSIONS',8),(0,704,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','PREFERENCES',16),(0,705,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','VIEW',1),(0,706,'com.liferay.oauth2.provider','PERMISSIONS',2),(0,707,'com.liferay.oauth2.provider','ADD_APPLICATION',4),(0,708,'com.liferay.oauth2.provider.model.OAuth2Application','DELETE',2),(0,709,'com.liferay.oauth2.provider.model.OAuth2Application','PERMISSIONS',4),(0,710,'com.liferay.oauth2.provider.model.OAuth2Application','UPDATE',8),(0,711,'com.liferay.oauth2.provider.model.OAuth2Application','CREATE_TOKEN',16),(0,712,'com.liferay.oauth2.provider.model.OAuth2Application','REVOKE_TOKEN',32),(0,713,'com.liferay.oauth2.provider.model.OAuth2Application','VIEW',1),(0,801,'com_liferay_journal_web_portlet_JournalPortlet','ADD_TO_PAGE',2),(0,802,'com_liferay_journal_web_portlet_JournalPortlet','CONFIGURATION',4),(0,803,'com_liferay_journal_web_portlet_JournalPortlet','PERMISSIONS',8),(0,804,'com_liferay_journal_web_portlet_JournalPortlet','PREFERENCES',16),(0,805,'com_liferay_journal_web_portlet_JournalPortlet','VIEW',1),(0,806,'com.liferay.journal.model.JournalFeed','DELETE',2),(0,807,'com.liferay.journal.model.JournalFeed','PERMISSIONS',4),(0,808,'com.liferay.journal.model.JournalFeed','UPDATE',8),(0,809,'com.liferay.journal.model.JournalFeed','VIEW',1),(0,810,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','DELETE',2),(0,811,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','PERMISSIONS',4),(0,812,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','UPDATE',8),(0,813,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','VIEW',1),(0,814,'com.liferay.journal.model.JournalArticle','UPDATE_DISCUSSION',2),(0,815,'com.liferay.journal.model.JournalArticle','DELETE',4),(0,816,'com.liferay.journal.model.JournalArticle','PERMISSIONS',8),(0,817,'com.liferay.journal.model.JournalArticle','EXPIRE',16),(0,818,'com.liferay.journal.model.JournalArticle','DELETE_DISCUSSION',32),(0,819,'com.liferay.journal.model.JournalArticle','UPDATE',64),(0,820,'com.liferay.journal.model.JournalArticle','SUBSCRIBE',128),(0,821,'com.liferay.journal.model.JournalArticle','VIEW',1),(0,822,'com.liferay.journal.model.JournalArticle','ADD_DISCUSSION',256),(0,823,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','DELETE',2),(0,824,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','PERMISSIONS',4),(0,825,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','UPDATE',8),(0,826,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','VIEW',1),(0,827,'com.liferay.journal','PERMISSIONS',2),(0,828,'com.liferay.journal','ADD_FEED',4),(0,829,'com.liferay.journal','ADD_TEMPLATE',8),(0,830,'com.liferay.journal','UPDATE',16),(0,831,'com.liferay.journal','ADD_ARTICLE',32),(0,832,'com.liferay.journal','SUBSCRIBE',64),(0,833,'com.liferay.journal','VIEW',1),(0,834,'com.liferay.journal','ADD_FOLDER',128),(0,835,'com.liferay.journal','ADD_STRUCTURE',256),(0,836,'com.liferay.journal.model.JournalFolder','DELETE',2),(0,837,'com.liferay.journal.model.JournalFolder','PERMISSIONS',4),(0,838,'com.liferay.journal.model.JournalFolder','ADD_SUBFOLDER',8),(0,839,'com.liferay.journal.model.JournalFolder','UPDATE',16),(0,840,'com.liferay.journal.model.JournalFolder','ADD_ARTICLE',32),(0,841,'com.liferay.journal.model.JournalFolder','SUBSCRIBE',64),(0,842,'com.liferay.journal.model.JournalFolder','VIEW',1),(0,843,'com.liferay.journal.model.JournalFolder','ACCESS',128),(0,901,'90','ADD_COMMERCE_BOM_DEFINITION',1048576),(0,902,'90','ADD_COMMERCE_BOM_FOLDER',2097152),(0,903,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet','ADD_TO_PAGE',2),(0,904,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet','CONFIGURATION',4),(0,905,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet','PERMISSIONS',8),(0,906,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet','PREFERENCES',16),(0,907,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet','VIEW',1),(0,908,'com.liferay.commerce.bom.model.CommerceBOMFolder','DELETE',2),(0,909,'com.liferay.commerce.bom.model.CommerceBOMFolder','PERMISSIONS',4),(0,910,'com.liferay.commerce.bom.model.CommerceBOMFolder','UPDATE',8),(0,911,'com.liferay.commerce.bom.model.CommerceBOMFolder','VIEW',1),(0,912,'com.liferay.commerce.bom.model.CommerceBOMDefinition','DELETE',2),(0,913,'com.liferay.commerce.bom.model.CommerceBOMDefinition','PERMISSIONS',4),(0,914,'com.liferay.commerce.bom.model.CommerceBOMDefinition','UPDATE',8),(0,915,'com.liferay.commerce.bom.model.CommerceBOMDefinition','VIEW',1),(0,1001,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','ADD_TO_PAGE',2),(0,1002,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','CONFIGURATION',4),(0,1003,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','PERMISSIONS',8),(0,1004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','PREFERENCES',16),(0,1005,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','VIEW',1),(0,1006,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','VIEW_DATA_RECORD',2),(0,1007,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','ADD_DATA_RECORD',4),(0,1008,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','DELETE',8),(0,1009,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','PERMISSIONS',16),(0,1010,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','UPDATE',32),(0,1011,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','EXPORT_DATA_RECORDS',64),(0,1012,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','UPDATE_DATA_RECORD',128),(0,1013,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','VIEW',1),(0,1014,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','DELETE_DATA_RECORD',256),(0,1015,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','ADD_TO_PAGE',2),(0,1016,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','CONFIGURATION',4),(0,1017,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','PERMISSIONS',8),(0,1018,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','PREFERENCES',16),(0,1019,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','VIEW',1),(0,1020,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','DELETE',2),(0,1021,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','PERMISSIONS',4),(0,1022,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','UPDATE',8),(0,1023,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','VIEW',1),(0,1024,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','ADD_TO_PAGE',2),(0,1025,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','CONFIGURATION',4),(0,1026,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','PERMISSIONS',8),(0,1027,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','PREFERENCES',16),(0,1028,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','VIEW',1),(0,1029,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','DELETE',2),(0,1030,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','PERMISSIONS',4),(0,1031,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','UPDATE',8),(0,1032,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','VIEW',1),(0,1033,'com.liferay.data.engine','PERMISSIONS',2),(0,1034,'com.liferay.data.engine','DEFINE_PERMISSIONS',4),(0,1035,'com.liferay.data.engine','ADD_DATA_RECORD_COLLECTION',8),(0,1036,'com.liferay.data.engine','ADD_DATA_DEFINITION',16),(0,1037,'com.liferay.data.engine','ADD_DATA_LAYOUT',32),(0,1101,'com_liferay_asset_list_web_portlet_AssetListPortlet','ADD_TO_PAGE',2),(0,1102,'com_liferay_asset_list_web_portlet_AssetListPortlet','CONFIGURATION',4),(0,1103,'com_liferay_asset_list_web_portlet_AssetListPortlet','PERMISSIONS',8),(0,1104,'com_liferay_asset_list_web_portlet_AssetListPortlet','PREFERENCES',16),(0,1105,'com_liferay_asset_list_web_portlet_AssetListPortlet','VIEW',1),(0,1106,'com.liferay.asset.list.model.AssetListEntry','DELETE',2),(0,1107,'com.liferay.asset.list.model.AssetListEntry','PERMISSIONS',4),(0,1108,'com.liferay.asset.list.model.AssetListEntry','UPDATE',8),(0,1109,'com.liferay.asset.list.model.AssetListEntry','VIEW',1),(0,1201,'com.liferay.asset.list','PERMISSIONS',2),(0,1202,'com.liferay.asset.list','ADD_ASSET_LIST_ENTRY',4),(0,1203,'com.liferay.asset.list','UPDATE',8),(0,1204,'com.liferay.asset.list','VIEW',1),(0,1301,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet','ADD_TO_PAGE',2),(0,1302,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet','CONFIGURATION',4),(0,1303,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet','PERMISSIONS',8),(0,1304,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet','PREFERENCES',16),(0,1305,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet','VIEW',1),(0,1306,'com.liferay.commerce.notification','PERMISSIONS',2),(0,1307,'com.liferay.commerce.notification','DELETE_COMMERCE_NOTIFICATION_QUEUE_ENTRY',4),(0,1308,'com.liferay.commerce.notification','RESEND_COMMERCE_NOTIFICATION_QUEUE_ENTRY',8),(0,1309,'com.liferay.commerce.notification','VIEW_COMMERCE_NOTIFICATION_QUEUE_ENTRIES',16),(0,1310,'com.liferay.commerce.notification','ADD_COMMERCE_NOTIFICATION_TEMPLATE',32),(0,1311,'com.liferay.commerce.notification','VIEW_COMMERCE_NOTIFICATION_TEMPLATES',64),(0,1312,'com.liferay.commerce.notification.model.CommerceNotificationTemplate','DELETE',2),(0,1313,'com.liferay.commerce.notification.model.CommerceNotificationTemplate','PERMISSIONS',4),(0,1314,'com.liferay.commerce.notification.model.CommerceNotificationTemplate','UPDATE',8),(0,1315,'com.liferay.commerce.notification.model.CommerceNotificationTemplate','VIEW',1),(0,1401,'com_liferay_wiki_web_portlet_WikiPortlet','ADD_TO_PAGE',2),(0,1402,'com_liferay_wiki_web_portlet_WikiPortlet','CONFIGURATION',4),(0,1403,'com_liferay_wiki_web_portlet_WikiPortlet','PERMISSIONS',8),(0,1404,'com_liferay_wiki_web_portlet_WikiPortlet','PREFERENCES',16),(0,1405,'com_liferay_wiki_web_portlet_WikiPortlet','VIEW',1),(0,1406,'com.liferay.wiki.model.WikiPage','UPDATE_DISCUSSION',2),(0,1407,'com.liferay.wiki.model.WikiPage','DELETE',4),(0,1408,'com.liferay.wiki.model.WikiPage','PERMISSIONS',8),(0,1409,'com.liferay.wiki.model.WikiPage','DELETE_DISCUSSION',16),(0,1410,'com.liferay.wiki.model.WikiPage','UPDATE',32),(0,1411,'com.liferay.wiki.model.WikiPage','SUBSCRIBE',64),(0,1412,'com.liferay.wiki.model.WikiPage','VIEW',1),(0,1413,'com.liferay.wiki.model.WikiPage','ADD_DISCUSSION',128),(0,1414,'com.liferay.wiki','PERMISSIONS',2),(0,1415,'com.liferay.wiki','ADD_NODE',4),(0,1416,'com.liferay.wiki.model.WikiNode','ADD_PAGE',2),(0,1417,'com.liferay.wiki.model.WikiNode','IMPORT',4),(0,1418,'com.liferay.wiki.model.WikiNode','DELETE',8),(0,1419,'com.liferay.wiki.model.WikiNode','PERMISSIONS',16),(0,1420,'com.liferay.wiki.model.WikiNode','UPDATE',32),(0,1421,'com.liferay.wiki.model.WikiNode','ADD_ATTACHMENT',64),(0,1422,'com.liferay.wiki.model.WikiNode','SUBSCRIBE',128),(0,1423,'com.liferay.wiki.model.WikiNode','VIEW',1),(0,1424,'com_liferay_wiki_web_portlet_WikiAdminPortlet','ADD_TO_PAGE',2),(0,1425,'com_liferay_wiki_web_portlet_WikiAdminPortlet','CONFIGURATION',4),(0,1426,'com_liferay_wiki_web_portlet_WikiAdminPortlet','PERMISSIONS',8),(0,1427,'com_liferay_wiki_web_portlet_WikiAdminPortlet','PREFERENCES',16),(0,1428,'com_liferay_wiki_web_portlet_WikiAdminPortlet','VIEW',1),(0,1501,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet','ADD_TO_PAGE',2),(0,1502,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet','CONFIGURATION',4),(0,1503,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet','PERMISSIONS',8),(0,1504,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet','PREFERENCES',16),(0,1505,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet','VIEW',1),(0,1506,'com.liferay.commerce.machine.learning.forecast.alert','PERMISSIONS',2),(0,1507,'com.liferay.commerce.machine.learning.forecast.alert','VIEW_ALERTS',4),(0,1508,'com.liferay.commerce.machine.learning.forecast.alert','MANAGE_ALERT_STATUS',8),(0,1601,'com.liferay.commerce.application.model.CommerceApplicationModel','DELETE',2),(0,1602,'com.liferay.commerce.application.model.CommerceApplicationModel','PERMISSIONS',4),(0,1603,'com.liferay.commerce.application.model.CommerceApplicationModel','UPDATE',8),(0,1604,'com.liferay.commerce.application.model.CommerceApplicationModel','VIEW',1),(0,1605,'com.liferay.commerce.application.model.CommerceApplicationBrand','DELETE',2),(0,1606,'com.liferay.commerce.application.model.CommerceApplicationBrand','PERMISSIONS',4),(0,1607,'com.liferay.commerce.application.model.CommerceApplicationBrand','UPDATE',8),(0,1608,'com.liferay.commerce.application.model.CommerceApplicationBrand','VIEW',1),(0,1609,'90','ADD_COMMERCE_BRAND',4194304),(0,1610,'90','ADD_COMMERCE_MODEL',8388608),(0,1701,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet','ADD_TO_PAGE',2),(0,1702,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet','CONFIGURATION',4),(0,1703,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet','PERMISSIONS',8),(0,1704,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet','PREFERENCES',16),(0,1705,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet','VIEW',1),(0,1706,'com.liferay.commerce.discount.model.CommerceDiscount','DELETE',2),(0,1707,'com.liferay.commerce.discount.model.CommerceDiscount','PERMISSIONS',4),(0,1708,'com.liferay.commerce.discount.model.CommerceDiscount','UPDATE',8),(0,1709,'com.liferay.commerce.discount.model.CommerceDiscount','VIEW',1),(0,1710,'90','ADD_COMMERCE_DISCOUNT',16777216),(0,1711,'90','VIEW_COMMERCE_DISCOUNTS',33554432),(0,1712,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet','ADD_TO_PAGE',2),(0,1713,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet','CONFIGURATION',4),(0,1714,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet','PERMISSIONS',8),(0,1715,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet','PREFERENCES',16),(0,1716,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet','VIEW',1),(0,1717,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet','ADD_TO_PAGE',2),(0,1718,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet','CONFIGURATION',4),(0,1719,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet','PERMISSIONS',8),(0,1720,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet','PREFERENCES',16),(0,1721,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet','VIEW',1),(0,1801,'90','ADD_COMMERCE_DATA_INTEGRATION_PROCESS',67108864),(0,1802,'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet','ADD_TO_PAGE',2),(0,1803,'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet','CONFIGURATION',4),(0,1804,'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet','PERMISSIONS',8),(0,1805,'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet','PREFERENCES',16),(0,1806,'com_liferay_commerce_data_integration_manager_web_internal_portlet_CommerceDataIntegrationPortlet','VIEW',1),(0,1807,'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess','DELETE',2),(0,1808,'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess','PERMISSIONS',4),(0,1809,'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess','UPDATE',8),(0,1810,'com.liferay.commerce.data.integration.model.CommerceDataIntegrationProcess','VIEW',1),(0,1901,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','ADD_TO_PAGE',2),(0,1902,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','CONFIGURATION',4),(0,1903,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','PERMISSIONS',8),(0,1904,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','PREFERENCES',16),(0,1905,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','VIEW',1),(0,1906,'com.liferay.segments','PERMISSIONS',2),(0,1907,'com.liferay.segments','MANAGE_SEGMENTS_ENTRIES',4),(0,1908,'com.liferay.segments','UPDATE',8),(0,1909,'com.liferay.segments','SIMULATE_SEGMENTS_ENTRIES',16),(0,1910,'com.liferay.segments','VIEW',1),(0,1911,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','ADD_TO_PAGE',2),(0,1912,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','CONFIGURATION',4),(0,1913,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','PERMISSIONS',8),(0,1914,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','PREFERENCES',16),(0,1915,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','VIEW',1),(0,1916,'com.liferay.segments.model.SegmentsExperience','DELETE',2),(0,1917,'com.liferay.segments.model.SegmentsExperience','PERMISSIONS',4),(0,1918,'com.liferay.segments.model.SegmentsExperience','UPDATE',8),(0,1919,'com.liferay.segments.model.SegmentsExperience','VIEW',1),(0,1920,'com.liferay.segments.model.SegmentsEntry','DELETE',2),(0,1921,'com.liferay.segments.model.SegmentsEntry','PERMISSIONS',4),(0,1922,'com.liferay.segments.model.SegmentsEntry','UPDATE',8),(0,1923,'com.liferay.segments.model.SegmentsEntry','VIEW',1),(0,1924,'com.liferay.segments.model.SegmentsExperiment','DELETE',2),(0,1925,'com.liferay.segments.model.SegmentsExperiment','PERMISSIONS',4),(0,1926,'com.liferay.segments.model.SegmentsExperiment','UPDATE',8),(0,1927,'com.liferay.segments.model.SegmentsExperiment','VIEW',1),(0,2001,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','ADD_TO_PAGE',2),(0,2002,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','CONFIGURATION',4),(0,2003,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','PERMISSIONS',8),(0,2004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','PREFERENCES',16),(0,2005,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','VIEW',1),(0,2006,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','DELETE',2),(0,2007,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','PERMISSIONS',4),(0,2008,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','UPDATE',8),(0,2009,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','VIEW',1),(0,2010,'com.liferay.mobile.device.rules.model.MDRRuleGroup','DELETE',2),(0,2011,'com.liferay.mobile.device.rules.model.MDRRuleGroup','PERMISSIONS',4),(0,2012,'com.liferay.mobile.device.rules.model.MDRRuleGroup','UPDATE',8),(0,2013,'com.liferay.mobile.device.rules.model.MDRRuleGroup','VIEW',1),(0,2014,'com.liferay.mobile.device.rules','PERMISSIONS',2),(0,2015,'com.liferay.mobile.device.rules','ADD_RULE_GROUP',4),(0,2016,'com.liferay.mobile.device.rules','ADD_RULE_GROUP_INSTANCE',8),(0,2017,'com.liferay.mobile.device.rules','CONFIGURATION',16),(0,2018,'com.liferay.mobile.device.rules','VIEW',1),(0,2101,'com_liferay_knowledge_base_web_portlet_AdminPortlet','ADD_TO_PAGE',2),(0,2102,'com_liferay_knowledge_base_web_portlet_AdminPortlet','CONFIGURATION',4),(0,2103,'com_liferay_knowledge_base_web_portlet_AdminPortlet','PERMISSIONS',8),(0,2104,'com_liferay_knowledge_base_web_portlet_AdminPortlet','PREFERENCES',16),(0,2105,'com_liferay_knowledge_base_web_portlet_AdminPortlet','VIEW',1),(0,2106,'com.liferay.knowledge.base.admin','VIEW_SUGGESTIONS',2),(0,2107,'com.liferay.knowledge.base.admin','PERMISSIONS',4),(0,2108,'com.liferay.knowledge.base.admin','UPDATE_KB_ARTICLES_PRIORITIES',8),(0,2109,'com.liferay.knowledge.base.admin','ADD_KB_ARTICLE',16),(0,2110,'com.liferay.knowledge.base.admin','DELETE_KB_TEMPLATES',32),(0,2111,'com.liferay.knowledge.base.admin','ADD_KB_FOLDER',64),(0,2112,'com.liferay.knowledge.base.admin','IMPORT_KB_ARTICLES',128),(0,2113,'com.liferay.knowledge.base.admin','DELETE_KB_ARTICLES',256),(0,2114,'com.liferay.knowledge.base.admin','ADD_KB_TEMPLATE',512),(0,2115,'com.liferay.knowledge.base.admin','SUBSCRIBE',1024),(0,2116,'com.liferay.knowledge.base.admin','VIEW_KB_TEMPLATES',2048),(0,2117,'com.liferay.knowledge.base.model.KBFolder','DELETE',2),(0,2118,'com.liferay.knowledge.base.model.KBFolder','PERMISSIONS',4),(0,2119,'com.liferay.knowledge.base.model.KBFolder','ADD_KB_ARTICLE',8),(0,2120,'com.liferay.knowledge.base.model.KBFolder','ADD_KB_FOLDER',16),(0,2121,'com.liferay.knowledge.base.model.KBFolder','MOVE_KB_FOLDER',32),(0,2122,'com.liferay.knowledge.base.model.KBFolder','UPDATE',64),(0,2123,'com.liferay.knowledge.base.model.KBFolder','VIEW',1),(0,2124,'com.liferay.knowledge.base.model.KBTemplate','DELETE',2),(0,2125,'com.liferay.knowledge.base.model.KBTemplate','PERMISSIONS',4),(0,2126,'com.liferay.knowledge.base.model.KBTemplate','UPDATE',8),(0,2127,'com.liferay.knowledge.base.model.KBTemplate','VIEW',1),(0,2128,'com.liferay.knowledge.base.model.KBArticle','DELETE',2),(0,2129,'com.liferay.knowledge.base.model.KBArticle','PERMISSIONS',4),(0,2130,'com.liferay.knowledge.base.model.KBArticle','UPDATE',8),(0,2131,'com.liferay.knowledge.base.model.KBArticle','MOVE_KB_ARTICLE',16),(0,2132,'com.liferay.knowledge.base.model.KBArticle','SUBSCRIBE',32),(0,2133,'com.liferay.knowledge.base.model.KBArticle','VIEW',1),(0,2134,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','ADD_TO_PAGE',2),(0,2135,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','CONFIGURATION',4),(0,2136,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','PERMISSIONS',8),(0,2137,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','PREFERENCES',16),(0,2138,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','VIEW',1),(0,2139,'com.liferay.knowledge.base.display','ADMINISTRATOR',2),(0,2140,'com.liferay.knowledge.base.display','PERMISSIONS',4),(0,2141,'com.liferay.knowledge.base.display','ADD_KB_ARTICLE',8),(0,2142,'com.liferay.knowledge.base.display','ADD_KB_TEMPLATE',16),(0,2143,'com.liferay.knowledge.base.display','SUBSCRIBE',32),(0,2144,'com.liferay.knowledge.base.display','VIEW_KB_TEMPLATES',64),(0,2201,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','ADD_TO_PAGE',2),(0,2202,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','CONFIGURATION',4),(0,2203,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','PERMISSIONS',8),(0,2204,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','PREFERENCES',16),(0,2205,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','VIEW',1),(0,2206,'com.liferay.bookmarks','ADD_ENTRY',2),(0,2207,'com.liferay.bookmarks','PERMISSIONS',4),(0,2208,'com.liferay.bookmarks','SUBSCRIBE',8),(0,2209,'com.liferay.bookmarks','VIEW',1),(0,2210,'com.liferay.bookmarks','ADD_FOLDER',16),(0,2211,'com.liferay.bookmarks.model.BookmarksEntry','DELETE',2),(0,2212,'com.liferay.bookmarks.model.BookmarksEntry','PERMISSIONS',4),(0,2213,'com.liferay.bookmarks.model.BookmarksEntry','UPDATE',8),(0,2214,'com.liferay.bookmarks.model.BookmarksEntry','SUBSCRIBE',16),(0,2215,'com.liferay.bookmarks.model.BookmarksEntry','VIEW',1),(0,2216,'com.liferay.bookmarks.model.BookmarksFolder','ADD_ENTRY',2),(0,2217,'com.liferay.bookmarks.model.BookmarksFolder','DELETE',4),(0,2218,'com.liferay.bookmarks.model.BookmarksFolder','PERMISSIONS',8),(0,2219,'com.liferay.bookmarks.model.BookmarksFolder','ADD_SUBFOLDER',16),(0,2220,'com.liferay.bookmarks.model.BookmarksFolder','UPDATE',32),(0,2221,'com.liferay.bookmarks.model.BookmarksFolder','SUBSCRIBE',64),(0,2222,'com.liferay.bookmarks.model.BookmarksFolder','VIEW',1),(0,2223,'com.liferay.bookmarks.model.BookmarksFolder','ACCESS',128),(0,2224,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','ADD_TO_PAGE',2),(0,2225,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','CONFIGURATION',4),(0,2226,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','PERMISSIONS',8),(0,2227,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','PREFERENCES',16),(0,2228,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','VIEW',1),(0,2301,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','ADD_TO_PAGE',2),(0,2302,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','CONFIGURATION',4),(0,2303,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','PERMISSIONS',8),(0,2304,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','PREFERENCES',16),(0,2305,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','VIEW',1),(0,2306,'com.liferay.site.navigation.model.SiteNavigationMenuItem','DELETE',2),(0,2307,'com.liferay.site.navigation.model.SiteNavigationMenuItem','PERMISSIONS',4),(0,2308,'com.liferay.site.navigation.model.SiteNavigationMenuItem','UPDATE',8),(0,2309,'com.liferay.site.navigation.model.SiteNavigationMenuItem','VIEW',1),(0,2310,'com.liferay.site.navigation.model.SiteNavigationMenu','DELETE',2),(0,2311,'com.liferay.site.navigation.model.SiteNavigationMenu','PERMISSIONS',4),(0,2312,'com.liferay.site.navigation.model.SiteNavigationMenu','UPDATE',8),(0,2313,'com.liferay.site.navigation.model.SiteNavigationMenu','VIEW',1),(0,2314,'com.liferay.site.navigation','PERMISSIONS',2),(0,2315,'com.liferay.site.navigation','ADD_SITE_NAVIGATION_MENU',4),(0,2401,'com.liferay.commerce','PERMISSIONS',2),(0,2402,'com.liferay.commerce','MANAGE_COMMERCE_HEALTH_STATUS',4),(0,2403,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet','ADD_TO_PAGE',2),(0,2404,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet','CONFIGURATION',4),(0,2405,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet','PERMISSIONS',8),(0,2406,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet','PREFERENCES',16),(0,2407,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet','VIEW',1),(0,2408,'com.liferay.commerce.order','CHECKOUT_OPEN_COMMERCE_ORDERS',2),(0,2409,'com.liferay.commerce.order','MANAGE_COMMERCE_ORDERS',4),(0,2410,'com.liferay.commerce.order','VIEW_COMMERCE_ORDERS',8),(0,2411,'com.liferay.commerce.order','PERMISSIONS',16),(0,2412,'com.liferay.commerce.order','MANAGE_COMMERCE_ORDER_RESTRICTED_NOTES',32),(0,2413,'com.liferay.commerce.order','APPROVE_OPEN_COMMERCE_ORDERS',64),(0,2414,'com.liferay.commerce.order','DELETE_COMMERCE_ORDERS',128),(0,2415,'com.liferay.commerce.order','MANAGE_COMMERCE_ORDER_NOTES',256),(0,2416,'com.liferay.commerce.order','VIEW_OPEN_COMMERCE_ORDERS',512),(0,2417,'com.liferay.commerce.order','ADD_COMMERCE_ORDER',1024),(0,2418,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet','ADD_TO_PAGE',2),(0,2419,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet','CONFIGURATION',4),(0,2420,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet','PERMISSIONS',8),(0,2421,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet','PREFERENCES',16),(0,2422,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet','VIEW',1),(0,2423,'90','MANAGE_COMMERCE_SHIPMENTS',134217728),(0,2424,'90','MANAGE_COMMERCE_ORDER_PRICES',268435456),(0,2425,'90','MANAGE_COMMERCE_COUNTRIES',536870912),(0,2426,'90','MANAGE_COMMERCE_AVAILABILITY_ESTIMATES',1073741824),(0,2427,'90','MANAGE_COMMERCE_SUBSCRIPTIONS',2147483648),(0,2428,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet','ADD_TO_PAGE',2),(0,2429,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet','CONFIGURATION',4),(0,2430,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet','PERMISSIONS',8),(0,2431,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet','PREFERENCES',16),(0,2432,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet','VIEW',1),(0,2501,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','ADD_TO_PAGE',2),(0,2502,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','CONFIGURATION',4),(0,2503,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','PERMISSIONS',8),(0,2504,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','PREFERENCES',16),(0,2505,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','VIEW',1),(0,2506,'com.liferay.blogs','ADD_ENTRY',2),(0,2507,'com.liferay.blogs','PERMISSIONS',4),(0,2508,'com.liferay.blogs','SUBSCRIBE',8),(0,2509,'com.liferay.blogs.model.BlogsEntry','UPDATE_DISCUSSION',2),(0,2510,'com.liferay.blogs.model.BlogsEntry','DELETE',4),(0,2511,'com.liferay.blogs.model.BlogsEntry','PERMISSIONS',8),(0,2512,'com.liferay.blogs.model.BlogsEntry','DELETE_DISCUSSION',16),(0,2513,'com.liferay.blogs.model.BlogsEntry','UPDATE',32),(0,2514,'com.liferay.blogs.model.BlogsEntry','VIEW',1),(0,2515,'com.liferay.blogs.model.BlogsEntry','ADD_DISCUSSION',64),(0,2516,'com_liferay_blogs_web_portlet_BlogsPortlet','ADD_TO_PAGE',2),(0,2517,'com_liferay_blogs_web_portlet_BlogsPortlet','CONFIGURATION',4),(0,2518,'com_liferay_blogs_web_portlet_BlogsPortlet','PERMISSIONS',8),(0,2519,'com_liferay_blogs_web_portlet_BlogsPortlet','PREFERENCES',16),(0,2520,'com_liferay_blogs_web_portlet_BlogsPortlet','VIEW',1),(0,2601,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet','ADD_TO_PAGE',2),(0,2602,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet','CONFIGURATION',4),(0,2603,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet','PERMISSIONS',8),(0,2604,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet','PREFERENCES',16),(0,2605,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet','VIEW',1),(0,2606,'com.liferay.push.notifications','PERMISSIONS',2),(0,2607,'com.liferay.push.notifications','MANAGE_DEVICES',4),(0,2608,'com.liferay.push.notifications','SEND_PUSH_NOTIFICATION',8),(0,2701,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','ADD_TO_PAGE',2),(0,2702,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','CONFIGURATION',4),(0,2703,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','PERMISSIONS',8),(0,2704,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','PREFERENCES',16),(0,2705,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','VIEW',1),(0,2706,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','DELETE',2),(0,2707,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','PERMISSIONS',4),(0,2708,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','UPDATE',8),(0,2709,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','VIEW',1),(0,2710,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','DELETE',2),(0,2711,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','PERMISSIONS',4),(0,2712,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','SUBMIT',8),(0,2713,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','UPDATE',16),(0,2714,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','COMPLETE_FORM',32),(0,2715,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','VIEW',1),(0,2716,'com.liferay.portal.workflow.kaleo.forms','PERMISSIONS',2),(0,2717,'com.liferay.portal.workflow.kaleo.forms','ADD_PROCESS',4),(0,2718,'com.liferay.portal.workflow.kaleo.forms','ADD_TEMPLATE',8),(0,2719,'com.liferay.portal.workflow.kaleo.forms','ADD_STRUCTURE',16),(0,2720,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','DELETE',2),(0,2721,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','PERMISSIONS',4),(0,2722,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','UPDATE',8),(0,2723,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','VIEW',1),(0,2801,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','ADD_TO_PAGE',2),(0,2802,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','CONFIGURATION',4),(0,2803,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','PERMISSIONS',8),(0,2804,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','PREFERENCES',16),(0,2805,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','VIEW',1),(0,2806,'com.liferay.portal.security.service.access.policy','PERMISSIONS',2),(0,2807,'com.liferay.portal.security.service.access.policy','ADD_SAP_ENTRY',4),(0,2808,'com.liferay.portal.security.service.access.policy.model.SAPEntry','DELETE',2),(0,2809,'com.liferay.portal.security.service.access.policy.model.SAPEntry','PERMISSIONS',4),(0,2810,'com.liferay.portal.security.service.access.policy.model.SAPEntry','UPDATE',8),(0,2811,'com.liferay.portal.security.service.access.policy.model.SAPEntry','VIEW',1),(0,2901,'com_liferay_calendar_web_portlet_CalendarPortlet','ADD_TO_PAGE',2),(0,2902,'com_liferay_calendar_web_portlet_CalendarPortlet','CONFIGURATION',4),(0,2903,'com_liferay_calendar_web_portlet_CalendarPortlet','PERMISSIONS',8),(0,2904,'com_liferay_calendar_web_portlet_CalendarPortlet','PREFERENCES',16),(0,2905,'com_liferay_calendar_web_portlet_CalendarPortlet','VIEW',1),(0,2906,'com.liferay.calendar.model.CalendarResource','DELETE',2),(0,2907,'com.liferay.calendar.model.CalendarResource','PERMISSIONS',4),(0,2908,'com.liferay.calendar.model.CalendarResource','ADD_CALENDAR',8),(0,2909,'com.liferay.calendar.model.CalendarResource','UPDATE',16),(0,2910,'com.liferay.calendar.model.CalendarResource','VIEW',1),(0,2911,'com.liferay.calendar.model.CalendarBooking','UPDATE_DISCUSSION',2),(0,2912,'com.liferay.calendar.model.CalendarBooking','PERMISSIONS',4),(0,2913,'com.liferay.calendar.model.CalendarBooking','DELETE_DISCUSSION',8),(0,2914,'com.liferay.calendar.model.CalendarBooking','ADD_DISCUSSION',16),(0,2915,'com.liferay.calendar','PERMISSIONS',2),(0,2916,'com.liferay.calendar','ADD_RESOURCE',4),(0,2917,'com.liferay.calendar.model.Calendar','DELETE',2),(0,2918,'com.liferay.calendar.model.Calendar','PERMISSIONS',4),(0,2919,'com.liferay.calendar.model.Calendar','MANAGE_BOOKINGS',8),(0,2920,'com.liferay.calendar.model.Calendar','VIEW_BOOKING_DETAILS',16),(0,2921,'com.liferay.calendar.model.Calendar','UPDATE',32),(0,2922,'com.liferay.calendar.model.Calendar','VIEW',1),(0,3001,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet','ADD_TO_PAGE',2),(0,3002,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet','CONFIGURATION',4),(0,3003,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet','PERMISSIONS',8),(0,3004,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet','PREFERENCES',16),(0,3005,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet','VIEW',1),(0,3006,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel','DELETE',2),(0,3007,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel','PERMISSIONS',4),(0,3008,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel','UPDATE',8),(0,3009,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel','VIEW',1),(0,3010,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet','ADD_TO_PAGE',2),(0,3011,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet','CONFIGURATION',4),(0,3012,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet','PERMISSIONS',8),(0,3013,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet','PREFERENCES',16),(0,3014,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet','VIEW',1),(0,3101,'com.liferay.layout.page.template','PERMISSIONS',2),(0,3102,'com.liferay.layout.page.template','ADD_LAYOUT_PAGE_TEMPLATE_COLLECTION',4),(0,3103,'com.liferay.layout.page.template','ADD_LAYOUT_PAGE_TEMPLATE_ENTRY',8),(0,3104,'com.liferay.layout.page.template','VIEW',1),(0,3105,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','DELETE',2),(0,3106,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','PERMISSIONS',4),(0,3107,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','UPDATE',8),(0,3108,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','VIEW',1),(0,3109,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','DELETE',2),(0,3110,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','PERMISSIONS',4),(0,3111,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','UPDATE',8),(0,3112,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','VIEW',1),(0,3201,'com.liferay.commerce.product','PERMISSIONS',2),(0,3202,'com.liferay.commerce.product','VIEW_COMMERCE_PRODUCT_RULES',4),(0,3203,'com.liferay.commerce.product','VIEW_PRICE',8),(0,3204,'com.liferay.commerce.product','MANAGE_COMMERCE_PRODUCT_ATTACHMENTS',16),(0,3205,'com.liferay.commerce.product','MANAGE_COMMERCE_PRODUCT_IMAGES',32),(0,3206,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet','ADD_TO_PAGE',2),(0,3207,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet','CONFIGURATION',4),(0,3208,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet','PERMISSIONS',8),(0,3209,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet','PREFERENCES',16),(0,3210,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet','VIEW',1),(0,3211,'com.liferay.commerce.product.model.CommerceCatalog','DELETE',2),(0,3212,'com.liferay.commerce.product.model.CommerceCatalog','PERMISSIONS',4),(0,3213,'com.liferay.commerce.product.model.CommerceCatalog','UPDATE',8),(0,3214,'com.liferay.commerce.product.model.CommerceCatalog','VIEW',1),(0,3215,'com.liferay.commerce.product.model.CPSpecificationOption','DELETE',2),(0,3216,'com.liferay.commerce.product.model.CPSpecificationOption','PERMISSIONS',4),(0,3217,'com.liferay.commerce.product.model.CPSpecificationOption','UPDATE',8),(0,3218,'com.liferay.commerce.product.model.CPSpecificationOption','VIEW',1),(0,3219,'com.liferay.commerce.product.model.CPOptionCategory','DELETE',2),(0,3220,'com.liferay.commerce.product.model.CPOptionCategory','PERMISSIONS',4),(0,3221,'com.liferay.commerce.product.model.CPOptionCategory','UPDATE',8),(0,3222,'com.liferay.commerce.product.model.CPOptionCategory','VIEW',1),(0,3223,'com.liferay.commerce.product.model.CPOption','DELETE',2),(0,3224,'com.liferay.commerce.product.model.CPOption','PERMISSIONS',4),(0,3225,'com.liferay.commerce.product.model.CPOption','UPDATE',8),(0,3226,'com.liferay.commerce.product.model.CPOption','VIEW',1),(0,3227,'90','VIEW_COMMERCE_CATALOGS',4294967296),(0,3228,'90','ADD_COMMERCE_PRODUCT_OPTION_CATEGORY',8589934592),(0,3229,'90','ADD_COMMERCE_PRODUCT_SPECIFICATION_OPTION',17179869184),(0,3230,'90','ADD_COMMERCE_PRODUCT_OPTION',34359738368),(0,3231,'90','ADD_COMMERCE_CHANNEL',68719476736),(0,3232,'90','MANAGE_COMMERCE_PRODUCT_MEASUREMENT_UNITS',137438953472),(0,3233,'90','MANAGE_COMMERCE_PRODUCT_TAX_CATEGORIES',274877906944),(0,3234,'90','VIEW_COMMERCE_CHANNELS',549755813888),(0,3235,'90','ADD_COMMERCE_CATALOG',1099511627776),(0,3236,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet','ADD_TO_PAGE',2),(0,3237,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet','CONFIGURATION',4),(0,3238,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet','PERMISSIONS',8),(0,3239,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet','PREFERENCES',16),(0,3240,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet','VIEW',1),(0,3241,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet','ADD_TO_PAGE',2),(0,3242,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet','CONFIGURATION',4),(0,3243,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet','PERMISSIONS',8),(0,3244,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet','PREFERENCES',16),(0,3245,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet','VIEW',1),(0,3246,'com.liferay.commerce.product.model.CommerceChannel','DELETE',2),(0,3247,'com.liferay.commerce.product.model.CommerceChannel','PERMISSIONS',4),(0,3248,'com.liferay.commerce.product.model.CommerceChannel','UPDATE',8),(0,3249,'com.liferay.commerce.product.model.CommerceChannel','VIEW',1),(0,3250,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet','ADD_TO_PAGE',2),(0,3251,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet','CONFIGURATION',4),(0,3252,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet','PERMISSIONS',8),(0,3253,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet','PREFERENCES',16),(0,3254,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet','VIEW',1),(0,3255,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet','ADD_TO_PAGE',2),(0,3256,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet','CONFIGURATION',4),(0,3257,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet','PERMISSIONS',8),(0,3258,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet','PREFERENCES',16),(0,3259,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet','VIEW',1),(0,3301,'com_liferay_fragment_web_portlet_FragmentPortlet','ADD_TO_PAGE',2),(0,3302,'com_liferay_fragment_web_portlet_FragmentPortlet','CONFIGURATION',4),(0,3303,'com_liferay_fragment_web_portlet_FragmentPortlet','PERMISSIONS',8),(0,3304,'com_liferay_fragment_web_portlet_FragmentPortlet','PREFERENCES',16),(0,3305,'com_liferay_fragment_web_portlet_FragmentPortlet','VIEW',1),(0,3306,'com.liferay.fragment','PERMISSIONS',2),(0,3307,'com.liferay.fragment','MANAGE_FRAGMENT_ENTRIES',4),(0,3401,'90','MANAGE_COMMERCE_CURRENCIES',2199023255552),(0,3501,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet','ADD_TO_PAGE',2),(0,3502,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet','CONFIGURATION',4),(0,3503,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet','PERMISSIONS',8),(0,3504,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet','PREFERENCES',16),(0,3505,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet','VIEW',1),(0,3506,'com.liferay.commerce.price.list.model.CommercePriceList','DELETE',2),(0,3507,'com.liferay.commerce.price.list.model.CommercePriceList','PERMISSIONS',4),(0,3508,'com.liferay.commerce.price.list.model.CommercePriceList','UPDATE',8),(0,3509,'com.liferay.commerce.price.list.model.CommercePriceList','VIEW',1),(0,3510,'90','ADD_COMMERCE_PRICE_LIST',4398046511104),(0,3601,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','ADD_TO_PAGE',2),(0,3602,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','CONFIGURATION',4),(0,3603,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','PERMISSIONS',8),(0,3604,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','PREFERENCES',16),(0,3605,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','VIEW',1),(0,3606,'com.liferay.marketplace','PERMISSIONS',2),(0,3607,'com.liferay.marketplace','CONFIGURATION',4),(0,3608,'com.liferay.marketplace','ACCESS_IN_CONTROL_PANEL',8),(0,3609,'com.liferay.marketplace','VIEW',1),(0,3610,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','ADD_TO_PAGE',2),(0,3611,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','CONFIGURATION',4),(0,3612,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','PERMISSIONS',8),(0,3613,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','PREFERENCES',16),(0,3614,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','VIEW',1),(0,3615,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','ADD_TO_PAGE',2),(0,3616,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','CONFIGURATION',4),(0,3617,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','PERMISSIONS',8),(0,3618,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','PREFERENCES',16),(0,3619,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','VIEW',1),(0,3701,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','ADD_TO_PAGE',2),(0,3702,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','CONFIGURATION',4),(0,3703,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','PERMISSIONS',8),(0,3704,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','PREFERENCES',16),(0,3705,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','VIEW',1),(0,3706,'com.liferay.dynamic.data.lists','PERMISSIONS',2),(0,3707,'com.liferay.dynamic.data.lists','ADD_RECORD_SET',4),(0,3708,'com.liferay.dynamic.data.lists','ADD_TEMPLATE',8),(0,3709,'com.liferay.dynamic.data.lists','ADD_STRUCTURE',16),(0,3710,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,3711,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,3712,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,3713,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,3714,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','DELETE',2),(0,3715,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','PERMISSIONS',4),(0,3716,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','UPDATE',8),(0,3717,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','VIEW',1),(0,3718,'com.liferay.dynamic.data.lists.model.DDLRecordSet','DELETE',2),(0,3719,'com.liferay.dynamic.data.lists.model.DDLRecordSet','PERMISSIONS',4),(0,3720,'com.liferay.dynamic.data.lists.model.DDLRecordSet','ADD_RECORD',8),(0,3721,'com.liferay.dynamic.data.lists.model.DDLRecordSet','UPDATE',16),(0,3722,'com.liferay.dynamic.data.lists.model.DDLRecordSet','VIEW',1),(0,3723,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','ADD_TO_PAGE',2),(0,3724,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','CONFIGURATION',4),(0,3725,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','PERMISSIONS',8),(0,3726,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','PREFERENCES',16),(0,3727,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','VIEW',1),(0,3801,'com_liferay_message_boards_web_portlet_MBPortlet','ADD_TO_PAGE',2),(0,3802,'com_liferay_message_boards_web_portlet_MBPortlet','CONFIGURATION',4),(0,3803,'com_liferay_message_boards_web_portlet_MBPortlet','PERMISSIONS',8),(0,3804,'com_liferay_message_boards_web_portlet_MBPortlet','PREFERENCES',16),(0,3805,'com_liferay_message_boards_web_portlet_MBPortlet','VIEW',1),(0,3806,'com.liferay.message.boards.model.MBCategory','DELETE',2),(0,3807,'com.liferay.message.boards.model.MBCategory','PERMISSIONS',4),(0,3808,'com.liferay.message.boards.model.MBCategory','ADD_FILE',8),(0,3809,'com.liferay.message.boards.model.MBCategory','REPLY_TO_MESSAGE',16),(0,3810,'com.liferay.message.boards.model.MBCategory','LOCK_THREAD',32),(0,3811,'com.liferay.message.boards.model.MBCategory','UPDATE',64),(0,3812,'com.liferay.message.boards.model.MBCategory','SUBSCRIBE',128),(0,3813,'com.liferay.message.boards.model.MBCategory','VIEW',1),(0,3814,'com.liferay.message.boards.model.MBCategory','ADD_MESSAGE',256),(0,3815,'com.liferay.message.boards.model.MBCategory','MOVE_THREAD',512),(0,3816,'com.liferay.message.boards.model.MBCategory','ADD_SUBCATEGORY',1024),(0,3817,'com.liferay.message.boards.model.MBCategory','UPDATE_THREAD_PRIORITY',2048),(0,3818,'com.liferay.message.boards.model.MBThread','DELETE',2),(0,3819,'com.liferay.message.boards.model.MBThread','PERMISSIONS',4),(0,3820,'com.liferay.message.boards.model.MBThread','SUBSCRIBE',8),(0,3821,'com.liferay.message.boards.model.MBThread','VIEW',1),(0,3822,'com.liferay.message.boards.model.MBMessage','DELETE',2),(0,3823,'com.liferay.message.boards.model.MBMessage','PERMISSIONS',4),(0,3824,'com.liferay.message.boards.model.MBMessage','UPDATE',8),(0,3825,'com.liferay.message.boards.model.MBMessage','SUBSCRIBE',16),(0,3826,'com.liferay.message.boards.model.MBMessage','VIEW',1),(0,3827,'com.liferay.message.boards','PERMISSIONS',2),(0,3828,'com.liferay.message.boards','ADD_FILE',4),(0,3829,'com.liferay.message.boards','BAN_USER',8),(0,3830,'com.liferay.message.boards','ADD_CATEGORY',16),(0,3831,'com.liferay.message.boards','REPLY_TO_MESSAGE',32),(0,3832,'com.liferay.message.boards','LOCK_THREAD',64),(0,3833,'com.liferay.message.boards','SUBSCRIBE',128),(0,3834,'com.liferay.message.boards','VIEW',1),(0,3835,'com.liferay.message.boards','ADD_MESSAGE',256),(0,3836,'com.liferay.message.boards','MOVE_THREAD',512),(0,3837,'com.liferay.message.boards','UPDATE_THREAD_PRIORITY',1024),(0,3838,'com_liferay_message_boards_web_portlet_MBAdminPortlet','ADD_TO_PAGE',2),(0,3839,'com_liferay_message_boards_web_portlet_MBAdminPortlet','CONFIGURATION',4),(0,3840,'com_liferay_message_boards_web_portlet_MBAdminPortlet','PERMISSIONS',8),(0,3841,'com_liferay_message_boards_web_portlet_MBAdminPortlet','PREFERENCES',16),(0,3842,'com_liferay_message_boards_web_portlet_MBAdminPortlet','VIEW',1),(0,3901,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet','ADD_TO_PAGE',2),(0,3902,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet','CONFIGURATION',4),(0,3903,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet','PERMISSIONS',8),(0,3904,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet','PREFERENCES',16),(0,3905,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet','VIEW',1),(0,3906,'com.liferay.portal.security.wedeploy.auth','PERMISSIONS',2),(0,3907,'com.liferay.portal.security.wedeploy.auth','ADD_APP',4),(0,3908,'com.liferay.portal.security.wedeploy.auth.model.WeDeployAuthApp','DELETE',2),(0,3909,'com.liferay.portal.security.wedeploy.auth.model.WeDeployAuthApp','PERMISSIONS',4),(0,3910,'com.liferay.portal.security.wedeploy.auth.model.WeDeployAuthApp','VIEW',1),(0,4001,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet','ADD_TO_PAGE',2),(0,4002,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet','CONFIGURATION',4),(0,4003,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet','PERMISSIONS',8),(0,4004,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet','PREFERENCES',16),(0,4005,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet','VIEW',1),(0,4006,'com.liferay.commerce.account.model.CommerceAccountGroup','DELETE',2),(0,4007,'com.liferay.commerce.account.model.CommerceAccountGroup','PERMISSIONS',4),(0,4008,'com.liferay.commerce.account.model.CommerceAccountGroup','UPDATE',8),(0,4009,'com.liferay.commerce.account.model.CommerceAccountGroup','VIEW',1),(0,4010,'90','ADD_ACCOUNT',8796093022208),(0,4011,'90','ADD_ACCOUNT_GROUP',17592186044416),(0,4012,'90','MANAGE_AVAILABLE_ACCOUNTS',35184372088832),(0,4013,'90','VIEW_COMMERCE_ACCOUNT_GROUPS',70368744177664),(0,4014,'90','MANAGE_ALL_ACCOUNTS',140737488355328),(0,4015,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet','ADD_TO_PAGE',2),(0,4016,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet','CONFIGURATION',4),(0,4017,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet','PERMISSIONS',8),(0,4018,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet','PREFERENCES',16),(0,4019,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet','VIEW',1),(0,4020,'com.liferay.commerce.account.model.CommerceAccount','DELETE',2),(0,4021,'com.liferay.commerce.account.model.CommerceAccount','PERMISSIONS',4),(0,4022,'com.liferay.commerce.account.model.CommerceAccount','VIEW_MEMBERS',8),(0,4023,'com.liferay.commerce.account.model.CommerceAccount','MANAGE_ORGANIZATIONS',16),(0,4024,'com.liferay.commerce.account.model.CommerceAccount','MANAGE_ADDRESSES',32),(0,4025,'com.liferay.commerce.account.model.CommerceAccount','MANAGE_MEMBERS',64),(0,4026,'com.liferay.commerce.account.model.CommerceAccount','UPDATE',128),(0,4027,'com.liferay.commerce.account.model.CommerceAccount','VIEW_ADDRESSES',256),(0,4028,'com.liferay.commerce.account.model.CommerceAccount','VIEW',1),(0,4101,'90','ADD_COMMERCE_PRICING_CLASS',281474976710656),(0,4102,'com.liferay.commerce.pricing.model.CommercePricingClass','DELETE',2),(0,4103,'com.liferay.commerce.pricing.model.CommercePricingClass','PERMISSIONS',4),(0,4104,'com.liferay.commerce.pricing.model.CommercePricingClass','UPDATE',8),(0,4105,'com.liferay.commerce.pricing.model.CommercePricingClass','VIEW',1),(0,4201,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','ADD_TO_PAGE',2),(0,4202,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','CONFIGURATION',4),(0,4203,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','PERMISSIONS',8),(0,4204,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','PREFERENCES',16),(0,4205,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','VIEW',1),(0,4206,'com.liferay.dynamic.data.mapping.model.DDMTemplate','DELETE',2),(0,4207,'com.liferay.dynamic.data.mapping.model.DDMTemplate','PERMISSIONS',4),(0,4208,'com.liferay.dynamic.data.mapping.model.DDMTemplate','UPDATE',8),(0,4209,'com.liferay.dynamic.data.mapping.model.DDMTemplate','VIEW',1),(0,4210,'com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,4211,'com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,4212,'com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,4213,'com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,4214,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','ADD_TO_PAGE',2),(0,4215,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','CONFIGURATION',4),(0,4216,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','PERMISSIONS',8),(0,4217,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','PREFERENCES',16),(0,4218,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','VIEW',1),(0,4219,'com.liferay.dynamic.data.mapping','PERMISSIONS',2),(0,4220,'com.liferay.dynamic.data.mapping','ADD_DATA_PROVIDER_INSTANCE',4),(0,4221,'com.liferay.dynamic.data.mapping','ADD_FORM_INSTANCE',8),(0,4222,'com.liferay.dynamic.data.mapping','ADD_STRUCTURE',16),(0,4223,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','DELETE',2),(0,4224,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','PERMISSIONS',4),(0,4225,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','UPDATE',8),(0,4226,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','VIEW',1),(0,4227,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','DELETE',2),(0,4228,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','PERMISSIONS',4),(0,4229,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','UPDATE',8),(0,4230,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','ADD_FORM_INSTANCE_RECORD',16),(0,4231,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','VIEW',1),(0,4232,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','ADD_TO_PAGE',2),(0,4233,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','CONFIGURATION',4),(0,4234,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','PERMISSIONS',8),(0,4235,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','PREFERENCES',16),(0,4236,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','VIEW',1),(0,4301,'com.liferay.portal.workflow.kaleo.designer','PERMISSIONS',2),(0,4302,'com.liferay.portal.workflow.kaleo.designer','ADD_NEW_WORKFLOW',4),(0,4303,'com.liferay.portal.workflow.kaleo.designer','VIEW',1),(0,4304,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion','DELETE',2),(0,4305,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion','PERMISSIONS',4),(0,4306,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion','UPDATE',8),(0,4307,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion','VIEW',1),(0,4401,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4402,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','VIEW',1),(0,4403,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','ADD_TO_PAGE',2),(0,4404,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','CONFIGURATION',4),(0,4405,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','PERMISSIONS',8),(0,4406,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','PREFERENCES',16),(0,4407,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4408,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet','VIEW',1),(0,4409,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet','ADD_TO_PAGE',2),(0,4410,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet','CONFIGURATION',4),(0,4411,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet','PERMISSIONS',8),(0,4412,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet','PREFERENCES',16),(0,4413,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4414,'com_liferay_asset_list_web_portlet_AssetListPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4415,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','VIEW',1),(0,4416,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','ADD_TO_PAGE',2),(0,4417,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','CONFIGURATION',4),(0,4418,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','PERMISSIONS',8),(0,4419,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','PREFERENCES',16),(0,4420,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4421,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','VIEW',1),(0,4422,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','ADD_TO_PAGE',2),(0,4423,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','CONFIGURATION',4),(0,4424,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','PERMISSIONS',8),(0,4425,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','PREFERENCES',16),(0,4426,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4427,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','VIEW',1),(0,4428,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','ADD_TO_PAGE',2),(0,4429,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','CONFIGURATION',4),(0,4430,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','PERMISSIONS',8),(0,4431,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','PREFERENCES',16),(0,4432,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4433,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','VIEW',1),(0,4434,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','ADD_TO_PAGE',2),(0,4435,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','CONFIGURATION',4),(0,4436,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','PERMISSIONS',8),(0,4437,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','PREFERENCES',16),(0,4438,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4439,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,4440,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','PERMISSIONS',4),(0,4441,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','PREFERENCES',8),(0,4442,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','CONFIGURATION',16),(0,4443,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','SUBSCRIBE',32),(0,4444,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','VIEW',1),(0,4445,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','ADD_TO_PAGE',64),(0,4446,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','VIEW',1),(0,4447,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','ADD_TO_PAGE',2),(0,4448,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','CONFIGURATION',4),(0,4449,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','PERMISSIONS',8),(0,4450,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','PREFERENCES',16),(0,4451,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4452,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4453,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','VIEW',1),(0,4454,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','ADD_TO_PAGE',2),(0,4455,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','CONFIGURATION',4),(0,4456,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','PERMISSIONS',8),(0,4457,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','PREFERENCES',16),(0,4458,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4459,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4460,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','VIEW',1),(0,4461,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','ADD_TO_PAGE',2),(0,4462,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','CONFIGURATION',4),(0,4463,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','PERMISSIONS',8),(0,4464,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','PREFERENCES',16),(0,4465,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4466,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4467,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','VIEW',1),(0,4468,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','ADD_TO_PAGE',2),(0,4469,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','CONFIGURATION',4),(0,4470,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','PERMISSIONS',8),(0,4471,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','PREFERENCES',16),(0,4472,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4473,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','VIEW',1),(0,4474,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','ADD_TO_PAGE',2),(0,4475,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','CONFIGURATION',4),(0,4476,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','PERMISSIONS',8),(0,4477,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','PREFERENCES',16),(0,4478,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4479,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','VIEW',1),(0,4480,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','ADD_TO_PAGE',2),(0,4481,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','CONFIGURATION',4),(0,4482,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','PERMISSIONS',8),(0,4483,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','PREFERENCES',16),(0,4484,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4485,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','VIEW',1),(0,4486,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','ADD_TO_PAGE',2),(0,4487,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','CONFIGURATION',4),(0,4488,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','PERMISSIONS',8),(0,4489,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','PREFERENCES',16),(0,4490,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4491,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4492,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet','VIEW',1),(0,4493,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet','ADD_TO_PAGE',2),(0,4494,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet','CONFIGURATION',4),(0,4495,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet','PERMISSIONS',8),(0,4496,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet','PREFERENCES',16),(0,4497,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4498,'com_liferay_message_boards_web_portlet_MBAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4499,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4501,'com_liferay_asset_web_portlet_AssetPortlet','VIEW',1),(0,4502,'com_liferay_asset_web_portlet_AssetPortlet','ADD_TO_PAGE',2),(0,4503,'com_liferay_asset_web_portlet_AssetPortlet','CONFIGURATION',4),(0,4504,'com_liferay_asset_web_portlet_AssetPortlet','PERMISSIONS',8),(0,4505,'com_liferay_asset_web_portlet_AssetPortlet','PREFERENCES',16),(0,4506,'com_liferay_asset_web_portlet_AssetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4507,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4508,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','VIEW',1),(0,4509,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','ADD_TO_PAGE',2),(0,4510,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','CONFIGURATION',4),(0,4511,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','PERMISSIONS',8),(0,4512,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','PREFERENCES',16),(0,4513,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4514,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','VIEW',1),(0,4515,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','ADD_TO_PAGE',2),(0,4516,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','CONFIGURATION',4),(0,4517,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','PERMISSIONS',8),(0,4518,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','PREFERENCES',16),(0,4519,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4520,'com_liferay_blogs_web_portlet_BlogsPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,4521,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet','VIEW',1),(0,4522,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet','ADD_TO_PAGE',2),(0,4523,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet','CONFIGURATION',4),(0,4524,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet','PERMISSIONS',8),(0,4525,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet','PREFERENCES',16),(0,4526,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4527,'com_liferay_wiki_web_portlet_WikiAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4528,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet','PERMISSIONS',2),(0,4529,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet','PREFERENCES',4),(0,4530,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet','CONFIGURATION',8),(0,4531,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet','VIEW',1),(0,4532,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet','ADD_TO_PAGE',16),(0,4533,'com_liferay_comment_web_portlet_CommentPortlet','VIEW',1),(0,4534,'com_liferay_comment_web_portlet_CommentPortlet','ADD_TO_PAGE',2),(0,4535,'com_liferay_comment_web_portlet_CommentPortlet','CONFIGURATION',4),(0,4536,'com_liferay_comment_web_portlet_CommentPortlet','PERMISSIONS',8),(0,4537,'com_liferay_comment_web_portlet_CommentPortlet','PREFERENCES',16),(0,4538,'com_liferay_comment_web_portlet_CommentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4539,'com_liferay_exportimport_web_portlet_ChangesetPortlet','VIEW',1),(0,4540,'com_liferay_exportimport_web_portlet_ChangesetPortlet','ADD_TO_PAGE',2),(0,4541,'com_liferay_exportimport_web_portlet_ChangesetPortlet','CONFIGURATION',4),(0,4542,'com_liferay_exportimport_web_portlet_ChangesetPortlet','PERMISSIONS',8),(0,4543,'com_liferay_exportimport_web_portlet_ChangesetPortlet','PREFERENCES',16),(0,4544,'com_liferay_exportimport_web_portlet_ChangesetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4545,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','VIEW',1),(0,4546,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','ADD_TO_PAGE',2),(0,4547,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','CONFIGURATION',4),(0,4548,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','PERMISSIONS',8),(0,4549,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','PREFERENCES',16),(0,4550,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4551,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','VIEW',1),(0,4552,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','ADD_TO_PAGE',2),(0,4553,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','CONFIGURATION',4),(0,4554,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','PERMISSIONS',8),(0,4555,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','PREFERENCES',16),(0,4556,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4557,'com_liferay_wiki_web_portlet_WikiPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,4558,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4559,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','EXPORT_USER',64),(0,4560,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','VIEW',1),(0,4561,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','ADD_TO_PAGE',2),(0,4562,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','CONFIGURATION',4),(0,4563,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','PERMISSIONS',8),(0,4564,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','PREFERENCES',16),(0,4565,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4566,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4567,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4568,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet','VIEW',1),(0,4569,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet','ADD_TO_PAGE',2),(0,4570,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet','CONFIGURATION',4),(0,4571,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet','PERMISSIONS',8),(0,4572,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet','PREFERENCES',16),(0,4573,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4574,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','VIEW',1),(0,4575,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','ADD_TO_PAGE',2),(0,4576,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','CONFIGURATION',4),(0,4577,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','PERMISSIONS',8),(0,4578,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','PREFERENCES',16),(0,4579,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4580,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','VIEW_GRANTED_AUTHORIZATIONS',32),(0,4581,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,4582,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','PERMISSIONS',2),(0,4583,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','PREFERENCES',4),(0,4584,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','CONFIGURATION',8),(0,4585,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','ACCESS_IN_CONTROL_PANEL',16),(0,4586,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','VIEW',1),(0,4587,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','PERMISSIONS',2),(0,4588,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','PREFERENCES',4),(0,4589,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','CONFIGURATION',8),(0,4590,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,4591,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','VIEW',1),(0,4592,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet','VIEW',1),(0,4593,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet','ADD_TO_PAGE',2),(0,4594,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet','CONFIGURATION',4),(0,4595,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet','PERMISSIONS',8),(0,4596,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet','PREFERENCES',16),(0,4597,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4601,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet','VIEW',1),(0,4602,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet','ADD_TO_PAGE',2),(0,4603,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet','CONFIGURATION',4),(0,4604,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet','PERMISSIONS',8),(0,4605,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet','PREFERENCES',16),(0,4606,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4607,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet','VIEW',1),(0,4608,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet','ADD_TO_PAGE',2),(0,4609,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet','CONFIGURATION',4),(0,4610,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet','PERMISSIONS',8),(0,4611,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet','PREFERENCES',16),(0,4612,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4613,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','VIEW',1),(0,4614,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','ADD_TO_PAGE',2),(0,4615,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','CONFIGURATION',4),(0,4616,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','PERMISSIONS',8),(0,4617,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','PREFERENCES',16),(0,4618,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','ACCESS_IN_CONTROL_PANEL',32),(0,4619,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet','VIEW',1),(0,4620,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet','ADD_TO_PAGE',2),(0,4621,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet','CONFIGURATION',4),(0,4622,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet','PERMISSIONS',8),(0,4623,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet','PREFERENCES',16),(0,4624,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4625,'hello_soy_portlet','VIEW',1),(0,4626,'hello_soy_portlet','ADD_TO_PAGE',2),(0,4627,'hello_soy_portlet','CONFIGURATION',4),(0,4628,'hello_soy_portlet','PERMISSIONS',8),(0,4629,'hello_soy_portlet','PREFERENCES',16),(0,4630,'hello_soy_portlet','ACCESS_IN_CONTROL_PANEL',32),(0,4631,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','VIEW',1),(0,4632,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','ADD_TO_PAGE',2),(0,4633,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','CONFIGURATION',4),(0,4634,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','PERMISSIONS',8),(0,4635,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','PREFERENCES',16),(0,4636,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4637,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','VIEW',1),(0,4638,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','ADD_TO_PAGE',2),(0,4639,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','CONFIGURATION',4),(0,4640,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','PERMISSIONS',8),(0,4641,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','PREFERENCES',16),(0,4642,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4643,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','VIEW',1),(0,4644,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','ADD_TO_PAGE',2),(0,4645,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','CONFIGURATION',4),(0,4646,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','PERMISSIONS',8),(0,4647,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','PREFERENCES',16),(0,4648,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4649,'com_liferay_sharing_web_portlet_SharingPortlet','VIEW',1),(0,4650,'com_liferay_sharing_web_portlet_SharingPortlet','ADD_TO_PAGE',2),(0,4651,'com_liferay_sharing_web_portlet_SharingPortlet','CONFIGURATION',4),(0,4652,'com_liferay_sharing_web_portlet_SharingPortlet','PERMISSIONS',8),(0,4653,'com_liferay_sharing_web_portlet_SharingPortlet','PREFERENCES',16),(0,4654,'com_liferay_sharing_web_portlet_SharingPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4655,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet','VIEW',1),(0,4656,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet','ADD_TO_PAGE',2),(0,4657,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet','CONFIGURATION',4),(0,4658,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet','PERMISSIONS',8),(0,4659,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet','PREFERENCES',16),(0,4660,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4661,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','VIEW',1),(0,4662,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','ADD_TO_PAGE',2),(0,4663,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','CONFIGURATION',4),(0,4664,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','PERMISSIONS',8),(0,4665,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','PREFERENCES',16),(0,4666,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4667,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','VIEW',1),(0,4668,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','ADD_TO_PAGE',2),(0,4669,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','CONFIGURATION',4),(0,4670,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','PERMISSIONS',8),(0,4671,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','PREFERENCES',16),(0,4672,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4673,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','VIEW',1),(0,4674,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','ADD_TO_PAGE',2),(0,4675,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','CONFIGURATION',4),(0,4676,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','PERMISSIONS',8),(0,4677,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','PREFERENCES',16),(0,4678,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4679,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','VIEW',1),(0,4680,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','ADD_TO_PAGE',2),(0,4681,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','CONFIGURATION',4),(0,4682,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','PERMISSIONS',8),(0,4683,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','PREFERENCES',16),(0,4684,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4685,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','VIEW',1),(0,4686,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','ADD_TO_PAGE',2),(0,4687,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','CONFIGURATION',4),(0,4688,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','PERMISSIONS',8),(0,4689,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','PREFERENCES',16),(0,4690,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4691,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','VIEW',1),(0,4692,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','ADD_TO_PAGE',2),(0,4693,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','CONFIGURATION',4),(0,4694,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','PERMISSIONS',8),(0,4695,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','PREFERENCES',16),(0,4696,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4701,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','PERMISSIONS',2),(0,4702,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','PREFERENCES',4),(0,4703,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','CONFIGURATION',8),(0,4704,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,4705,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','VIEW',1),(0,4706,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','VIEW',1),(0,4707,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','ADD_TO_PAGE',2),(0,4708,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','CONFIGURATION',4),(0,4709,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','PERMISSIONS',8),(0,4710,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','PREFERENCES',16),(0,4711,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4712,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet','VIEW',1),(0,4713,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet','ADD_TO_PAGE',2),(0,4714,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet','CONFIGURATION',4),(0,4715,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet','PERMISSIONS',8),(0,4716,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet','PREFERENCES',16),(0,4717,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4718,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','VIEW',1),(0,4719,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','ADD_TO_PAGE',2),(0,4720,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','CONFIGURATION',4),(0,4721,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','PERMISSIONS',8),(0,4722,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','PREFERENCES',16),(0,4723,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4724,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','VIEW',1),(0,4725,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','ADD_TO_PAGE',2),(0,4726,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','CONFIGURATION',4),(0,4727,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','PERMISSIONS',8),(0,4728,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','PREFERENCES',16),(0,4729,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4730,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','VIEW',1),(0,4731,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','ADD_TO_PAGE',2),(0,4732,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','CONFIGURATION',4),(0,4733,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','PERMISSIONS',8),(0,4734,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','PREFERENCES',16),(0,4735,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4736,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4737,'com_liferay_expando_web_portlet_ExpandoPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4738,'com_liferay_expando_web_portlet_ExpandoPortlet','ADD_EXPANDO',64),(0,4739,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4740,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet','VIEW',1),(0,4741,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet','ADD_TO_PAGE',2),(0,4742,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet','CONFIGURATION',4),(0,4743,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet','PERMISSIONS',8),(0,4744,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet','PREFERENCES',16),(0,4745,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4746,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet','VIEW',1),(0,4747,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet','ADD_TO_PAGE',2),(0,4748,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet','CONFIGURATION',4),(0,4749,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet','PERMISSIONS',8),(0,4750,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet','PREFERENCES',16),(0,4751,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4752,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4753,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,4754,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet','PERMISSIONS',4),(0,4755,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet','PREFERENCES',8),(0,4756,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet','CONFIGURATION',16),(0,4757,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet','VIEW',1),(0,4758,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet','ADD_TO_PAGE',32),(0,4759,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','VIEW',1),(0,4760,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','ADD_TO_PAGE',2),(0,4761,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','CONFIGURATION',4),(0,4762,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','PERMISSIONS',8),(0,4763,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','PREFERENCES',16),(0,4764,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4765,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','VIEW',1),(0,4766,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','ADD_TO_PAGE',2),(0,4767,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','CONFIGURATION',4),(0,4768,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','PERMISSIONS',8),(0,4769,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','PREFERENCES',16),(0,4770,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4771,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','VIEW',1),(0,4772,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','ADD_TO_PAGE',2),(0,4773,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','CONFIGURATION',4),(0,4774,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','PERMISSIONS',8),(0,4775,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','PREFERENCES',16),(0,4776,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4777,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','VIEW',1),(0,4778,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','ADD_TO_PAGE',2),(0,4779,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','CONFIGURATION',4),(0,4780,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','PERMISSIONS',8),(0,4781,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','PREFERENCES',16),(0,4782,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4783,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','VIEW',1),(0,4784,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','ADD_TO_PAGE',2),(0,4785,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','CONFIGURATION',4),(0,4786,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','PERMISSIONS',8),(0,4787,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','PREFERENCES',16),(0,4788,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4789,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','VIEW',1),(0,4790,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','ADD_TO_PAGE',2),(0,4791,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','CONFIGURATION',4),(0,4792,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','PERMISSIONS',8),(0,4793,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','PREFERENCES',16),(0,4794,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4795,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4801,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','VIEW',1),(0,4802,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','ADD_TO_PAGE',2),(0,4803,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','CONFIGURATION',4),(0,4804,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','PERMISSIONS',8),(0,4805,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','PREFERENCES',16),(0,4806,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4807,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','VIEW',1),(0,4808,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','ADD_TO_PAGE',2),(0,4809,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','CONFIGURATION',4),(0,4810,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','PERMISSIONS',8),(0,4811,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','PREFERENCES',16),(0,4812,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4813,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','VIEW',1),(0,4814,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','ADD_TO_PAGE',2),(0,4815,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','CONFIGURATION',4),(0,4816,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','PERMISSIONS',8),(0,4817,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','PREFERENCES',16),(0,4818,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4819,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','VIEW',1),(0,4820,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','ADD_TO_PAGE',2),(0,4821,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','CONFIGURATION',4),(0,4822,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','PERMISSIONS',8),(0,4823,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','PREFERENCES',16),(0,4824,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4825,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','VIEW',1),(0,4826,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','ADD_TO_PAGE',2),(0,4827,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','CONFIGURATION',4),(0,4828,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','PERMISSIONS',8),(0,4829,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','PREFERENCES',16),(0,4830,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4831,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','VIEW',1),(0,4832,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','ADD_TO_PAGE',2),(0,4833,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','CONFIGURATION',4),(0,4834,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','PERMISSIONS',8),(0,4835,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','PREFERENCES',16),(0,4836,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4837,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','VIEW',1),(0,4838,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','ADD_TO_PAGE',2),(0,4839,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','CONFIGURATION',4),(0,4840,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','PERMISSIONS',8),(0,4841,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','PREFERENCES',16),(0,4842,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4843,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','VIEW',1),(0,4844,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','ADD_TO_PAGE',2),(0,4845,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','CONFIGURATION',4),(0,4846,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','PERMISSIONS',8),(0,4847,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','PREFERENCES',16),(0,4848,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4849,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet','VIEW',1),(0,4850,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet','ADD_TO_PAGE',2),(0,4851,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet','CONFIGURATION',4),(0,4852,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet','PERMISSIONS',8),(0,4853,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet','PREFERENCES',16),(0,4854,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4855,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','VIEW',1),(0,4856,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','ADD_TO_PAGE',2),(0,4857,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','CONFIGURATION',4),(0,4858,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','PERMISSIONS',8),(0,4859,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','PREFERENCES',16),(0,4860,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4861,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4901,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,4902,'com_liferay_adaptive_media_web_portlet_AMPortlet','VIEW',1),(0,4903,'com_liferay_adaptive_media_web_portlet_AMPortlet','ADD_TO_PAGE',2),(0,4904,'com_liferay_adaptive_media_web_portlet_AMPortlet','CONFIGURATION',4),(0,4905,'com_liferay_adaptive_media_web_portlet_AMPortlet','PERMISSIONS',8),(0,4906,'com_liferay_adaptive_media_web_portlet_AMPortlet','PREFERENCES',16),(0,4907,'com_liferay_adaptive_media_web_portlet_AMPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5001,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5002,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','VIEW',1),(0,5003,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','ADD_TO_PAGE',2),(0,5004,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','CONFIGURATION',4),(0,5005,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','PERMISSIONS',8),(0,5006,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','PREFERENCES',16),(0,5007,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5008,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5009,'com_liferay_mentions_web_portlet_MentionsPortlet','VIEW',1),(0,5010,'com_liferay_mentions_web_portlet_MentionsPortlet','ADD_TO_PAGE',2),(0,5011,'com_liferay_mentions_web_portlet_MentionsPortlet','CONFIGURATION',4),(0,5012,'com_liferay_mentions_web_portlet_MentionsPortlet','PERMISSIONS',8),(0,5013,'com_liferay_mentions_web_portlet_MentionsPortlet','PREFERENCES',16),(0,5014,'com_liferay_mentions_web_portlet_MentionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5015,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','VIEW',1),(0,5016,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','ADD_TO_PAGE',2),(0,5017,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','CONFIGURATION',4),(0,5018,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','PERMISSIONS',8),(0,5019,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','PREFERENCES',16),(0,5020,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5021,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5022,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','VIEW',1),(0,5023,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','ADD_TO_PAGE',2),(0,5024,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','CONFIGURATION',4),(0,5025,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','PERMISSIONS',8),(0,5026,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','PREFERENCES',16),(0,5027,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5028,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','VIEW',1),(0,5029,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','ADD_TO_PAGE',2),(0,5030,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','CONFIGURATION',4),(0,5031,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','PERMISSIONS',8),(0,5032,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','PREFERENCES',16),(0,5033,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5034,'com_liferay_journal_web_portlet_JournalPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5035,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','VIEW',1),(0,5036,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','ADD_TO_PAGE',2),(0,5037,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','CONFIGURATION',4),(0,5038,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','PERMISSIONS',8),(0,5039,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','PREFERENCES',16),(0,5040,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5041,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','PERMISSIONS',2),(0,5042,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','PREFERENCES',4),(0,5043,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','CONFIGURATION',8),(0,5044,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5045,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','VIEW',1),(0,5046,'com_liferay_journal_content_web_portlet_JournalContentPortlet','PERMISSIONS',2),(0,5047,'com_liferay_journal_content_web_portlet_JournalContentPortlet','PREFERENCES',4),(0,5048,'com_liferay_journal_content_web_portlet_JournalContentPortlet','CONFIGURATION',8),(0,5049,'com_liferay_journal_content_web_portlet_JournalContentPortlet','VIEW',1),(0,5050,'com_liferay_journal_content_web_portlet_JournalContentPortlet','ADD_TO_PAGE',16),(0,5051,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','VIEW',1),(0,5052,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','ADD_TO_PAGE',2),(0,5053,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','CONFIGURATION',4),(0,5054,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','PERMISSIONS',8),(0,5055,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','PREFERENCES',16),(0,5056,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5057,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','VIEW',1),(0,5058,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','ADD_TO_PAGE',2),(0,5059,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','CONFIGURATION',4),(0,5060,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','PERMISSIONS',8),(0,5061,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','PREFERENCES',16),(0,5062,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5063,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet','VIEW',1),(0,5064,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet','PREFERENCES',2),(0,5065,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet','EDIT-GUEST',4),(0,5066,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet','ADD_TO_PAGE',8),(0,5067,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet','CONFIGURATION',16),(0,5068,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet','PERMISSIONS',32),(0,5069,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,5070,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','PERMISSIONS',2),(0,5071,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','PREFERENCES',4),(0,5072,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','CONFIGURATION',8),(0,5073,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','VIEW',1),(0,5074,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','ADD_TO_PAGE',16),(0,5075,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','PERMISSIONS',2),(0,5076,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','PREFERENCES',4),(0,5077,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','CONFIGURATION',8),(0,5078,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','VIEW',1),(0,5079,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','ADD_TO_PAGE',16),(0,5080,'com_liferay_directory_web_portlet_DirectoryPortlet','PERMISSIONS',2),(0,5081,'com_liferay_directory_web_portlet_DirectoryPortlet','PREFERENCES',4),(0,5082,'com_liferay_directory_web_portlet_DirectoryPortlet','CONFIGURATION',8),(0,5083,'com_liferay_directory_web_portlet_DirectoryPortlet','VIEW',1),(0,5084,'com_liferay_directory_web_portlet_DirectoryPortlet','ADD_TO_PAGE',16),(0,5085,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','PERMISSIONS',2),(0,5086,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','PREFERENCES',4),(0,5087,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','CONFIGURATION',8),(0,5088,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','VIEW',1),(0,5089,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','ADD_TO_PAGE',16),(0,5090,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','VIEW',1),(0,5091,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','ADD_TO_PAGE',2),(0,5092,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','CONFIGURATION',4),(0,5093,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','PERMISSIONS',8),(0,5094,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','PREFERENCES',16),(0,5095,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5096,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse','DELETE',2),(0,5097,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse','PERMISSIONS',4),(0,5098,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse','UPDATE',8),(0,5099,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse','VIEW',1),(0,5101,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet','ADD_TO_PAGE',2),(0,5102,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet','CONFIGURATION',4),(0,5103,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet','PERMISSIONS',8),(0,5104,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet','PREFERENCES',16),(0,5105,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet','VIEW',1),(0,5106,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet','ADD_TO_PAGE',2),(0,5107,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet','CONFIGURATION',4),(0,5108,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet','PERMISSIONS',8),(0,5109,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet','PREFERENCES',16),(0,5110,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet','VIEW',1),(0,5111,'90','ADD_WAREHOUSE',562949953421312),(0,5112,'90','MANAGE_INVENTORY',1125899906842624),(0,5113,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','VIEW',1),(0,5114,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','ADD_TO_PAGE',2),(0,5115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','CONFIGURATION',4),(0,5116,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','PERMISSIONS',8),(0,5117,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','PREFERENCES',16),(0,5118,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5119,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','PERMISSIONS',2),(0,5120,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','PREFERENCES',4),(0,5121,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','CONFIGURATION',8),(0,5122,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5123,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','VIEW',1),(0,5124,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','VIEW',1),(0,5125,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','ADD_TO_PAGE',2),(0,5126,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','CONFIGURATION',4),(0,5127,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','PERMISSIONS',8),(0,5128,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','PREFERENCES',16),(0,5129,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5130,'com_liferay_translator_web_portlet_TranslatorPortlet','VIEW',1),(0,5131,'com_liferay_translator_web_portlet_TranslatorPortlet','ADD_TO_PAGE',2),(0,5132,'com_liferay_translator_web_portlet_TranslatorPortlet','CONFIGURATION',4),(0,5133,'com_liferay_translator_web_portlet_TranslatorPortlet','PERMISSIONS',8),(0,5134,'com_liferay_translator_web_portlet_TranslatorPortlet','PREFERENCES',16),(0,5135,'com_liferay_translator_web_portlet_TranslatorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5136,'com_liferay_dictionary_web_portlet_DictionaryPortlet','VIEW',1),(0,5137,'com_liferay_dictionary_web_portlet_DictionaryPortlet','ADD_TO_PAGE',2),(0,5138,'com_liferay_dictionary_web_portlet_DictionaryPortlet','CONFIGURATION',4),(0,5139,'com_liferay_dictionary_web_portlet_DictionaryPortlet','PERMISSIONS',8),(0,5140,'com_liferay_dictionary_web_portlet_DictionaryPortlet','PREFERENCES',16),(0,5141,'com_liferay_dictionary_web_portlet_DictionaryPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5142,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet','VIEW',1),(0,5143,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet','ADD_TO_PAGE',2),(0,5144,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet','CONFIGURATION',4),(0,5145,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet','PERMISSIONS',8),(0,5146,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet','PREFERENCES',16),(0,5147,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5148,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet','VIEW',1),(0,5149,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet','ADD_TO_PAGE',2),(0,5150,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet','CONFIGURATION',4),(0,5151,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet','PERMISSIONS',8),(0,5152,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet','PREFERENCES',16),(0,5153,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5154,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','VIEW',1),(0,5155,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','ADD_TO_PAGE',2),(0,5156,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','CONFIGURATION',4),(0,5157,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','PERMISSIONS',8),(0,5158,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','PREFERENCES',16),(0,5159,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5160,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','VIEW',1),(0,5161,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','ADD_TO_PAGE',2),(0,5162,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','CONFIGURATION',4),(0,5163,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','PERMISSIONS',8),(0,5164,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','PREFERENCES',16),(0,5165,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5166,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5167,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet','VIEW',1),(0,5168,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet','ADD_TO_PAGE',2),(0,5169,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet','CONFIGURATION',4),(0,5170,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet','PERMISSIONS',8),(0,5171,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet','PREFERENCES',16),(0,5172,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5173,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet','VIEW',1),(0,5174,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet','ADD_TO_PAGE',2),(0,5175,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet','CONFIGURATION',4),(0,5176,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet','PERMISSIONS',8),(0,5177,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet','PREFERENCES',16),(0,5178,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5179,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','VIEW',1),(0,5180,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','ADD_TO_PAGE',2),(0,5181,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','CONFIGURATION',4),(0,5182,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','PERMISSIONS',8),(0,5183,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','PREFERENCES',16),(0,5184,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5185,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','VIEW',1),(0,5186,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','ADD_TO_PAGE',2),(0,5187,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','CONFIGURATION',4),(0,5188,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','PERMISSIONS',8),(0,5189,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','PREFERENCES',16),(0,5190,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5201,'com_liferay_quick_note_web_portlet_QuickNotePortlet','VIEW',1),(0,5202,'com_liferay_quick_note_web_portlet_QuickNotePortlet','ADD_TO_PAGE',2),(0,5203,'com_liferay_quick_note_web_portlet_QuickNotePortlet','CONFIGURATION',4),(0,5204,'com_liferay_quick_note_web_portlet_QuickNotePortlet','PERMISSIONS',8),(0,5205,'com_liferay_quick_note_web_portlet_QuickNotePortlet','PREFERENCES',16),(0,5206,'com_liferay_quick_note_web_portlet_QuickNotePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5207,'com_liferay_audit_web_portlet_AuditPortlet','ADD_TO_PAGE',2),(0,5208,'com_liferay_audit_web_portlet_AuditPortlet','CONFIGURATION',4),(0,5209,'com_liferay_audit_web_portlet_AuditPortlet','PERMISSIONS',8),(0,5210,'com_liferay_audit_web_portlet_AuditPortlet','PREFERENCES',16),(0,5211,'com_liferay_audit_web_portlet_AuditPortlet','VIEW',1),(0,5212,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet','VIEW',1),(0,5213,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet','ADD_TO_PAGE',2),(0,5214,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet','CONFIGURATION',4),(0,5215,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet','PERMISSIONS',8),(0,5216,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet','PREFERENCES',16),(0,5217,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5218,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','VIEW',1),(0,5219,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','ADD_TO_PAGE',2),(0,5220,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','CONFIGURATION',4),(0,5221,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','PERMISSIONS',8),(0,5222,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','PREFERENCES',16),(0,5223,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5224,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet','ADD_TO_PAGE',2),(0,5225,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet','CONFIGURATION',4),(0,5226,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet','PERMISSIONS',8),(0,5227,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet','PREFERENCES',16),(0,5228,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet','VIEW',1),(0,5229,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','VIEW',1),(0,5230,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','ADD_TO_PAGE',2),(0,5231,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','CONFIGURATION',4),(0,5232,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','PERMISSIONS',8),(0,5233,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','PREFERENCES',16),(0,5234,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5235,'com.liferay.commerce.wish.list','PERMISSIONS',2),(0,5236,'com.liferay.commerce.wish.list','MANAGE_COMMERCE_WISH_LISTS',4),(0,5237,'com_liferay_portal_search_web_portlet_SearchPortlet','VIEW',1),(0,5238,'com_liferay_portal_search_web_portlet_SearchPortlet','ADD_TO_PAGE',2),(0,5239,'com_liferay_portal_search_web_portlet_SearchPortlet','CONFIGURATION',4),(0,5240,'com_liferay_portal_search_web_portlet_SearchPortlet','PERMISSIONS',8),(0,5241,'com_liferay_portal_search_web_portlet_SearchPortlet','PREFERENCES',16),(0,5242,'com_liferay_portal_search_web_portlet_SearchPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5243,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','VIEW',1),(0,5244,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','ADD_TO_PAGE',2),(0,5245,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','CONFIGURATION',4),(0,5246,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','PERMISSIONS',8),(0,5247,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','PREFERENCES',16),(0,5248,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5249,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','VIEW',1),(0,5250,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','ADD_TO_PAGE',2),(0,5251,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','CONFIGURATION',4),(0,5252,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','PERMISSIONS',8),(0,5253,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','PREFERENCES',16),(0,5254,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5255,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','VIEW',1),(0,5256,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','ADD_TO_PAGE',2),(0,5257,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','CONFIGURATION',4),(0,5258,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','PERMISSIONS',8),(0,5259,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','PREFERENCES',16),(0,5260,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5261,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet','VIEW',1),(0,5262,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet','ADD_TO_PAGE',2),(0,5263,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet','CONFIGURATION',4),(0,5264,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet','PERMISSIONS',8),(0,5265,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet','PREFERENCES',16),(0,5266,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5267,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','VIEW',1),(0,5268,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','ADD_TO_PAGE',2),(0,5269,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','CONFIGURATION',4),(0,5270,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','PERMISSIONS',8),(0,5271,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','PREFERENCES',16),(0,5272,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5273,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','VIEW',1),(0,5274,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','ADD_TO_PAGE',2),(0,5275,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','CONFIGURATION',4),(0,5276,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','PERMISSIONS',8),(0,5277,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','PREFERENCES',16),(0,5278,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5279,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','VIEW',1),(0,5280,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','ADD_TO_PAGE',2),(0,5281,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','CONFIGURATION',4),(0,5282,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','PERMISSIONS',8),(0,5283,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','PREFERENCES',16),(0,5284,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5285,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','PERMISSIONS',2),(0,5286,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','PREFERENCES',4),(0,5287,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','CONFIGURATION',8),(0,5288,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5289,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','VIEW',1),(0,5290,'com_liferay_iframe_web_portlet_IFramePortlet','VIEW',1),(0,5291,'com_liferay_iframe_web_portlet_IFramePortlet','ADD_TO_PAGE',2),(0,5292,'com_liferay_iframe_web_portlet_IFramePortlet','CONFIGURATION',4),(0,5293,'com_liferay_iframe_web_portlet_IFramePortlet','PERMISSIONS',8),(0,5294,'com_liferay_iframe_web_portlet_IFramePortlet','PREFERENCES',16),(0,5295,'com_liferay_iframe_web_portlet_IFramePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5301,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5302,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','PERMISSIONS',4),(0,5303,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','PREFERENCES',8),(0,5304,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','CONFIGURATION',16),(0,5305,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','VIEW',1),(0,5306,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','ADD_TO_PAGE',32),(0,5307,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5308,'com_liferay_polls_web_portlet_PollsPortlet','ADD_TO_PAGE',2),(0,5309,'com_liferay_polls_web_portlet_PollsPortlet','CONFIGURATION',4),(0,5310,'com_liferay_polls_web_portlet_PollsPortlet','PERMISSIONS',8),(0,5311,'com_liferay_polls_web_portlet_PollsPortlet','PREFERENCES',16),(0,5312,'com_liferay_polls_web_portlet_PollsPortlet','VIEW',1),(0,5313,'com.liferay.polls.model.PollsQuestion','DELETE',2),(0,5314,'com.liferay.polls.model.PollsQuestion','PERMISSIONS',4),(0,5315,'com.liferay.polls.model.PollsQuestion','ADD_VOTE',8),(0,5316,'com.liferay.polls.model.PollsQuestion','UPDATE',16),(0,5317,'com.liferay.polls.model.PollsQuestion','VIEW',1),(0,5318,'com.liferay.polls','PERMISSIONS',2),(0,5319,'com.liferay.polls','ADD_QUESTION',4),(0,5320,'com_liferay_polls_web_portlet_PollsDisplayPortlet','ADD_TO_PAGE',2),(0,5321,'com_liferay_polls_web_portlet_PollsDisplayPortlet','CONFIGURATION',4),(0,5322,'com_liferay_polls_web_portlet_PollsDisplayPortlet','PERMISSIONS',8),(0,5323,'com_liferay_polls_web_portlet_PollsDisplayPortlet','PREFERENCES',16),(0,5324,'com_liferay_polls_web_portlet_PollsDisplayPortlet','VIEW',1),(0,5325,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5326,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','PERMISSIONS',4),(0,5327,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','PREFERENCES',8),(0,5328,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','CONFIGURATION',16),(0,5329,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','VIEW',1),(0,5330,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','ADD_TO_PAGE',32),(0,5331,'com_liferay_polls_web_portlet_PollsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5332,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet','ADD_TO_PAGE',2),(0,5333,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet','CONFIGURATION',4),(0,5334,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet','PERMISSIONS',8),(0,5335,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet','PREFERENCES',16),(0,5336,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet','VIEW',1),(0,5337,'com.liferay.portal.reports.engine.console.model.Source','DELETE',2),(0,5338,'com.liferay.portal.reports.engine.console.model.Source','PERMISSIONS',4),(0,5339,'com.liferay.portal.reports.engine.console.model.Source','UPDATE',8),(0,5340,'com.liferay.portal.reports.engine.console.model.Source','VIEW',1),(0,5341,'com.liferay.portal.reports.engine.console.model.Entry','DELETE',2),(0,5342,'com.liferay.portal.reports.engine.console.model.Entry','PERMISSIONS',4),(0,5343,'com.liferay.portal.reports.engine.console.model.Entry','VIEW',1),(0,5344,'com.liferay.portal.reports.engine.console.model.Definition','ADD_REPORT',2),(0,5345,'com.liferay.portal.reports.engine.console.model.Definition','DELETE',4),(0,5346,'com.liferay.portal.reports.engine.console.model.Definition','PERMISSIONS',8),(0,5347,'com.liferay.portal.reports.engine.console.model.Definition','UPDATE',16),(0,5348,'com.liferay.portal.reports.engine.console.model.Definition','VIEW',1),(0,5349,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','VIEW',1),(0,5350,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','ADD_TO_PAGE',2),(0,5351,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','CONFIGURATION',4),(0,5352,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','PERMISSIONS',8),(0,5353,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','PREFERENCES',16),(0,5354,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5355,'com.liferay.portal.reports.engine.console.admin','PERMISSIONS',2),(0,5356,'com.liferay.portal.reports.engine.console.admin','ADD_DEFINITION',4),(0,5357,'com.liferay.portal.reports.engine.console.admin','ADD_SOURCE',8),(0,5358,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet','ADD_TO_PAGE',2),(0,5359,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet','CONFIGURATION',4),(0,5360,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet','PERMISSIONS',8),(0,5361,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet','PREFERENCES',16),(0,5362,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet','VIEW',1),(0,5363,'com_liferay_login_web_portlet_FastLoginPortlet','VIEW',1),(0,5364,'com_liferay_login_web_portlet_FastLoginPortlet','CONFIG',2),(0,5365,'com_liferay_login_web_portlet_FastLoginPortlet','ADD_TO_PAGE',4),(0,5366,'com_liferay_login_web_portlet_FastLoginPortlet','CONFIGURATION',8),(0,5367,'com_liferay_login_web_portlet_FastLoginPortlet','PERMISSIONS',16),(0,5368,'com_liferay_login_web_portlet_FastLoginPortlet','PREFERENCES',32),(0,5369,'com_liferay_login_web_portlet_FastLoginPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,5370,'com_liferay_login_web_portlet_LoginPortlet','PERMISSIONS',2),(0,5371,'com_liferay_login_web_portlet_LoginPortlet','PREFERENCES',4),(0,5372,'com_liferay_login_web_portlet_LoginPortlet','CONFIGURATION',8),(0,5373,'com_liferay_login_web_portlet_LoginPortlet','VIEW',1),(0,5374,'com_liferay_login_web_portlet_LoginPortlet','ADD_TO_PAGE',16),(0,5375,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5376,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','PERMISSIONS',4),(0,5377,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','PREFERENCES',8),(0,5378,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','CONFIGURATION',16),(0,5379,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','VIEW',1),(0,5380,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','ADD_TO_PAGE',32),(0,5381,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5382,'com_liferay_flags_web_portlet_FlagsPortlet','VIEW',1),(0,5383,'com_liferay_flags_web_portlet_FlagsPortlet','ADD_TO_PAGE',2),(0,5384,'com_liferay_flags_web_portlet_FlagsPortlet','CONFIGURATION',4),(0,5385,'com_liferay_flags_web_portlet_FlagsPortlet','PERMISSIONS',8),(0,5386,'com_liferay_flags_web_portlet_FlagsPortlet','PREFERENCES',16),(0,5387,'com_liferay_flags_web_portlet_FlagsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5388,'com_liferay_flags_web_portlet_PageFlagsPortlet','VIEW',1),(0,5389,'com_liferay_flags_web_portlet_PageFlagsPortlet','ADD_TO_PAGE',2),(0,5390,'com_liferay_flags_web_portlet_PageFlagsPortlet','CONFIGURATION',4),(0,5391,'com_liferay_flags_web_portlet_PageFlagsPortlet','PERMISSIONS',8),(0,5392,'com_liferay_flags_web_portlet_PageFlagsPortlet','PREFERENCES',16),(0,5393,'com_liferay_flags_web_portlet_PageFlagsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5394,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5395,'com_liferay_rss_web_portlet_RSSPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5396,'com_liferay_rss_web_portlet_RSSPortlet','PERMISSIONS',4),(0,5397,'com_liferay_rss_web_portlet_RSSPortlet','PREFERENCES',8),(0,5398,'com_liferay_rss_web_portlet_RSSPortlet','CONFIGURATION',16),(0,5399,'com_liferay_rss_web_portlet_RSSPortlet','VIEW',1),(0,5400,'com_liferay_rss_web_portlet_RSSPortlet','ADD_TO_PAGE',32),(0,5401,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','PERMISSIONS',2),(0,5402,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','PREFERENCES',4),(0,5403,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','CONFIGURATION',8),(0,5404,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','VIEW',1),(0,5405,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','ADD_TO_PAGE',16),(0,5406,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5407,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','PERMISSIONS',4),(0,5408,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','PREFERENCES',8),(0,5409,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','CONFIGURATION',16),(0,5410,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','VIEW',1),(0,5411,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','ADD_TO_PAGE',32),(0,5412,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','VIEW',1),(0,5413,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','ADD_TO_PAGE',2),(0,5414,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','CONFIGURATION',4),(0,5415,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','PERMISSIONS',8),(0,5416,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','PREFERENCES',16),(0,5417,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5418,'com_liferay_monitoring_web_portlet_MonitoringPortlet','PERMISSIONS',2),(0,5419,'com_liferay_monitoring_web_portlet_MonitoringPortlet','PREFERENCES',4),(0,5420,'com_liferay_monitoring_web_portlet_MonitoringPortlet','CONFIGURATION',8),(0,5421,'com_liferay_monitoring_web_portlet_MonitoringPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5422,'com_liferay_monitoring_web_portlet_MonitoringPortlet','VIEW',1),(0,5423,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','PERMISSIONS',2),(0,5424,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','PREFERENCES',4),(0,5425,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','CONFIGURATION',8),(0,5426,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5427,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','VIEW',1),(0,5428,'com_liferay_document_library_web_portlet_DLAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5429,'com_liferay_document_library_web_portlet_DLPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,5430,'com_liferay_document_library_web_portlet_IGDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5431,'com_liferay_my_account_web_portlet_MyAccountPortlet','PERMISSIONS',2),(0,5432,'com_liferay_my_account_web_portlet_MyAccountPortlet','PREFERENCES',4),(0,5433,'com_liferay_my_account_web_portlet_MyAccountPortlet','CONFIGURATION',8),(0,5434,'com_liferay_my_account_web_portlet_MyAccountPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5435,'com_liferay_my_account_web_portlet_MyAccountPortlet','VIEW',1),(0,5436,'com_liferay_flash_web_portlet_FlashPortlet','VIEW',1),(0,5437,'com_liferay_flash_web_portlet_FlashPortlet','ADD_TO_PAGE',2),(0,5438,'com_liferay_flash_web_portlet_FlashPortlet','CONFIGURATION',4),(0,5439,'com_liferay_flash_web_portlet_FlashPortlet','PERMISSIONS',8),(0,5440,'com_liferay_flash_web_portlet_FlashPortlet','PREFERENCES',16),(0,5441,'com_liferay_flash_web_portlet_FlashPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5442,'com_liferay_web_form_web_portlet_WebFormPortlet','VIEW',1),(0,5443,'com_liferay_web_form_web_portlet_WebFormPortlet','ADD_TO_PAGE',2),(0,5444,'com_liferay_web_form_web_portlet_WebFormPortlet','CONFIGURATION',4),(0,5445,'com_liferay_web_form_web_portlet_WebFormPortlet','PERMISSIONS',8),(0,5446,'com_liferay_web_form_web_portlet_WebFormPortlet','PREFERENCES',16),(0,5447,'com_liferay_web_form_web_portlet_WebFormPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5448,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet','VIEW',1),(0,5449,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet','ADD_TO_PAGE',2),(0,5450,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet','CONFIGURATION',4),(0,5451,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet','PERMISSIONS',8),(0,5452,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet','PREFERENCES',16),(0,5453,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5454,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','VIEW',1),(0,5455,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','ADD_TO_PAGE',2),(0,5456,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','CONFIGURATION',4),(0,5457,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','PERMISSIONS',8),(0,5458,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','PREFERENCES',16),(0,5459,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5460,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','VIEW',1),(0,5461,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','ADD_TO_PAGE',2),(0,5462,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','CONFIGURATION',4),(0,5463,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','PERMISSIONS',8),(0,5464,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','PREFERENCES',16),(0,5465,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5466,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet','VIEW',1),(0,5467,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet','ADD_TO_PAGE',2),(0,5468,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet','CONFIGURATION',4),(0,5469,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet','PERMISSIONS',8),(0,5470,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet','PREFERENCES',16),(0,5471,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5472,'com_liferay_youtube_web_portlet_YouTubePortlet','VIEW',1),(0,5473,'com_liferay_youtube_web_portlet_YouTubePortlet','ADD_TO_PAGE',2),(0,5474,'com_liferay_youtube_web_portlet_YouTubePortlet','CONFIGURATION',4),(0,5475,'com_liferay_youtube_web_portlet_YouTubePortlet','PERMISSIONS',8),(0,5476,'com_liferay_youtube_web_portlet_YouTubePortlet','PREFERENCES',16),(0,5477,'com_liferay_youtube_web_portlet_YouTubePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5478,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5479,'com_liferay_sync_web_portlet_SyncAdminPortlet','VIEW',1),(0,5480,'com_liferay_sync_web_portlet_SyncAdminPortlet','ADD_TO_PAGE',2),(0,5481,'com_liferay_sync_web_portlet_SyncAdminPortlet','CONFIGURATION',4),(0,5482,'com_liferay_sync_web_portlet_SyncAdminPortlet','PERMISSIONS',8),(0,5483,'com_liferay_sync_web_portlet_SyncAdminPortlet','PREFERENCES',16),(0,5484,'com_liferay_sync_web_portlet_SyncAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5485,'com_liferay_sync_web_portlet_SyncDevicesPortlet','VIEW',1),(0,5486,'com_liferay_sync_web_portlet_SyncDevicesPortlet','ADD_TO_PAGE',2),(0,5487,'com_liferay_sync_web_portlet_SyncDevicesPortlet','CONFIGURATION',4),(0,5488,'com_liferay_sync_web_portlet_SyncDevicesPortlet','PERMISSIONS',8),(0,5489,'com_liferay_sync_web_portlet_SyncDevicesPortlet','PREFERENCES',16),(0,5490,'com_liferay_sync_web_portlet_SyncDevicesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5491,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet','PERMISSIONS',2),(0,5492,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet','PREFERENCES',4),(0,5493,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet','CONFIGURATION',8),(0,5494,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5495,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet','VIEW',1),(0,5501,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet','VIEW',1),(0,5502,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet','ADD_TO_PAGE',2),(0,5503,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet','CONFIGURATION',4),(0,5504,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet','PERMISSIONS',8),(0,5505,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet','PREFERENCES',16),(0,5506,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5507,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet','VIEW',1),(0,5508,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet','ADD_TO_PAGE',2),(0,5509,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet','CONFIGURATION',4),(0,5510,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet','PERMISSIONS',8),(0,5511,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet','PREFERENCES',16),(0,5512,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5513,'com_liferay_notifications_web_portlet_NotificationsPortlet','VIEW',1),(0,5514,'com_liferay_notifications_web_portlet_NotificationsPortlet','ADD_TO_PAGE',2),(0,5515,'com_liferay_notifications_web_portlet_NotificationsPortlet','CONFIGURATION',4),(0,5516,'com_liferay_notifications_web_portlet_NotificationsPortlet','PERMISSIONS',8),(0,5517,'com_liferay_notifications_web_portlet_NotificationsPortlet','PREFERENCES',16),(0,5518,'com_liferay_notifications_web_portlet_NotificationsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5519,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','VIEW',1),(0,5520,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','ADD_TO_PAGE',2),(0,5521,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','CONFIGURATION',4),(0,5522,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','PERMISSIONS',8),(0,5523,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','PREFERENCES',16),(0,5524,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5525,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5526,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5527,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet','VIEW',1),(0,5528,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet','ADD_TO_PAGE',2),(0,5529,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet','CONFIGURATION',4),(0,5530,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet','PERMISSIONS',8),(0,5531,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet','PREFERENCES',16),(0,5532,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5533,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5534,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5535,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','ADD_SITE_NAVIGATION_MENU',64),(0,5536,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5537,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5538,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5539,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5540,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5541,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet','PERMISSIONS',4),(0,5542,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet','PREFERENCES',8),(0,5543,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet','CONFIGURATION',16),(0,5544,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet','VIEW',1),(0,5545,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet','ADD_TO_PAGE',32),(0,5546,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5547,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet','PERMISSIONS',4),(0,5548,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet','PREFERENCES',8),(0,5549,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet','CONFIGURATION',16),(0,5550,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet','VIEW',1),(0,5551,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet','ADD_TO_PAGE',32),(0,5552,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','VIEW',1),(0,5553,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','ADD_TO_PAGE',2),(0,5554,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','CONFIGURATION',4),(0,5555,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','PERMISSIONS',8),(0,5556,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','PREFERENCES',16),(0,5557,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5558,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','VIEW',1),(0,5559,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','ADD_TO_PAGE',2),(0,5560,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','CONFIGURATION',4),(0,5561,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','PERMISSIONS',8),(0,5562,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','PREFERENCES',16),(0,5563,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5564,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','PERMISSIONS',2),(0,5565,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','PREFERENCES',4),(0,5566,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','CONFIGURATION',8),(0,5567,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5568,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','VIEW',1),(0,5569,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','ADD_TO_PAGE',32),(0,5570,'com_liferay_contacts_web_portlet_MembersPortlet','VIEW',1),(0,5571,'com_liferay_contacts_web_portlet_MembersPortlet','CONFIG',2),(0,5572,'com_liferay_contacts_web_portlet_MembersPortlet','ADD_TO_PAGE',4),(0,5573,'com_liferay_contacts_web_portlet_MembersPortlet','CONFIGURATION',8),(0,5574,'com_liferay_contacts_web_portlet_MembersPortlet','PERMISSIONS',16),(0,5575,'com_liferay_contacts_web_portlet_MembersPortlet','PREFERENCES',32),(0,5576,'com_liferay_contacts_web_portlet_MembersPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,5577,'com_liferay_contacts_web_portlet_MyContactsPortlet','VIEW',1),(0,5578,'com_liferay_contacts_web_portlet_MyContactsPortlet','ADD_TO_PAGE',2),(0,5579,'com_liferay_contacts_web_portlet_MyContactsPortlet','CONFIGURATION',4),(0,5580,'com_liferay_contacts_web_portlet_MyContactsPortlet','PERMISSIONS',8),(0,5581,'com_liferay_contacts_web_portlet_MyContactsPortlet','PREFERENCES',16),(0,5582,'com_liferay_contacts_web_portlet_MyContactsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5583,'com_liferay_contacts_web_portlet_ProfilePortlet','VIEW',1),(0,5584,'com_liferay_contacts_web_portlet_ProfilePortlet','CONFIG',2),(0,5585,'com_liferay_contacts_web_portlet_ProfilePortlet','ADD_TO_PAGE',4),(0,5586,'com_liferay_contacts_web_portlet_ProfilePortlet','CONFIGURATION',8),(0,5587,'com_liferay_contacts_web_portlet_ProfilePortlet','PERMISSIONS',16),(0,5588,'com_liferay_contacts_web_portlet_ProfilePortlet','PREFERENCES',32),(0,5589,'com_liferay_contacts_web_portlet_ProfilePortlet','ACCESS_IN_CONTROL_PANEL',64),(0,5590,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','VIEW',1),(0,5591,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','ADD_TO_PAGE',2),(0,5592,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','CONFIGURATION',4),(0,5593,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','PERMISSIONS',8),(0,5594,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','PREFERENCES',16),(0,5595,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5601,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet','VIEW',1),(0,5602,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet','ADD_TO_PAGE',2),(0,5603,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet','CONFIGURATION',4),(0,5604,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet','PERMISSIONS',8),(0,5605,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet','PREFERENCES',16),(0,5606,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5607,'com_liferay_oauth_web_internal_portlet_AdminPortlet','PERMISSIONS',2),(0,5608,'com_liferay_oauth_web_internal_portlet_AdminPortlet','PREFERENCES',4),(0,5609,'com_liferay_oauth_web_internal_portlet_AdminPortlet','CONFIGURATION',8),(0,5610,'com_liferay_oauth_web_internal_portlet_AdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5611,'com_liferay_oauth_web_internal_portlet_AdminPortlet','VIEW',1),(0,5612,'com_liferay_oauth_web_internal_portlet_AdminPortlet','ADD_TO_PAGE',32),(0,5613,'com.liferay.oauth.model.OAuthApplication','DELETE',2),(0,5614,'com.liferay.oauth.model.OAuthApplication','PERMISSIONS',4),(0,5615,'com.liferay.oauth.model.OAuthApplication','UPDATE',8),(0,5616,'com.liferay.oauth.model.OAuthApplication','VIEW',1),(0,5617,'com.liferay.oauth','PERMISSIONS',2),(0,5618,'com.liferay.oauth','ADD_APPLICATION',4),(0,5619,'com.liferay.oauth.model.OAuthUser','DELETE',2),(0,5620,'com.liferay.oauth.model.OAuthUser','PERMISSIONS',4),(0,5621,'com.liferay.oauth.model.OAuthUser','UPDATE',8),(0,5622,'com.liferay.oauth.model.OAuthUser','VIEW',1),(0,5623,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','PERMISSIONS',2),(0,5624,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','PREFERENCES',4),(0,5625,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','CONFIGURATION',8),(0,5626,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5627,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','VIEW',1),(0,5628,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5629,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5630,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5631,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','PERMISSIONS',2),(0,5632,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','PREFERENCES',4),(0,5633,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','CONFIGURATION',8),(0,5634,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','VIEW',1),(0,5635,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','ADD_TO_PAGE',16),(0,5636,'com.liferay.microblogs.model.MicroblogsEntry','DELETE',2),(0,5637,'com.liferay.microblogs.model.MicroblogsEntry','PERMISSIONS',4),(0,5638,'com.liferay.microblogs.model.MicroblogsEntry','UPDATE',8),(0,5639,'com.liferay.microblogs.model.MicroblogsEntry','VIEW',1),(0,5640,'com.liferay.microblogs','ADD_ENTRY',2),(0,5641,'com.liferay.microblogs','PERMISSIONS',4),(0,5642,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','VIEW',1),(0,5643,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','ADD_TO_PAGE',2),(0,5644,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','CONFIGURATION',4),(0,5645,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','PERMISSIONS',8),(0,5646,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','PREFERENCES',16),(0,5647,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5648,'com_liferay_calendar_web_portlet_CalendarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5649,'com_liferay_exportimport_web_portlet_ExportImportPortlet','VIEW',1),(0,5650,'com_liferay_exportimport_web_portlet_ExportImportPortlet','ADD_TO_PAGE',2),(0,5651,'com_liferay_exportimport_web_portlet_ExportImportPortlet','CONFIGURATION',4),(0,5652,'com_liferay_exportimport_web_portlet_ExportImportPortlet','PERMISSIONS',8),(0,5653,'com_liferay_exportimport_web_portlet_ExportImportPortlet','PREFERENCES',16),(0,5654,'com_liferay_exportimport_web_portlet_ExportImportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5655,'com_liferay_exportimport_web_portlet_ExportPortlet','VIEW',1),(0,5656,'com_liferay_exportimport_web_portlet_ExportPortlet','ADD_TO_PAGE',2),(0,5657,'com_liferay_exportimport_web_portlet_ExportPortlet','CONFIGURATION',4),(0,5658,'com_liferay_exportimport_web_portlet_ExportPortlet','PERMISSIONS',8),(0,5659,'com_liferay_exportimport_web_portlet_ExportPortlet','PREFERENCES',16),(0,5660,'com_liferay_exportimport_web_portlet_ExportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5661,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet','VIEW',1),(0,5662,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet','ADD_TO_PAGE',2),(0,5663,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet','CONFIGURATION',4),(0,5664,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet','PERMISSIONS',8),(0,5665,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet','PREFERENCES',16),(0,5666,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5667,'com_liferay_exportimport_web_portlet_ImportPortlet','VIEW',1),(0,5668,'com_liferay_exportimport_web_portlet_ImportPortlet','ADD_TO_PAGE',2),(0,5669,'com_liferay_exportimport_web_portlet_ImportPortlet','CONFIGURATION',4),(0,5670,'com_liferay_exportimport_web_portlet_ImportPortlet','PERMISSIONS',8),(0,5671,'com_liferay_exportimport_web_portlet_ImportPortlet','PREFERENCES',16),(0,5672,'com_liferay_exportimport_web_portlet_ImportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5673,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','VIEW',1),(0,5674,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','ADD_TO_PAGE',2),(0,5675,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','CONFIGURATION',4),(0,5676,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','PERMISSIONS',8),(0,5677,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','PREFERENCES',16),(0,5678,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5679,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5680,'com_liferay_fragment_web_portlet_FragmentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5681,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5682,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet','PERMISSIONS',4),(0,5683,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet','PREFERENCES',8),(0,5684,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet','CONFIGURATION',16),(0,5685,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet','VIEW',1),(0,5686,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet','ADD_TO_PAGE',32),(0,5687,'com_liferay_knowledge_base_web_portlet_AdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5688,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5689,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet','PERMISSIONS',4),(0,5690,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet','PREFERENCES',8),(0,5691,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet','CONFIGURATION',16),(0,5692,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet','VIEW',1),(0,5693,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet','ADD_TO_PAGE',32),(0,5694,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5695,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet','PERMISSIONS',4),(0,5696,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet','PREFERENCES',8),(0,5697,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet','CONFIGURATION',16),(0,5698,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet','VIEW',1),(0,5699,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet','ADD_TO_PAGE',32),(0,5701,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','PERMISSIONS',2),(0,5702,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','PREFERENCES',4),(0,5703,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','CONFIGURATION',8),(0,5704,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','VIEW',1),(0,5705,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','ADD_TO_PAGE',16),(0,5706,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet','VIEW',1),(0,5707,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet','ADD_TO_PAGE',2),(0,5708,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet','CONFIGURATION',4),(0,5709,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet','PERMISSIONS',8),(0,5710,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet','PREFERENCES',16),(0,5711,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5712,'com_liferay_knowledge_base_web_portlet_SearchPortlet','PERMISSIONS',2),(0,5713,'com_liferay_knowledge_base_web_portlet_SearchPortlet','PREFERENCES',4),(0,5714,'com_liferay_knowledge_base_web_portlet_SearchPortlet','CONFIGURATION',8),(0,5715,'com_liferay_knowledge_base_web_portlet_SearchPortlet','VIEW',1),(0,5716,'com_liferay_knowledge_base_web_portlet_SearchPortlet','ADD_TO_PAGE',16),(0,5717,'com_liferay_knowledge_base_web_portlet_SectionPortlet','PERMISSIONS',2),(0,5718,'com_liferay_knowledge_base_web_portlet_SectionPortlet','PREFERENCES',4),(0,5719,'com_liferay_knowledge_base_web_portlet_SectionPortlet','CONFIGURATION',8),(0,5720,'com_liferay_knowledge_base_web_portlet_SectionPortlet','VIEW',1),(0,5721,'com_liferay_knowledge_base_web_portlet_SectionPortlet','ADD_TO_PAGE',16),(0,5722,'com_liferay_trash_web_portlet_TrashPortlet','VIEW',1),(0,5723,'com_liferay_trash_web_portlet_TrashPortlet','ADD_TO_PAGE',2),(0,5724,'com_liferay_trash_web_portlet_TrashPortlet','CONFIGURATION',4),(0,5725,'com_liferay_trash_web_portlet_TrashPortlet','PERMISSIONS',8),(0,5726,'com_liferay_trash_web_portlet_TrashPortlet','PREFERENCES',16),(0,5727,'com_liferay_trash_web_portlet_TrashPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5728,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet','VIEW',1),(0,5729,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet','ADD_TO_PAGE',2),(0,5730,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet','CONFIGURATION',4),(0,5731,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet','PERMISSIONS',8),(0,5732,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet','PREFERENCES',16),(0,5733,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5734,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet','VIEW',1),(0,5735,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet','ADD_TO_PAGE',2),(0,5736,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet','CONFIGURATION',4),(0,5737,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet','PERMISSIONS',8),(0,5738,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet','PREFERENCES',16),(0,5739,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5740,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5741,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5742,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5743,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','VIEW',1),(0,5744,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','ADD_TO_PAGE',2),(0,5745,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','CONFIGURATION',4),(0,5746,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','PERMISSIONS',8),(0,5747,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','PREFERENCES',16),(0,5748,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5749,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5750,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','VIEW',1),(0,5751,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','ADD_TO_PAGE',2),(0,5752,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','CONFIGURATION',4),(0,5753,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','PERMISSIONS',8),(0,5754,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','PREFERENCES',16),(0,5755,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5756,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5757,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','VIEW',1),(0,5758,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','ADD_TO_PAGE',2),(0,5759,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','CONFIGURATION',4),(0,5760,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','PERMISSIONS',8),(0,5761,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','PREFERENCES',16),(0,5762,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5763,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5764,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','PERMISSIONS',4),(0,5765,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','PREFERENCES',8),(0,5766,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','CONFIGURATION',16),(0,5767,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','VIEW',1),(0,5768,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','ADD_TO_PAGE',32),(0,5769,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5770,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','PERMISSIONS',4),(0,5771,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','PREFERENCES',8),(0,5772,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','CONFIGURATION',16),(0,5773,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','VIEW',1),(0,5774,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','ADD_TO_PAGE',32),(0,5775,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5776,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','PERMISSIONS',4),(0,5777,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','PREFERENCES',8),(0,5778,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','CONFIGURATION',16),(0,5779,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','VIEW',1),(0,5780,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','ADD_TO_PAGE',32),(0,5781,'com_liferay_polls_web_portlet_PollsDisplayPortlet','CONFIG',32),(0,5782,'com_liferay_polls_web_portlet_PollsDisplayPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,5783,'com_liferay_weather_web_portlet_WeatherPortlet','VIEW',1),(0,5784,'com_liferay_weather_web_portlet_WeatherPortlet','ADD_TO_PAGE',2),(0,5785,'com_liferay_weather_web_portlet_WeatherPortlet','CONFIGURATION',4),(0,5786,'com_liferay_weather_web_portlet_WeatherPortlet','PERMISSIONS',8),(0,5787,'com_liferay_weather_web_portlet_WeatherPortlet','PREFERENCES',16),(0,5788,'com_liferay_weather_web_portlet_WeatherPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5789,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','PERMISSIONS',2),(0,5790,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','PREFERENCES',4),(0,5791,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','CONFIGURATION',8),(0,5792,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,5793,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','VIEW',1),(0,5794,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5795,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5801,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet','VIEW',1),(0,5802,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet','ADD_TO_PAGE',2),(0,5803,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet','CONFIGURATION',4),(0,5804,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet','PERMISSIONS',8),(0,5805,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet','PREFERENCES',16),(0,5806,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5807,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet','VIEW',1),(0,5808,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet','ADD_TO_PAGE',2),(0,5809,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet','CONFIGURATION',4),(0,5810,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet','PERMISSIONS',8),(0,5811,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet','PREFERENCES',16),(0,5812,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5813,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5814,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet','VIEW',1),(0,5815,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet','ADD_TO_PAGE',2),(0,5816,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet','CONFIGURATION',4),(0,5817,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet','PERMISSIONS',8),(0,5818,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet','PREFERENCES',16),(0,5819,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5820,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5821,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5822,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5823,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet','VIEW',1),(0,5824,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet','ADD_TO_PAGE',2),(0,5825,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet','CONFIGURATION',4),(0,5826,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet','PERMISSIONS',8),(0,5827,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet','PREFERENCES',16),(0,5828,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5829,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet','VIEW',1),(0,5830,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet','ADD_TO_PAGE',2),(0,5831,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet','CONFIGURATION',4),(0,5832,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet','PERMISSIONS',8),(0,5833,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet','PREFERENCES',16),(0,5834,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5835,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet','VIEW',1),(0,5836,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet','ADD_TO_PAGE',2),(0,5837,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet','CONFIGURATION',4),(0,5838,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet','PERMISSIONS',8),(0,5839,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet','PREFERENCES',16),(0,5840,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5841,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5842,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet','PERMISSIONS',4),(0,5843,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet','PREFERENCES',8),(0,5844,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet','CONFIGURATION',16),(0,5845,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet','VIEW',1),(0,5846,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet','ADD_TO_PAGE',32),(0,5847,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5848,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet','PERMISSIONS',4),(0,5849,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet','PREFERENCES',8),(0,5850,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet','CONFIGURATION',16),(0,5851,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet','VIEW',1),(0,5852,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet','ADD_TO_PAGE',32),(0,5853,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5854,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet','PERMISSIONS',4),(0,5855,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet','PREFERENCES',8),(0,5856,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet','CONFIGURATION',16),(0,5857,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet','VIEW',1),(0,5858,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet','ADD_TO_PAGE',32),(0,5859,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5860,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,5861,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5862,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5863,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet','VIEW',1),(0,5864,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet','ADD_TO_PAGE',2),(0,5865,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet','CONFIGURATION',4),(0,5866,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet','PERMISSIONS',8),(0,5867,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet','PREFERENCES',16),(0,5868,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5869,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5870,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet','PERMISSIONS',4),(0,5871,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet','PREFERENCES',8),(0,5872,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet','CONFIGURATION',16),(0,5873,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet','VIEW',1),(0,5874,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet','ADD_TO_PAGE',32),(0,5875,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5876,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet','PERMISSIONS',4),(0,5877,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet','PREFERENCES',8),(0,5878,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet','CONFIGURATION',16),(0,5879,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet','VIEW',1),(0,5880,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet','ADD_TO_PAGE',32),(0,5881,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5882,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet','VIEW',1),(0,5883,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet','ADD_TO_PAGE',2),(0,5884,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet','CONFIGURATION',4),(0,5885,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet','PERMISSIONS',8),(0,5886,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet','PREFERENCES',16),(0,5887,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5888,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet','VIEW',1),(0,5889,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet','ADD_TO_PAGE',2),(0,5890,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet','CONFIGURATION',4),(0,5891,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet','PERMISSIONS',8),(0,5892,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet','PREFERENCES',16),(0,5893,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5894,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,5895,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,5896,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,5901,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,5902,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet','PERMISSIONS',4),(0,5903,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet','PREFERENCES',8),(0,5904,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet','CONFIGURATION',16),(0,5905,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet','VIEW',1),(0,5906,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet','ADD_TO_PAGE',32),(0,5907,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet','VIEW',1),(0,5908,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet','ADD_TO_PAGE',2),(0,5909,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet','CONFIGURATION',4),(0,5910,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet','PERMISSIONS',8),(0,5911,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet','PREFERENCES',16),(0,5912,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet','ACCESS_IN_CONTROL_PANEL',32); /*!40000 ALTER TABLE `ResourceAction` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceBlock` -- DROP TABLE IF EXISTS `ResourceBlock`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ResourceBlock` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `resourceBlockId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `groupId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `permissionsHash` varchar(75) DEFAULT NULL, `referenceCount` bigint DEFAULT NULL, PRIMARY KEY (`resourceBlockId`), UNIQUE KEY `IX_AEEA209C` (`companyId`,`groupId`,`name`,`permissionsHash`), KEY `IX_2D4CC782` (`companyId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceBlock` -- LOCK TABLES `ResourceBlock` WRITE; /*!40000 ALTER TABLE `ResourceBlock` DISABLE KEYS */; /*!40000 ALTER TABLE `ResourceBlock` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceBlockPermission` -- DROP TABLE IF EXISTS `ResourceBlockPermission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ResourceBlockPermission` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `resourceBlockPermissionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `resourceBlockId` bigint DEFAULT NULL, `roleId` bigint DEFAULT NULL, `actionIds` bigint DEFAULT NULL, PRIMARY KEY (`resourceBlockPermissionId`), UNIQUE KEY `IX_D63D20BB` (`resourceBlockId`,`roleId`), KEY `IX_20A2E3D9` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceBlockPermission` -- LOCK TABLES `ResourceBlockPermission` WRITE; /*!40000 ALTER TABLE `ResourceBlockPermission` DISABLE KEYS */; /*!40000 ALTER TABLE `ResourceBlockPermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourcePermission` -- DROP TABLE IF EXISTS `ResourcePermission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ResourcePermission` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `resourcePermissionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `scope` int DEFAULT NULL, `primKey` varchar(255) DEFAULT NULL, `primKeyId` bigint DEFAULT NULL, `roleId` bigint DEFAULT NULL, `ownerId` bigint DEFAULT NULL, `actionIds` bigint DEFAULT NULL, `viewActionId` tinyint DEFAULT NULL, PRIMARY KEY (`resourcePermissionId`), UNIQUE KEY `IX_8D83D0CE` (`companyId`,`name`,`scope`,`primKey`,`roleId`), KEY `IX_49AEC6F3` (`companyId`,`name`,`scope`,`primKeyId`,`roleId`,`viewActionId`), KEY `IX_FD06D7C5` (`companyId`,`name`,`scope`,`roleId`), KEY `IX_26284944` (`companyId`,`primKey`), KEY `IX_F6BAE86A` (`companyId`,`scope`,`primKey`), KEY `IX_D5F1E2A2` (`name`), KEY `IX_A37A0588` (`roleId`), KEY `IX_F4555981` (`scope`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourcePermission` -- LOCK TABLES `ResourcePermission` WRITE; /*!40000 ALTER TABLE `ResourcePermission` DISABLE KEYS */; INSERT INTO `ResourcePermission` VALUES (0,1,20101,'com.liferay.portal.kernel.model.Group',1,'20101',20101,20108,0,1,1),(0,2,20101,'com.liferay.portal.kernel.model.User',1,'20101',20101,20108,0,1,1),(0,3,20101,'com.liferay.portal.kernel.model.Organization',1,'20101',20101,20108,0,64,0),(0,4,20101,'com.liferay.portal.kernel.model.UserGroup',1,'20101',20101,20108,0,16,0),(0,5,20101,'com.liferay.portal.kernel.model.Role',4,'20107',20107,20110,0,127,1),(0,6,20101,'com.liferay.portal.kernel.model.Role',4,'20108',20108,20110,0,127,1),(0,7,20101,'com.liferay.portal.kernel.model.Role',4,'20109',20109,20110,0,127,1),(0,8,20101,'com.liferay.portal.kernel.model.Role',4,'20110',20110,20110,0,127,1),(0,9,20101,'com.liferay.portal.kernel.model.Role',4,'20111',20111,20110,0,127,1),(0,10,20101,'com.liferay.portal.kernel.model.Role',4,'20112',20112,20110,0,127,1),(0,11,20101,'com.liferay.portal.kernel.model.Role',4,'20113',20113,20110,0,127,1),(0,12,20101,'com.liferay.portal.kernel.model.Role',4,'20114',20114,20110,0,127,1),(0,13,20101,'com.liferay.portal.kernel.model.Role',4,'20115',20115,20110,0,127,1),(0,14,20101,'com.liferay.portal.kernel.model.Role',4,'20116',20116,20110,0,127,1),(0,15,20101,'com.liferay.portal.kernel.model.Role',4,'20117',20117,20110,0,127,1),(0,16,20101,'com.liferay.portal.kernel.model.Role',4,'20118',20118,20110,0,127,1),(0,17,20101,'com.liferay.portal.kernel.model.Role',4,'20107',20107,20112,0,1,1),(0,18,20101,'com.liferay.portal.kernel.model.Role',4,'20108',20108,20112,0,1,1),(0,19,20101,'com.liferay.portal.kernel.model.Role',4,'20109',20109,20112,0,1,1),(0,20,20101,'com.liferay.portal.kernel.model.Role',4,'20110',20110,20112,0,1,1),(0,21,20101,'com.liferay.portal.kernel.model.Role',4,'20111',20111,20112,0,1,1),(0,22,20101,'com.liferay.portal.kernel.model.Role',4,'20112',20112,20112,0,1,1),(0,23,20101,'com.liferay.portal.kernel.model.Role',4,'20113',20113,20112,0,1,1),(0,24,20101,'com.liferay.portal.kernel.model.Role',4,'20114',20114,20112,0,1,1),(0,25,20101,'com.liferay.portal.kernel.model.Role',4,'20115',20115,20112,0,1,1),(0,26,20101,'com.liferay.portal.kernel.model.Role',4,'20116',20116,20112,0,1,1),(0,27,20101,'com.liferay.portal.kernel.model.Role',4,'20117',20117,20112,0,1,1),(0,28,20101,'com.liferay.portal.kernel.model.Role',4,'20118',20118,20112,0,1,1),(0,29,20101,'com.liferay.portal.kernel.model.Group',4,'20119',20119,20110,0,33554431,1),(0,30,20101,'com.liferay.portal.kernel.model.Layout',4,'1',1,20110,20105,1023,1),(0,31,20101,'com.liferay.portal.kernel.model.Layout',4,'1',1,20117,0,529,1),(0,32,20101,'com.liferay.portal.kernel.model.Layout',4,'1',1,20109,0,1,1),(0,33,20101,'com.liferay.portal.kernel.model.Group',4,'20123',20123,20110,0,33554431,1),(0,34,20101,'com.liferay.portal.kernel.model.Group',4,'20124',20124,20110,0,33554431,1),(0,35,20101,'com.liferay.portal.kernel.model.Layout',4,'2',2,20110,20105,1023,1),(0,36,20101,'com.liferay.portal.kernel.model.Layout',4,'2',2,20117,0,529,1),(0,37,20101,'com.liferay.portal.kernel.model.Layout',4,'2',2,20109,0,1,1),(0,38,20101,'com.liferay.portal.kernel.model.Group',4,'20127',20127,20110,0,33554431,1),(0,39,20101,'com.liferay.portal.kernel.model.Layout',2,'20127',20127,20112,0,1,1),(0,40,20101,'com.liferay.portal.kernel.model.Group',2,'20127',20127,20111,0,1280,0),(0,41,20101,'com.liferay.portal.kernel.model.Group',4,'20128',20128,20110,0,33554431,1),(0,42,20101,'com.liferay.portal.kernel.model.PasswordPolicy',4,'20129',20129,20110,0,31,1),(0,43,20101,'com.liferay.portal.kernel.model.Group',4,'20133',20133,20110,0,33554431,1),(0,44,20101,'com.liferay.portal.kernel.model.User',4,'20130',20130,20110,20130,31,1),(0,45,20101,'90',4,'90',90,20110,0,65534,0),(0,46,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20137',20137,20110,0,15,1),(0,47,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20140',20140,20110,0,15,1),(0,48,20101,'com.liferay.portal.kernel.model.Layout',4,'3',3,20110,20105,1023,1),(0,49,20101,'com.liferay.portal.kernel.model.Layout',4,'3',3,20117,0,529,1),(0,50,20101,'com.liferay.portal.kernel.model.Layout',4,'3',3,20109,0,1,1),(0,51,20101,'com.liferay.portal.kernel.model.Layout',4,'4',4,20110,20105,1023,1),(0,52,20101,'com.liferay.portal.kernel.model.Layout',4,'4',4,20117,0,529,1),(0,53,20101,'com.liferay.portal.kernel.model.Layout',2,'20123',20123,20112,0,1,1),(0,54,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20813',20813,20110,0,15,1),(0,55,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20815',20815,20110,0,15,1),(0,56,20101,'1_WAR_opensocialportlet',4,'1_WAR_opensocialportlet',0,20110,0,31,1),(0,57,20101,'1_WAR_opensocialportlet',4,'1_WAR_opensocialportlet',0,20117,0,1,1),(0,58,20101,'com.liferay.opensocial.model.Gadget',4,'com.liferay.opensocial.model.Gadget',0,20109,0,1,1),(0,59,20101,'com.liferay.opensocial.model.Gadget',4,'com.liferay.opensocial.model.Gadget',0,20110,0,15,1),(0,60,20101,'com.liferay.opensocial',4,'com.liferay.opensocial',0,20110,0,6,0),(0,61,20101,'com.liferay.opensocial',4,'com.liferay.opensocial',0,20117,0,4,0),(0,62,20101,'2_WAR_opensocialportlet',4,'2_WAR_opensocialportlet',0,20109,0,1,1),(0,63,20101,'2_WAR_opensocialportlet',4,'2_WAR_opensocialportlet',0,20110,0,63,1),(0,64,20101,'2_WAR_opensocialportlet',4,'2_WAR_opensocialportlet',0,20117,0,1,1),(0,65,20101,'2_WAR_opensocialportlet',1,'20101',20101,20107,0,32,0),(0,66,20101,'2_WAR_opensocialportlet',1,'20101',20101,20109,0,32,0),(0,67,20101,'2_WAR_opensocialportlet',1,'20101',20101,20111,0,32,0),(0,68,20101,'2_WAR_opensocialportlet',1,'20101',20101,20112,0,32,0),(0,69,20101,'3_WAR_opensocialportlet',4,'3_WAR_opensocialportlet',0,20109,0,1,1),(0,70,20101,'3_WAR_opensocialportlet',4,'3_WAR_opensocialportlet',0,20110,0,63,1),(0,71,20101,'3_WAR_opensocialportlet',4,'3_WAR_opensocialportlet',0,20117,0,1,1),(0,72,20101,'3_WAR_opensocialportlet',1,'20101',20101,20107,0,32,0),(0,73,20101,'3_WAR_opensocialportlet',1,'20101',20101,20109,0,32,0),(0,74,20101,'3_WAR_opensocialportlet',1,'20101',20101,20111,0,32,0),(0,75,20101,'3_WAR_opensocialportlet',1,'20101',20101,20112,0,32,0),(0,76,20101,'4_WAR_opensocialportlet',4,'4_WAR_opensocialportlet',0,20109,0,1,1),(0,77,20101,'4_WAR_opensocialportlet',4,'4_WAR_opensocialportlet',0,20110,0,31,1),(0,78,20101,'4_WAR_opensocialportlet',4,'4_WAR_opensocialportlet',0,20117,0,1,1),(0,79,20101,'4_WAR_opensocialportlet',2,'20127',20127,20111,0,31,1),(0,80,20101,'2_WAR_tasksportlet',4,'2_WAR_tasksportlet',0,20109,0,1,1),(0,81,20101,'2_WAR_tasksportlet',4,'2_WAR_tasksportlet',0,20110,0,63,1),(0,82,20101,'2_WAR_tasksportlet',4,'2_WAR_tasksportlet',0,20117,0,1,1),(0,83,20101,'2_WAR_tasksportlet',1,'20101',20101,20107,0,32,0),(0,84,20101,'2_WAR_tasksportlet',1,'20101',20101,20109,0,32,0),(0,85,20101,'2_WAR_tasksportlet',1,'20101',20101,20111,0,32,0),(0,86,20101,'2_WAR_tasksportlet',1,'20101',20101,20112,0,32,0),(0,87,20101,'1_WAR_tasksportlet',4,'1_WAR_tasksportlet',0,20109,0,1,1),(0,88,20101,'1_WAR_tasksportlet',4,'1_WAR_tasksportlet',0,20110,0,63,1),(0,89,20101,'1_WAR_tasksportlet',4,'1_WAR_tasksportlet',0,20117,0,1,1),(0,90,20101,'com.liferay.tasks.model.TasksEntry',4,'com.liferay.tasks.model.TasksEntry',0,20109,0,1,1),(0,91,20101,'com.liferay.tasks.model.TasksEntry',4,'com.liferay.tasks.model.TasksEntry',0,20110,0,63,1),(0,92,20101,'com.liferay.tasks',4,'com.liferay.tasks',0,20110,0,6,0),(0,93,20101,'com.liferay.tasks',4,'com.liferay.tasks',0,20117,0,2,0),(0,94,20101,'1_WAR_tasksportlet',1,'20101',20101,20107,0,32,0),(0,95,20101,'1_WAR_tasksportlet',1,'20101',20101,20109,0,32,0),(0,96,20101,'1_WAR_tasksportlet',1,'20101',20101,20111,0,32,0),(0,97,20101,'1_WAR_tasksportlet',1,'20101',20101,20112,0,32,0),(0,98,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20842',20842,20110,0,15,1),(0,99,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20843',20843,20110,0,15,1),(0,100,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20844',20844,20110,0,15,1),(0,101,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20845',20845,20110,0,15,1),(0,201,20101,'1_WAR_powwowportlet',4,'1_WAR_powwowportlet',0,20109,0,1,1),(0,202,20101,'1_WAR_powwowportlet',4,'1_WAR_powwowportlet',0,20110,0,63,1),(0,203,20101,'1_WAR_powwowportlet',4,'1_WAR_powwowportlet',0,20117,0,1,1),(0,204,20101,'com.liferay.powwow.meetings',4,'com.liferay.powwow.meetings',0,20110,0,15,1),(0,205,20101,'com.liferay.powwow.model.PowwowMeeting',4,'com.liferay.powwow.model.PowwowMeeting',0,20110,0,15,1),(0,206,20101,'1_WAR_powwowportlet',1,'20101',20101,20107,0,2,0),(0,207,20101,'1_WAR_powwowportlet',1,'20101',20101,20109,0,2,0),(0,208,20101,'1_WAR_powwowportlet',1,'20101',20101,20111,0,2,0),(0,209,20101,'1_WAR_powwowportlet',1,'20101',20101,20112,0,2,0),(0,301,20101,'2_WAR_powwowportlet',4,'2_WAR_powwowportlet',0,20109,0,1,1),(0,302,20101,'2_WAR_powwowportlet',4,'2_WAR_powwowportlet',0,20110,0,63,1),(0,303,20101,'2_WAR_powwowportlet',4,'2_WAR_powwowportlet',0,20117,0,1,1),(0,304,20101,'2_WAR_powwowportlet',1,'20101',20101,20107,0,2,0),(0,401,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35701',35701,20110,20105,15,1),(0,402,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35702',35702,20110,20105,15,1),(0,403,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35703',35703,20110,20105,15,1),(0,404,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35704',35704,20110,20105,15,1),(0,405,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35705',35705,20110,20105,15,1),(0,406,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35706',35706,20110,20105,15,1),(0,407,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35707',35707,20110,20105,15,1),(0,408,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35708',35708,20110,20105,15,1),(0,409,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35709',35709,20110,20105,15,1),(0,410,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35709',35709,20109,0,1,1),(0,411,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35710',35710,20110,20105,15,1),(0,412,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35710',35710,20109,0,1,1),(0,413,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35711',35711,20110,20105,15,1),(0,414,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35712',35712,20110,20105,15,1),(0,415,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35713',35713,20110,20105,15,1),(0,416,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35714',35714,20110,20105,15,1),(0,417,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'35715',35715,20110,20105,15,1),(0,501,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'39201',39201,20110,20105,15,1),(0,502,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'39202',39202,20110,20105,15,1),(0,503,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'1',1,20110,20105,63,1),(0,504,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'39205',39205,20110,20105,511,1),(0,505,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'39205',39205,20109,0,1,1),(0,506,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'39208',39208,20110,20105,511,1),(0,507,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'39208',39208,20109,0,1,1),(0,508,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'39209',39209,20110,20105,255,1),(0,509,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'39209',39209,20112,0,129,1),(0,510,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'39209',39209,20109,0,129,1),(0,511,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'1',1,20108,0,17,1),(0,512,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'2',2,20110,20105,63,1),(0,601,20101,'com.liferay.commerce.account.model.CommerceAccountGroup',4,'39301',39301,20110,20130,15,1),(0,602,20101,'com.liferay.portal.kernel.model.Role',4,'39303',39303,20110,20130,127,1),(5,603,20101,'com.liferay.commerce.account.model.CommerceAccount',3,'0',0,39303,0,489,1),(6,604,20101,'com.liferay.commerce.order',3,'0',0,39303,0,1742,0),(0,605,20101,'com.liferay.portal.kernel.model.Role',4,'39304',39304,20110,20130,127,1),(3,606,20101,'com.liferay.commerce.order',3,'0',0,39304,0,1546,0),(0,607,20101,'com.liferay.portal.kernel.model.Role',4,'39305',39305,20110,20130,127,1),(6,608,20101,'com.liferay.commerce.order',3,'0',0,39305,0,1742,0),(0,701,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40005',40005,20110,20105,15,1),(0,702,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40008',40008,20110,20105,15,1),(0,703,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40012',40012,20110,20105,15,1),(0,801,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40101',40101,20110,20105,15,1),(0,802,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40104',40104,20110,20105,15,1),(0,803,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40107',40107,20110,20105,15,1),(0,804,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40110',40110,20110,20105,15,1),(0,805,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40113',40113,20110,20105,15,1),(0,806,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40116',40116,20110,20105,15,1),(0,807,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40119',40119,20110,20105,15,1),(0,808,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40122',40122,20110,20105,15,1),(0,809,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40125',40125,20110,20105,15,1),(0,810,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40129',40129,20110,20105,15,1),(0,901,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40201',40201,20110,20105,15,1),(0,1001,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40302',40302,20110,20105,15,1),(0,1002,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'40301',40301,20110,20105,15,1),(0,1003,20101,'com.liferay.portal.kernel.model.Group',4,'40305',40305,20110,0,33554431,1),(0,1004,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40306',40306,20110,20105,15,1),(0,1005,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40309',40309,20110,20105,15,1),(0,1006,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40312',40312,20110,20105,15,1),(0,1007,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40315',40315,20110,20105,15,1),(0,1008,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40318',40318,20110,20105,15,1),(0,1009,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40321',40321,20110,20105,15,1),(0,1010,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40324',40324,20110,20105,15,1),(0,1011,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40327',40327,20110,20105,15,1),(0,1012,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40330',40330,20110,20105,15,1),(0,1013,20101,'com.liferay.portal.kernel.model.Layout',4,'5',5,20110,20105,1023,1),(0,1014,20101,'com.liferay.portal.kernel.model.Layout',4,'5',5,20117,0,529,1),(0,1015,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40334',40334,20110,20105,15,1),(0,1016,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'40338',40338,20110,20105,15,1),(0,1017,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'40338',40338,20112,0,1,1),(0,1018,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'40338',40338,20109,0,1,1),(0,1019,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40339',40339,20110,20105,15,1),(0,1020,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40342',40342,20110,20105,15,1),(0,1021,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40346',40346,20110,20105,15,1),(0,1022,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40350',40350,20110,20105,15,1),(0,1023,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40354',40354,20110,20105,15,1),(0,1024,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40358',40358,20110,20105,15,1),(0,1025,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40362',40362,20110,20105,15,1),(0,1026,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40367',40367,20110,20105,15,1),(0,1027,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40371',40371,20110,20105,15,1),(0,1028,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40375',40375,20110,20105,15,1),(0,1029,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40379',40379,20110,20105,15,1),(0,1101,20101,'com.liferay.portal.kernel.model.Layout',4,'6',6,20110,20105,1023,1),(0,1102,20101,'com.liferay.portal.kernel.model.Layout',4,'6',6,20117,0,529,1),(0,1103,20101,'com.liferay.portal.kernel.model.Layout',4,'6',6,20109,0,1,1),(0,1201,20101,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion',4,'40602',40602,20110,20105,15,1),(0,1202,20101,'com.liferay.portal.kernel.model.Role',4,'40613',40613,20110,0,127,1),(0,1203,20101,'com.liferay.portal.kernel.model.Role',4,'40619',40619,20110,0,127,1),(0,1204,20101,'com.liferay.portal.kernel.model.Role',4,'40622',40622,20110,0,127,1),(0,1205,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet',4,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthAdminPortlet',0,20110,0,61,1),(0,1206,20101,'com.liferay.portal.security.wedeploy.auth',4,'com.liferay.portal.security.wedeploy.auth',0,20110,0,6,0),(0,1207,20101,'com.liferay.portal.security.wedeploy.auth.model.WeDeployAuthApp',4,'com.liferay.portal.security.wedeploy.auth.model.WeDeployAuthApp',0,20110,0,7,1),(0,1208,20101,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,20109,0,1,1),(0,1209,20101,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,20110,0,63,1),(0,1210,20101,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,20117,0,1,1),(0,1211,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',4,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',0,20109,0,1,1),(0,1212,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',4,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',0,20110,0,63,1),(0,1213,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',4,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',0,20117,0,1,1),(0,1214,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',1,'20101',20101,20111,0,2,0),(0,1215,20101,'com_liferay_portal_security_wedeploy_auth_web_internal_portlet_WeDeployAuthPortlet',1,'20101',20101,20112,0,2,0),(0,1216,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,20109,0,1,1),(0,1217,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,20110,0,63,1),(0,1218,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,20117,0,1,1),(0,1219,20101,'com.liferay.asset.list.model.AssetListEntry',4,'com.liferay.asset.list.model.AssetListEntry',0,20109,0,1,1),(0,1220,20101,'com.liferay.asset.list.model.AssetListEntry',4,'com.liferay.asset.list.model.AssetListEntry',0,20110,0,15,1),(0,1221,20101,'com.liferay.asset.list',4,'com.liferay.asset.list',0,20110,0,15,1),(0,1222,20101,'com.liferay.asset.list',4,'com.liferay.asset.list',0,20117,0,1,1),(0,1223,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',1,'20101',20101,20107,0,2,0),(0,1224,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',2,'20127',20127,20111,0,63,1),(0,1225,20101,'com.liferay.asset.list',2,'20127',20127,20111,0,15,1),(0,1226,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,20109,0,1,1),(0,1227,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,20110,0,63,1),(0,1228,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,20117,0,1,1),(0,1229,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'20101',20101,20109,0,2,0),(0,1230,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'20101',20101,20111,0,2,0),(0,1231,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'20101',20101,20112,0,2,0),(0,1232,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40637',40637,20110,20105,15,1),(0,1233,20101,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20109,0,1,1),(0,1234,20101,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20110,0,63,1),(0,1235,20101,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20117,0,1,1),(0,1236,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'40640',40640,20110,20105,15,1),(0,1237,20101,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,20109,0,1,1),(0,1238,20101,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,20110,0,63,1),(0,1239,20101,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,20117,0,1,1),(0,1240,20101,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',0,20109,0,1,1),(0,1241,20101,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',0,20110,0,63,1),(0,1242,20101,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',0,20117,0,1,1),(0,1243,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20109,0,1,1),(0,1244,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20110,0,127,1),(0,1245,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20117,0,33,1),(0,1246,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'20101',20101,20111,0,64,0),(0,1247,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'20101',20101,20112,0,64,0),(0,1248,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20109,0,1,1),(0,1249,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20110,0,63,1),(0,1250,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20117,0,1,1),(0,1251,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,1252,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,20109,0,1,1),(0,1253,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,20110,0,63,1),(0,1254,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,20117,0,1,1),(0,1255,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20101',20101,20111,0,2,0),(0,1256,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20101',20101,20112,0,2,0),(0,1257,20101,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',4,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',0,20109,0,1,1),(0,1258,20101,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',4,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',0,20110,0,15,1),(0,1259,20101,'com.liferay.data.engine',4,'com.liferay.data.engine',0,20110,0,62,0),(0,1260,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20107,0,2,0),(0,1261,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20109,0,2,0),(0,1262,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20111,0,2,0),(0,1263,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20112,0,2,0),(0,1264,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20109,0,1,1),(0,1265,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20110,0,63,1),(0,1266,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20117,0,1,1),(0,1267,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,1268,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,20109,0,1,1),(0,1269,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,20110,0,63,1),(0,1270,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,20117,0,1,1),(0,1271,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20101',20101,20111,0,2,0),(0,1272,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20101',20101,20112,0,2,0),(0,1273,20101,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',4,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',0,20109,0,1,1),(0,1274,20101,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',4,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',0,20110,0,15,1),(0,1275,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20107,0,2,0),(0,1276,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20109,0,2,0),(0,1277,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20111,0,2,0),(0,1278,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20112,0,2,0),(0,1279,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20109,0,1,1),(0,1280,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20110,0,63,1),(0,1281,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20117,0,1,1),(0,1282,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20101',20101,20109,0,2,0),(0,1283,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20101',20101,20111,0,2,0),(0,1284,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,20109,0,1,1),(0,1285,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,20110,0,63,1),(0,1286,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,20117,0,1,1),(0,1287,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20101',20101,20112,0,2,0),(0,1288,20101,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',4,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',0,20109,0,3,1),(0,1289,20101,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',4,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',0,20110,0,511,1),(0,1290,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20107,0,2,0),(0,1291,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20109,0,2,0),(0,1292,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20111,0,2,0),(0,1293,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20112,0,2,0),(0,1294,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20109,0,1,1),(0,1295,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20110,0,63,1),(0,1296,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20117,0,1,1),(0,1297,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,1298,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20101',20101,20111,0,2,0),(0,1299,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20101',20101,20112,0,2,0),(0,1300,20101,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20109,0,1,1),(0,1301,20101,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20110,0,63,1),(0,1302,20101,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20117,0,1,1),(0,1303,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,20109,0,1,1),(0,1304,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,20110,0,63,1),(0,1305,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,20117,0,1,1),(0,1306,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',1,'20101',20101,20107,0,2,0),(0,1307,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20109,0,1,1),(0,1308,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20110,0,63,1),(0,1309,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20117,0,1,1),(0,1310,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',1,'20101',20101,20107,0,2,0),(0,1311,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20109,0,1,1),(0,1312,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20110,0,61,1),(0,1313,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20117,0,1,1),(0,1314,20101,'com.liferay.asset.categories',4,'com.liferay.asset.categories',0,20110,0,14,0),(0,1315,20101,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,20109,0,1,1),(0,1316,20101,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,20110,0,31,1),(0,1317,20101,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,20109,0,1,1),(0,1318,20101,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,20110,0,15,1),(0,1319,20101,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',4,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',0,20109,0,1,1),(0,1320,20101,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',4,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',0,20110,0,63,1),(0,1321,20101,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',4,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',0,20117,0,1,1),(0,1322,20101,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',1,'20101',20101,20111,0,2,0),(0,1323,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1324,20101,'com_liferay_chart_sample_web_portlet_ChartSamplePortlet',1,'20101',20101,20112,0,2,0),(0,1325,20101,'com.liferay.asset.categories',2,'20127',20127,20111,0,14,0),(0,1326,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20109,0,1,1),(0,1327,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20110,0,61,1),(0,1328,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20117,0,1,1),(0,1329,20101,'com.liferay.message.boards.model.MBCategory',4,'com.liferay.message.boards.model.MBCategory',0,20109,0,1,1),(0,1330,20101,'com.liferay.message.boards.model.MBCategory',4,'com.liferay.message.boards.model.MBCategory',0,20110,0,4095,1),(0,1331,20101,'com.liferay.message.boards.model.MBThread',4,'com.liferay.message.boards.model.MBThread',0,20109,0,1,1),(0,1332,20101,'com.liferay.message.boards.model.MBThread',4,'com.liferay.message.boards.model.MBThread',0,20110,0,15,1),(0,1333,20101,'com.liferay.message.boards.model.MBMessage',4,'com.liferay.message.boards.model.MBMessage',0,20109,0,1,1),(0,1334,20101,'com.liferay.message.boards.model.MBMessage',4,'com.liferay.message.boards.model.MBMessage',0,20110,0,31,1),(0,1335,20101,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet',4,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet',0,20109,0,1,1),(0,1336,20101,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet',4,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet',0,20110,0,61,1),(0,1337,20101,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet',4,'com_liferay_commerce_admin_web_internal_portlet_CommerceAdminPortlet',0,20117,0,1,1),(0,1338,20101,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20109,0,1,1),(0,1339,20101,'com.liferay.commerce.notification',4,'com.liferay.commerce.notification',0,20110,0,126,0),(0,1340,20101,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20110,0,2047,1),(0,1341,20101,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20117,0,421,1),(0,1342,20101,'com.liferay.commerce.application.model.CommerceApplicationModel',4,'com.liferay.commerce.application.model.CommerceApplicationModel',0,20110,0,15,1),(0,1343,20101,'com.liferay.commerce.product',4,'com.liferay.commerce.product',0,20109,0,8,0),(0,1344,20101,'com.liferay.commerce.product',4,'com.liferay.commerce.product',0,20110,0,62,0),(0,1345,20101,'com.liferay.commerce.product',4,'com.liferay.commerce.product',0,20117,0,8,0),(0,1346,20101,'com.liferay.commerce',4,'com.liferay.commerce',0,20110,0,6,0),(0,1347,20101,'com.liferay.commerce.application.model.CommerceApplicationBrand',4,'com.liferay.commerce.application.model.CommerceApplicationBrand',0,20110,0,15,1),(0,1348,20101,'com.liferay.commerce.notification.model.CommerceNotificationTemplate',4,'com.liferay.commerce.notification.model.CommerceNotificationTemplate',0,20109,0,1,1),(0,1349,20101,'com.liferay.commerce.notification.model.CommerceNotificationTemplate',4,'com.liferay.commerce.notification.model.CommerceNotificationTemplate',0,20110,0,15,1),(0,1350,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1351,20101,'com.liferay.message.boards',2,'20127',20127,20111,0,2047,1),(0,1352,20101,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20109,0,1,1),(0,1353,20101,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20110,0,31,1),(0,1354,20101,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20117,0,1,1),(0,1355,20101,'com_liferay_message_boards_web_portlet_MBPortlet',1,'20101',20101,20111,0,2,0),(0,1356,20101,'com_liferay_message_boards_web_portlet_MBPortlet',1,'20101',20101,20112,0,2,0),(0,1357,20101,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20109,0,1,1),(0,1358,20101,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20110,0,63,1),(0,1359,20101,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20117,0,1,1),(0,1360,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20109,0,1,1),(0,1361,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20110,0,61,1),(0,1362,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20117,0,1,1),(0,1363,20101,'com.liferay.blogs',4,'com.liferay.blogs',0,20110,0,14,0),(0,1364,20101,'com.liferay.blogs',4,'com.liferay.blogs',0,20117,0,8,0),(0,1365,20101,'com.liferay.blogs.model.BlogsEntry',4,'com.liferay.blogs.model.BlogsEntry',0,20109,0,65,1),(0,1366,20101,'com.liferay.blogs.model.BlogsEntry',4,'com.liferay.blogs.model.BlogsEntry',0,20110,0,127,1),(0,1367,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1368,20101,'com.liferay.blogs',2,'20127',20127,20111,0,14,0),(0,1369,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20109,0,1,1),(0,1370,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',4,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',0,20109,0,1,1),(0,1371,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20110,0,63,1),(0,1372,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20117,0,1,1),(0,1373,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',4,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',0,20110,0,63,1),(0,1374,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',4,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',0,20117,0,1,1),(0,1375,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20101',20101,20109,0,2,0),(0,1376,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20101',20101,20107,0,2,0),(0,1377,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20101',20101,20111,0,2,0),(0,1378,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20101',20101,20112,0,2,0),(0,1379,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20101',20101,20109,0,2,0),(0,1380,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20101',20101,20111,0,2,0),(0,1381,20101,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20101',20101,20112,0,2,0),(0,1382,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20109,0,1,1),(0,1383,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20110,0,63,1),(0,1384,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20117,0,1,1),(0,1385,20101,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',4,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',0,20109,0,1,1),(0,1386,20101,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',4,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',0,20110,0,63,1),(0,1387,20101,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',4,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',0,20117,0,1,1),(0,1388,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20101',20101,20109,0,2,0),(0,1389,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20101',20101,20111,0,2,0),(0,1390,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20101',20101,20112,0,2,0),(0,1391,20101,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',1,'20101',20101,20111,0,2,0),(0,1392,20101,'com_liferay_portal_workflow_metrics_web_internal_portlet_WorkflowMetricsPortlet',1,'20101',20101,20112,0,2,0),(0,1393,20101,'com_liferay_wiki_web_portlet_WikiAdminPortlet',4,'com_liferay_wiki_web_portlet_WikiAdminPortlet',0,20110,0,61,1),(0,1394,20101,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,20109,0,129,1),(0,1395,20101,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet',4,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet',0,20110,0,31,1),(0,1396,20101,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,20110,0,255,1),(0,1397,20101,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet',1,'20101',20101,20111,0,16,0),(0,1398,20101,'com_liferay_portal_search_elasticsearch6_xpack_monitoring_portlet_XPackMonitoringPortlet',1,'20101',20101,20112,0,16,0),(0,1399,20101,'com.liferay.wiki',4,'com.liferay.wiki',0,20110,0,6,0),(0,1400,20101,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,20109,0,1,1),(0,1401,20101,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,20110,0,255,1),(0,1402,20101,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20109,0,1,1),(0,1403,20101,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20110,0,63,1),(0,1404,20101,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20117,0,1,1),(0,1405,20101,'com_liferay_comment_web_portlet_CommentPortlet',1,'20101',20101,20109,0,2,0),(0,1406,20101,'com_liferay_comment_web_portlet_CommentPortlet',1,'20101',20101,20111,0,2,0),(0,1407,20101,'com_liferay_comment_web_portlet_CommentPortlet',1,'20101',20101,20112,0,2,0),(0,1408,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,20109,0,1,1),(0,1409,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,20110,0,63,1),(0,1410,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,20117,0,1,1),(0,1411,20101,'com_liferay_wiki_web_portlet_WikiAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1412,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',1,'20101',20101,20111,0,2,0),(0,1413,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',1,'20101',20101,20112,0,2,0),(0,1414,20101,'com.liferay.wiki',2,'20127',20127,20111,0,6,0),(0,1415,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20109,0,1,1),(0,1416,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20110,0,63,1),(0,1417,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20117,0,1,1),(0,1418,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20109,0,1,1),(0,1419,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20110,0,63,1),(0,1420,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'20101',20101,20107,0,2,0),(0,1421,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20117,0,1,1),(0,1422,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,1423,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,1424,20101,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20109,0,1,1),(0,1425,20101,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20110,0,63,1),(0,1426,20101,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20117,0,1,1),(0,1427,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'20101',20101,20112,0,32,0),(0,1428,20101,'com_liferay_wiki_web_portlet_WikiPortlet',1,'20101',20101,20111,0,2,0),(0,1429,20101,'com_liferay_wiki_web_portlet_WikiPortlet',1,'20101',20101,20112,0,2,0),(0,1430,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20109,0,1,1),(0,1431,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20110,0,125,1),(0,1432,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20117,0,1,1),(0,1433,20101,'com.liferay.portal.kernel.model.User',4,'com.liferay.portal.kernel.model.User',0,20110,0,31,1),(0,1434,20101,'com.liferay.portal.kernel.model.Organization',4,'com.liferay.portal.kernel.model.Organization',0,20110,0,2047,1),(0,1435,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,20109,0,1,1),(0,1436,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,20110,0,63,1),(0,1437,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,20117,0,1,1),(0,1438,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'20101',20101,20109,0,2,0),(0,1439,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'20101',20101,20111,0,2,0),(0,1440,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'20101',20101,20112,0,2,0),(0,1441,20101,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,20109,0,1,1),(0,1442,20101,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,20110,0,63,1),(0,1443,20101,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,20117,0,1,1),(0,1444,20101,'com.liferay.segments',4,'com.liferay.segments',0,20109,0,1,1),(0,1445,20101,'com.liferay.segments',4,'com.liferay.segments',0,20110,0,31,1),(0,1446,20101,'com.liferay.segments',4,'com.liferay.segments',0,20117,0,1,1),(0,1447,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20109,0,1,1),(0,1448,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20110,0,63,1),(0,1449,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20117,0,1,1),(0,1450,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'com.liferay.portal.kernel.model.LayoutPrototype',0,20109,0,1,1),(0,1451,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'com.liferay.portal.kernel.model.LayoutPrototype',0,20110,0,15,1),(0,1452,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20107,0,2,0),(0,1453,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20109,0,2,0),(0,1454,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20111,0,2,0),(0,1455,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20112,0,2,0),(0,1456,20101,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',4,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',0,20109,0,1,1),(0,1457,20101,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',4,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',0,20110,0,63,1),(0,1458,20101,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',4,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',0,20117,0,1,1),(0,1459,20101,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',1,'20101',20101,20111,0,2,0),(0,1460,20101,'com_liferay_commerce_bom__web_internal_portlet_CommerceBOMPortlet',1,'20101',20101,20112,0,2,0),(0,1461,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20109,0,1,1),(0,1462,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20110,0,63,1),(0,1463,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20117,0,1,1),(0,1464,20101,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40674',40674,20110,20105,15,1),(0,1465,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20101',20101,20109,0,2,0),(0,1466,20101,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40674',40674,20112,0,1,1),(0,1467,20101,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40674',40674,20109,0,1,1),(0,1468,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20101',20101,20111,0,2,0),(0,1469,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20101',20101,20112,0,2,0),(0,1470,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',0,20110,0,125,1),(0,1471,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',0,20117,0,1,1),(0,1472,20101,'com.liferay.oauth2.provider',4,'com.liferay.oauth2.provider',0,20110,0,6,0),(0,1473,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'com.liferay.oauth2.provider.model.OAuth2Application',0,20110,0,63,1),(0,1474,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',0,20109,0,1,1),(0,1475,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',0,20110,0,31,1),(0,1476,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',0,20110,0,31,1),(0,1477,20101,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'40683',40683,20110,20105,15,1),(0,1478,20101,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'40683',40683,20112,0,1,1),(0,1479,20101,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'40683',40683,20109,0,1,1),(0,1480,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',1,'20101',20101,20112,0,16,0),(0,1481,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',0,20109,0,1,1),(0,1482,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',0,20110,0,63,1),(0,1483,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',0,20117,0,1,1),(0,1484,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',1,'20101',20101,20111,0,2,0),(0,1485,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardHistoryChartPortlet',1,'20101',20101,20112,0,2,0),(0,1486,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',0,20109,0,1,1),(0,1487,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',0,20110,0,63,1),(0,1488,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',0,20117,0,1,1),(0,1489,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',1,'20101',20101,20111,0,2,0),(0,1490,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40687',40687,20110,20105,15,1),(0,1491,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardOverviewChartPortlet',1,'20101',20101,20112,0,2,0),(0,1492,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',0,20109,0,1,1),(0,1493,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',0,20110,0,63,1),(0,1494,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',0,20117,0,1,1),(0,1495,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',1,'20101',20101,20111,0,2,0),(0,1496,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardStatusChartPortlet',1,'20101',20101,20112,0,2,0),(0,1497,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20109,0,1,1),(0,1498,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40693',40693,20110,20105,15,1),(0,1499,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20110,0,63,1),(0,1500,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20117,0,1,1),(0,1501,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',1,'20101',20101,20107,0,2,0),(0,1502,20101,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',4,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',0,20109,0,1,1),(0,1503,20101,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',4,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',0,20110,0,63,1),(0,1504,20101,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',4,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',0,20117,0,1,1),(0,1505,20101,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',1,'20101',20101,20111,0,2,0),(0,1506,20101,'com_liferay_commerce_discount_content_web_internal_portlet_CommerceDiscountContentPortlet',1,'20101',20101,20112,0,2,0),(0,1507,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40698',40698,20110,20105,15,1),(0,1508,20101,'hello_soy_portlet',4,'hello_soy_portlet',0,20109,0,1,1),(0,1509,20101,'hello_soy_portlet',4,'hello_soy_portlet',0,20110,0,63,1),(0,1510,20101,'hello_soy_portlet',4,'hello_soy_portlet',0,20117,0,1,1),(0,1511,20101,'hello_soy_portlet',1,'20101',20101,20109,0,2,0),(0,1512,20101,'hello_soy_portlet',1,'20101',20101,20111,0,2,0),(0,1513,20101,'hello_soy_portlet',1,'20101',20101,20112,0,2,0),(0,1514,20101,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',4,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',0,20109,0,1,1),(0,1515,20101,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',4,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',0,20110,0,63,1),(0,1516,20101,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',4,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',0,20117,0,1,1),(0,1517,20101,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',1,'20101',20101,20107,0,2,0),(0,1518,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,20109,0,1,1),(0,1519,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,20110,0,63,1),(0,1520,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,20117,0,1,1),(0,1521,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40705',40705,20110,20105,15,1),(0,1522,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'20101',20101,20109,0,2,0),(0,1523,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'20101',20101,20111,0,2,0),(0,1524,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'20101',20101,20112,0,2,0),(0,1525,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,20109,0,1,1),(0,1526,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,20110,0,63,1),(0,1527,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,20117,0,1,1),(0,1528,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20107,0,2,0),(0,1529,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,1530,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20111,0,2,0),(1,1531,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20112,0,34,0),(0,1532,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40710',40710,20110,20105,15,1),(0,1533,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40716',40716,20110,20105,15,1),(0,1534,20101,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,20109,0,1,1),(0,1535,20101,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,20110,0,63,1),(0,1536,20101,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,20117,0,1,1),(0,1537,20101,'com_liferay_sharing_web_portlet_SharingPortlet',1,'20101',20101,20109,0,2,0),(0,1538,20101,'com_liferay_sharing_web_portlet_SharingPortlet',1,'20101',20101,20111,0,2,0),(0,1539,20101,'com_liferay_sharing_web_portlet_SharingPortlet',1,'20101',20101,20112,0,2,0),(0,1540,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',4,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',0,20109,0,1,1),(0,1541,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',4,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',0,20110,0,63,1),(0,1542,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',4,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',0,20117,0,1,1),(0,1543,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',1,'20101',20101,20107,0,2,0),(0,1544,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',1,'20101',20101,20109,0,2,0),(0,1545,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',1,'20101',20101,20111,0,2,0),(0,1546,20101,'com_liferay_saml_web_internal_portlet_SamlAdminPortlet',1,'20101',20101,20112,0,2,0),(0,1547,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,20109,0,1,1),(0,1548,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,20110,0,63,1),(0,1549,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,20117,0,1,1),(0,1550,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',1,'20101',20101,20111,0,2,0),(0,1551,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',1,'20101',20101,20112,0,2,0),(0,1552,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,20109,0,1,1),(0,1553,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,20110,0,63,1),(0,1554,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,20117,0,1,1),(0,1555,20101,'com.liferay.portal.workflow.kaleo.designer',4,'com.liferay.portal.workflow.kaleo.designer',0,20110,0,7,1),(0,1556,20101,'com.liferay.portal.workflow.kaleo.designer',4,'com.liferay.portal.workflow.kaleo.designer',0,20117,0,1,1),(0,1557,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',1,'20101',20101,20107,0,2,0),(0,1558,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,20109,0,1,1),(0,1559,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,20110,0,63,1),(0,1560,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,20117,0,1,1),(0,1561,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',1,'20101',20101,20111,0,2,0),(0,1562,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',1,'20101',20101,20112,0,2,0),(0,1563,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',2,'20127',20127,20111,0,63,1),(0,1564,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'40724',40724,20110,20105,15,1),(0,1565,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,20109,0,1,1),(0,1566,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,20110,0,63,1),(0,1567,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,20117,0,1,1),(0,1568,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',1,'20101',20101,20111,0,2,0),(1,1569,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',1,'20101',20101,20112,0,34,0),(0,1570,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,20109,0,1,1),(0,1571,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,20110,0,63,1),(0,1572,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,20117,0,1,1),(0,1573,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',1,'20101',20101,20107,0,2,0),(0,1574,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20109,0,1,1),(0,1575,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20110,0,63,1),(0,1576,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20117,0,1,1),(0,1577,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'20101',20101,20111,0,2,0),(1,1578,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'20101',20101,20112,0,34,0),(0,1579,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,20109,0,1,1),(0,1580,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,20110,0,31,1),(0,1581,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,20117,0,1,1),(0,1582,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',0,20109,0,1,1),(0,1583,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',0,20110,0,63,1),(0,1584,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',0,20117,0,1,1),(0,1585,20101,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',4,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',0,20109,0,1,1),(0,1586,20101,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',4,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',0,20110,0,63,1),(0,1587,20101,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',4,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',0,20117,0,1,1),(0,1588,20101,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',1,'20101',20101,20111,0,2,0),(0,1589,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20107,0,2,0),(0,1590,20101,'com_liferay_clay_sample_web_portlet_ClaySamplePortlet',1,'20101',20101,20112,0,2,0),(0,1591,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20109,0,2,0),(0,1592,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20111,0,2,0),(0,1593,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20112,0,2,0),(0,1594,20101,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',4,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',0,20109,0,1,1),(0,1595,20101,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',4,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',0,20110,0,63,1),(0,1596,20101,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',4,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',0,20117,0,1,1),(0,1597,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',0,20109,0,1,1),(0,1598,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',0,20110,0,31,1),(0,1599,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',0,20117,0,1,1),(0,1600,20101,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',1,'20101',20101,20107,0,2,0),(0,1601,20101,'com.liferay.dynamic.data.mapping',4,'com.liferay.dynamic.data.mapping',0,20110,0,30,0),(0,1602,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',4,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',0,20109,0,1,1),(0,1603,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',4,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',0,20110,0,63,1),(0,1604,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',4,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',0,20117,0,1,1),(0,1605,20101,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',4,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',0,20110,0,31,1),(0,1606,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'20101',20101,20109,0,2,0),(0,1607,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'20101',20101,20109,0,2,0),(0,1608,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'20101',20101,20111,0,2,0),(0,1609,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'20101',20101,20111,0,2,0),(0,1610,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'20101',20101,20112,0,2,0),(0,1611,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'20101',20101,20112,0,2,0),(0,1612,20101,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,20109,0,1,1),(0,1613,20101,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,20110,0,63,1),(0,1614,20101,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,20117,0,1,1),(0,1615,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20109,0,1,1),(0,1616,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20110,0,61,1),(0,1617,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20117,0,1,1),(0,1618,20101,'com.liferay.asset.tags',4,'com.liferay.asset.tags',0,20110,0,6,0),(0,1619,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1620,20101,'com.liferay.asset.tags',2,'20127',20127,20111,0,6,0),(0,1621,20101,'com_liferay_expando_web_portlet_ExpandoPortlet',4,'com_liferay_expando_web_portlet_ExpandoPortlet',0,20110,0,125,1),(0,1622,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'com.liferay.expando.kernel.model.ExpandoColumn',0,20110,0,15,1),(0,1623,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',0,20109,0,1,1),(0,1624,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',0,20110,0,63,1),(0,1625,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',0,20117,0,1,1),(0,1626,20101,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',4,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',0,20110,0,15,1),(0,1627,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',1,'20101',20101,20111,0,2,0),(0,1628,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',1,'20101',20101,20112,0,2,0),(0,1629,20101,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',4,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',0,20109,0,1,1),(0,1630,20101,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',4,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',0,20110,0,63,1),(0,1631,20101,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',4,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',0,20117,0,1,1),(0,1632,20101,'com_liferay_portal_search_tuning_synonyms_web_internal_portlet_SynonymsPortlet',1,'20101',20101,20107,0,2,0),(0,1633,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',2,'20127',20127,20111,0,63,1),(0,1634,20101,'com.liferay.dynamic.data.mapping',2,'20127',20127,20111,0,30,0),(0,1635,20101,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',4,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',0,20109,0,1,1),(0,1636,20101,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',4,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',0,20110,0,63,1),(0,1637,20101,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',4,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',0,20117,0,1,1),(0,1638,20101,'com_liferay_portal_search_tuning_rankings_web_internal_portlet_ResultRankingsPortlet',1,'20101',20101,20107,0,2,0),(0,1639,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet',0,20109,0,1,1),(0,1640,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet',0,20110,0,61,1),(0,1641,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionsPortlet',0,20117,0,1,1),(0,1642,20101,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',4,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',0,20109,0,1,1),(0,1643,20101,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',4,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',0,20110,0,63,1),(0,1644,20101,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',4,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',0,20117,0,1,1),(0,1645,20101,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',1,'20101',20101,20111,0,32,0),(0,1646,20101,'com_liferay_portal_search_similar_results_web_portlet_SimilarResultsPortlet',1,'20101',20101,20112,0,32,0),(0,1647,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',4,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',0,20109,0,1,1),(0,1648,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',4,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',0,20110,0,63,1),(0,1649,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',4,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',0,20117,0,1,1),(0,1650,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1651,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1652,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1653,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',4,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',0,20109,0,1,1),(0,1654,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',4,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',0,20110,0,63,1),(0,1655,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',4,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',0,20117,0,1,1),(0,1656,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1657,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1658,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1659,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',4,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',0,20109,0,1,1),(0,1660,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',4,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',0,20110,0,63,1),(0,1661,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',4,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',0,20117,0,1,1),(0,1662,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'20101',20101,20109,0,2,0),(0,1663,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'20101',20101,20111,0,2,0),(0,1664,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'20101',20101,20112,0,2,0),(0,1665,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',4,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',0,20109,0,1,1),(0,1666,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',4,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',0,20110,0,63,1),(0,1667,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',4,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',0,20117,0,1,1),(0,1668,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1669,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1670,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1671,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',4,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',0,20109,0,1,1),(0,1672,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',4,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',0,20110,0,63,1),(0,1673,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',4,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',0,20117,0,1,1),(0,1674,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1675,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1676,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1677,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',4,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',0,20109,0,1,1),(0,1678,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',4,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',0,20110,0,63,1),(0,1679,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',4,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',0,20117,0,1,1),(0,1680,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'20101',20101,20109,0,2,0),(0,1681,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'20101',20101,20111,0,2,0),(0,1682,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'20101',20101,20112,0,2,0),(0,1683,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20109,0,1,1),(0,1684,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20110,0,63,1),(0,1685,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20117,0,1,1),(0,1686,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate',0,20110,0,15,1),(0,1687,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.mapping.model.DDMStructure',0,20110,0,15,1),(0,1688,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'20101',20101,20111,0,2,0),(0,1689,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'20101',20101,20112,0,2,0),(0,1690,20101,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',4,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',0,20109,0,1,1),(0,1691,20101,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',4,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',0,20110,0,63,1),(0,1692,20101,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',4,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',0,20117,0,1,1),(0,1693,20101,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',1,'20101',20101,20107,0,2,0),(0,1694,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20109,0,1,1),(0,1695,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20110,0,63,1),(0,1696,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20117,0,1,1),(0,1697,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',1,'20101',20101,20107,0,2,0),(0,1698,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',4,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',0,20109,0,1,1),(0,1699,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',4,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',0,20110,0,63,1),(0,1700,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',4,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',0,20117,0,1,1),(0,1701,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1702,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',2,'20127',20127,20111,0,63,1),(0,1703,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1704,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1705,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',4,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',0,20109,0,1,1),(0,1706,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',4,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',0,20110,0,63,1),(0,1707,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',4,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',0,20117,0,1,1),(0,1708,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20107,0,2,0),(0,1709,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20109,0,2,0),(0,1710,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20111,0,2,0),(0,1711,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20112,0,2,0),(0,1712,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,20109,0,1,1),(0,1713,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,20110,0,63,1),(0,1714,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,20117,0,1,1),(0,1715,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'20101',20101,20109,0,2,0),(0,1716,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'20101',20101,20111,0,2,0),(0,1717,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'20101',20101,20112,0,2,0),(0,1718,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',4,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',0,20109,0,1,1),(0,1719,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',4,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',0,20110,0,63,1),(0,1720,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',4,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',0,20117,0,1,1),(0,1721,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1722,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1723,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1724,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',4,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',0,20109,0,1,1),(0,1725,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',4,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',0,20110,0,63,1),(0,1726,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',4,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',0,20117,0,1,1),(0,1727,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1728,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1729,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1730,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',4,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',0,20109,0,1,1),(0,1731,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',4,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',0,20110,0,63,1),(0,1732,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',4,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',0,20117,0,1,1),(0,1733,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1734,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1735,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1736,20101,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',4,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',0,20109,0,1,1),(0,1737,20101,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',4,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',0,20110,0,63,1),(0,1738,20101,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',4,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',0,20117,0,1,1),(0,1739,20101,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',1,'20101',20101,20111,0,2,0),(0,1740,20101,'com_liferay_commerce_organization_web_internal_portlet_CommerceOrganizationPortlet',1,'20101',20101,20112,0,2,0),(0,1741,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',4,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',0,20109,0,1,1),(0,1742,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',4,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',0,20110,0,63,1),(0,1743,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',4,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',0,20117,0,1,1),(0,1744,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'20101',20101,20109,0,2,0),(0,1745,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'20101',20101,20111,0,2,0),(0,1746,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'20101',20101,20112,0,2,0),(0,1747,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20109,0,1,1),(0,1748,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20110,0,61,1),(0,1749,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20117,0,1,1),(0,1750,20101,'com.liferay.portal.kernel.model.PasswordPolicy',4,'com.liferay.portal.kernel.model.PasswordPolicy',0,20110,0,31,1),(0,1801,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,20109,0,1,1),(0,1802,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20109,0,1,1),(0,1803,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20110,0,63,1),(0,1804,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20117,0,1,1),(0,1805,20101,'com.liferay.portal.kernel.model.Team',4,'com.liferay.portal.kernel.model.Team',0,20110,0,31,1),(0,1806,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,20110,0,63,1),(0,1807,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,20117,0,1,1),(0,1808,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',1,'20101',20101,20107,0,2,0),(0,1809,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',2,'20127',20127,20111,0,63,1),(0,1901,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20109,0,1,1),(0,1902,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20110,0,63,1),(0,1903,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20117,0,1,1),(0,1904,20101,'com.liferay.portal.kernel.model.UserGroup',4,'com.liferay.portal.kernel.model.UserGroup',0,20110,0,127,1),(0,1905,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',1,'20101',20101,20107,0,2,0),(0,1906,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'40902',40902,20110,20105,15,1),(0,1907,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'40902',40902,20112,0,1,1),(0,1908,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'40902',40902,20109,0,1,1),(0,1909,20101,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20109,0,1,1),(0,1910,20101,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20110,0,63,1),(0,1911,20101,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20117,0,1,1),(0,1912,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20109,0,1,1),(0,1913,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20110,0,63,1),(0,1914,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20117,0,1,1),(0,1915,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'40906',40906,20110,20105,15,1),(0,1916,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'40906',40906,20112,0,1,1),(0,1917,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'40906',40906,20109,0,1,1),(0,1918,20101,'com.liferay.portal.kernel.model.Group',4,'com.liferay.portal.kernel.model.Group',0,20110,0,33554431,1),(0,1919,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',2,'20127',20127,20111,0,63,1),(0,1920,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20109,0,1,1),(0,1921,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20110,0,63,1),(0,1922,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20117,0,1,1),(0,1923,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',1,'20101',20101,20107,0,2,0),(0,1924,20101,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20109,0,1,1),(0,1925,20101,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20110,0,63,1),(0,1926,20101,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20117,0,1,1),(0,1927,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20109,0,1,1),(0,1928,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20110,0,61,1),(0,1929,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20117,0,1,1),(0,1930,20101,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'com.liferay.portal.kernel.model.LayoutSetPrototype',0,20110,0,15,1),(0,1931,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20109,0,1,1),(0,1932,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20110,0,63,1),(0,1933,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20117,0,1,1),(0,1934,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',2,'20127',20127,20111,0,63,1),(0,1935,20101,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,20109,0,1,1),(0,1936,20101,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,20110,0,63,1),(0,1937,20101,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,20117,0,1,1),(0,1938,20101,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20109,0,1,1),(0,1939,20101,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20110,0,63,1),(0,1940,20101,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20117,0,1,1),(0,1941,20101,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,20109,0,1,1),(0,1942,20101,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,20110,0,15,1),(0,1943,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',0,20109,0,1,1),(0,1944,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',0,20110,0,15,1),(0,1945,20101,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,20109,0,257,1),(0,1946,20101,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,20110,0,511,1),(0,1947,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',0,20109,0,1,1),(0,1948,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',0,20110,0,15,1),(0,1949,20101,'com.liferay.journal',4,'com.liferay.journal',0,20109,0,1,1),(0,1950,20101,'com.liferay.journal',4,'com.liferay.journal',0,20110,0,511,1),(0,1951,20101,'com.liferay.journal',4,'com.liferay.journal',0,20117,0,1,1),(0,1952,20101,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,20109,0,1,1),(0,1953,20101,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,20110,0,255,1),(0,1954,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,20109,0,1,1),(0,1955,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,20110,0,63,1),(0,1956,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,20117,0,1,1),(0,1957,20101,'com_liferay_journal_web_portlet_JournalPortlet',1,'20101',20101,20111,0,2,0),(0,1958,20101,'com_liferay_journal_web_portlet_JournalPortlet',1,'20101',20101,20112,0,2,0),(0,1959,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'20101',20101,20111,0,2,0),(0,1960,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'20101',20101,20112,0,2,0),(0,1961,20101,'com_liferay_journal_web_portlet_JournalPortlet',2,'20127',20127,20111,0,63,1),(0,1962,20101,'com.liferay.journal',2,'20127',20127,20111,0,511,1),(0,1963,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20109,0,1,1),(0,1964,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20110,0,31,1),(0,1965,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20117,0,1,1),(0,1966,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20109,0,1,1),(0,1967,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20110,0,31,1),(0,1968,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20117,0,1,1),(0,1969,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20101',20101,20109,0,16,0),(0,1970,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20101',20101,20111,0,16,0),(0,1971,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20101',20101,20112,0,16,0),(0,1972,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20109,0,1,1),(0,1973,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20110,0,63,1),(0,1974,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20117,0,1,1),(0,1975,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20101',20101,20109,0,2,0),(0,1976,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20101',20101,20111,0,2,0),(0,1977,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20101',20101,20112,0,2,0),(0,1978,20101,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20109,0,1,1),(0,1979,20101,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20110,0,63,1),(0,1980,20101,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20117,0,1,1),(0,1981,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',4,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',0,20109,0,1,1),(0,1982,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',4,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',0,20110,0,127,1),(0,1983,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',4,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',0,20117,0,1,1),(0,1984,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',1,'20101',20101,20107,0,8,0),(0,1985,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',1,'20101',20101,20109,0,8,0),(0,1986,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',1,'20101',20101,20111,0,8,0),(0,1987,20101,'com_liferay_currency_converter_web_portlet_CurrencyConverterPortlet',1,'20101',20101,20112,0,8,0),(0,1988,20101,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',4,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',0,20110,0,31,1),(0,1989,20101,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',1,'20101',20101,20111,0,16,0),(0,1990,20101,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',1,'20101',20101,20112,0,16,0),(0,1991,20101,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',4,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',0,20110,0,31,1),(0,1992,20101,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',1,'20101',20101,20111,0,16,0),(0,1993,20101,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',1,'20101',20101,20112,0,16,0),(0,1994,20101,'com_liferay_directory_web_portlet_DirectoryPortlet',4,'com_liferay_directory_web_portlet_DirectoryPortlet',0,20110,0,31,1),(0,1995,20101,'com_liferay_directory_web_portlet_DirectoryPortlet',1,'20101',20101,20111,0,16,0),(0,1996,20101,'com_liferay_directory_web_portlet_DirectoryPortlet',1,'20101',20101,20112,0,16,0),(0,1997,20101,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',4,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',0,20110,0,31,1),(0,1998,20101,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',1,'20101',20101,20111,0,16,0),(0,1999,20101,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',1,'20101',20101,20112,0,16,0),(0,2000,20101,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet',4,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet',0,20110,0,31,1),(0,2001,20101,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet',4,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet',0,20117,0,1,1),(0,2002,20101,'com.liferay.commerce.machine.learning.forecast.alert',4,'com.liferay.commerce.machine.learning.forecast.alert',0,20110,0,14,0),(0,2003,20101,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet',1,'20101',20101,20111,0,2,0),(0,2004,20101,'com_liferay_commerce_machine_learning_forecast_alert_web_internal_portlet_CommerceMLForecastAlertPortlet',1,'20101',20101,20112,0,2,0),(0,2005,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20109,0,1,1),(0,2006,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20110,0,63,1),(0,2007,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20117,0,1,1),(0,2008,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',1,'20101',20101,20107,0,2,0),(0,2009,20101,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',4,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',0,20109,0,1,1),(0,2010,20101,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',4,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',0,20110,0,63,1),(0,2011,20101,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',4,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',0,20117,0,1,1),(0,2012,20101,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',1,'20101',20101,20109,0,2,0),(0,2013,20101,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',1,'20101',20101,20111,0,2,0),(0,2014,20101,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',1,'20101',20101,20112,0,2,0),(0,2015,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20109,0,1,1),(0,2016,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20110,0,31,1),(0,2017,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20117,0,1,1),(0,2018,20101,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20109,0,1,1),(0,2019,20101,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20110,0,63,1),(0,2020,20101,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20117,0,1,1),(0,2021,20101,'com_liferay_translator_web_portlet_TranslatorPortlet',4,'com_liferay_translator_web_portlet_TranslatorPortlet',0,20109,0,1,1),(0,2022,20101,'com_liferay_translator_web_portlet_TranslatorPortlet',4,'com_liferay_translator_web_portlet_TranslatorPortlet',0,20110,0,63,1),(0,2023,20101,'com_liferay_translator_web_portlet_TranslatorPortlet',4,'com_liferay_translator_web_portlet_TranslatorPortlet',0,20117,0,1,1),(0,2024,20101,'com_liferay_translator_web_portlet_TranslatorPortlet',1,'20101',20101,20111,0,2,0),(0,2025,20101,'com_liferay_translator_web_portlet_TranslatorPortlet',1,'20101',20101,20112,0,2,0),(0,2026,20101,'com_liferay_dictionary_web_portlet_DictionaryPortlet',4,'com_liferay_dictionary_web_portlet_DictionaryPortlet',0,20109,0,1,1),(0,2027,20101,'com_liferay_dictionary_web_portlet_DictionaryPortlet',4,'com_liferay_dictionary_web_portlet_DictionaryPortlet',0,20110,0,63,1),(0,2028,20101,'com_liferay_dictionary_web_portlet_DictionaryPortlet',4,'com_liferay_dictionary_web_portlet_DictionaryPortlet',0,20117,0,1,1),(0,2029,20101,'com_liferay_dictionary_web_portlet_DictionaryPortlet',1,'20101',20101,20111,0,2,0),(0,2030,20101,'com_liferay_dictionary_web_portlet_DictionaryPortlet',1,'20101',20101,20112,0,2,0),(0,2031,20101,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',4,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',0,20109,0,1,1),(0,2032,20101,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',4,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',0,20110,0,63,1),(0,2033,20101,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',4,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',0,20117,0,1,1),(0,2034,20101,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',1,'20101',20101,20111,0,2,0),(0,2035,20101,'com_liferay_loan_calculator_portlet_LoanCalculatorPortlet',1,'20101',20101,20112,0,2,0),(0,2036,20101,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',4,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',0,20109,0,1,1),(0,2037,20101,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',4,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',0,20110,0,63,1),(0,2038,20101,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',4,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',0,20117,0,1,1),(0,2039,20101,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',1,'20101',20101,20111,0,2,0),(0,2040,20101,'com_liferay_commerce_inventory_web_internal_portlet_CommerceInventoryPortlet',1,'20101',20101,20112,0,2,0),(0,2041,20101,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20109,0,1,1),(0,2042,20101,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20110,0,63,1),(0,2043,20101,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20117,0,1,1),(0,2044,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20109,0,1,1),(0,2045,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20110,0,63,1),(0,2046,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20117,0,1,1),(0,2047,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20101',20101,20109,0,2,0),(0,2048,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20101',20101,20111,0,2,0),(0,2049,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20101',20101,20112,0,2,0),(0,2050,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20109,0,1,1),(0,2051,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20110,0,63,1),(0,2052,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20117,0,1,1),(0,2053,20101,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,20109,0,1,1),(0,2054,20101,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,20110,0,15,1),(0,2055,20101,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,20117,0,1,1),(0,2056,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',4,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',0,20109,0,1,1),(0,2057,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',4,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',0,20110,0,15,1),(0,2058,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',0,20109,0,1,1),(0,2059,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',0,20110,0,15,1),(0,2060,20101,'com.liferay.portal.kernel.model.LayoutSetBranch',4,'com.liferay.portal.kernel.model.LayoutSetBranch',0,20110,0,30,0),(0,2061,20101,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,20109,0,1,1),(0,2062,20101,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,20110,0,1023,1),(0,2063,20101,'com.liferay.portal.kernel.model.LayoutBranch',4,'com.liferay.portal.kernel.model.LayoutBranch',0,20110,0,14,0),(0,2064,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',2,'20127',20127,20111,0,63,1),(0,2065,20101,'com.liferay.layout.page.template',2,'20127',20127,20111,0,15,1),(0,2066,20101,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',4,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',0,20109,0,1,1),(0,2067,20101,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',4,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',0,20110,0,63,1),(0,2068,20101,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',4,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',0,20117,0,1,1),(0,2069,20101,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',1,'20101',20101,20111,0,2,0),(0,2070,20101,'com_liferay_password_generator_web_portlet_PasswordGeneratorPortlet',1,'20101',20101,20112,0,2,0),(0,2071,20101,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',4,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',0,20109,0,1,1),(0,2072,20101,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',4,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',0,20110,0,63,1),(0,2073,20101,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',4,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',0,20117,0,1,1),(0,2074,20101,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',1,'20101',20101,20111,0,2,0),(0,2075,20101,'com_liferay_unit_converter_web_portlet_UnitConverterPortlet',1,'20101',20101,20112,0,2,0),(0,2076,20101,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20109,0,1,1),(0,2077,20101,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20110,0,63,1),(0,2078,20101,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20117,0,1,1),(0,2079,20101,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',4,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',0,20109,0,1,1),(0,2080,20101,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',4,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',0,20110,0,63,1),(0,2081,20101,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',4,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',0,20117,0,1,1),(0,2101,20101,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',1,'20101',20101,20111,0,2,0),(0,2102,20101,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',1,'20101',20101,20112,0,2,0),(0,2103,20101,'com_liferay_quick_note_web_portlet_QuickNotePortlet',4,'com_liferay_quick_note_web_portlet_QuickNotePortlet',0,20109,0,1,1),(0,2104,20101,'com_liferay_quick_note_web_portlet_QuickNotePortlet',4,'com_liferay_quick_note_web_portlet_QuickNotePortlet',0,20110,0,63,1),(0,2105,20101,'com_liferay_quick_note_web_portlet_QuickNotePortlet',4,'com_liferay_quick_note_web_portlet_QuickNotePortlet',0,20117,0,1,1),(0,2106,20101,'com_liferay_quick_note_web_portlet_QuickNotePortlet',1,'20101',20101,20111,0,2,0),(0,2107,20101,'com_liferay_quick_note_web_portlet_QuickNotePortlet',1,'20101',20101,20112,0,2,0),(0,2108,20101,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',4,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',0,20109,0,1,1),(0,2109,20101,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',4,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',0,20110,0,63,1),(0,2110,20101,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',4,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',0,20117,0,1,1),(0,2111,20101,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',1,'20101',20101,20111,0,2,0),(0,2112,20101,'com_liferay_network_utilities_web_portlet_NetworkUtilitiesPortlet',1,'20101',20101,20112,0,2,0),(0,2113,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',4,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',0,20109,0,1,1),(0,2114,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',4,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',0,20110,0,63,1),(0,2115,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',4,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',0,20117,0,1,1),(0,2116,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20101',20101,20107,0,2,0),(0,2117,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20101',20101,20109,0,2,0),(0,2118,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20101',20101,20111,0,2,0),(0,2119,20101,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20101',20101,20112,0,2,0),(0,2120,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20109,0,1,1),(0,2121,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20110,0,63,1),(0,2122,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20117,0,1,1),(0,2123,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'20101',20101,20111,0,2,0),(0,2124,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'20101',20101,20112,0,2,0),(0,2125,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20109,0,1,1),(0,2126,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20110,0,63,1),(0,2127,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20117,0,1,1),(0,2128,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20101',20101,20109,0,2,0),(0,2129,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20101',20101,20111,0,2,0),(0,2130,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20101',20101,20112,0,2,0),(0,2131,20101,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',4,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',0,20109,0,1,1),(0,2132,20101,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',4,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',0,20110,0,63,1),(0,2133,20101,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',4,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',0,20117,0,1,1),(0,2134,20101,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',1,'20101',20101,20107,0,2,0),(0,2135,20101,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20109,0,1,1),(0,2136,20101,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20110,0,63,1),(0,2137,20101,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20117,0,1,1),(0,2138,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20109,0,1,1),(0,2139,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20110,0,63,1),(0,2140,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20117,0,1,1),(0,2141,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20101',20101,20109,0,2,0),(0,2142,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20101',20101,20111,0,2,0),(0,2143,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20101',20101,20112,0,2,0),(0,2144,20101,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',4,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',0,20109,0,1,1),(0,2145,20101,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',4,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',0,20110,0,63,1),(0,2146,20101,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',4,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',0,20117,0,1,1),(0,2147,20101,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',1,'20101',20101,20111,0,2,0),(0,2148,20101,'com_liferay_amazon_rankings_web_portlet_AmazonRankingsPortlet',1,'20101',20101,20112,0,2,0),(0,2149,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41013',41013,20110,20105,15,1),(0,2150,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41013',41013,20112,0,1,1),(0,2151,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41013',41013,20109,0,1,1),(0,2152,20101,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20109,0,1,1),(0,2153,20101,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20110,0,63,1),(0,2154,20101,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20117,0,1,1),(0,2155,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20109,0,1,1),(0,2156,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20110,0,63,1),(0,2157,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20117,0,1,1),(0,2158,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41018',41018,20110,20105,15,1),(0,2159,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41018',41018,20112,0,1,1),(0,2160,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41018',41018,20109,0,1,1),(0,2161,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20101',20101,20109,0,2,0),(0,2162,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20101',20101,20111,0,2,0),(0,2163,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20101',20101,20112,0,2,0),(0,2164,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20109,0,1,1),(0,2165,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20110,0,63,1),(0,2166,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20117,0,1,1),(0,2167,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20101',20101,20109,0,2,0),(0,2168,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20101',20101,20111,0,2,0),(0,2169,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20101',20101,20112,0,2,0),(0,2170,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41024',41024,20110,20105,15,1),(0,2171,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41024',41024,20112,0,1,1),(0,2172,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41024',41024,20109,0,1,1),(0,2173,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20109,0,1,1),(0,2174,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20110,0,31,1),(0,2175,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20117,0,1,1),(0,2176,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41028',41028,20110,20105,15,1),(0,2177,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41028',41028,20112,0,1,1),(0,2178,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41028',41028,20109,0,1,1),(0,2179,20101,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20109,0,1,1),(0,2180,20101,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20110,0,63,1),(0,2181,20101,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20117,0,1,1),(0,2182,20101,'com_liferay_iframe_web_portlet_IFramePortlet',1,'20101',20101,20111,0,2,0),(0,2183,20101,'com_liferay_iframe_web_portlet_IFramePortlet',1,'20101',20101,20112,0,2,0),(0,2184,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41034',41034,20110,20105,15,1),(0,2185,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41034',41034,20112,0,1,1),(0,2186,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41034',41034,20109,0,1,1),(0,2187,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20109,0,1,1),(0,2188,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20110,0,63,1),(0,2189,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20117,0,1,1),(0,2190,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20101',20101,20109,0,32,0),(0,2191,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20101',20101,20111,0,32,0),(0,2192,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20101',20101,20112,0,32,0),(0,2193,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'41039',41039,20110,20105,15,1),(0,2194,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41040',41040,20110,20105,15,1),(0,2195,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41040',41040,20112,0,1,1),(0,2196,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'41040',41040,20109,0,1,1),(0,2197,20101,'com.liferay.portal.kernel.model.Group',4,'41042',41042,20110,0,33554431,1),(0,2198,20101,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',4,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',0,20109,0,1,1),(0,2199,20101,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',4,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',0,20110,0,63,1),(0,2200,20101,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',4,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',0,20117,0,1,1),(0,2201,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20109,0,1,1),(0,2202,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20110,0,15,1),(0,2203,20101,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20110,0,63,1),(0,2204,20101,'com.liferay.portal.workflow.kaleo.forms',4,'com.liferay.portal.workflow.kaleo.forms',0,20110,0,30,0),(0,2205,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20109,0,1,1),(0,2206,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20110,0,15,1),(0,2207,20101,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',1,'20101',20101,20107,0,2,0),(0,2208,20101,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',1,'20101',20101,20111,0,2,0),(0,2209,20101,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',2,'20127',20127,20111,0,63,1),(0,2210,20101,'com.liferay.portal.workflow.kaleo.forms',2,'20127',20127,20111,0,30,0),(0,2211,20101,'com.liferay.portal.kernel.model.Layout',4,'7',7,20110,20105,1023,1),(0,2212,20101,'com.liferay.portal.kernel.model.Layout',4,'7',7,20117,0,529,1),(0,2213,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'41048',41048,20110,20105,15,1),(0,2214,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'41048',41048,20112,0,1,1),(0,2215,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'41048',41048,20109,0,1,1),(0,2216,20101,'com.liferay.blogs',4,'41042',41042,20110,0,14,0),(0,2217,20101,'com.liferay.blogs',4,'41042',41042,20117,0,8,0),(0,2218,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20109,0,1,1),(0,2219,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20110,0,63,1),(0,2220,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20117,0,1,1),(0,2221,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20101',20101,20109,0,32,0),(0,2222,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20101',20101,20111,0,32,0),(0,2223,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20101',20101,20112,0,32,0),(0,2224,20101,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20109,0,1,1),(0,2225,20101,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20110,0,63,1),(0,2226,20101,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20117,0,1,1),(0,2227,20101,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,20109,0,1,1),(0,2228,20101,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,20110,0,31,1),(0,2229,20101,'com.liferay.polls',4,'com.liferay.polls',0,20110,0,6,0),(0,2230,20101,'com_liferay_polls_web_portlet_PollsPortlet',1,'20101',20101,20111,0,2,0),(0,2231,20101,'com_liferay_polls_web_portlet_PollsPortlet',1,'20101',20101,20112,0,2,0),(0,2232,20101,'com_liferay_polls_web_portlet_PollsPortlet',2,'20127',20127,20111,0,63,1),(0,2233,20101,'com.liferay.polls',2,'20127',20127,20111,0,6,0),(0,2234,20101,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',4,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',0,20109,0,1,1),(0,2235,20101,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',4,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',0,20110,0,63,1),(0,2236,20101,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',4,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',0,20117,0,1,1),(0,2237,20101,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',1,'20101',20101,20107,0,2,0),(0,2238,20101,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20109,0,1,1),(0,2239,20101,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20110,0,127,1),(0,2240,20101,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20117,0,1,1),(0,2241,20101,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20101',20101,20109,0,4,0),(0,2242,20101,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20101',20101,20111,0,4,0),(0,2243,20101,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20101',20101,20112,0,4,0),(0,2244,20101,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20109,0,1,1),(0,2245,20101,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20110,0,31,1),(0,2246,20101,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20117,0,1,1),(0,2247,20101,'com_liferay_login_web_portlet_LoginPortlet',1,'20101',20101,20109,0,16,0),(0,2248,20101,'com_liferay_login_web_portlet_LoginPortlet',1,'20101',20101,20111,0,16,0),(0,2249,20101,'com_liferay_login_web_portlet_LoginPortlet',1,'20101',20101,20112,0,16,0),(0,2250,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20109,0,1,1),(0,2251,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20110,0,63,1),(0,2252,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20117,0,1,1),(0,2253,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20101',20101,20109,0,32,0),(0,2254,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20101',20101,20111,0,32,0),(0,2255,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20101',20101,20112,0,32,0),(0,2256,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'41067',41067,20110,20105,15,1),(0,2257,20101,'com.liferay.portal.kernel.model.Group',4,'41068',41068,20110,0,33554431,1),(0,2258,20101,'com.liferay.portal.kernel.model.Layout',4,'8',8,20110,20105,1023,1),(0,2259,20101,'com.liferay.portal.kernel.model.Layout',4,'8',8,20117,0,529,1),(0,2260,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'41071',41071,20110,20105,15,1),(0,2261,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'41071',41071,20112,0,1,1),(0,2262,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'41071',41071,20109,0,1,1),(0,2263,20101,'com.liferay.wiki',4,'41068',41068,20110,0,6,0),(0,2264,20101,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet',4,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet',0,20110,0,61,1),(0,2265,20101,'com.liferay.portal.reports.engine.console.model.Source',4,'com.liferay.portal.reports.engine.console.model.Source',0,20109,0,1,1),(0,2266,20101,'com.liferay.portal.reports.engine.console.model.Source',4,'com.liferay.portal.reports.engine.console.model.Source',0,20110,0,15,1),(0,2267,20101,'com.liferay.portal.reports.engine.console.model.Entry',4,'com.liferay.portal.reports.engine.console.model.Entry',0,20109,0,1,1),(0,2268,20101,'com.liferay.portal.reports.engine.console.model.Entry',4,'com.liferay.portal.reports.engine.console.model.Entry',0,20110,0,7,1),(0,2269,20101,'com.liferay.portal.reports.engine.console.model.Definition',4,'com.liferay.portal.reports.engine.console.model.Definition',0,20109,0,1,1),(0,2270,20101,'com.liferay.portal.reports.engine.console.model.Definition',4,'com.liferay.portal.reports.engine.console.model.Definition',0,20110,0,31,1),(0,2271,20101,'com.liferay.portal.reports.engine.console.admin',4,'com.liferay.portal.reports.engine.console.admin',0,20110,0,14,0),(0,2272,20101,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20109,0,1,1),(0,2273,20101,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20110,0,63,1),(0,2274,20101,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20117,0,1,1),(0,2275,20101,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20101',20101,20109,0,2,0),(0,2276,20101,'com_liferay_portal_reports_engine_console_web_admin_portlet_AdminPortlet',2,'20127',20127,20111,0,61,1),(0,2277,20101,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20101',20101,20111,0,2,0),(0,2278,20101,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20101',20101,20112,0,2,0),(0,2279,20101,'com.liferay.portal.reports.engine.console.admin',2,'20127',20127,20111,0,14,0),(0,2280,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20109,0,1,1),(0,2281,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20110,0,63,1),(0,2282,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20117,0,1,1),(0,2283,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',4,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',0,20109,0,1,1),(0,2284,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',4,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',0,20110,0,63,1),(0,2285,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',4,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',0,20117,0,1,1),(0,2286,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20101',20101,20109,0,2,0),(0,2287,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20101',20101,20111,0,2,0),(0,2288,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',1,'20101',20101,20107,0,2,0),(0,2289,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20101',20101,20112,0,2,0),(0,2290,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',1,'20101',20101,20109,0,2,0),(0,2291,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',1,'20101',20101,20111,0,2,0),(0,2292,20101,'com_liferay_portal_reports_engine_console_web_display_portlet_DisplayPortlet',1,'20101',20101,20112,0,2,0),(0,2293,20101,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20109,0,1,1),(0,2294,20101,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20110,0,63,1),(0,2295,20101,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20117,0,1,1),(0,2296,20101,'com_liferay_rss_web_portlet_RSSPortlet',1,'20101',20101,20111,0,32,0),(0,2297,20101,'com_liferay_rss_web_portlet_RSSPortlet',1,'20101',20101,20112,0,32,0),(0,2298,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,20110,0,31,1),(0,2299,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,20117,0,1,1),(0,2300,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'20101',20101,20111,0,16,0),(0,2301,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'20101',20101,20112,0,16,0),(0,2302,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,20109,0,1,1),(0,2303,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,20110,0,63,1),(0,2304,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,20117,0,1,1),(0,2305,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20101',20101,20109,0,32,0),(0,2306,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20101',20101,20111,0,32,0),(0,2307,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20101',20101,20112,0,32,0),(0,2308,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20109,0,1,1),(0,2309,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20110,0,63,1),(0,2310,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20117,0,1,1),(0,2311,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20101',20101,20109,0,2,0),(0,2312,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20101',20101,20111,0,2,0),(0,2313,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20101',20101,20112,0,2,0),(0,2314,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20109,0,1,1),(0,2315,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20110,0,31,1),(0,2316,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20117,0,1,1),(0,2317,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20109,0,1,1),(0,2318,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20110,0,31,1),(0,2319,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20117,0,1,1),(0,2320,20101,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,20109,0,1,1),(0,2321,20101,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,20110,0,15,1),(0,2322,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'20101',20101,20111,0,2,0),(0,2323,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'20101',20101,20112,0,2,0),(0,2324,20101,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',0,20110,0,31,1),(0,2325,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20109,0,1,1),(0,2326,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20110,0,31,1),(0,2327,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20117,0,1,1),(0,2328,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'20101',20101,20111,0,2,0),(0,2329,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'20101',20101,20112,0,2,0),(0,2330,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20109,0,1,1),(0,2331,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20110,0,61,1),(0,2332,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20117,0,1,1),(0,2333,20101,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,20109,0,1,1),(0,2334,20101,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,20110,0,15,1),(0,2335,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,20109,0,129,1),(0,2336,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,20110,0,255,1),(0,2337,20101,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,20109,0,1,1),(0,2338,20101,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,20110,0,15,1),(0,2339,20101,'com.liferay.document.library',4,'com.liferay.document.library',0,20109,0,1,1),(0,2340,20101,'com.liferay.document.library',4,'com.liferay.document.library',0,20110,0,1023,1),(0,2341,20101,'com.liferay.document.library',4,'com.liferay.document.library',0,20117,0,465,1),(0,2342,20101,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',0,20109,0,1,1),(0,2343,20101,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',0,20110,0,15,1),(0,2344,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,20109,0,1,1),(0,2345,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,20110,0,511,1),(0,2346,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',2,'20127',20127,20111,0,61,1),(0,2347,20101,'com.liferay.document.library',2,'20127',20127,20111,0,1023,1),(0,2348,20101,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20109,0,1,1),(0,2349,20101,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20110,0,63,1),(0,2350,20101,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20117,0,1,1),(0,2351,20101,'com_liferay_document_library_web_portlet_DLPortlet',1,'20101',20101,20109,0,2,0),(0,2352,20101,'com_liferay_document_library_web_portlet_DLPortlet',1,'20101',20101,20111,0,2,0),(0,2353,20101,'com_liferay_document_library_web_portlet_DLPortlet',1,'20101',20101,20112,0,2,0),(0,2354,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20109,0,1,1),(0,2355,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20110,0,63,1),(0,2356,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20117,0,1,1),(0,2357,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20101',20101,20109,0,2,0),(0,2358,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,2359,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,2360,20101,'com_liferay_my_account_web_portlet_MyAccountPortlet',4,'com_liferay_my_account_web_portlet_MyAccountPortlet',0,20110,0,31,1),(0,2361,20101,'com_liferay_my_account_web_portlet_MyAccountPortlet',1,'20101',20101,20112,0,16,0),(0,2362,20101,'com_liferay_flash_web_portlet_FlashPortlet',4,'com_liferay_flash_web_portlet_FlashPortlet',0,20109,0,1,1),(0,2363,20101,'com_liferay_flash_web_portlet_FlashPortlet',4,'com_liferay_flash_web_portlet_FlashPortlet',0,20110,0,63,1),(0,2364,20101,'com_liferay_flash_web_portlet_FlashPortlet',4,'com_liferay_flash_web_portlet_FlashPortlet',0,20117,0,1,1),(0,2365,20101,'com_liferay_flash_web_portlet_FlashPortlet',1,'20101',20101,20107,0,2,0),(0,2366,20101,'com_liferay_flash_web_portlet_FlashPortlet',1,'20101',20101,20109,0,2,0),(0,2367,20101,'com_liferay_flash_web_portlet_FlashPortlet',1,'20101',20101,20111,0,2,0),(0,2368,20101,'com_liferay_flash_web_portlet_FlashPortlet',1,'20101',20101,20112,0,2,0),(0,2369,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',4,'com_liferay_web_form_web_portlet_WebFormPortlet',0,20109,0,1,1),(0,2370,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',4,'com_liferay_web_form_web_portlet_WebFormPortlet',0,20110,0,63,1),(0,2371,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',4,'com_liferay_web_form_web_portlet_WebFormPortlet',0,20117,0,1,1),(0,2372,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',1,'20101',20101,20107,0,2,0),(0,2373,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',1,'20101',20101,20109,0,2,0),(0,2374,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',1,'20101',20101,20111,0,2,0),(0,2375,20101,'com_liferay_web_form_web_portlet_WebFormPortlet',1,'20101',20101,20112,0,2,0),(0,2376,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',4,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',0,20109,0,1,1),(0,2377,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',4,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',0,20110,0,63,1),(0,2378,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',4,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',0,20117,0,1,1),(0,2379,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',1,'20101',20101,20107,0,2,0),(0,2380,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',1,'20101',20101,20109,0,2,0),(0,2381,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',1,'20101',20101,20111,0,2,0),(0,2382,20101,'com_liferay_google_maps_web_portlet_GoogleMapsPortlet',1,'20101',20101,20112,0,2,0),(0,2383,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20109,0,1,1),(0,2384,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20110,0,63,1),(0,2385,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20117,0,1,1),(0,2386,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20107,0,2,0),(0,2387,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20109,0,2,0),(0,2388,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20111,0,2,0),(0,2389,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20112,0,2,0),(0,2390,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20109,0,1,1),(0,2391,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20110,0,63,1),(0,2392,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20117,0,1,1),(0,2393,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20107,0,2,0),(0,2394,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20109,0,2,0),(0,2395,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20111,0,2,0),(0,2396,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20112,0,2,0),(0,2397,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',4,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',0,20109,0,1,1),(0,2398,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',4,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',0,20110,0,63,1),(0,2399,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',4,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',0,20117,0,1,1),(0,2400,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',1,'20101',20101,20107,0,2,0),(0,2401,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',1,'20101',20101,20109,0,2,0),(0,2402,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',1,'20101',20101,20111,0,2,0),(0,2403,20101,'com_liferay_wysiwyg_web_portlet_WYSIWYGPortlet',1,'20101',20101,20112,0,2,0),(0,2404,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',4,'com_liferay_youtube_web_portlet_YouTubePortlet',0,20109,0,1,1),(0,2405,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',4,'com_liferay_youtube_web_portlet_YouTubePortlet',0,20110,0,63,1),(0,2406,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',4,'com_liferay_youtube_web_portlet_YouTubePortlet',0,20117,0,1,1),(0,2407,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',1,'20101',20101,20107,0,2,0),(0,2408,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',1,'20101',20101,20109,0,2,0),(0,2409,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',1,'20101',20101,20111,0,2,0),(0,2410,20101,'com_liferay_youtube_web_portlet_YouTubePortlet',1,'20101',20101,20112,0,2,0),(0,2411,20101,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet',4,'com_liferay_commerce_bom_admin_web_internal_portlet_CommerceBOMAdminPortlet',0,20110,0,61,1),(0,2412,20101,'com.liferay.commerce.bom.model.CommerceBOMFolder',4,'com.liferay.commerce.bom.model.CommerceBOMFolder',0,20110,0,15,1),(0,2413,20101,'com.liferay.commerce.bom.model.CommerceBOMDefinition',4,'com.liferay.commerce.bom.model.CommerceBOMDefinition',0,20110,0,15,1),(0,2414,20101,'com_liferay_sync_web_portlet_SyncAdminPortlet',4,'com_liferay_sync_web_portlet_SyncAdminPortlet',0,20109,0,1,1),(0,2415,20101,'com_liferay_sync_web_portlet_SyncAdminPortlet',4,'com_liferay_sync_web_portlet_SyncAdminPortlet',0,20110,0,63,1),(0,2416,20101,'com_liferay_sync_web_portlet_SyncAdminPortlet',4,'com_liferay_sync_web_portlet_SyncAdminPortlet',0,20117,0,1,1),(0,2417,20101,'com_liferay_sync_web_portlet_SyncAdminPortlet',1,'20101',20101,20107,0,2,0),(0,2418,20101,'com_liferay_sync_web_portlet_SyncDevicesPortlet',4,'com_liferay_sync_web_portlet_SyncDevicesPortlet',0,20109,0,1,1),(0,2419,20101,'com_liferay_sync_web_portlet_SyncDevicesPortlet',4,'com_liferay_sync_web_portlet_SyncDevicesPortlet',0,20110,0,63,1),(0,2420,20101,'com_liferay_sync_web_portlet_SyncDevicesPortlet',4,'com_liferay_sync_web_portlet_SyncDevicesPortlet',0,20117,0,1,1),(0,2421,20101,'com_liferay_sync_web_portlet_SyncDevicesPortlet',1,'20101',20101,20111,0,2,0),(1,2422,20101,'com_liferay_sync_web_portlet_SyncDevicesPortlet',1,'20101',20101,20112,0,34,0),(0,2423,20101,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet',4,'com_liferay_commerce_application_admin_web_internal_portlet_CommerceApplicationAdminPortlet',0,20110,0,31,1),(0,2424,20101,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',4,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',0,20109,0,1,1),(0,2425,20101,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',4,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',0,20110,0,63,1),(0,2426,20101,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',4,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',0,20117,0,1,1),(0,2427,20101,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',1,'20101',20101,20111,0,2,0),(0,2428,20101,'com_liferay_commerce_data_integration_web_internal_portlet_CommerceDataIntegrationPortlet',1,'20101',20101,20112,0,2,0),(0,2429,20101,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',4,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',0,20109,0,1,1),(0,2430,20101,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',4,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',0,20110,0,63,1),(0,2431,20101,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',4,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',0,20117,0,1,1),(0,2432,20101,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',1,'20101',20101,20111,0,2,0),(1,2433,20101,'com_liferay_mysubscriptions_web_portlet_MySubscriptionsPortlet',1,'20101',20101,20112,0,34,0),(0,2434,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20109,0,1,1),(0,2435,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20110,0,63,1),(0,2436,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20117,0,1,1),(0,2437,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20107,0,2,0),(0,2438,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20109,0,2,0),(0,2439,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20111,0,2,0),(1,2440,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20112,0,34,0),(0,2441,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20109,0,1,1),(0,2442,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20110,0,63,1),(0,2443,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20117,0,1,1),(0,2444,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'20101',20101,20111,0,2,0),(0,2445,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'20101',20101,20112,0,2,0),(0,2446,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20109,0,1,1),(0,2447,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20110,0,61,1),(0,2448,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20117,0,1,1),(0,2449,20101,'com.liferay.portal.kernel.model.Role',4,'com.liferay.portal.kernel.model.Role',0,20110,0,127,1),(0,2450,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,20109,0,1,1),(0,2451,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,20110,0,63,1),(0,2452,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,20117,0,1,1),(0,2453,20101,'com.liferay.segments.model.SegmentsExperience',4,'com.liferay.segments.model.SegmentsExperience',0,20109,0,1,1),(0,2454,20101,'com.liferay.segments.model.SegmentsExperience',4,'com.liferay.segments.model.SegmentsExperience',0,20110,0,15,1),(0,2455,20101,'com.liferay.segments.model.SegmentsEntry',4,'com.liferay.segments.model.SegmentsEntry',0,20109,0,1,1),(0,2456,20101,'com.liferay.segments.model.SegmentsEntry',4,'com.liferay.segments.model.SegmentsEntry',0,20110,0,15,1),(0,2457,20101,'com.liferay.segments.model.SegmentsExperiment',4,'com.liferay.segments.model.SegmentsExperiment',0,20109,0,1,1),(0,2458,20101,'com.liferay.segments.model.SegmentsExperiment',4,'com.liferay.segments.model.SegmentsExperiment',0,20110,0,15,1),(0,2459,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',1,'20101',20101,20111,0,2,0),(0,2460,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',1,'20101',20101,20112,0,2,0),(0,2461,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',2,'20127',20127,20111,0,63,1),(0,2462,20101,'com.liferay.segments',2,'20127',20127,20111,0,31,1),(0,2463,20101,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet',4,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet',0,20109,0,1,1),(0,2464,20101,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet',4,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet',0,20110,0,63,1),(0,2465,20101,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet',4,'com_liferay_segments_experiment_web_internal_portlet_SegmentsExperimentPortlet',0,20117,0,1,1),(0,2466,20101,'com.liferay.portal.kernel.model.Group',4,'41110',41110,20110,0,33554431,1),(0,2467,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20109,0,1,1),(0,2468,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20110,0,63,1),(0,2469,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20117,0,1,1),(0,2470,20101,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',4,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',0,20110,0,15,1),(0,2471,20101,'com.liferay.mobile.device.rules.model.MDRRuleGroup',4,'com.liferay.mobile.device.rules.model.MDRRuleGroup',0,20110,0,15,1),(0,2472,20101,'com.liferay.mobile.device.rules',4,'com.liferay.mobile.device.rules',0,20110,0,31,1),(0,2473,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'20101',20101,20111,0,2,0),(0,2474,20101,'com.liferay.commerce.product.model.CommerceCatalog',4,'41109',41109,20110,20105,15,1),(0,2475,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'20101',20101,20112,0,2,0),(0,2476,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',2,'20127',20127,20111,0,63,1),(0,2477,20101,'com.liferay.mobile.device.rules',2,'20127',20127,20111,0,31,1),(0,2478,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,20109,0,1,1),(0,2479,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,20110,0,125,1),(0,2480,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,20117,0,1,1),(0,2481,20101,'com.liferay.site.navigation.model.SiteNavigationMenuItem',4,'com.liferay.site.navigation.model.SiteNavigationMenuItem',0,20109,0,1,1),(0,2482,20101,'com.liferay.site.navigation.model.SiteNavigationMenuItem',4,'com.liferay.site.navigation.model.SiteNavigationMenuItem',0,20110,0,15,1),(0,2483,20101,'com.liferay.site.navigation.model.SiteNavigationMenu',4,'com.liferay.site.navigation.model.SiteNavigationMenu',0,20109,0,1,1),(0,2484,20101,'com.liferay.site.navigation.model.SiteNavigationMenu',4,'com.liferay.site.navigation.model.SiteNavigationMenu',0,20110,0,15,1),(0,2485,20101,'com.liferay.site.navigation',4,'com.liferay.site.navigation',0,20110,0,6,0),(0,2486,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',2,'20127',20127,20111,0,125,1),(0,2487,20101,'com.liferay.site.navigation',2,'20127',20127,20111,0,6,0),(0,2488,20101,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet',4,'com_liferay_push_notifications_web_portlet_PushNotificationsPortlet',0,20110,0,61,1),(0,2489,20101,'com.liferay.push.notifications',4,'com.liferay.push.notifications',0,20110,0,14,0),(0,2490,20101,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,20109,0,1,1),(0,2491,20101,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,20110,0,63,1),(0,2492,20101,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,20117,0,1,1),(0,2493,20101,'com.liferay.portal.security.service.access.policy',4,'com.liferay.portal.security.service.access.policy',0,20110,0,6,0),(0,2494,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'com.liferay.portal.security.service.access.policy.model.SAPEntry',0,20110,0,15,1),(0,2495,20101,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',1,'20101',20101,20107,0,2,0),(0,2496,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20109,0,1,1),(0,2497,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20110,0,61,1),(0,2498,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20117,0,1,1),(0,2499,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20109,0,1,1),(0,2500,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20110,0,63,1),(0,2501,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20117,0,1,1),(0,2502,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',0,20109,0,1,1),(0,2503,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',0,20110,0,63,1),(0,2504,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',0,20117,0,1,1),(0,2505,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',1,'20101',20101,20111,0,32,0),(0,2506,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCategoryContentPortlet',1,'20101',20101,20112,0,32,0),(0,2507,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',2,'20127',20127,20111,0,63,1),(0,2508,20101,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',4,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',0,20109,0,1,1),(0,2509,20101,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',4,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',0,20110,0,63,1),(0,2510,20101,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',4,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',0,20117,0,1,1),(0,2511,20101,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',1,'20101',20101,20111,0,32,0),(0,2512,20101,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20109,0,1,1),(0,2513,20101,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20110,0,63,1),(0,2514,20101,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20117,0,1,1),(0,2515,20101,'com_liferay_commerce_product_asset_categories_navigation_web_internal_portlet_CPAssetCategoriesNavigationPortlet',1,'20101',20101,20112,0,32,0),(0,2516,20101,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20109,0,1,1),(0,2517,20101,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20110,0,63,1),(0,2518,20101,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20117,0,1,1),(0,2519,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20109,0,1,1),(0,2520,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20110,0,63,1),(0,2521,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20117,0,1,1),(0,2522,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20101',20101,20107,0,32,0),(0,2523,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20101',20101,20111,0,32,0),(0,2524,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20101',20101,20112,0,32,0),(0,2525,20101,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20109,0,1,1),(0,2526,20101,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20110,0,127,1),(0,2527,20101,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20117,0,1,1),(0,2528,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20107,0,4,0),(0,2529,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20109,0,4,0),(0,2530,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20111,0,4,0),(0,2531,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20112,0,4,0),(0,2532,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20109,0,1,1),(0,2533,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20110,0,63,1),(0,2534,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20117,0,1,1),(0,2535,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20107,0,2,0),(0,2536,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20109,0,2,0),(0,2537,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20111,0,2,0),(0,2538,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20112,0,2,0),(0,2539,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20109,0,1,1),(0,2540,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20110,0,127,1),(0,2541,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20117,0,1,1),(0,2542,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20107,0,4,0),(0,2543,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20109,0,4,0),(0,2544,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20111,0,4,0),(0,2545,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20112,0,4,0),(0,2546,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20109,0,1,1),(0,2547,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20110,0,63,1),(0,2548,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20117,0,1,1),(0,2549,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20101',20101,20109,0,2,0),(0,2550,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20101',20101,20111,0,2,0),(0,2551,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20101',20101,20112,0,2,0),(0,2552,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',0,20109,0,1,1),(0,2553,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',0,20110,0,63,1),(0,2554,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',0,20117,0,1,1),(0,2555,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',1,'20101',20101,20109,0,2,0),(0,2556,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',1,'20101',20101,20111,0,2,0),(0,2557,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPPriceRangeFacetsPortlet',1,'20101',20101,20112,0,2,0),(0,2558,20101,'com_liferay_oauth_web_internal_portlet_AdminPortlet',4,'com_liferay_oauth_web_internal_portlet_AdminPortlet',0,20110,0,63,1),(0,2559,20101,'com.liferay.oauth.model.OAuthApplication',4,'com.liferay.oauth.model.OAuthApplication',0,20110,0,15,1),(0,2560,20101,'com.liferay.oauth',4,'com.liferay.oauth',0,20110,0,6,0),(0,2561,20101,'com.liferay.oauth.model.OAuthUser',4,'com.liferay.oauth.model.OAuthUser',0,20110,0,15,1),(0,2562,20101,'com_liferay_oauth_web_internal_portlet_AdminPortlet',1,'20101',20101,20107,0,32,0),(0,2563,20101,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',0,20110,0,31,1),(0,2564,20101,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',1,'20101',20101,20112,0,16,0),(0,2565,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20109,0,1,1),(0,2566,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20110,0,63,1),(0,2567,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20117,0,1,1),(0,2568,20101,'com.liferay.marketplace',4,'com.liferay.marketplace',0,20110,0,15,1),(0,2569,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',1,'20101',20101,20107,0,2,0),(0,2570,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20109,0,1,1),(0,2571,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20110,0,63,1),(0,2572,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20117,0,1,1),(0,2573,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',1,'20101',20101,20107,0,2,0),(0,2574,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20109,0,1,1),(0,2575,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20110,0,63,1),(0,2576,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20117,0,1,1),(0,2577,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',1,'20101',20101,20107,0,2,0),(0,2578,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',0,20109,0,1,1),(0,2579,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',0,20110,0,31,1),(0,2580,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',0,20117,0,1,1),(0,2581,20101,'com.liferay.microblogs.model.MicroblogsEntry',4,'com.liferay.microblogs.model.MicroblogsEntry',0,20109,0,1,1),(0,2582,20101,'com.liferay.microblogs.model.MicroblogsEntry',4,'com.liferay.microblogs.model.MicroblogsEntry',0,20110,0,15,1),(0,2583,20101,'com.liferay.microblogs',4,'com.liferay.microblogs',0,20110,0,6,0),(0,2584,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20101',20101,20107,0,16,0),(0,2585,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20101',20101,20109,0,16,0),(0,2586,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20101',20101,20111,0,16,0),(0,2587,20101,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20101',20101,20112,0,16,0),(0,2588,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',0,20109,0,1,1),(0,2589,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',0,20110,0,63,1),(0,2590,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',0,20117,0,1,1),(0,2591,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20101',20101,20107,0,2,0),(0,2592,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20101',20101,20109,0,2,0),(0,2593,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20101',20101,20111,0,2,0),(0,2594,20101,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20101',20101,20112,0,2,0),(0,2595,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20109,0,1,1),(0,2596,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20110,0,63,1),(0,2597,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20117,0,1,1),(0,2598,20101,'com.liferay.calendar.model.CalendarResource',4,'com.liferay.calendar.model.CalendarResource',0,20110,0,31,1),(0,2599,20101,'com.liferay.calendar.model.CalendarBooking',4,'com.liferay.calendar.model.CalendarBooking',0,20110,0,30,0),(0,2600,20101,'com.liferay.calendar',4,'com.liferay.calendar',0,20110,0,6,0),(0,2601,20101,'com.liferay.calendar.model.Calendar',4,'com.liferay.calendar.model.Calendar',0,20109,0,1,1),(0,2602,20101,'com.liferay.calendar.model.Calendar',4,'com.liferay.calendar.model.Calendar',0,20110,0,63,1),(0,2603,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20101',20101,20107,0,2,0),(0,2604,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20101',20101,20111,0,2,0),(0,2605,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20101',20101,20112,0,2,0),(0,2606,20101,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20109,0,1,1),(0,2607,20101,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20110,0,63,1),(0,2608,20101,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20117,0,1,1),(0,2609,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20109,0,1,1),(0,2610,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20110,0,63,1),(0,2611,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20117,0,1,1),(0,2612,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',2,'20127',20127,20111,0,63,1),(0,2613,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',0,20109,0,1,1),(0,2614,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',0,20110,0,63,1),(0,2615,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',0,20117,0,1,1),(0,2616,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20109,0,1,1),(0,2617,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20110,0,63,1),(0,2618,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20117,0,1,1),(0,2619,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',1,'20101',20101,20109,0,2,0),(0,2620,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',1,'20101',20101,20111,0,2,0),(0,2621,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPOptionFacetsPortlet',1,'20101',20101,20112,0,2,0),(0,2622,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',2,'20127',20127,20111,0,63,1),(0,2623,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20109,0,1,1),(0,2624,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20110,0,63,1),(0,2625,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20117,0,1,1),(0,2626,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',2,'20127',20127,20111,0,63,1),(0,2627,20101,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',0,20109,0,1,1),(0,2628,20101,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',0,20110,0,61,1),(0,2629,20101,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',0,20117,0,1,1),(0,2630,20101,'com.liferay.bookmarks',4,'com.liferay.bookmarks',0,20109,0,1,1),(0,2631,20101,'com.liferay.bookmarks',4,'com.liferay.bookmarks',0,20110,0,31,1),(0,2632,20101,'com.liferay.bookmarks',4,'com.liferay.bookmarks',0,20117,0,11,1),(0,2633,20101,'com.liferay.bookmarks.model.BookmarksEntry',4,'com.liferay.bookmarks.model.BookmarksEntry',0,20109,0,1,1),(0,2634,20101,'com.liferay.bookmarks.model.BookmarksEntry',4,'com.liferay.bookmarks.model.BookmarksEntry',0,20110,0,31,1),(0,2635,20101,'com.liferay.bookmarks.model.BookmarksFolder',4,'com.liferay.bookmarks.model.BookmarksFolder',0,20109,0,1,1),(0,2636,20101,'com.liferay.bookmarks.model.BookmarksFolder',4,'com.liferay.bookmarks.model.BookmarksFolder',0,20110,0,255,1),(0,2637,20101,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',2,'20127',20127,20111,0,61,1),(0,2638,20101,'com.liferay.bookmarks',2,'20127',20127,20111,0,31,1),(0,2639,20101,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',0,20109,0,1,1),(0,2640,20101,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',0,20110,0,31,1),(0,2641,20101,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',0,20117,0,1,1),(0,2642,20101,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',1,'20101',20101,20111,0,2,0),(0,2643,20101,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',1,'20101',20101,20112,0,2,0),(0,2644,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,20109,0,1,1),(0,2645,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,20110,0,61,1),(0,2646,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,20117,0,1,1),(0,2647,20101,'com.liferay.fragment',4,'com.liferay.fragment',0,20110,0,6,0),(0,2648,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',2,'20127',20127,20111,0,61,1),(0,2649,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',0,20109,0,1,1),(0,2650,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',0,20110,0,63,1),(0,2651,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',0,20117,0,1,1),(0,2652,20101,'com.liferay.fragment',2,'20127',20127,20111,0,6,0),(0,2653,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',1,'20101',20101,20111,0,32,0),(0,2654,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentMiniPortlet',1,'20101',20101,20112,0,32,0),(0,2655,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',4,'com_liferay_knowledge_base_web_portlet_AdminPortlet',0,20110,0,63,1),(0,2656,20101,'com.liferay.knowledge.base.admin',4,'com.liferay.knowledge.base.admin',0,20110,0,4094,0),(0,2657,20101,'com.liferay.knowledge.base.admin',4,'com.liferay.knowledge.base.admin',0,20117,0,1024,0),(0,2658,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',0,20109,0,1,1),(0,2659,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',0,20110,0,63,1),(0,2660,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',0,20117,0,1,1),(0,2661,20101,'com.liferay.knowledge.base.model.KBFolder',4,'com.liferay.knowledge.base.model.KBFolder',0,20109,0,1,1),(0,2662,20101,'com.liferay.knowledge.base.model.KBFolder',4,'com.liferay.knowledge.base.model.KBFolder',0,20110,0,127,1),(0,2663,20101,'com.liferay.knowledge.base.model.KBTemplate',4,'com.liferay.knowledge.base.model.KBTemplate',0,20109,0,1,1),(0,2664,20101,'com.liferay.knowledge.base.model.KBTemplate',4,'com.liferay.knowledge.base.model.KBTemplate',0,20110,0,15,1),(0,2665,20101,'com.liferay.knowledge.base.model.KBArticle',4,'com.liferay.knowledge.base.model.KBArticle',0,20109,0,1,1),(0,2666,20101,'com.liferay.knowledge.base.model.KBArticle',4,'com.liferay.knowledge.base.model.KBArticle',0,20110,0,63,1),(0,2667,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20107,0,2,0),(0,2668,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20109,0,2,0),(0,2669,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20111,0,2,0),(0,2670,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20112,0,2,0),(0,2671,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',1,'20101',20101,20111,0,32,0),(0,2672,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPCompareContentPortlet',1,'20101',20101,20112,0,32,0),(0,2673,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',2,'20127',20127,20111,0,63,1),(0,2674,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',0,20109,0,1,1),(0,2675,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',0,20110,0,63,1),(0,2676,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',0,20117,0,1,1),(0,2677,20101,'com.liferay.knowledge.base.admin',2,'20127',20127,20111,0,4094,0),(0,2678,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',1,'20101',20101,20111,0,32,0),(0,2679,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPPublisherPortlet',1,'20101',20101,20112,0,32,0),(0,2680,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,20109,0,1,1),(0,2681,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,20110,0,31,1),(0,2682,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,20117,0,1,1),(0,2683,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20107,0,16,0),(0,2684,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20109,0,16,0),(0,2685,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20111,0,16,0),(0,2686,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20112,0,16,0),(0,2687,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,20109,0,1,1),(0,2688,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,20110,0,31,1),(0,2689,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,20117,0,1,1),(0,2690,20101,'com.liferay.knowledge.base.display',4,'com.liferay.knowledge.base.display',0,20110,0,126,0),(0,2691,20101,'com.liferay.knowledge.base.display',4,'com.liferay.knowledge.base.display',0,20117,0,32,0),(0,2692,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20107,0,2,0),(0,2693,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20109,0,2,0),(0,2694,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20111,0,2,0),(0,2695,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20112,0,2,0),(0,2696,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',0,20109,0,1,1),(0,2697,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',0,20110,0,63,1),(0,2698,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',0,20117,0,1,1),(0,2699,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',1,'20101',20101,20109,0,2,0),(0,2700,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',1,'20101',20101,20111,0,2,0),(0,2701,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSortPortlet',1,'20101',20101,20112,0,2,0),(0,2702,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,20109,0,1,1),(0,2703,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,20110,0,31,1),(0,2704,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,20117,0,1,1),(0,2705,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20107,0,16,0),(0,2706,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20109,0,16,0),(0,2707,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20111,0,16,0),(0,2708,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20112,0,16,0),(0,2709,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,20109,0,1,1),(0,2710,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,20110,0,31,1),(0,2711,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,20117,0,1,1),(0,2712,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20107,0,16,0),(0,2713,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20109,0,16,0),(0,2714,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20111,0,16,0),(0,2715,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20112,0,16,0),(0,2716,20101,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20109,0,1,1),(0,2717,20101,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20110,0,63,1),(0,2718,20101,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20117,0,1,1),(0,2719,20101,'com_liferay_trash_web_portlet_TrashPortlet',1,'20101',20101,20107,0,2,0),(0,2720,20101,'com_liferay_trash_web_portlet_TrashPortlet',2,'20127',20127,20111,0,63,1),(0,2721,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',0,20109,0,1,1),(0,2722,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',0,20110,0,63,1),(0,2723,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',4,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',0,20117,0,1,1),(0,2724,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',1,'20101',20101,20111,0,2,0),(0,2725,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',0,20109,0,1,1),(0,2726,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',0,20110,0,63,1),(0,2727,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',0,20117,0,1,1),(0,2728,20101,'com_liferay_commerce_dashboard_web_internal_portlet_CommerceDashboardForecastsChartPortlet',1,'20101',20101,20112,0,2,0),(0,2729,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',1,'20101',20101,20109,0,2,0),(0,2730,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',1,'20101',20101,20111,0,2,0),(0,2731,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSpecificationOptionFacetsPortlet',1,'20101',20101,20112,0,2,0),(0,2732,20101,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',4,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',0,20109,0,1,1),(0,2733,20101,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',4,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',0,20110,0,63,1),(0,2734,20101,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',4,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',0,20117,0,1,1),(0,2735,20101,'com.liferay.commerce.account.model.CommerceAccountGroup',4,'com.liferay.commerce.account.model.CommerceAccountGroup',0,20110,0,15,1),(0,2736,20101,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',1,'20101',20101,20111,0,2,0),(0,2737,20101,'com_liferay_commerce_account_group_admin_web_internal_portlet_CommerceAccountGroupAdminPortlet',1,'20101',20101,20112,0,2,0),(0,2738,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommercePricingClassesPortlet',0,20110,0,61,1),(0,2739,20101,'com.liferay.commerce.price.list.model.CommercePriceList',4,'com.liferay.commerce.price.list.model.CommercePriceList',0,20110,0,15,1),(0,2740,20101,'com.liferay.commerce.discount.model.CommerceDiscount',4,'com.liferay.commerce.discount.model.CommerceDiscount',0,20110,0,15,1),(0,2741,20101,'com.liferay.commerce.pricing.model.CommercePricingClass',4,'com.liferay.commerce.pricing.model.CommercePricingClass',0,20110,0,15,1),(0,2742,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',0,20109,0,1,1),(0,2743,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',0,20110,0,63,1),(0,2744,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',0,20117,0,1,1),(0,2745,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',1,'20101',20101,20111,0,2,0),(0,2746,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPOptionCategoriesPortlet',1,'20101',20101,20112,0,2,0),(0,2747,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,20109,0,1,1),(0,2748,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,20110,0,63,1),(0,2749,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,20117,0,1,1),(0,2750,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'20101',20101,20111,0,2,0),(0,2751,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',0,20109,0,1,1),(0,2752,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',0,20110,0,63,1),(0,2753,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',4,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',0,20117,0,1,1),(0,2754,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'20101',20101,20112,0,2,0),(0,2755,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',1,'20101',20101,20111,0,2,0),(0,2756,20101,'com_liferay_commerce_product_options_web_internal_portlet_CPSpecificationOptionsPortlet',1,'20101',20101,20112,0,2,0),(0,2757,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',2,'20127',20127,20111,0,63,1),(0,2758,20101,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',0,20109,0,1,1),(0,2759,20101,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',0,20110,0,63,1),(0,2760,20101,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',0,20117,0,1,1),(0,2761,20101,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet',4,'com_liferay_commerce_channel_web_internal_portlet_CommerceChannelsPortlet',0,20110,0,61,1),(0,2762,20101,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel',4,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel',0,20109,0,1,1),(0,2763,20101,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel',4,'com.liferay.commerce.payment.model.CommercePaymentMethodGroupRel',0,20110,0,14,0),(0,2764,20101,'com.liferay.commerce.product.model.CommerceChannel',4,'com.liferay.commerce.product.model.CommerceChannel',0,20110,0,15,1),(0,2765,20101,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',0,20109,0,1,1),(0,2766,20101,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',0,20110,0,63,1),(0,2767,20101,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',0,20117,0,1,1),(0,2768,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20109,0,1,1),(0,2769,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20110,0,63,1),(0,2770,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20117,0,1,1),(0,2771,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20101',20101,20109,0,32,0),(0,2772,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20101',20101,20111,0,32,0),(0,2773,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20101',20101,20112,0,32,0),(0,2774,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20109,0,1,1),(0,2775,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20110,0,63,1),(0,2776,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20117,0,1,1),(0,2777,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20101',20101,20109,0,32,0),(0,2778,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20101',20101,20111,0,32,0),(0,2779,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20101',20101,20112,0,32,0),(0,2780,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20109,0,1,1),(0,2781,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20110,0,63,1),(0,2782,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20117,0,1,1),(0,2783,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20101',20101,20109,0,32,0),(0,2784,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20101',20101,20111,0,32,0),(0,2785,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20101',20101,20112,0,32,0),(0,2786,20101,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'41158',41158,20110,20105,15,1),(0,2787,20101,'com.liferay.portal.kernel.model.Group',4,'41159',41159,20110,0,33554431,1),(0,2788,20101,'com.liferay.portal.kernel.model.Layout',4,'9',9,20110,20105,1023,1),(0,2789,20101,'com.liferay.portal.kernel.model.Layout',4,'9',9,20117,0,529,1),(0,2790,20101,'com.liferay.portal.kernel.model.Layout',4,'9',9,20109,0,1,1),(0,2791,20101,'com.liferay.portal.kernel.model.Layout',4,'10',10,20110,20105,1023,1),(0,2792,20101,'com.liferay.portal.kernel.model.Layout',4,'10',10,20117,0,529,1),(0,2793,20101,'com.liferay.portal.kernel.model.Layout',4,'10',10,20109,0,1,1),(0,2794,20101,'com.liferay.document.library',4,'41159',41159,20110,0,1023,1),(0,2795,20101,'com.liferay.document.library',4,'41159',41159,20117,0,465,1),(0,2796,20101,'com.liferay.document.library',4,'41159',41159,20109,0,1,1),(0,2797,20101,'com.liferay.portal.kernel.model.Layout',4,'11',11,20110,20105,1023,1),(0,2798,20101,'com.liferay.portal.kernel.model.Layout',4,'11',11,20117,0,529,1),(0,2799,20101,'com.liferay.portal.kernel.model.Layout',4,'11',11,20109,0,1,1),(0,2800,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20109,0,1,1),(0,2801,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20110,0,127,1),(0,2802,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20117,0,1,1),(0,2803,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,2804,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,2805,20101,'com_liferay_weather_web_portlet_WeatherPortlet',4,'com_liferay_weather_web_portlet_WeatherPortlet',0,20109,0,1,1),(0,2806,20101,'com_liferay_weather_web_portlet_WeatherPortlet',4,'com_liferay_weather_web_portlet_WeatherPortlet',0,20110,0,63,1),(0,2807,20101,'com_liferay_weather_web_portlet_WeatherPortlet',4,'com_liferay_weather_web_portlet_WeatherPortlet',0,20117,0,1,1),(0,2808,20101,'com_liferay_weather_web_portlet_WeatherPortlet',1,'20101',20101,20107,0,2,0),(0,2809,20101,'com_liferay_weather_web_portlet_WeatherPortlet',1,'20101',20101,20109,0,2,0),(0,2810,20101,'com_liferay_weather_web_portlet_WeatherPortlet',1,'20101',20101,20111,0,2,0),(0,2811,20101,'com_liferay_weather_web_portlet_WeatherPortlet',1,'20101',20101,20112,0,2,0),(0,2812,20101,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',4,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',0,20110,0,31,1),(0,2813,20101,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',4,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',0,20117,0,1,1),(0,2814,20101,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion',4,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion',0,20110,0,15,1),(0,2815,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20109,0,1,1),(0,2816,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20110,0,31,1),(0,2817,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20117,0,1,1),(0,2818,20101,'com.liferay.dynamic.data.lists',4,'com.liferay.dynamic.data.lists',0,20110,0,30,0),(0,2819,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',0,20110,0,15,1),(0,2820,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate',0,20110,0,15,1),(0,2821,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet',0,20110,0,31,1),(0,2822,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20101',20101,20109,0,2,0),(0,2823,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,2824,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,2825,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20109,0,1,1),(0,2826,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20110,0,63,1),(0,2827,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20117,0,1,1),(0,2828,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'20101',20101,20111,0,2,0),(0,2829,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'20101',20101,20112,0,2,0),(0,2830,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',2,'20127',20127,20111,0,63,1),(0,2831,20101,'com.liferay.dynamic.data.lists',2,'20127',20127,20111,0,30,0),(0,2832,20101,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'41175',41175,20110,20105,15,1),(0,2833,20101,'com.liferay.portal.kernel.model.Group',4,'41176',41176,20110,0,33554431,1),(0,2834,20101,'com.liferay.portal.kernel.model.Layout',4,'12',12,20110,20105,1023,1),(0,2835,20101,'com.liferay.portal.kernel.model.Layout',4,'12',12,20117,0,529,1),(0,2836,20101,'com.liferay.portal.kernel.model.Layout',4,'12',12,20109,0,1,1),(0,2837,20101,'com.liferay.message.boards',4,'41176',41176,20110,0,2047,1),(0,2838,20101,'com.liferay.message.boards',4,'41176',41176,20117,0,421,1),(0,2839,20101,'com.liferay.message.boards',4,'41176',41176,20109,0,1,1),(0,2840,20101,'com.liferay.commerce.price.list.model.CommercePriceList',4,'41179',41179,20110,20105,15,1),(0,2841,20101,'com.liferay.commerce.price.list.model.CommercePriceList',4,'41180',41180,20110,20105,15,1),(0,2842,20101,'com.liferay.polls',4,'41176',41176,20110,0,6,0),(0,2843,20101,'com.liferay.portal.kernel.model.Layout',4,'13',13,20110,20105,1023,1),(0,2844,20101,'com.liferay.portal.kernel.model.Layout',4,'13',13,20117,0,529,1),(0,2845,20101,'com.liferay.portal.kernel.model.Layout',4,'13',13,20109,0,1,1),(0,2846,20101,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet',4,'com_liferay_commerce_catalog_web_internal_portlet_CommerceCatalogsPortlet',0,20110,0,61,1),(0,2847,20101,'com.liferay.commerce.product.model.CommerceCatalog',4,'com.liferay.commerce.product.model.CommerceCatalog',0,20110,0,15,1),(0,2848,20101,'com.liferay.commerce.product.model.CPSpecificationOption',4,'com.liferay.commerce.product.model.CPSpecificationOption',0,20110,0,15,1),(0,2849,20101,'com.liferay.commerce.product.model.CPOptionCategory',4,'com.liferay.commerce.product.model.CPOptionCategory',0,20110,0,15,1),(0,2850,20101,'com.liferay.commerce.product.model.CPOption',4,'com.liferay.commerce.product.model.CPOption',0,20110,0,15,1),(0,2851,20101,'com.liferay.wiki',4,'41176',41176,20110,0,6,0),(0,2852,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',0,20109,0,1,1),(0,2853,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',0,20110,0,63,1),(0,2854,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',0,20117,0,1,1),(0,2855,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',1,'20101',20101,20111,0,2,0),(0,2856,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePriceListPortlet',1,'20101',20101,20112,0,2,0),(0,2857,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',0,20109,0,1,1),(0,2858,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',0,20110,0,63,1),(0,2859,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',0,20117,0,1,1),(0,2860,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',1,'20101',20101,20111,0,2,0),(0,2861,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommercePromotionPortlet',1,'20101',20101,20112,0,2,0),(0,2862,20101,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet',4,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet',0,20109,0,1,1),(0,2863,20101,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet',4,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet',0,20110,0,61,1),(0,2864,20101,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet',4,'com_liferay_commerce_price_list_web_internal_portlet_CommercePriceListPortlet',0,20117,0,1,1),(0,2865,20101,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',4,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',0,20109,0,1,1),(0,2866,20101,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',4,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',0,20110,0,63,1),(0,2867,20101,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',4,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',0,20117,0,1,1),(0,2868,20101,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',1,'20101',20101,20111,0,2,0),(0,2869,20101,'com_liferay_commerce_tax_web_internal_portlet_CommerceTaxMethodPortlet',1,'20101',20101,20112,0,2,0),(0,2870,20101,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet',4,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet',0,20109,0,1,1),(0,2871,20101,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet',4,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet',0,20110,0,61,1),(0,2872,20101,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet',4,'com_liferay_commerce_discount_web_internal_portlet_CommerceDiscountPortlet',0,20117,0,1,1),(0,2873,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',0,20109,0,1,1),(0,2874,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',0,20110,0,63,1),(0,2875,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',4,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',0,20117,0,1,1),(0,2876,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',1,'20101',20101,20111,0,2,0),(0,2877,20101,'com_liferay_commerce_pricing_web_internal_portlet_CommerceDiscountPortlet',1,'20101',20101,20112,0,2,0),(0,2878,20101,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',4,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',0,20109,0,1,1),(0,2879,20101,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',4,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',0,20110,0,63,1),(0,2880,20101,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',4,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',0,20117,0,1,1),(0,2881,20101,'com.liferay.commerce.wish.list',4,'com.liferay.commerce.wish.list',0,20110,0,6,0),(0,2882,20101,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',1,'20101',20101,20111,0,2,0),(0,2883,20101,'com_liferay_commerce_wish_list_web_internal_portlet_CommerceWishListContentPortlet',1,'20101',20101,20112,0,2,0),(0,2884,20101,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',4,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',0,20109,0,1,1),(0,2885,20101,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',4,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',0,20110,0,63,1),(0,2886,20101,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',4,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',0,20117,0,1,1),(0,2887,20101,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',1,'20101',20101,20111,0,2,0),(0,2888,20101,'com_liferay_commerce_wish_list_web_internal_portlet_MyCommerceWishListsPortlet',1,'20101',20101,20112,0,2,0),(0,2889,20101,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',4,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',0,20109,0,1,1),(0,2890,20101,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',4,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',0,20110,0,63,1),(0,2891,20101,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',4,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',0,20117,0,1,1),(0,2892,20101,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',1,'20101',20101,20111,0,2,0),(0,2893,20101,'com_liferay_commerce_account_admin_web_internal_portlet_CommerceAccountAdminPortlet',1,'20101',20101,20112,0,2,0),(0,2894,20101,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',4,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',0,20109,0,1,1),(0,2895,20101,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',4,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',0,20110,0,63,1),(0,2896,20101,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',4,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',0,20117,0,1,1),(0,2897,20101,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',1,'20101',20101,20111,0,2,0),(0,2898,20101,'com_liferay_commerce_checkout_web_internal_portlet_CommerceCheckoutPortlet',1,'20101',20101,20112,0,2,0),(0,2899,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',0,20109,0,1,1),(0,2900,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',0,20110,0,63,1),(0,2901,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',0,20117,0,1,1),(0,2902,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',1,'20101',20101,20111,0,32,0),(0,2903,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentMiniPortlet',1,'20101',20101,20112,0,32,0),(0,2904,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',0,20109,0,1,1),(0,2905,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',0,20110,0,63,1),(0,2906,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',0,20117,0,1,1),(0,2907,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',1,'20101',20101,20111,0,32,0),(0,2908,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentPortlet',1,'20101',20101,20112,0,32,0),(0,2909,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',0,20109,0,1,1),(0,2910,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',0,20110,0,63,1),(0,2911,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',4,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',0,20117,0,1,1),(0,2912,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',1,'20101',20101,20111,0,32,0),(0,2913,20101,'com_liferay_commerce_cart_content_web_internal_portlet_CommerceCartContentTotalPortlet',1,'20101',20101,20112,0,32,0),(0,2914,20101,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet',4,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet',0,20109,0,1,1),(0,2915,20101,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet',4,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet',0,20110,0,61,1),(0,2916,20101,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet',4,'com_liferay_commerce_order_web_internal_portlet_CommerceOrderPortlet',0,20117,0,1,1),(0,2917,20101,'com.liferay.commerce.order',4,'com.liferay.commerce.order',0,20109,0,1024,0),(0,2918,20101,'com.liferay.commerce.order',4,'com.liferay.commerce.order',0,20110,0,2046,0),(0,2919,20101,'com.liferay.commerce.order',4,'com.liferay.commerce.order',0,20117,0,1024,0),(0,2920,20101,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',4,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',0,20109,0,1,1),(0,2921,20101,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',4,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',0,20110,0,63,1),(0,2922,20101,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',4,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',0,20117,0,1,1),(0,2923,20101,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse',4,'com.liferay.commerce.inventory.model.CommerceInventoryWarehouse',0,20110,0,15,1),(0,2924,20101,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',1,'20101',20101,20111,0,2,0),(0,2925,20101,'com_liferay_commerce_address_content_web_internal_portlet_CommerceAddressContentPortlet',1,'20101',20101,20112,0,2,0),(0,2926,20101,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',4,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',0,20109,0,1,1),(0,2927,20101,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',4,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',0,20110,0,63,1),(0,2928,20101,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',4,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',0,20117,0,1,1),(0,2929,20101,'com.liferay.commerce.account.model.CommerceAccount',4,'com.liferay.commerce.account.model.CommerceAccount',0,20110,0,511,1),(0,2930,20101,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',1,'20101',20101,20111,0,2,0),(0,2931,20101,'com_liferay_commerce_account_web_internal_portlet_CommerceAccountPortlet',1,'20101',20101,20112,0,2,0),(0,2932,20101,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet',4,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet',0,20109,0,1,1),(0,2933,20101,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet',4,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet',0,20110,0,61,1),(0,2934,20101,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet',4,'com_liferay_commerce_shipment_web_internal_portlet_CommerceShipmentPortlet',0,20117,0,1,1),(0,2935,20101,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',4,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',0,20109,0,1,1),(0,2936,20101,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',4,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',0,20110,0,63,1),(0,2937,20101,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',4,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',0,20117,0,1,1),(0,2938,20101,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',1,'20101',20101,20111,0,2,0),(0,2939,20101,'com_liferay_commerce_shipment_content_web_internal_portlet_CommerceShipmentContentPortlet',1,'20101',20101,20112,0,2,0),(0,2940,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',0,20109,0,1,1),(0,2941,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',0,20110,0,63,1),(0,2942,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',4,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',0,20117,0,1,1),(0,2943,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',1,'20101',20101,20111,0,32,0),(0,2944,20101,'com_liferay_commerce_product_content_web_internal_portlet_CPContentPortlet',1,'20101',20101,20112,0,32,0),(0,2945,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',0,20109,0,1,1),(0,2946,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',0,20110,0,63,1),(0,2947,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',4,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',0,20117,0,1,1),(0,2948,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',1,'20101',20101,20109,0,32,0),(0,2949,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',1,'20101',20101,20111,0,32,0),(0,2950,20101,'com_liferay_commerce_product_content_search_web_internal_portlet_CPSearchResultsPortlet',1,'20101',20101,20112,0,32,0),(0,2951,20101,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet',4,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet',0,20109,0,1,1),(0,2952,20101,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet',4,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet',0,20110,0,61,1),(0,2953,20101,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet',4,'com_liferay_commerce_product_definitions_web_internal_portlet_CPDefinitionsPortlet',0,20117,0,1,1),(0,2954,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',4,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',0,20109,0,1,1),(0,2955,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',4,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',0,20110,0,63,1),(0,2956,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',4,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',0,20117,0,1,1),(0,2957,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',1,'20101',20101,20111,0,2,0),(0,2958,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionContentPortlet',1,'20101',20101,20112,0,2,0),(0,2959,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',4,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',0,20109,0,1,1),(0,2960,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',4,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',0,20110,0,63,1),(0,2961,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',4,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',0,20117,0,1,1),(0,2962,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',1,'20101',20101,20111,0,2,0),(0,2963,20101,'com_liferay_commerce_subscription_web_internal_portlet_CommerceSubscriptionEntryPortlet',1,'20101',20101,20112,0,2,0),(0,2964,20101,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',4,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',0,20109,0,1,1),(0,2965,20101,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',4,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',0,20110,0,63,1),(0,2966,20101,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',4,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',0,20117,0,1,1),(0,2967,20101,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',1,'20101',20101,20111,0,2,0),(0,2968,20101,'com_liferay_commerce_payment_web_internal_portlet_CommercePaymentMethodPortlet',1,'20101',20101,20112,0,2,0),(0,2969,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',4,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',0,20109,0,1,1),(0,2970,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',4,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',0,20110,0,63,1),(0,2971,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',4,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',0,20117,0,1,1),(0,2972,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',1,'20101',20101,20111,0,2,0),(0,2973,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOpenOrderContentPortlet',1,'20101',20101,20112,0,2,0),(0,2974,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',4,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',0,20109,0,1,1),(0,2975,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',4,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',0,20110,0,63,1),(0,2976,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',4,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',0,20117,0,1,1),(0,2977,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',1,'20101',20101,20111,0,2,0),(0,2978,20101,'com_liferay_commerce_order_content_web_internal_portlet_CommerceOrderContentPortlet',1,'20101',20101,20112,0,2,0),(0,2979,20101,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',4,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',0,20109,0,1,1),(0,2980,20101,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',4,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',0,20110,0,63,1),(0,2981,20101,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',4,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',0,20117,0,1,1),(0,2982,20101,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',1,'20101',20101,20111,0,32,0),(0,2983,20101,'com_liferay_commerce_product_type_virtual_order_content_web_internal_portlet_CommerceVirtualOrderItemContentPortlet',1,'20101',20101,20112,0,32,0),(0,2984,20101,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',4,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',0,20109,0,1,1),(0,2985,20101,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',4,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',0,20110,0,63,1),(0,2986,20101,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',4,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',0,20117,0,1,1),(0,2987,20101,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',1,'20101',20101,20111,0,2,0),(0,2988,20101,'com_liferay_commerce_shipping_web_internal_portlet_CommerceShippingMethodPortlet',1,'20101',20101,20112,0,2,0); /*!40000 ALTER TABLE `ResourcePermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ResourceTypePermission` -- DROP TABLE IF EXISTS `ResourceTypePermission`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ResourceTypePermission` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `resourceTypePermissionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `groupId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `roleId` bigint DEFAULT NULL, `actionIds` bigint DEFAULT NULL, PRIMARY KEY (`resourceTypePermissionId`), UNIQUE KEY `IX_BA497163` (`companyId`,`groupId`,`name`,`roleId`), KEY `IX_7D81F66F` (`companyId`,`name`,`roleId`), KEY `IX_A82690E2` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ResourceTypePermission` -- LOCK TABLES `ResourceTypePermission` WRITE; /*!40000 ALTER TABLE `ResourceTypePermission` DISABLE KEYS */; /*!40000 ALTER TABLE `ResourceTypePermission` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Role_` -- DROP TABLE IF EXISTS `Role_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Role_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `roleId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `type_` int DEFAULT NULL, `subtype` varchar(75) DEFAULT NULL, PRIMARY KEY (`roleId`), UNIQUE KEY `IX_A88E424E` (`companyId`,`classNameId`,`classPK`), UNIQUE KEY `IX_EBC931B8` (`companyId`,`name`), KEY `IX_F3E1C6FC` (`companyId`,`type_`), KEY `IX_F436EC8E` (`name`), KEY `IX_5EB4E2FB` (`subtype`), KEY `IX_CBE204` (`type_`,`subtype`), KEY `IX_B9FF6043` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Role_` -- LOCK TABLES `Role_` WRITE; /*!40000 ALTER TABLE `Role_` DISABLE KEYS */; INSERT INTO `Role_` VALUES (0,'4e5b77bf-5bfa-dd1f-6a9b-97398a4758b5',20107,20101,20105,NULL,'2023-02-22 16:58:30.829000','2023-02-22 16:58:30.829000',20004,20107,'Administrator',NULL,'Administrators are super users who can do anything.',1,NULL),(0,'51f653a4-07ae-8e9f-6299-1c65c418ca2e',20108,20101,20105,NULL,'2023-02-22 16:58:30.850000','2023-02-22 16:58:30.850000',20004,20108,'Analytics Administrator',NULL,'Analytics Administrators are users who can view data across the company,but cannot make changes except to the company preferences.',1,NULL),(0,'f3efa3fa-1778-c0a4-cc0f-b41c38ab8a5d',20109,20101,20105,NULL,'2023-02-22 16:58:30.929000','2023-02-22 16:58:30.929000',20004,20109,'Guest',NULL,'Unauthenticated users always have this role.',1,NULL),(0,'bb46f76a-7d89-7323-4854-e976130153e8',20110,20101,20105,NULL,'2023-02-22 16:58:30.934000','2023-02-22 16:58:30.934000',20004,20110,'Owner',NULL,'This is an implied role with respect to the objects users create.',1,NULL),(0,'845ade9c-5c9f-7543-44c0-4b994e53ba6a',20111,20101,20105,NULL,'2023-02-22 16:58:30.940000','2023-02-22 16:58:30.940000',20004,20111,'Power User',NULL,'Power Users have their own personal site.',1,NULL),(0,'14a2ae8b-123f-5275-6a5e-944c3f5711ca',20112,20101,20105,NULL,'2023-02-22 16:58:30.946000','2023-02-22 16:58:30.946000',20004,20112,'User',NULL,'Authenticated users should be assigned this role.',1,NULL),(0,'175e0d4e-5c68-6296-6876-f2116692b466',20113,20101,20105,NULL,'2023-02-22 16:58:30.994000','2023-02-22 16:58:30.994000',20004,20113,'Organization Administrator',NULL,'Organization Administrators are super users of their organization but cannot make other users into Organization Administrators.',3,NULL),(0,'b64f5ccc-38ef-dd28-7078-fdaa1facd034',20114,20101,20105,NULL,'2023-02-22 16:58:30.999000','2023-02-22 16:58:30.999000',20004,20114,'Organization Owner',NULL,'Organization Owners are super users of their organization and can assign organization roles to users.',3,NULL),(0,'6cf5e033-f9de-8356-9223-950e6486785c',20115,20101,20105,NULL,'2023-02-22 16:58:31.004000','2023-02-22 16:58:31.004000',20004,20115,'Organization User',NULL,'All users who belong to an organization have this role within that organization.',3,NULL),(0,'0f20c13e-da66-b918-55c8-2167e2321f5e',20116,20101,20105,NULL,'2023-02-22 16:58:31.011000','2023-02-22 16:58:31.011000',20004,20116,'Site Administrator',NULL,'Site Administrators are super users of their site but cannot make other users into Site Administrators.',2,NULL),(0,'55ef02dc-1c72-11d9-f3ec-f0854fa07147',20117,20101,20105,NULL,'2023-02-22 16:58:31.018000','2023-02-22 16:58:31.018000',20004,20117,'Site Member',NULL,'All users who belong to a site have this role within that site.',2,NULL),(0,'19bdb0b6-ffe0-0778-637f-787c5db8f886',20118,20101,20105,NULL,'2023-02-22 16:58:31.024000','2023-02-22 16:58:31.024000',20004,20118,'Site Owner',NULL,'Site Owners are super users of their site and can assign site roles to users.',2,NULL),(0,'c45aa588-8abe-7ad2-1f54-6c0243c45968',39303,20101,20130,'Test Test','2023-02-22 17:00:45.197000','2023-02-22 17:00:45.197000',20004,39303,'Account Administrator','Account Administrator',NULL,2,NULL),(0,'4dc6fe4e-2b0c-ccae-3315-d79e436dc26a',39304,20101,20130,'Test Test','2023-02-22 17:00:45.452000','2023-02-22 17:00:45.452000',20004,39304,'Buyer','Buyer',NULL,2,NULL),(0,'03dca4f8-ca38-2849-fa81-3b7821e99226',39305,20101,20130,'Test Test','2023-02-22 17:00:45.568000','2023-02-22 17:00:45.568000',20004,39305,'Order Manager','Order Manager',NULL,2,NULL),(0,'c448a693-cbfa-b4bd-b614-bdc0e407049e',40613,20101,20105,NULL,'2023-02-22 17:00:54.619000','2023-02-22 17:00:54.619000',20004,40613,'Organization Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',3,NULL),(0,'115ca683-1e20-8cef-e936-a9eee2979594',40619,20101,20105,NULL,'2023-02-22 17:00:54.629000','2023-02-22 17:00:54.629000',20004,40619,'Site Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',2,NULL),(0,'1849ac85-48f8-acfa-4c13-64c326a63997',40622,20101,20105,NULL,'2023-02-22 17:00:54.637000','2023-02-22 17:00:54.637000',20004,40622,'Portal Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',1,NULL); /*!40000 ALTER TABLE `Role_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SAPEntry` -- DROP TABLE IF EXISTS `SAPEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SAPEntry` ( `uuid_` varchar(75) DEFAULT NULL, `sapEntryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `allowedServiceSignatures` longtext, `defaultSAPEntry` tinyint DEFAULT NULL, `enabled` tinyint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, PRIMARY KEY (`sapEntryId`), KEY `IX_6D669D6F` (`companyId`,`defaultSAPEntry`), KEY `IX_90740311` (`companyId`,`name`), KEY `IX_AAAEBA0A` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SAPEntry` -- LOCK TABLES `SAPEntry` WRITE; /*!40000 ALTER TABLE `SAPEntry` DISABLE KEYS */; INSERT INTO `SAPEntry` VALUES ('ba36af06-8811-64db-b716-b6c526ca2508',35701,20101,20105,NULL,'2023-02-22 17:00:06.683000','2023-02-22 17:00:06.683000','*',0,1,'OAUTH2_everything','personifiera digpersonificar você代理ログインusurper votre identitéaz ön megszemélyesítésesich als Sie ausgebensuplanteu-vosانتحال شخصيتكtekeydy itseksesiimpersonate you模拟您suplantar a su usuariozich uitgeven voor u'),('78cc4a06-377a-a05f-292f-7cbbfa172eec',35702,20101,20105,NULL,'2023-02-22 17:00:06.720000','2023-02-22 17:00:06.720000','#fetch*\n#get*\n#has*\n#is*\n#search*',0,1,'OAUTH2_everything.read','läsa data åt digler dados em seu nomeデータ読み込みを許可lire les données de votre partadatok olvasása az ön nevébenDaten in Ihrem Namen lesenllegiu dades en el vostre nomقراءة البيانات نيابة عنكlue tiedot puolestasiread data on your behalf代表您读取数据leer datos en su nombregegevens lezen in uw naam'),('fdb58726-fac7-7ca7-32c3-42c28bc1d000',35703,20101,20105,NULL,'2023-02-22 17:00:06.738000','2023-02-22 17:00:06.738000','com.liferay.document.library.kernel.service.DLAppService#get*\ncom.liferay.portal.kernel.service.ImageService#get*',0,1,'OAUTH2_everything.read.documents.download','ladda ned dokument och bildertransferir documentos e imagensドキュメントや画像のダウンロードtélécharger des documents et des imagesdokumentumok és képek letöltéseDokumente und Bilder herunterladendescarrega documents i imatgesتنزيل المستندات والصورlataa asiakirjat ja kuvatdownload documents and images下载文档和图像descargar documentos e imágenesdocumenten en afbeeldingen downloaden'),('b2d5bc7e-62d0-a94c-3727-5b404607fa56',35704,20101,20105,NULL,'2023-02-22 17:00:06.754000','2023-02-22 17:00:06.754000','com.liferay.portal.kernel.service.UserService#getCurrentUser',0,1,'OAUTH2_everything.read.userprofile','läs dina personliga användardataler seus dados pessoais de usuário個人ユーザーデータを読み取りを許可lire vos données utilisateur personnellesszemélyes felhasználói adatai olvasásalesen Sie Ihre persönlichen Benutzerdatenllegiu les vostres dades personals d\'usuariقراءة بيانات المستخدم الشخصية الخاصة بكlue henkilökohtaiset käyttäjätietosiread your personal user data读取您的个人用户数据leer sus datos de usuario personalesuw persoonlijke gebruikersgegevens lezen'),('b347f9c8-d56d-03ca-c450-155237edef5a',35705,20101,20105,NULL,'2023-02-22 17:00:06.768000','2023-02-22 17:00:06.768000','#add*\n#create*\n#delete*\n#update*',0,1,'OAUTH2_everything.write','skapa/uppdatera/ta bort data åt digcriar/atualizar/excluir dados em seu nomeデータの作成/更新/削除を許可créer/mettre à jour/supprimer les données en votre nomadatok létrehozása/frissítése/törlése az ön nevébenDaten in Ihrem Namen erstellen/aktualisieren/löschencreeu/actualitzeu/suprimiu dades en el vostre nomإنشاء/تحديث/حذف البيانات نيابة عنكluo/päivitä/poista tietoja omasta puolestasicreate/update/delete data on your behalf代表您创建/更新/删除数据crear, actualizar y eliminar datos en su nombregegevens maken/bijwerken/verwijderen in uw naam'),('b6b180aa-130b-eaee-ccb2-30565ce3a235',35706,20101,20105,NULL,'2023-02-22 17:00:06.811000','2023-02-22 17:00:06.811000','*',0,1,'AUTHORIZED_OAUTH2_SAP','Tjänståtkomstpolicy för REST-begäranden som är auktoriserade av OAuth2Política de Acesso do Serviço para Solicitações REST autorizadas pelo OAuth2OAuth2で認証されたRESTリクエストに対するサービスアクセスポリシーPolitique d\'accès au service pour requêtes REST autorisée par OAuth2Szolgáltatáshasználati irányelvek az OAuth2 által jóváhagyott REST kérelmekhezService Access Policy für REST-Anfragen autorisiert durch OAuth2Política d\'accés del servei per a sol·licituds REST autoritzades per OAuth2سياسة الوصول للخدمة لطلبات REST المخولة من OAuth2Palvelimen Käyttökäytännöt OAuth2:n Valtuuttamille REST-pyynnöilleService Access Policy for REST Requests Authorized by OAuth2OAuth2 授权的 REST 请求的服务访问策略Política de acceso al servicio para peticiones de REST autorizadas por OAuth2Service toegangsbeleid voor REST-aanvragen toegestaan door OAuth2'),('e23f3702-cad9-29c6-6934-e9076cbd0959',35707,20101,20105,NULL,'2023-02-22 17:00:06.837000','2023-02-22 17:00:06.837000','com.liferay.sync.service.SyncDLObjectService#getSyncContext',1,1,'SYNC_DEFAULT','SYNC_DEFAULT'),('602a11f8-ae95-ab7a-73bc-addd29acdc2d',35708,20101,20105,NULL,'2023-02-22 17:00:06.868000','2023-02-22 17:00:06.868000','com.liferay.sync.service.*',0,1,'SYNC_TOKEN','SYNC_TOKEN'),('c58ce05c-67e0-f846-4e59-9a2b26ec34fa',35709,20101,20105,NULL,'2023-02-22 17:00:06.919000','2023-02-22 17:00:06.919000','com.liferay.portal.kernel.service.CountryService#getCountries\ncom.liferay.portal.kernel.service.RegionService#getRegions',1,1,'SYSTEM_DEFAULT','System Service Access Policy Applied on Every Request'),('72acd2be-7c7a-768c-1eb4-06cd7b3def30',35710,20101,20105,NULL,'2023-02-22 17:00:06.928000','2023-02-22 17:00:06.928000','*',0,1,'SYSTEM_USER_PASSWORD','System Service Access Policy for Requests Authenticated Using User Password'),('1f05a0cf-6561-3907-1e3d-45e15b602f3e',35711,20101,20105,NULL,'2023-02-22 17:00:06.977000','2023-02-22 17:00:06.977000','com.liferay.calendar.service.CalendarBookingService#search\ncom.liferay.calendar.service.CalendarBookingService#searchCount',1,1,'CALENDAR_DEFAULT','Offentlig åtkomst till API för kalendersökningAcesso público para o API de busca do calendárioカレンダー検索APIを一般公開Accès public à l\'API de recherche de calendrierNyilvános hozzáférés a Naptári keresés API-hozÖffentlicher Zugriff auf Such-API des KalendersAccés públic a l\'API de cerca de calendariالوصول العام إلى واجهة برمجة تطبيقات بحث التقويمJulkinen Käyttöoikeus Kalenterihaun RajapintaanPublic Access to the Calendar Search API日历搜索 API 的公共访问权限Acceso público al API de búsqueda en calendariosPublieke toegang tot de zoek-API voor de kalender'),('dabf2043-49ad-6b35-fc95-d6f96e50086c',35712,20101,20105,NULL,'2023-02-22 17:00:07.015000','2023-02-22 17:00:07.015000','com.liferay.commerce.account.service.CommerceAccountService#getCommerceAccount\ncom.liferay.commerce.frontend.internal.cart.CommerceCartResource*\ncom.liferay.commerce.frontend.internal.search.CommerceSearchResource\ncom.liferay.commerce.service.CommerceCountryService#getBillingCommerceCountriesByChannelId\ncom.liferay.commerce.service.CommerceCountryService#getCommerceCountries\ncom.liferay.commerce.service.CommerceCountryService#getShippingCommerceCountriesByChannelId\ncom.liferay.commerce.service.CommerceOrderItemService#getCommerceOrderItem\ncom.liferay.commerce.service.CommerceOrderItemService#getCommerceOrderItems\ncom.liferay.commerce.service.CommerceOrderItemService#getCommerceOrderItemsQuantity\ncom.liferay.commerce.service.CommerceOrderItemService#upsertCommerceOrderItem\ncom.liferay.commerce.service.CommerceOrderService#addCommerceOrder\ncom.liferay.commerce.service.CommerceOrderService#fetchCommerceOrder\ncom.liferay.commerce.service.CommerceOrderService#getCommerceOrder\ncom.liferay.commerce.service.CommerceRegionService#getCommerceRegions\ncom.liferay.headless.commerce.delivery.cart.internal.resource.v1_0.CartResourceImpl#getCart',1,1,'COMMERCE_DEFAULT','Public Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIsPublic Access to the Commerce Service APIs'),('a15ff479-d453-c6cd-53ca-ba0b8181ecdf',35713,20101,20105,NULL,'2023-02-22 17:00:07.050000','2023-02-22 17:00:07.050000','com.liferay.asset.kernel.service.AssetEntryService#incrementViewCounter',1,1,'ASSET_ENTRY_DEFAULT','Offentlig åtkomst till API för tillgångspostAcesso público para o API de Entrada de conteúdoアセットエントリーAPIを一般公開Accès public à l\'API des entrées d\'actifsNyilvános hozzáférés a Tartalom bejegyzés API-hozÖffentlicher Zugriff auf das Asset-Eintrag-APIAccés públic a l\'API de l\'entrada de contingutالوصول العام إلى واجهة برمجة التطبيقات لإدخال الأصلJulkinen Käyttöoikeus Sisältömerkinnän RajapintaanPublic Access to the Asset Entry API资产条目 API 的公共访问权限Acceso público a la API de entrada de activosPublieke toegang tot de API voor assetinvoer'),('ce1668a4-ea2b-e6c2-89cc-300210704aec',35714,20101,20105,NULL,'2023-02-22 17:00:07.087000','2023-02-22 17:00:07.087000','#fetch*\n#get*\n#has*\n#is*\n#search*',0,1,'OAUTH_READ','Läsåtkomst för OAuthAcesso de Leitura OAuthOAuth 読み取りアクセスAccès lecture OAuthOAuth olvasási hozzáférésOAuth LesezugriffAccés de lectura OAuthالوصول لقراءة OAuthOAuth-lukuoikeusOAuth Read AccessOAuth 读取访问Acceso de lectura de OAuthOAuth-leestoegang'),('d65aaa3f-9a96-69b7-0bba-9d3ab6391f2a',35715,20101,20105,NULL,'2023-02-22 17:00:07.129000','2023-02-22 17:00:07.129000','*',0,1,'OAUTH_WRITE','Skrivåtkomst för OAuthAcesso de Gravação OAuthOAuth 書き込みアクセスAccès écriture OAuthOAuth írási hozzáférésOAuth SchreibzugriffAccés d\'escriptura OAuthالوصول لكتابة OAuthOAuth-kirjoitusoikeusOAuth Write AccessOAuth 写入访问Acceso de escritura de OAuthOAuth-schrijftoegang'),('8a89ab67-e482-f46a-1570-f6a17d41cb46',39201,20101,20105,NULL,'2023-02-22 17:00:42.825000','2023-02-22 17:00:42.825000','com.liferay.portal.kernel.service.ContactService#getContact\ncom.liferay.portal.kernel.service.GroupService#getGroup\ncom.liferay.portal.kernel.service.GroupService#getGroups\ncom.liferay.portal.kernel.service.GroupService#getGroupsCount\ncom.liferay.portal.kernel.service.GroupService#getGtGroups\ncom.liferay.portal.kernel.service.OrganizationService#fetchOrganization\ncom.liferay.portal.kernel.service.OrganizationService#getGtOrganizations\ncom.liferay.portal.kernel.service.OrganizationService#getOrganization\ncom.liferay.portal.kernel.service.OrganizationService#getOrganizations\ncom.liferay.portal.kernel.service.OrganizationService#getOrganizationsCount\ncom.liferay.portal.kernel.service.OrganizationService#getUserOrganizations\ncom.liferay.portal.kernel.service.PortalService#getBuildNumber\ncom.liferay.portal.kernel.service.UserGroupService#fetchUserGroup\ncom.liferay.portal.kernel.service.UserGroupService#getGtUserGroups\ncom.liferay.portal.kernel.service.UserGroupService#getUserGroup\ncom.liferay.portal.kernel.service.UserGroupService#getUserGroups\ncom.liferay.portal.kernel.service.UserGroupService#getUserGroupsCount\ncom.liferay.portal.kernel.service.UserGroupService#getUserUserGroups\ncom.liferay.portal.kernel.service.UserService#getCompanyUsers\ncom.liferay.portal.kernel.service.UserService#getCompanyUsersCount\ncom.liferay.portal.kernel.service.UserService#getCurrentUser\ncom.liferay.portal.kernel.service.UserService#getGtCompanyUsers\ncom.liferay.portal.kernel.service.UserService#getGtOrganizationUsers\ncom.liferay.portal.kernel.service.UserService#getGtUserGroupUsers\ncom.liferay.portal.kernel.service.UserService#getOrganizationUsers\ncom.liferay.portal.kernel.service.UserService#getOrganizationUsersCount\ncom.liferay.portal.kernel.service.UserService#getOrganizationsAndUserGroupsUsersCount\ncom.liferay.portal.kernel.service.UserService#getUserById\ncom.liferay.portal.kernel.service.UserService#getUserGroupUsers\ncom.liferay.portal.security.audit.storage.service.AuditEventService#getAuditEvents',0,1,'OAUTH2_analytics.read','läsa data åt digler dados de análise em seu nome解析データの読み込みを許可lire les données analytiques de votre partelemzési adatok olvasása az ön nevébenlesen von Analysedaten in Ihrem Auftragllegeix les dades d\'analítica en nom vostreقراءة البيانات نيابة عنكlue analytiikkatiedot puolestasiread analytics data on your behalf代表您读取分析数据leer datos de análisis en su nombreanalysegegevens lezen in uw naam'),('539f59e3-781b-60fe-78b9-56f09425e6b8',39202,20101,20105,NULL,'2023-02-22 17:00:42.915000','2023-02-22 17:00:42.915000','com.liferay.portal.kernel.service.CompanyService#updatePreferences',0,1,'OAUTH2_analytics.write','skapa/uppdatera/ta bort inställningar åt digcriar/atualizar/excluir preferências em seu nome表示設定の作成/更新/削除を許可créer/mettre à jour/supprimer les préférences en votre nompreferenciák létrehozása/frissítése/törlése az ön nevébenEinstellungen in Ihrem Namen erstellen/aktualisieren/löschencreeu/actualitzeu/suprimiu dades en el vostre nomإنشاء/تحديث/حذف التفضيلات نيابة عنكluo/päivitä/poista määrityksiä omasta puolestasicreate/update/delete preferences on your behalf代表您创建/更新/删除首选项crear, actualizar y eliminar preferencias en su nombregegevens maken/bijwerken/verwijderen in uw naam'); /*!40000 ALTER TABLE `SAPEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SamlIdpSpConnection` -- DROP TABLE IF EXISTS `SamlIdpSpConnection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SamlIdpSpConnection` ( `samlIdpSpConnectionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlSpEntityId` varchar(1024) DEFAULT NULL, `assertionLifetime` int DEFAULT NULL, `attributeNames` longtext, `attributesEnabled` tinyint DEFAULT NULL, `attributesNamespaceEnabled` tinyint DEFAULT NULL, `enabled` tinyint DEFAULT NULL, `encryptionForced` tinyint DEFAULT NULL, `metadataUrl` varchar(1024) DEFAULT NULL, `metadataXml` longtext, `metadataUpdatedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `nameIdAttribute` varchar(1024) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, PRIMARY KEY (`samlIdpSpConnectionId`), KEY `IX_87463CFB` (`companyId`,`samlSpEntityId`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SamlIdpSpConnection` -- LOCK TABLES `SamlIdpSpConnection` WRITE; /*!40000 ALTER TABLE `SamlIdpSpConnection` DISABLE KEYS */; /*!40000 ALTER TABLE `SamlIdpSpConnection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SamlIdpSpSession` -- DROP TABLE IF EXISTS `SamlIdpSpSession`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SamlIdpSpSession` ( `samlIdpSpSessionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpSsoSessionId` bigint DEFAULT NULL, `samlSpEntityId` varchar(1024) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, `nameIdValue` varchar(1024) DEFAULT NULL, PRIMARY KEY (`samlIdpSpSessionId`), KEY `IX_545F7B35` (`createDate`), KEY `IX_F2B40CDF` (`samlIdpSsoSessionId`,`samlSpEntityId`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SamlIdpSpSession` -- LOCK TABLES `SamlIdpSpSession` WRITE; /*!40000 ALTER TABLE `SamlIdpSpSession` DISABLE KEYS */; /*!40000 ALTER TABLE `SamlIdpSpSession` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SamlIdpSsoSession` -- DROP TABLE IF EXISTS `SamlIdpSsoSession`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SamlIdpSsoSession` ( `samlIdpSsoSessionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpSsoSessionKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`samlIdpSsoSessionId`), KEY `IX_E5D1CDD3` (`createDate`), KEY `IX_5E8BFDF9` (`samlIdpSsoSessionKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SamlIdpSsoSession` -- LOCK TABLES `SamlIdpSsoSession` WRITE; /*!40000 ALTER TABLE `SamlIdpSsoSession` DISABLE KEYS */; /*!40000 ALTER TABLE `SamlIdpSsoSession` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SamlSpAuthRequest` -- DROP TABLE IF EXISTS `SamlSpAuthRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SamlSpAuthRequest` ( `samlSpAuthnRequestId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `samlSpAuthRequestKey` varchar(75) DEFAULT NULL, PRIMARY KEY (`samlSpAuthnRequestId`), KEY `IX_49073861` (`createDate`), KEY `IX_10D77E09` (`samlIdpEntityId`(255),`samlSpAuthRequestKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SamlSpAuthRequest` -- LOCK TABLES `SamlSpAuthRequest` WRITE; /*!40000 ALTER TABLE `SamlSpAuthRequest` DISABLE KEYS */; /*!40000 ALTER TABLE `SamlSpAuthRequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SamlSpIdpConnection` -- DROP TABLE IF EXISTS `SamlSpIdpConnection`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SamlSpIdpConnection` ( `samlSpIdpConnectionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `assertionSignatureRequired` tinyint DEFAULT NULL, `clockSkew` bigint DEFAULT NULL, `enabled` tinyint DEFAULT NULL, `forceAuthn` tinyint DEFAULT NULL, `ldapImportEnabled` tinyint DEFAULT NULL, `metadataUrl` varchar(1024) DEFAULT NULL, `metadataXml` longtext, `metadataUpdatedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, `signAuthnRequest` tinyint DEFAULT NULL, `userAttributeMappings` longtext, PRIMARY KEY (`samlSpIdpConnectionId`), KEY `IX_61204DD` (`companyId`,`samlIdpEntityId`(255)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SamlSpIdpConnection` -- LOCK TABLES `SamlSpIdpConnection` WRITE; /*!40000 ALTER TABLE `SamlSpIdpConnection` DISABLE KEYS */; /*!40000 ALTER TABLE `SamlSpIdpConnection` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SamlSpMessage` -- DROP TABLE IF EXISTS `SamlSpMessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SamlSpMessage` ( `samlSpMessageId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `samlIdpResponseKey` varchar(75) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`samlSpMessageId`), KEY `IX_31762094` (`expirationDate`), KEY `IX_5615F9DD` (`samlIdpEntityId`(255),`samlIdpResponseKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SamlSpMessage` -- LOCK TABLES `SamlSpMessage` WRITE; /*!40000 ALTER TABLE `SamlSpMessage` DISABLE KEYS */; /*!40000 ALTER TABLE `SamlSpMessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SamlSpSession` -- DROP TABLE IF EXISTS `SamlSpSession`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SamlSpSession` ( `samlSpSessionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `samlIdpEntityId` varchar(1024) DEFAULT NULL, `samlSpSessionKey` varchar(75) DEFAULT NULL, `assertionXml` longtext, `jSessionId` varchar(200) DEFAULT NULL, `nameIdFormat` varchar(1024) DEFAULT NULL, `nameIdNameQualifier` varchar(1024) DEFAULT NULL, `nameIdSPNameQualifier` varchar(1024) DEFAULT NULL, `nameIdValue` varchar(1024) DEFAULT NULL, `sessionIndex` varchar(75) DEFAULT NULL, `terminated_` tinyint DEFAULT NULL, PRIMARY KEY (`samlSpSessionId`), UNIQUE KEY `IX_C66E4319` (`samlSpSessionKey`), KEY `IX_85F532ED` (`jSessionId`), KEY `IX_1040A689` (`nameIdValue`(255)), KEY `IX_2001B382` (`sessionIndex`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SamlSpSession` -- LOCK TABLES `SamlSpSession` WRITE; /*!40000 ALTER TABLE `SamlSpSession` DISABLE KEYS */; /*!40000 ALTER TABLE `SamlSpSession` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SegmentsEntry` -- DROP TABLE IF EXISTS `SegmentsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SegmentsEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryKey` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `active_` tinyint DEFAULT NULL, `criteria` longtext, `source` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`segmentsEntryId`), UNIQUE KEY `IX_E72E3826` (`groupId`,`segmentsEntryKey`), UNIQUE KEY `IX_5C4D314E` (`uuid_`,`groupId`), KEY `IX_5BFEEA84` (`active_`,`type_`), KEY `IX_56AA45CF` (`groupId`,`active_`,`source`,`type_`), KEY `IX_755F267E` (`groupId`,`active_`,`type_`), KEY `IX_90AB04A7` (`source`), KEY `IX_5296FAFD` (`type_`), KEY `IX_444527CC` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SegmentsEntry` -- LOCK TABLES `SegmentsEntry` WRITE; /*!40000 ALTER TABLE `SegmentsEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `SegmentsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SegmentsEntryRel` -- DROP TABLE IF EXISTS `SegmentsEntryRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SegmentsEntryRel` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `segmentsEntryRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, PRIMARY KEY (`segmentsEntryRelId`), UNIQUE KEY `IX_55B38A5` (`segmentsEntryId`,`classNameId`,`classPK`), KEY `IX_E1165342` (`classNameId`,`classPK`), KEY `IX_5FBA8532` (`groupId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SegmentsEntryRel` -- LOCK TABLES `SegmentsEntryRel` WRITE; /*!40000 ALTER TABLE `SegmentsEntryRel` DISABLE KEYS */; /*!40000 ALTER TABLE `SegmentsEntryRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SegmentsEntryRole` -- DROP TABLE IF EXISTS `SegmentsEntryRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SegmentsEntryRole` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `segmentsEntryRoleId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint DEFAULT NULL, `roleId` bigint DEFAULT NULL, PRIMARY KEY (`segmentsEntryRoleId`), UNIQUE KEY `IX_1E3D8394` (`segmentsEntryId`,`roleId`), KEY `IX_65648B53` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SegmentsEntryRole` -- LOCK TABLES `SegmentsEntryRole` WRITE; /*!40000 ALTER TABLE `SegmentsEntryRole` DISABLE KEYS */; /*!40000 ALTER TABLE `SegmentsEntryRole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SegmentsExperience` -- DROP TABLE IF EXISTS `SegmentsExperience`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SegmentsExperience` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsExperienceId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint DEFAULT NULL, `segmentsExperienceKey` varchar(75) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `name` longtext, `priority` int DEFAULT NULL, `active_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`segmentsExperienceId`), UNIQUE KEY `IX_8B4A6BC7` (`groupId`,`classNameId`,`classPK`,`priority`), UNIQUE KEY `IX_B8F358EB` (`groupId`,`segmentsExperienceKey`), UNIQUE KEY `IX_6482E006` (`uuid_`,`groupId`), KEY `IX_50DD7CFA` (`groupId`,`classNameId`,`classPK`,`active_`), KEY `IX_5B21AD71` (`groupId`,`segmentsEntryId`,`classNameId`,`classPK`,`active_`), KEY `IX_E90B4ACD` (`segmentsEntryId`), KEY `IX_15CA0884` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SegmentsExperience` -- LOCK TABLES `SegmentsExperience` WRITE; /*!40000 ALTER TABLE `SegmentsExperience` DISABLE KEYS */; /*!40000 ALTER TABLE `SegmentsExperience` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SegmentsExperiment` -- DROP TABLE IF EXISTS `SegmentsExperiment`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SegmentsExperiment` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsExperimentId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint DEFAULT NULL, `segmentsExperienceId` bigint DEFAULT NULL, `segmentsExperimentKey` varchar(75) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `typeSettings` longtext, `status` int DEFAULT NULL, PRIMARY KEY (`segmentsExperimentId`), UNIQUE KEY `IX_72C2980B` (`groupId`,`segmentsExperimentKey`), UNIQUE KEY `IX_284003D9` (`uuid_`,`groupId`), KEY `IX_C7EDCF7` (`classNameId`,`classPK`,`segmentsExperienceId`,`status`), KEY `IX_FE51B455` (`groupId`,`classNameId`,`classPK`,`segmentsExperienceId`), KEY `IX_8D0D6955` (`groupId`,`segmentsExperienceId`,`classNameId`,`classPK`), KEY `IX_12B591F7` (`segmentsExperienceId`,`classNameId`,`classPK`,`status`), KEY `IX_2FF139A2` (`segmentsExperienceId`,`status`), KEY `IX_127B4FCF` (`segmentsExperimentKey`), KEY `IX_DECD8397` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SegmentsExperiment` -- LOCK TABLES `SegmentsExperiment` WRITE; /*!40000 ALTER TABLE `SegmentsExperiment` DISABLE KEYS */; /*!40000 ALTER TABLE `SegmentsExperiment` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SegmentsExperimentRel` -- DROP TABLE IF EXISTS `SegmentsExperimentRel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SegmentsExperimentRel` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `segmentsExperimentRelId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsExperimentId` bigint DEFAULT NULL, `segmentsExperienceId` bigint DEFAULT NULL, `split` double DEFAULT NULL, PRIMARY KEY (`segmentsExperimentRelId`), UNIQUE KEY `IX_52421287` (`segmentsExperimentId`,`segmentsExperienceId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SegmentsExperimentRel` -- LOCK TABLES `SegmentsExperimentRel` WRITE; /*!40000 ALTER TABLE `SegmentsExperimentRel` DISABLE KEYS */; /*!40000 ALTER TABLE `SegmentsExperimentRel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ServiceComponent` -- DROP TABLE IF EXISTS `ServiceComponent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `ServiceComponent` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `serviceComponentId` bigint NOT NULL, `buildNamespace` varchar(75) DEFAULT NULL, `buildNumber` bigint DEFAULT NULL, `buildDate` bigint DEFAULT NULL, `data_` longtext, PRIMARY KEY (`serviceComponentId`), UNIQUE KEY `IX_4F0315B8` (`buildNamespace`,`buildNumber`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ServiceComponent` -- LOCK TABLES `ServiceComponent` WRITE; /*!40000 ALTER TABLE `ServiceComponent` DISABLE KEYS */; INSERT INTO `ServiceComponent` VALUES (0,20819,'OpenSocial',10,1560366063263,'\n\n\n \n \n \n'),(0,20828,'TMS',4,1560366122122,'\n\n\n \n \n \n'),(0,22604,'Powwow',5,1560366094864,'\n\n\n \n \n \n'),(0,31305,'OAuthTwo',1,1511982781730,'\n\n\n \n \n \n'),(0,31503,'Journal',3,1470642961397,'\n\n\n \n \n \n'),(0,31701,'Commerce',1,1560418413496,'\n\n\n \n \n \n'),(0,31704,'DE',1,1563319018369,'\n\n\n \n \n \n'),(0,31905,'AssetList',1,1535360103787,'\n\n\n \n \n \n'),(0,31906,'Screens',2,1454719907378,'\n\n\n \n \n \n'),(0,32102,'Asset',1,1525692303028,'\n\n\n \n \n \n'),(0,32304,'Sync',9,1469064234816,'\n\n\n \n \n \n'),(0,32403,'LayoutSEO',1,1566913168076,'\n\n\n \n \n \n'),(0,32501,'ER',1,1528256740410,'\n\n\n \n \n \n'),(0,32604,'Wiki',2,1454719940880,'\n\n\n \n \n \n'),(0,33102,'OpenIdConnect',1,1638780828862,'\n\n\n \n \n \n'),(0,33103,'Flags',2,1454719855705,'\n\n\n \n \n \n'),(0,33403,'WorkflowMetrics',1,1549907953581,'\n\n\n \n \n \n'),(0,33502,'DLSync',1,1506613159990,'\n\n\n \n \n \n'),(0,33701,'Subscription',1,1483356778593,'\n\n\n \n \n \n'),(0,33907,'Segments',1,1538130358960,'\n\n\n \n \n \n'),(0,34205,'MDR',3,1454719897533,'\n\n\n \n \n \n'),(0,34302,'Sharing',1,1531235274538,'\n\n\n \n \n \n'),(0,34405,'KB',15,1423136031621,'\n\n\n \n \n \n'),(0,34601,'Bookmarks',2,1454719820635,'\n\n\n \n \n \n'),(0,34603,'DLOpener',1,1531216816914,'\n\n\n \n \n \n'),(0,34703,'SiteNavigation',1,1506004262924,'\n\n\n \n \n \n'),(0,34802,'Lock',2,1454719810794,'\n\n\n \n \n \n'),(0,35003,'Blogs',1,1467883579789,'\n\n\n \n \n \n'),(0,35102,'PushNotifications',1,1397598137604,'\n\n\n \n \n \n'),(0,35203,'BackgroundTask',2,1454719807550,'\n\n\n \n \n \n'),(0,35402,'Site',1,1490949819656,'\n\n\n \n \n \n'),(0,35503,'KaleoForms',3,1425751448273,'\n\n\n \n \n \n'),(0,35602,'SAP',3,1454719911670,'\n\n\n \n \n \n'),(0,35717,'DL',1,1506434629011,'\n\n\n \n \n \n'),(0,35805,'Calendar',6,1467385007967,'\n\n\n \n \n \n'),(0,36006,'Kaleo',10,1468446017884,'\n\n\n \n \n \n'),(0,36204,'Changeset',1,1525361743173,'\n\n\n \n \n \n'),(0,36206,'Contacts',2,1343264272450,'\n\n\n \n \n \n'),(0,36401,'Layout',1,1506337823035,'\n\n\n \n \n \n'),(0,36403,'Preview',1,1512400763559,'\n\n\n \n \n \n'),(0,36502,'IM',1,1455550401806,'\n\n\n \n \n \n'),(0,36704,'Fragment',1,1505731263383,'\n\n\n \n \n \n'),(0,36804,'FURL',1,1475068021017,'\n\n\n \n \n \n'),(0,37402,'ReadingTime',1,1508406352137,'\n\n\n \n \n \n'),(0,37406,'PortalInstances',1,1477512433639,'\n\n\n \n \n \n'),(0,37506,'Saml',8,1472247519261,'\n\n\n \n \n \n'),(0,37703,'OAuth',1,1355990674844,'\n\n\n \n \n \n'),(0,37904,'Marketplace',6,1459893726893,'\n\n\n \n \n \n'),(0,38002,'SharepointOAuth',1,1501147581849,'\n\n\n \n \n \n'),(0,38102,'Microblogs',3,1454719889744,'\n\n\n \n \n \n'),(0,38302,'AssetAutoTagger',1,1531464299736,'\n\n\n \n \n \n'),(0,38405,'DDL',1,1455828666350,'\n\n\n \n \n \n'),(0,38606,'MB',1,1508406048120,'\n\n\n \n \n \n'),(0,38902,'Analytics',1,1574103718807,'\n\n\n \n \n \n'),(0,39003,'BatchEngine',1,1567721989722,'\n\n\n \n \n \n'),(0,39006,'WeDeployAuth',1,1492130071925,'\n\n\n \n \n \n'),(0,39010,'Trash',1,1491488486875,'\n\n\n \n \n \n'),(0,39516,'DDM',2,1454719850972,'\n\n\n \n \n \n'),(0,40938,'AMImageEntry',1,1485270630845,'\n\n\n \n \n \n'),(0,41004,'Audit',2,1343264257622,'\n\n\n \n \n \n'),(0,41052,'Polls',2,1454719903688,'\n\n\n \n \n \n'),(0,41065,'Reports',2,1343264415888,'\n\n\n \n \n \n'); /*!40000 ALTER TABLE `ServiceComponent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SharepointOAuth2TokenEntry` -- DROP TABLE IF EXISTS `SharepointOAuth2TokenEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SharepointOAuth2TokenEntry` ( `sharepointOAuth2TokenEntryId` bigint NOT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `accessToken` longtext, `configurationPid` varchar(75) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, `refreshToken` longtext, PRIMARY KEY (`sharepointOAuth2TokenEntryId`), UNIQUE KEY `IX_E60AC8EE` (`userId`,`configurationPid`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SharepointOAuth2TokenEntry` -- LOCK TABLES `SharepointOAuth2TokenEntry` WRITE; /*!40000 ALTER TABLE `SharepointOAuth2TokenEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `SharepointOAuth2TokenEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SharingEntry` -- DROP TABLE IF EXISTS `SharingEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SharingEntry` ( `uuid_` varchar(75) DEFAULT NULL, `sharingEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `toUserId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `shareable` tinyint DEFAULT NULL, `actionIds` bigint DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`sharingEntryId`), UNIQUE KEY `IX_3062F746` (`toUserId`,`classNameId`,`classPK`), UNIQUE KEY `IX_5EDE78D2` (`uuid_`,`groupId`), KEY `IX_1ED300B1` (`classNameId`,`classPK`), KEY `IX_1E35B88D` (`expirationDate`), KEY `IX_F066C0CE` (`groupId`), KEY `IX_9A668578` (`userId`,`classNameId`), KEY `IX_E7A29E50` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SharingEntry` -- LOCK TABLES `SharingEntry` WRITE; /*!40000 ALTER TABLE `SharingEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `SharingEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SiteFriendlyURL` -- DROP TABLE IF EXISTS `SiteFriendlyURL`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SiteFriendlyURL` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteFriendlyURLId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `friendlyURL` varchar(75) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`siteFriendlyURLId`), UNIQUE KEY `IX_FF899B2F` (`companyId`,`friendlyURL`), UNIQUE KEY `IX_7A3B7A2C` (`companyId`,`groupId`,`languageId`), UNIQUE KEY `IX_82D4AAD9` (`uuid_`,`groupId`), KEY `IX_383E2D21` (`groupId`,`companyId`), KEY `IX_E6D46A97` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SiteFriendlyURL` -- LOCK TABLES `SiteFriendlyURL` WRITE; /*!40000 ALTER TABLE `SiteFriendlyURL` DISABLE KEYS */; /*!40000 ALTER TABLE `SiteFriendlyURL` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SiteNavigationMenu` -- DROP TABLE IF EXISTS `SiteNavigationMenu`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SiteNavigationMenu` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteNavigationMenuId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `auto_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`siteNavigationMenuId`), UNIQUE KEY `IX_ECBADAC9` (`groupId`,`name`), UNIQUE KEY `IX_711BF396` (`uuid_`,`groupId`), KEY `IX_1D786176` (`groupId`,`auto_`), KEY `IX_1125400B` (`groupId`,`type_`), KEY `IX_606C7814` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SiteNavigationMenu` -- LOCK TABLES `SiteNavigationMenu` WRITE; /*!40000 ALTER TABLE `SiteNavigationMenu` DISABLE KEYS */; /*!40000 ALTER TABLE `SiteNavigationMenu` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SiteNavigationMenuItem` -- DROP TABLE IF EXISTS `SiteNavigationMenuItem`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SiteNavigationMenuItem` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteNavigationMenuItemId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `siteNavigationMenuId` bigint DEFAULT NULL, `parentSiteNavigationMenuItemId` bigint DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `order_` int DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`siteNavigationMenuItemId`), UNIQUE KEY `IX_6FD3DF09` (`uuid_`,`groupId`), KEY `IX_75495C39` (`parentSiteNavigationMenuItemId`), KEY `IX_9FA7003B` (`siteNavigationMenuId`,`name`), KEY `IX_2294C622` (`siteNavigationMenuId`,`parentSiteNavigationMenuItemId`), KEY `IX_90D752C7` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SiteNavigationMenuItem` -- LOCK TABLES `SiteNavigationMenuItem` WRITE; /*!40000 ALTER TABLE `SiteNavigationMenuItem` DISABLE KEYS */; /*!40000 ALTER TABLE `SiteNavigationMenuItem` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivity` -- DROP TABLE IF EXISTS `SocialActivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialActivity` ( `activityId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` bigint DEFAULT NULL, `activitySetId` bigint DEFAULT NULL, `mirrorActivityId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `parentClassNameId` bigint DEFAULT NULL, `parentClassPK` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint DEFAULT NULL, PRIMARY KEY (`activityId`), UNIQUE KEY `IX_8F32DEC9` (`groupId`,`userId`,`createDate`,`classNameId`,`classPK`,`type_`,`receiverUserId`), KEY `IX_F542E9BC` (`activitySetId`), KEY `IX_D0E9029E` (`classNameId`,`classPK`,`type_`), KEY `IX_64B1BC66` (`companyId`), KEY `IX_FB604DC7` (`groupId`,`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`), KEY `IX_1F00C374` (`mirrorActivityId`,`classNameId`,`classPK`), KEY `IX_121CA3CB` (`receiverUserId`), KEY `IX_3504B8BC` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivity` -- LOCK TABLES `SocialActivity` WRITE; /*!40000 ALTER TABLE `SocialActivity` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivity` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivityAchievement` -- DROP TABLE IF EXISTS `SocialActivityAchievement`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialActivityAchievement` ( `activityAchievementId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `firstInGroup` tinyint DEFAULT NULL, PRIMARY KEY (`activityAchievementId`), UNIQUE KEY `IX_D4390CAA` (`groupId`,`userId`,`name`), KEY `IX_83E16F2F` (`groupId`,`firstInGroup`), KEY `IX_8F6408F0` (`groupId`,`name`), KEY `IX_AABC18E9` (`groupId`,`userId`,`firstInGroup`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivityAchievement` -- LOCK TABLES `SocialActivityAchievement` WRITE; /*!40000 ALTER TABLE `SocialActivityAchievement` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivityAchievement` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivityCounter` -- DROP TABLE IF EXISTS `SocialActivityCounter`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialActivityCounter` ( `activityCounterId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `ownerType` int DEFAULT NULL, `currentValue` int DEFAULT NULL, `totalValue` int DEFAULT NULL, `graceValue` int DEFAULT NULL, `startPeriod` int DEFAULT NULL, `endPeriod` int DEFAULT NULL, `active_` tinyint DEFAULT NULL, PRIMARY KEY (`activityCounterId`), UNIQUE KEY `IX_1B7E3B67` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`endPeriod`), UNIQUE KEY `IX_374B35AE` (`groupId`,`classNameId`,`classPK`,`name`,`ownerType`,`startPeriod`), KEY `IX_A4B9A23B` (`classNameId`,`classPK`), KEY `IX_926CDD04` (`groupId`,`classNameId`,`classPK`,`ownerType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivityCounter` -- LOCK TABLES `SocialActivityCounter` WRITE; /*!40000 ALTER TABLE `SocialActivityCounter` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivityCounter` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivityLimit` -- DROP TABLE IF EXISTS `SocialActivityLimit`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialActivityLimit` ( `activityLimitId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `activityType` int DEFAULT NULL, `activityCounterName` varchar(75) DEFAULT NULL, `value` varchar(75) DEFAULT NULL, PRIMARY KEY (`activityLimitId`), UNIQUE KEY `IX_F1C1A617` (`groupId`,`userId`,`classNameId`,`classPK`,`activityType`,`activityCounterName`), KEY `IX_B15863FA` (`classNameId`,`classPK`), KEY `IX_6F9EDE9F` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivityLimit` -- LOCK TABLES `SocialActivityLimit` WRITE; /*!40000 ALTER TABLE `SocialActivityLimit` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivityLimit` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivitySet` -- DROP TABLE IF EXISTS `SocialActivitySet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialActivitySet` ( `activitySetId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` bigint DEFAULT NULL, `modifiedDate` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `extraData` longtext, `activityCount` int DEFAULT NULL, PRIMARY KEY (`activitySetId`), KEY `IX_4460FA14` (`classNameId`,`classPK`,`type_`), KEY `IX_9BE30DDF` (`groupId`,`userId`,`classNameId`,`type_`), KEY `IX_F71071BD` (`groupId`,`userId`,`type_`), KEY `IX_62AC101A` (`userId`,`classNameId`,`classPK`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivitySet` -- LOCK TABLES `SocialActivitySet` WRITE; /*!40000 ALTER TABLE `SocialActivitySet` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivitySet` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivitySetting` -- DROP TABLE IF EXISTS `SocialActivitySetting`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialActivitySetting` ( `activitySettingId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `activityType` int DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `value` varchar(1024) DEFAULT NULL, PRIMARY KEY (`activitySettingId`), KEY `IX_384788CD` (`groupId`,`activityType`), KEY `IX_D984AABA` (`groupId`,`classNameId`,`activityType`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialActivitySetting` -- LOCK TABLES `SocialActivitySetting` WRITE; /*!40000 ALTER TABLE `SocialActivitySetting` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialActivitySetting` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialRelation` -- DROP TABLE IF EXISTS `SocialRelation`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialRelation` ( `uuid_` varchar(75) DEFAULT NULL, `relationId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` bigint DEFAULT NULL, `userId1` bigint DEFAULT NULL, `userId2` bigint DEFAULT NULL, `type_` int DEFAULT NULL, PRIMARY KEY (`relationId`), UNIQUE KEY `IX_12A92145` (`userId1`,`userId2`,`type_`), KEY `IX_95135D1C` (`companyId`,`type_`), KEY `IX_C31A64C6` (`type_`), KEY `IX_4B52BE89` (`userId1`,`type_`), KEY `IX_3F9C2FA8` (`userId2`,`type_`), KEY `IX_5B30F663` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialRelation` -- LOCK TABLES `SocialRelation` WRITE; /*!40000 ALTER TABLE `SocialRelation` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialRelation` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialRequest` -- DROP TABLE IF EXISTS `SocialRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SocialRequest` ( `uuid_` varchar(75) DEFAULT NULL, `requestId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `createDate` bigint DEFAULT NULL, `modifiedDate` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`requestId`), UNIQUE KEY `IX_36A90CA7` (`userId`,`classNameId`,`classPK`,`type_`,`receiverUserId`), UNIQUE KEY `IX_4F973EFE` (`uuid_`,`groupId`), KEY `IX_D3425487` (`classNameId`,`classPK`,`type_`,`receiverUserId`,`status`), KEY `IX_A90FE5A0` (`companyId`), KEY `IX_D9380CB7` (`receiverUserId`,`status`), KEY `IX_CC86A444` (`userId`,`classNameId`,`classPK`,`type_`,`status`), KEY `IX_AB5906A8` (`userId`,`status`), KEY `IX_8D42897C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SocialRequest` -- LOCK TABLES `SocialRequest` WRITE; /*!40000 ALTER TABLE `SocialRequest` DISABLE KEYS */; /*!40000 ALTER TABLE `SocialRequest` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Subscription` -- DROP TABLE IF EXISTS `Subscription`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Subscription` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `subscriptionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `frequency` varchar(75) DEFAULT NULL, PRIMARY KEY (`subscriptionId`), UNIQUE KEY `IX_2E1A92D4` (`companyId`,`userId`,`classNameId`,`classPK`), KEY `IX_4410586B` (`classNameId`), KEY `IX_786D171A` (`companyId`,`classNameId`,`classPK`), KEY `IX_1290B81` (`groupId`,`userId`), KEY `IX_E8F34171` (`userId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Subscription` -- LOCK TABLES `Subscription` WRITE; /*!40000 ALTER TABLE `Subscription` DISABLE KEYS */; /*!40000 ALTER TABLE `Subscription` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SyncDLFileVersionDiff` -- DROP TABLE IF EXISTS `SyncDLFileVersionDiff`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SyncDLFileVersionDiff` ( `syncDLFileVersionDiffId` bigint NOT NULL, `fileEntryId` bigint DEFAULT NULL, `sourceFileVersionId` bigint DEFAULT NULL, `targetFileVersionId` bigint DEFAULT NULL, `dataFileEntryId` bigint DEFAULT NULL, `size_` bigint DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`syncDLFileVersionDiffId`), UNIQUE KEY `IX_AC4C7667` (`fileEntryId`,`sourceFileVersionId`,`targetFileVersionId`), KEY `IX_A9B43C55` (`expirationDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SyncDLFileVersionDiff` -- LOCK TABLES `SyncDLFileVersionDiff` WRITE; /*!40000 ALTER TABLE `SyncDLFileVersionDiff` DISABLE KEYS */; /*!40000 ALTER TABLE `SyncDLFileVersionDiff` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SyncDLObject` -- DROP TABLE IF EXISTS `SyncDLObject`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SyncDLObject` ( `syncDLObjectId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createTime` bigint DEFAULT NULL, `modifiedTime` bigint DEFAULT NULL, `repositoryId` bigint DEFAULT NULL, `parentFolderId` bigint DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `description` longtext, `changeLog` varchar(75) DEFAULT NULL, `extraSettings` longtext, `version` varchar(75) DEFAULT NULL, `versionId` bigint DEFAULT NULL, `size_` bigint DEFAULT NULL, `checksum` varchar(75) DEFAULT NULL, `event` varchar(75) DEFAULT NULL, `lanTokenKey` varchar(75) DEFAULT NULL, `lastPermissionChangeDate` datetime(6) DEFAULT NULL, `lockExpirationDate` datetime(6) DEFAULT NULL, `lockUserId` bigint DEFAULT NULL, `lockUserName` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typePK` bigint DEFAULT NULL, `typeUuid` varchar(75) DEFAULT NULL, PRIMARY KEY (`syncDLObjectId`), UNIQUE KEY `IX_E3F57BD6` (`type_`,`typePK`), KEY `IX_8D4FDC9F` (`modifiedTime`,`repositoryId`,`event`), KEY `IX_A3ACE372` (`modifiedTime`,`repositoryId`,`parentFolderId`), KEY `IX_38C38A09` (`repositoryId`,`event`), KEY `IX_3BE7BB8D` (`repositoryId`,`parentFolderId`,`type_`), KEY `IX_57F62914` (`repositoryId`,`type_`), KEY `IX_EE41CBEB` (`treePath`(255),`event`), KEY `IX_28CD54BB` (`type_`,`version`), KEY `IX_1CCA3B5` (`version`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SyncDLObject` -- LOCK TABLES `SyncDLObject` WRITE; /*!40000 ALTER TABLE `SyncDLObject` DISABLE KEYS */; /*!40000 ALTER TABLE `SyncDLObject` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SyncDevice` -- DROP TABLE IF EXISTS `SyncDevice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SyncDevice` ( `uuid_` varchar(75) DEFAULT NULL, `syncDeviceId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `buildNumber` bigint DEFAULT NULL, `featureSet` int DEFAULT NULL, `hostname` varchar(75) DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`syncDeviceId`), KEY `IX_176DF87B` (`companyId`,`userName`), KEY `IX_A18EDDB1` (`userId`), KEY `IX_AE38DEAB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SyncDevice` -- LOCK TABLES `SyncDevice` WRITE; /*!40000 ALTER TABLE `SyncDevice` DISABLE KEYS */; /*!40000 ALTER TABLE `SyncDevice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SystemEvent` -- DROP TABLE IF EXISTS `SystemEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `SystemEvent` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `systemEventId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `referrerClassNameId` bigint DEFAULT NULL, `parentSystemEventId` bigint DEFAULT NULL, `systemEventSetKey` bigint DEFAULT NULL, `type_` int DEFAULT NULL, `extraData` longtext, PRIMARY KEY (`systemEventId`), KEY `IX_FFCBB747` (`groupId`,`classNameId`,`classPK`,`type_`), KEY `IX_A19C89FF` (`groupId`,`systemEventSetKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SystemEvent` -- LOCK TABLES `SystemEvent` WRITE; /*!40000 ALTER TABLE `SystemEvent` DISABLE KEYS */; /*!40000 ALTER TABLE `SystemEvent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TMS_TasksEntry` -- DROP TABLE IF EXISTS `TMS_TasksEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `TMS_TasksEntry` ( `tasksEntryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `priority` int DEFAULT NULL, `assigneeUserId` bigint DEFAULT NULL, `resolverUserId` bigint DEFAULT NULL, `dueDate` datetime(6) DEFAULT NULL, `finishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`tasksEntryId`), KEY `IX_399C699E` (`assigneeUserId`,`status`), KEY `IX_CB93FC0A` (`groupId`,`assigneeUserId`,`status`), KEY `IX_EB40A85B` (`groupId`,`resolverUserId`), KEY `IX_DE60B51B` (`groupId`,`userId`,`status`), KEY `IX_9A89E9EF` (`resolverUserId`), KEY `IX_8DA9F6AF` (`userId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `TMS_TasksEntry` -- LOCK TABLES `TMS_TasksEntry` WRITE; /*!40000 ALTER TABLE `TMS_TasksEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `TMS_TasksEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Team` -- DROP TABLE IF EXISTS `Team`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Team` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `teamId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `groupId` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`teamId`), UNIQUE KEY `IX_143DC786` (`groupId`,`name`), UNIQUE KEY `IX_39F69E79` (`uuid_`,`groupId`), KEY `IX_5D47F637` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Team` -- LOCK TABLES `Team` WRITE; /*!40000 ALTER TABLE `Team` DISABLE KEYS */; /*!40000 ALTER TABLE `Team` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Ticket` -- DROP TABLE IF EXISTS `Ticket`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Ticket` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `ticketId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, `extraInfo` longtext, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`ticketId`), KEY `IX_1E8DFB2E` (`classNameId`,`classPK`,`type_`), KEY `IX_8BACD0AA` (`companyId`,`classNameId`,`classPK`,`type_`), KEY `IX_B2468446` (`key_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Ticket` -- LOCK TABLES `Ticket` WRITE; /*!40000 ALTER TABLE `Ticket` DISABLE KEYS */; /*!40000 ALTER TABLE `Ticket` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TrashEntry` -- DROP TABLE IF EXISTS `TrashEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `TrashEntry` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `entryId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `systemEventSetKey` bigint DEFAULT NULL, `typeSettings` longtext, `status` int DEFAULT NULL, PRIMARY KEY (`entryId`), UNIQUE KEY `IX_B35F73D5` (`classNameId`,`classPK`), KEY `IX_2674F2A8` (`companyId`), KEY `IX_FC4EEA64` (`groupId`,`classNameId`), KEY `IX_6CAAE2E8` (`groupId`,`createDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `TrashEntry` -- LOCK TABLES `TrashEntry` WRITE; /*!40000 ALTER TABLE `TrashEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `TrashEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `TrashVersion` -- DROP TABLE IF EXISTS `TrashVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `TrashVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `versionId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `entryId` bigint DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `typeSettings` longtext, `status` int DEFAULT NULL, PRIMARY KEY (`versionId`), UNIQUE KEY `IX_630A643B` (`classNameId`,`classPK`), KEY `IX_72D58D37` (`entryId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `TrashVersion` -- LOCK TABLES `TrashVersion` WRITE; /*!40000 ALTER TABLE `TrashVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `TrashVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroup` -- DROP TABLE IF EXISTS `UserGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserGroup` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `userGroupId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentUserGroupId` bigint DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` longtext, `addedByLDAPImport` tinyint DEFAULT NULL, PRIMARY KEY (`userGroupId`), UNIQUE KEY `IX_23EAD0D` (`companyId`,`name`), KEY `IX_CB9015AF` (`companyId`,`externalReferenceCode`), KEY `IX_69771487` (`companyId`,`parentUserGroupId`), KEY `IX_72394F8E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroup` -- LOCK TABLES `UserGroup` WRITE; /*!40000 ALTER TABLE `UserGroup` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroup` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroupGroupRole` -- DROP TABLE IF EXISTS `UserGroupGroupRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserGroupGroupRole` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `userGroupId` bigint NOT NULL, `groupId` bigint NOT NULL, `roleId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, PRIMARY KEY (`userGroupId`,`groupId`,`roleId`), KEY `IX_CAB0CCC8` (`groupId`,`roleId`), KEY `IX_1CDF88C` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroupGroupRole` -- LOCK TABLES `UserGroupGroupRole` WRITE; /*!40000 ALTER TABLE `UserGroupGroupRole` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroupGroupRole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroupRole` -- DROP TABLE IF EXISTS `UserGroupRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserGroupRole` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `userId` bigint NOT NULL, `groupId` bigint NOT NULL, `roleId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, PRIMARY KEY (`userId`,`groupId`,`roleId`), KEY `IX_871412DF` (`groupId`,`roleId`), KEY `IX_887A2C95` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroupRole` -- LOCK TABLES `UserGroupRole` WRITE; /*!40000 ALTER TABLE `UserGroupRole` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroupRole` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserGroups_Teams` -- DROP TABLE IF EXISTS `UserGroups_Teams`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserGroups_Teams` ( `companyId` bigint NOT NULL, `teamId` bigint NOT NULL, `userGroupId` bigint NOT NULL, PRIMARY KEY (`teamId`,`userGroupId`), KEY `IX_2AC5356C` (`companyId`), KEY `IX_7F187E63` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserGroups_Teams` -- LOCK TABLES `UserGroups_Teams` WRITE; /*!40000 ALTER TABLE `UserGroups_Teams` DISABLE KEYS */; /*!40000 ALTER TABLE `UserGroups_Teams` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserIdMapper` -- DROP TABLE IF EXISTS `UserIdMapper`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserIdMapper` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `userIdMapperId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `description` varchar(75) DEFAULT NULL, `externalUserId` varchar(75) DEFAULT NULL, PRIMARY KEY (`userIdMapperId`), UNIQUE KEY `IX_41A32E0D` (`type_`,`externalUserId`), UNIQUE KEY `IX_D1C44A6E` (`userId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserIdMapper` -- LOCK TABLES `UserIdMapper` WRITE; /*!40000 ALTER TABLE `UserIdMapper` DISABLE KEYS */; /*!40000 ALTER TABLE `UserIdMapper` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserNotificationDelivery` -- DROP TABLE IF EXISTS `UserNotificationDelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserNotificationDelivery` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `userNotificationDeliveryId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `notificationType` int DEFAULT NULL, `deliveryType` int DEFAULT NULL, `deliver` tinyint DEFAULT NULL, PRIMARY KEY (`userNotificationDeliveryId`), UNIQUE KEY `IX_8B6E3ACE` (`userId`,`portletId`,`classNameId`,`notificationType`,`deliveryType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserNotificationDelivery` -- LOCK TABLES `UserNotificationDelivery` WRITE; /*!40000 ALTER TABLE `UserNotificationDelivery` DISABLE KEYS */; /*!40000 ALTER TABLE `UserNotificationDelivery` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserNotificationEvent` -- DROP TABLE IF EXISTS `UserNotificationEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserNotificationEvent` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `userNotificationEventId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `type_` varchar(200) DEFAULT NULL, `timestamp` bigint DEFAULT NULL, `deliveryType` int DEFAULT NULL, `deliverBy` bigint DEFAULT NULL, `delivered` tinyint DEFAULT NULL, `payload` longtext, `actionRequired` tinyint DEFAULT NULL, `archived` tinyint DEFAULT NULL, PRIMARY KEY (`userNotificationEventId`), KEY `IX_BF29100B` (`type_`), KEY `IX_5CE95F03` (`userId`,`actionRequired`,`archived`), KEY `IX_3DBB361A` (`userId`,`archived`), KEY `IX_9D34232F` (`userId`,`delivered`,`actionRequired`,`archived`), KEY `IX_BD8BD246` (`userId`,`delivered`,`archived`), KEY `IX_C4EFBD45` (`userId`,`deliveryType`,`actionRequired`,`archived`), KEY `IX_A87A585C` (`userId`,`deliveryType`,`archived`), KEY `IX_4BF3A7AD` (`userId`,`deliveryType`,`delivered`,`actionRequired`,`archived`), KEY `IX_93012C4` (`userId`,`deliveryType`,`delivered`,`archived`), KEY `IX_7AFE83D7` (`userId`,`type_`,`deliveryType`,`delivered`,`archived`), KEY `IX_A6BAFDFE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserNotificationEvent` -- LOCK TABLES `UserNotificationEvent` WRITE; /*!40000 ALTER TABLE `UserNotificationEvent` DISABLE KEYS */; /*!40000 ALTER TABLE `UserNotificationEvent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserTracker` -- DROP TABLE IF EXISTS `UserTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserTracker` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `userTrackerId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `sessionId` varchar(200) DEFAULT NULL, `remoteAddr` varchar(75) DEFAULT NULL, `remoteHost` varchar(75) DEFAULT NULL, `userAgent` varchar(200) DEFAULT NULL, PRIMARY KEY (`userTrackerId`), KEY `IX_29BA1CF5` (`companyId`), KEY `IX_46B0AE8E` (`sessionId`), KEY `IX_E4EFBA8D` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserTracker` -- LOCK TABLES `UserTracker` WRITE; /*!40000 ALTER TABLE `UserTracker` DISABLE KEYS */; /*!40000 ALTER TABLE `UserTracker` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `UserTrackerPath` -- DROP TABLE IF EXISTS `UserTrackerPath`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `UserTrackerPath` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `userTrackerPathId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userTrackerId` bigint DEFAULT NULL, `path_` longtext, `pathDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`userTrackerPathId`), KEY `IX_14D8BCC0` (`userTrackerId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `UserTrackerPath` -- LOCK TABLES `UserTrackerPath` WRITE; /*!40000 ALTER TABLE `UserTrackerPath` DISABLE KEYS */; /*!40000 ALTER TABLE `UserTrackerPath` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `User_` -- DROP TABLE IF EXISTS `User_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `User_` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `userId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `defaultUser` tinyint DEFAULT NULL, `contactId` bigint DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, `passwordEncrypted` tinyint DEFAULT NULL, `passwordReset` tinyint DEFAULT NULL, `passwordModifiedDate` datetime(6) DEFAULT NULL, `digest` varchar(255) DEFAULT NULL, `reminderQueryQuestion` varchar(75) DEFAULT NULL, `reminderQueryAnswer` varchar(75) DEFAULT NULL, `graceLoginCount` int DEFAULT NULL, `screenName` varchar(75) DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `facebookId` bigint DEFAULT NULL, `googleUserId` varchar(75) DEFAULT NULL, `ldapServerId` bigint DEFAULT NULL, `openId` varchar(1024) DEFAULT NULL, `portraitId` bigint DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `timeZoneId` varchar(75) DEFAULT NULL, `greeting` varchar(255) DEFAULT NULL, `comments` longtext, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `jobTitle` varchar(100) DEFAULT NULL, `loginDate` datetime(6) DEFAULT NULL, `loginIP` varchar(75) DEFAULT NULL, `lastLoginDate` datetime(6) DEFAULT NULL, `lastLoginIP` varchar(75) DEFAULT NULL, `lastFailedLoginDate` datetime(6) DEFAULT NULL, `failedLoginAttempts` int DEFAULT NULL, `lockout` tinyint DEFAULT NULL, `lockoutDate` datetime(6) DEFAULT NULL, `agreedToTermsOfUse` tinyint DEFAULT NULL, `emailAddressVerified` tinyint DEFAULT NULL, `status` int DEFAULT NULL, PRIMARY KEY (`userId`), UNIQUE KEY `IX_615E9F7A` (`companyId`,`emailAddress`), UNIQUE KEY `IX_C5806019` (`companyId`,`screenName`), UNIQUE KEY `IX_5ADBE171` (`contactId`), KEY `IX_BCFDA257` (`companyId`,`createDate`,`modifiedDate`), KEY `IX_C6EA4F34` (`companyId`,`defaultUser`,`status`), KEY `IX_E1D3922F` (`companyId`,`externalReferenceCode`), KEY `IX_1D731F03` (`companyId`,`facebookId`), KEY `IX_B6E3AE1` (`companyId`,`googleUserId`), KEY `IX_EE8ABD19` (`companyId`,`modifiedDate`), KEY `IX_89509087` (`companyId`,`openId`(255)), KEY `IX_F6039434` (`companyId`,`status`), KEY `IX_762F63C6` (`emailAddress`), KEY `IX_A18034A4` (`portraitId`), KEY `IX_68931CD4` (`userId`,`companyId`), KEY `IX_405CC0E` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `User_` -- LOCK TABLES `User_` WRITE; /*!40000 ALTER TABLE `User_` DISABLE KEYS */; INSERT INTO `User_` VALUES (0,'92d63789-edb0-9958-b315-f21671aefe7b','92d63789-edb0-9958-b315-f21671aefe7b',20105,20101,'2023-02-22 16:58:30.784000','2023-02-22 16:58:30.784000',1,20106,'password',0,0,NULL,'5533ed38b5e33c076a804bb4bca644f9,e0ed0629619783b2254d6199edaccb02,e0ed0629619783b2254d6199edaccb02',NULL,NULL,0,'20105','default@liferay.com',0,NULL,0,NULL,0,'en_US','UTC','Welcome!',NULL,NULL,NULL,NULL,NULL,'2023-02-22 16:58:30.094000',NULL,NULL,NULL,NULL,0,0,NULL,1,0,0),(1,'86b54e98-b133-3acc-53d6-9c37ec78be03','86b54e98-b133-3acc-53d6-9c37ec78be03',20130,20101,'2023-02-22 16:58:32.365000','2023-02-22 16:58:32.650000',0,20132,'{PBKDF2WITHHMACSHA1}AAAAoAAK/IBX6xxdvAxYEV4vAUQkRsjEUPcdp5e8sbwoAT4L',1,0,NULL,'e5d86c6f3672e52795891c3597f20de0,751da756639bc033b572ba2e7849b589,19aa249f2efc6404b2d80fb518da5d00',NULL,NULL,0,'test','test@liferay.com',0,NULL,-1,NULL,0,'en_US','UTC','Welcome Test Test!',NULL,'Test',NULL,'Test',NULL,'2023-02-22 16:58:32.649000',NULL,'2023-02-22 16:58:32.649000',NULL,NULL,0,0,NULL,0,1,0); /*!40000 ALTER TABLE `User_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Groups` -- DROP TABLE IF EXISTS `Users_Groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Users_Groups` ( `companyId` bigint NOT NULL, `groupId` bigint NOT NULL, `userId` bigint NOT NULL, PRIMARY KEY (`groupId`,`userId`), KEY `IX_3499B657` (`companyId`), KEY `IX_F10B6C6B` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Groups` -- LOCK TABLES `Users_Groups` WRITE; /*!40000 ALTER TABLE `Users_Groups` DISABLE KEYS */; INSERT INTO `Users_Groups` VALUES (20101,20124,20130); /*!40000 ALTER TABLE `Users_Groups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Orgs` -- DROP TABLE IF EXISTS `Users_Orgs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Users_Orgs` ( `companyId` bigint NOT NULL, `organizationId` bigint NOT NULL, `userId` bigint NOT NULL, PRIMARY KEY (`organizationId`,`userId`), KEY `IX_5FBB883C` (`companyId`), KEY `IX_FB646CA6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Orgs` -- LOCK TABLES `Users_Orgs` WRITE; /*!40000 ALTER TABLE `Users_Orgs` DISABLE KEYS */; /*!40000 ALTER TABLE `Users_Orgs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Roles` -- DROP TABLE IF EXISTS `Users_Roles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Users_Roles` ( `companyId` bigint NOT NULL, `roleId` bigint NOT NULL, `userId` bigint NOT NULL, PRIMARY KEY (`roleId`,`userId`), KEY `IX_F987A0DC` (`companyId`), KEY `IX_C1A01806` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Roles` -- LOCK TABLES `Users_Roles` WRITE; /*!40000 ALTER TABLE `Users_Roles` DISABLE KEYS */; INSERT INTO `Users_Roles` VALUES (20101,20107,20130),(20101,20109,20105),(20101,20111,20130),(20101,20112,20130); /*!40000 ALTER TABLE `Users_Roles` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Teams` -- DROP TABLE IF EXISTS `Users_Teams`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Users_Teams` ( `companyId` bigint NOT NULL, `teamId` bigint NOT NULL, `userId` bigint NOT NULL, PRIMARY KEY (`teamId`,`userId`), KEY `IX_799F8283` (`companyId`), KEY `IX_A098EFBF` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_Teams` -- LOCK TABLES `Users_Teams` WRITE; /*!40000 ALTER TABLE `Users_Teams` DISABLE KEYS */; /*!40000 ALTER TABLE `Users_Teams` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_UserGroups` -- DROP TABLE IF EXISTS `Users_UserGroups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Users_UserGroups` ( `companyId` bigint NOT NULL, `userId` bigint NOT NULL, `userGroupId` bigint NOT NULL, PRIMARY KEY (`userId`,`userGroupId`), KEY `IX_BB65040C` (`companyId`), KEY `IX_66FF2503` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Users_UserGroups` -- LOCK TABLES `Users_UserGroups` WRITE; /*!40000 ALTER TABLE `Users_UserGroups` DISABLE KEYS */; /*!40000 ALTER TABLE `Users_UserGroups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `VirtualHost` -- DROP TABLE IF EXISTS `VirtualHost`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `VirtualHost` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `virtualHostId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `layoutSetId` bigint DEFAULT NULL, `hostname` varchar(200) DEFAULT NULL, `defaultVirtualHost` tinyint DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, PRIMARY KEY (`virtualHostId`), UNIQUE KEY `IX_431A3960` (`hostname`), KEY `IX_EECA5FDA` (`companyId`,`layoutSetId`,`defaultVirtualHost`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `VirtualHost` -- LOCK TABLES `VirtualHost` WRITE; /*!40000 ALTER TABLE `VirtualHost` DISABLE KEYS */; INSERT INTO `VirtualHost` VALUES (0,20104,20101,0,'localhost',1,NULL); /*!40000 ALTER TABLE `VirtualHost` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WMSLADefinition` -- DROP TABLE IF EXISTS `WMSLADefinition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WMSLADefinition` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `wmSLADefinitionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `active_` tinyint DEFAULT NULL, `calendarKey` varchar(75) DEFAULT NULL, `description` longtext, `duration` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `pauseNodeKeys` varchar(75) DEFAULT NULL, `processId` bigint DEFAULT NULL, `processVersion` varchar(75) DEFAULT NULL, `startNodeKeys` varchar(75) DEFAULT NULL, `stopNodeKeys` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`wmSLADefinitionId`), UNIQUE KEY `IX_285A6761` (`uuid_`,`groupId`), KEY `IX_8872D52F` (`companyId`,`active_`,`name`,`processId`), KEY `IX_764B37D1` (`companyId`,`active_`,`processId`,`processVersion`,`status`), KEY `IX_11F22A34` (`companyId`,`active_`,`processId`,`status`), KEY `IX_73175D43` (`companyId`,`status`), KEY `IX_41DD251F` (`uuid_`,`companyId`), KEY `IX_F68F2F64` (`wmSLADefinitionId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WMSLADefinition` -- LOCK TABLES `WMSLADefinition` WRITE; /*!40000 ALTER TABLE `WMSLADefinition` DISABLE KEYS */; /*!40000 ALTER TABLE `WMSLADefinition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WMSLADefinitionVersion` -- DROP TABLE IF EXISTS `WMSLADefinitionVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WMSLADefinitionVersion` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `wmSLADefinitionVersionId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `active_` tinyint DEFAULT NULL, `calendarKey` varchar(75) DEFAULT NULL, `description` longtext, `duration` bigint DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `pauseNodeKeys` varchar(75) DEFAULT NULL, `processId` bigint DEFAULT NULL, `processVersion` varchar(75) DEFAULT NULL, `startNodeKeys` varchar(75) DEFAULT NULL, `stopNodeKeys` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `wmSLADefinitionId` bigint DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`wmSLADefinitionVersionId`), UNIQUE KEY `IX_DB48262F` (`uuid_`,`groupId`), KEY `IX_F056686D` (`uuid_`,`companyId`), KEY `IX_A59DFB41` (`version`,`wmSLADefinitionId`), KEY `IX_89A383B7` (`wmSLADefinitionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WMSLADefinitionVersion` -- LOCK TABLES `WMSLADefinitionVersion` WRITE; /*!40000 ALTER TABLE `WMSLADefinitionVersion` DISABLE KEYS */; /*!40000 ALTER TABLE `WMSLADefinitionVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WeDeployAuth_WeDeployAuthApp` -- DROP TABLE IF EXISTS `WeDeployAuth_WeDeployAuthApp`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WeDeployAuth_WeDeployAuthApp` ( `weDeployAuthAppId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `redirectURI` varchar(75) DEFAULT NULL, `clientId` varchar(75) DEFAULT NULL, `clientSecret` varchar(75) DEFAULT NULL, PRIMARY KEY (`weDeployAuthAppId`), KEY `IX_C44AC7B1` (`clientId`,`clientSecret`), KEY `IX_6E8FF6F2` (`redirectURI`,`clientId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WeDeployAuth_WeDeployAuthApp` -- LOCK TABLES `WeDeployAuth_WeDeployAuthApp` WRITE; /*!40000 ALTER TABLE `WeDeployAuth_WeDeployAuthApp` DISABLE KEYS */; /*!40000 ALTER TABLE `WeDeployAuth_WeDeployAuthApp` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WeDeployAuth_WeDeployAuthToken` -- DROP TABLE IF EXISTS `WeDeployAuth_WeDeployAuthToken`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WeDeployAuth_WeDeployAuthToken` ( `weDeployAuthTokenId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `clientId` varchar(75) DEFAULT NULL, `token` varchar(75) DEFAULT NULL, `type_` int DEFAULT NULL, PRIMARY KEY (`weDeployAuthTokenId`), KEY `IX_8D11CF06` (`clientId`,`token`,`type_`), KEY `IX_1741E4CC` (`token`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WeDeployAuth_WeDeployAuthToken` -- LOCK TABLES `WeDeployAuth_WeDeployAuthToken` WRITE; /*!40000 ALTER TABLE `WeDeployAuth_WeDeployAuthToken` DISABLE KEYS */; /*!40000 ALTER TABLE `WeDeployAuth_WeDeployAuthToken` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WebDAVProps` -- DROP TABLE IF EXISTS `WebDAVProps`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WebDAVProps` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `webDavPropsId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `props` longtext, PRIMARY KEY (`webDavPropsId`), UNIQUE KEY `IX_97DFA146` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WebDAVProps` -- LOCK TABLES `WebDAVProps` WRITE; /*!40000 ALTER TABLE `WebDAVProps` DISABLE KEYS */; /*!40000 ALTER TABLE `WebDAVProps` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Website` -- DROP TABLE IF EXISTS `Website`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `Website` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `websiteId` bigint NOT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `url` longtext, `typeId` bigint DEFAULT NULL, `primary_` tinyint DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`websiteId`), KEY `IX_1AA07A6D` (`companyId`,`classNameId`,`classPK`,`primary_`), KEY `IX_F75690BB` (`userId`), KEY `IX_712BCD35` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `Website` -- LOCK TABLES `Website` WRITE; /*!40000 ALTER TABLE `Website` DISABLE KEYS */; /*!40000 ALTER TABLE `Website` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WikiNode` -- DROP TABLE IF EXISTS `WikiNode`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WikiNode` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `nodeId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `lastPostDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`nodeId`), UNIQUE KEY `IX_920CD8B1` (`groupId`,`name`), UNIQUE KEY `IX_7609B2AE` (`uuid_`,`groupId`), KEY `IX_B54332D6` (`companyId`,`status`), KEY `IX_23325358` (`groupId`,`status`), KEY `IX_E0E6D12C` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WikiNode` -- LOCK TABLES `WikiNode` WRITE; /*!40000 ALTER TABLE `WikiNode` DISABLE KEYS */; /*!40000 ALTER TABLE `WikiNode` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WikiPage` -- DROP TABLE IF EXISTS `WikiPage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WikiPage` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `pageId` bigint NOT NULL, `resourcePrimKey` bigint DEFAULT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `nodeId` bigint DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `version` double DEFAULT NULL, `minorEdit` tinyint DEFAULT NULL, `content` longtext, `summary` longtext, `format` varchar(75) DEFAULT NULL, `head` tinyint DEFAULT NULL, `parentTitle` varchar(255) DEFAULT NULL, `redirectTitle` varchar(255) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int DEFAULT NULL, `statusByUserId` bigint DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`pageId`), UNIQUE KEY `IX_3D4AF476` (`nodeId`,`title`,`version`), UNIQUE KEY `IX_2CD67C81` (`resourcePrimKey`,`nodeId`,`version`), UNIQUE KEY `IX_899D3DFB` (`uuid_`,`groupId`), KEY `IX_A2001730` (`format`), KEY `IX_BA72B89A` (`groupId`,`nodeId`,`head`,`parentTitle`,`status`), KEY `IX_E0092FF0` (`groupId`,`nodeId`,`head`,`status`), KEY `IX_941E429C` (`groupId`,`nodeId`,`status`), KEY `IX_5FF21CE6` (`groupId`,`nodeId`,`title`,`head`), KEY `IX_CAA451D6` (`groupId`,`userId`,`nodeId`,`status`), KEY `IX_9F7655DA` (`nodeId`,`head`,`parentTitle`,`status`), KEY `IX_40F94F68` (`nodeId`,`head`,`redirectTitle`,`status`), KEY `IX_432F0AB0` (`nodeId`,`head`,`status`), KEY `IX_46EEF3C8` (`nodeId`,`parentTitle`), KEY `IX_1ECC7656` (`nodeId`,`redirectTitle`), KEY `IX_546F2D5C` (`nodeId`,`status`), KEY `IX_E745EA26` (`nodeId`,`title`,`head`), KEY `IX_BEA33AB8` (`nodeId`,`title`,`status`), KEY `IX_E1F55FB` (`resourcePrimKey`,`nodeId`,`head`), KEY `IX_94D1054D` (`resourcePrimKey`,`nodeId`,`status`), KEY `IX_1725355C` (`resourcePrimKey`,`status`), KEY `IX_FBBE7C96` (`userId`,`nodeId`,`status`), KEY `IX_5DC4BD39` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WikiPage` -- LOCK TABLES `WikiPage` WRITE; /*!40000 ALTER TABLE `WikiPage` DISABLE KEYS */; /*!40000 ALTER TABLE `WikiPage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WikiPageResource` -- DROP TABLE IF EXISTS `WikiPageResource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WikiPageResource` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `nodeId` bigint DEFAULT NULL, `title` varchar(255) DEFAULT NULL, PRIMARY KEY (`resourcePrimKey`), UNIQUE KEY `IX_21277664` (`nodeId`,`title`), UNIQUE KEY `IX_F705C7A9` (`uuid_`,`groupId`), KEY `IX_13319367` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WikiPageResource` -- LOCK TABLES `WikiPageResource` WRITE; /*!40000 ALTER TABLE `WikiPageResource` DISABLE KEYS */; /*!40000 ALTER TABLE `WikiPageResource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WorkflowDefinitionLink` -- DROP TABLE IF EXISTS `WorkflowDefinitionLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WorkflowDefinitionLink` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `workflowDefinitionLinkId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `typePK` bigint DEFAULT NULL, `workflowDefinitionName` varchar(75) DEFAULT NULL, `workflowDefinitionVersion` int DEFAULT NULL, PRIMARY KEY (`workflowDefinitionLinkId`), KEY `IX_A4DB1F0F` (`companyId`,`workflowDefinitionName`,`workflowDefinitionVersion`), KEY `IX_705B40EE` (`groupId`,`companyId`,`classNameId`,`classPK`,`typePK`), KEY `IX_407C8F33` (`groupId`,`companyId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WorkflowDefinitionLink` -- LOCK TABLES `WorkflowDefinitionLink` WRITE; /*!40000 ALTER TABLE `WorkflowDefinitionLink` DISABLE KEYS */; /*!40000 ALTER TABLE `WorkflowDefinitionLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `WorkflowInstanceLink` -- DROP TABLE IF EXISTS `WorkflowInstanceLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `WorkflowInstanceLink` ( `mvccVersion` bigint NOT NULL DEFAULT '0', `workflowInstanceLinkId` bigint NOT NULL, `groupId` bigint DEFAULT NULL, `companyId` bigint DEFAULT NULL, `userId` bigint DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint DEFAULT NULL, `classPK` bigint DEFAULT NULL, `workflowInstanceId` bigint DEFAULT NULL, PRIMARY KEY (`workflowInstanceLinkId`), KEY `IX_415A7007` (`groupId`,`companyId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `WorkflowInstanceLink` -- LOCK TABLES `WorkflowInstanceLink` WRITE; /*!40000 ALTER TABLE `WorkflowInstanceLink` DISABLE KEYS */; /*!40000 ALTER TABLE `WorkflowInstanceLink` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2023-02-22 9:04:01