-- MySQL dump 10.13 Distrib 8.0.15, for Win64 (x86_64) -- -- Host: localhost Database: lportal -- ------------------------------------------------------ -- Server version 8.0.15 /*!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 */; 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 `account_` -- DROP TABLE IF EXISTS `account_`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `account_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `accountId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentAccountId` bigint(20) 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=utf8; /*!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 (0,20103,20101,0,NULL,'2020-08-26 09:46:17.495000','2020-08-26 09:46:17.495000',0,'Liferay',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(0,34007,34004,0,NULL,'2020-08-26 10:17:36.927000','2020-08-26 10:17:36.927000',0,'www.able.com',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `address` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `addressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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(20) DEFAULT NULL, `countryId` bigint(20) DEFAULT NULL, `typeId` bigint(20) DEFAULT NULL, `mailing` tinyint(4) DEFAULT NULL, `primary_` tinyint(4) 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=utf8; /*!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 `amimageentry` -- DROP TABLE IF EXISTS `amimageentry`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `amimageentry` ( `uuid_` varchar(75) DEFAULT NULL, `amImageEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `configurationUuid` varchar(75) DEFAULT NULL, `fileVersionId` bigint(20) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `size_` bigint(20) 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=utf8; /*!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 `announcementsdelivery` -- DROP TABLE IF EXISTS `announcementsdelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `announcementsdelivery` ( `deliveryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `email` tinyint(4) DEFAULT NULL, `sms` tinyint(4) DEFAULT NULL, `website` tinyint(4) DEFAULT NULL, PRIMARY KEY (`deliveryId`), UNIQUE KEY `IX_BA4413D5` (`userId`,`type_`), KEY `IX_37B0A8A2` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `announcementsentry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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(11) DEFAULT NULL, `alert` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `announcementsflag` ( `flagId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `entryId` bigint(20) DEFAULT NULL, `value` int(11) DEFAULT NULL, PRIMARY KEY (`flagId`), UNIQUE KEY `IX_4539A99C` (`userId`,`entryId`,`value`), KEY `IX_EF1F022A` (`companyId`), KEY `IX_9C7EB9F` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetautotaggerentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `assetAutoTaggerEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `assetTagId` bigint(20) DEFAULT NULL, PRIMARY KEY (`assetAutoTaggerEntryId`), UNIQUE KEY `IX_C2ED1189` (`assetEntryId`,`assetTagId`), KEY `IX_10831A78` (`assetTagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetcategory` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `leftCategoryId` bigint(20) DEFAULT NULL, `rightCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `vocabularyId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetcategoryproperty` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `categoryPropertyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetdisplaypageentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetDisplayPageEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `layoutPageTemplateEntryId` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `plid` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetentries_assetcategories` ( `companyId` bigint(20) NOT NULL, `categoryId` bigint(20) NOT NULL, `entryId` bigint(20) NOT NULL, PRIMARY KEY (`categoryId`,`entryId`), KEY `IX_38A65B55` (`companyId`), KEY `IX_E119938A` (`entryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetentries_assettags` ( `companyId` bigint(20) NOT NULL, `entryId` bigint(20) NOT NULL, `tagId` bigint(20) NOT NULL, PRIMARY KEY (`entryId`,`tagId`), KEY `IX_112337B8` (`companyId`), KEY `IX_B2A61B55` (`tagId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetentry` ( `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `classTypeId` bigint(20) DEFAULT NULL, `listable` tinyint(4) DEFAULT NULL, `visible` tinyint(4) 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(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `priority` double DEFAULT NULL, `viewCount` int(11) 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=utf8; /*!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,'2020-08-26 09:46:18.188000','2020-08-26 09:46:18.188000',20002,1,'419a8a97-a78e-a773-b162-6e1109068dcb',0,1,0,NULL,NULL,NULL,NULL,'text/html','Control Panel','','',NULL,NULL,0,0,0,0),(20126,20124,20101,20105,NULL,'2020-08-26 09:46:18.420000','2020-08-26 10:04:22.355000',20002,2,'a62c4981-d40c-c076-7428-5616ac94ca33',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(20134,20128,20101,20130,'Test Test','2020-08-26 09:46:18.791000','2020-08-26 09:46:18.791000',20006,20130,'a4780866-336b-7d22-4202-c8dc07a351a1',0,1,0,NULL,NULL,NULL,NULL,NULL,'Test Test','','',NULL,NULL,0,0,0,0),(20145,20123,20101,20105,NULL,'2020-08-26 09:46:25.079000','2020-08-26 09:46:25.079000',20002,3,'76c7f5d4-200d-d3d9-6da5-07d3828683b8',0,1,0,NULL,NULL,NULL,NULL,'text/html','Shared','','',NULL,NULL,0,0,0,0),(20147,20123,20101,20105,NULL,'2020-08-26 09:46:25.121000','2020-08-26 09:46:25.121000',20002,4,'cc9cd2a0-8fa4-f882-e032-a1b9fb9df55e',0,1,0,NULL,NULL,NULL,NULL,'text/html','Shared','','',NULL,NULL,0,0,0,0),(20156,20154,20101,20105,NULL,'2020-08-26 09:46:47.225000','2020-08-26 09:46:47.225000',20002,5,'de6f850e-8427-ba87-b22a-2c05997b43e6',0,1,0,NULL,NULL,NULL,NULL,'text/html','Search','','',NULL,NULL,0,0,0,0),(20169,20124,20101,20105,NULL,'2020-08-26 09:46:47.622000','2020-08-26 09:46:47.957000',20002,6,'7f155541-9165-336f-ef8f-4a249d053203',0,1,0,NULL,NULL,NULL,NULL,'text/html','Search','','',NULL,NULL,0,0,0,0),(25528,20128,20101,20105,NULL,'2020-08-26 09:47:31.201000','2020-08-26 09:47:31.201000',20008,25526,'048f6f05-a984-1419-ef8b-c6bf05fc624c',0,1,0,NULL,NULL,NULL,NULL,'image/png','id-c2a1de54-8356-8175-7f1c-c8af91d824','','',NULL,NULL,0,0,0,0),(33923,33921,20101,20105,NULL,'2020-08-26 09:47:45.714000','2020-08-26 09:47:45.714000',20002,7,'5bb98844-ac7c-a5e5-8002-56cc9c881a9b',0,1,0,NULL,NULL,NULL,NULL,'text/html','Wiki','','',NULL,NULL,0,0,0,0),(33932,33930,20101,20105,NULL,'2020-08-26 09:47:46.352000','2020-08-26 09:47:46.352000',20002,8,'823998ee-3d39-d823-25c0-7a5cc700c6e2',0,1,0,NULL,NULL,NULL,NULL,'text/html','Blog','','',NULL,NULL,0,0,0,0),(33955,33953,20101,20105,NULL,'2020-08-26 09:47:47.707000','2020-08-26 09:47:47.707000',20002,9,'3e613a2c-8ede-bf9a-e3e5-cc6a1c6303ae',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(33958,33953,20101,20105,NULL,'2020-08-26 09:47:48.042000','2020-08-26 09:47:48.042000',20002,10,'7627766a-5317-305e-9dc9-784feb9c4639',0,1,0,NULL,NULL,NULL,NULL,'text/html','Documents and Media','','',NULL,NULL,0,0,0,0),(33961,33953,20101,20105,NULL,'2020-08-26 09:47:48.191000','2020-08-26 09:47:48.191000',20002,11,'44f1b0b0-6c94-25b4-ab47-f65082f2c460',0,1,0,NULL,NULL,NULL,NULL,'text/html','News','','',NULL,NULL,0,0,0,0),(33967,33965,20101,20105,NULL,'2020-08-26 09:47:48.376000','2020-08-26 09:47:48.376000',20002,12,'9032a24d-9cde-99a2-0590-640d3c7521da',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(33970,33965,20101,20105,NULL,'2020-08-26 09:47:48.525000','2020-08-26 09:47:48.525000',20002,13,'f9d7f2b7-c9ad-fcfa-a854-298e62723d16',0,1,0,NULL,NULL,NULL,NULL,'text/html','Wiki','','',NULL,NULL,0,0,0,0),(33984,20133,20101,20130,'Test Test','2020-08-26 09:59:29.644000','2020-08-26 09:59:29.644000',20002,14,'eaeba0a3-925d-9400-140c-ed1ab6927760',0,1,0,NULL,NULL,NULL,NULL,'text/html','My Dashboard','','',NULL,NULL,0,0,0,0),(33986,20133,20101,20130,'Test Test','2020-08-26 09:59:29.746000','2020-08-26 09:59:29.746000',20002,15,'cf484267-9b62-ede2-2dc2-9bef086d210d',0,1,0,NULL,NULL,NULL,NULL,'text/html','My Profile','','',NULL,NULL,0,0,0,0),(33993,20124,20101,20105,NULL,'2020-08-26 10:01:03.551000','2020-08-26 10:01:03.551000',20002,16,'0d7e298a-b533-26b4-fee6-9c4c15c3a6ee',0,1,0,NULL,NULL,NULL,NULL,'text/html','Control Panel','','',NULL,NULL,0,0,0,0),(33996,20124,20101,20130,'Test Test','2020-08-26 10:01:23.423000','2020-08-26 10:01:23.423000',25607,33994,'dae6506e-2282-0eac-f860-f261f1e0bb58',0,1,1,NULL,NULL,'2020-08-26 10:01:23.423000',NULL,'text','LiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferay','','',NULL,NULL,0,0,0,0),(34025,34023,34004,34008,NULL,'2020-08-26 10:17:37.278000','2020-08-26 10:17:37.278000',20002,17,'4e9ebe81-ec8b-4cb7-4eee-099d1a5f1fb9',0,1,0,NULL,NULL,NULL,NULL,'text/html','Control Panel','','',NULL,NULL,0,0,0,0),(34029,34027,34004,34008,NULL,'2020-08-26 10:17:37.343000','2020-08-26 10:17:37.343000',20002,18,'e3165294-6320-86a0-54a0-b99908e96210',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(34039,34031,34004,34035,'Test Test','2020-08-26 10:17:37.597000','2020-08-26 10:17:37.597000',20006,34035,'2f404c3a-cd55-3f62-5de8-daaea3f587d7',0,1,0,NULL,NULL,NULL,NULL,NULL,'Test Test','','',NULL,NULL,0,0,0,0),(34187,34026,34004,34008,NULL,'2020-08-26 10:17:47.842000','2020-08-26 10:17:47.842000',20002,19,'74cde955-98b5-e3a3-36f5-4b4b1681eb22',0,1,0,NULL,NULL,NULL,NULL,'text/html','Shared','','',NULL,NULL,0,0,0,0),(34189,34026,34004,34008,NULL,'2020-08-26 10:17:48.016000','2020-08-26 10:17:48.016000',20002,20,'d33763d0-bf05-3243-9a7a-4f1a81ce98d5',0,1,0,NULL,NULL,NULL,NULL,'text/html','Shared','','',NULL,NULL,0,0,0,0),(34193,34191,34004,34008,NULL,'2020-08-26 10:17:48.095000','2020-08-26 10:17:48.095000',20002,21,'d92be917-818a-f34e-093f-2925e3856b76',0,1,0,NULL,NULL,NULL,NULL,'text/html','Search','','',NULL,NULL,0,0,0,0),(34207,34027,34004,34008,NULL,'2020-08-26 10:17:48.416000','2020-08-26 10:17:48.587000',20002,22,'5d18fdcb-c552-c81f-3f5c-af40814266ff',0,1,0,NULL,NULL,NULL,NULL,'text/html','Search','','',NULL,NULL,0,0,0,0),(34420,34031,34004,34008,NULL,'2020-08-26 10:17:52.444000','2020-08-26 10:17:52.444000',20008,34418,'b63bce99-5233-f1eb-98ff-ca34cb960cac',0,1,0,NULL,NULL,NULL,NULL,'image/png','id-98a92f88-4163-dd81-5c8a-284254a6ebd','','',NULL,NULL,0,0,0,0),(34467,34465,34004,34008,NULL,'2020-08-26 10:17:53.349000','2020-08-26 10:17:53.349000',20002,23,'2b489996-721f-3807-2fd4-c1ac58f6d452',0,1,0,NULL,NULL,NULL,NULL,'text/html','Wiki','','',NULL,NULL,0,0,0,0),(34473,34471,34004,34008,NULL,'2020-08-26 10:17:53.603000','2020-08-26 10:17:53.603000',20002,24,'fbc221cd-d083-5cb1-96b0-5447b1008236',0,1,0,NULL,NULL,NULL,NULL,'text/html','Blog','','',NULL,NULL,0,0,0,0),(34479,34477,34004,34008,NULL,'2020-08-26 10:17:53.812000','2020-08-26 10:17:53.812000',20002,25,'57ade595-5ce3-7cbe-2f7c-c997921c9d28',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(34482,34477,34004,34008,NULL,'2020-08-26 10:17:54.448000','2020-08-26 10:17:54.448000',20002,26,'7114354c-c863-db76-d02b-4b722a5b83a0',0,1,0,NULL,NULL,NULL,NULL,'text/html','Documents and Media','','',NULL,NULL,0,0,0,0),(34485,34477,34004,34008,NULL,'2020-08-26 10:17:54.587000','2020-08-26 10:17:54.587000',20002,27,'f4925fc5-4542-8e1e-1fc4-ed383ba67b32',0,1,0,NULL,NULL,NULL,NULL,'text/html','News','','',NULL,NULL,0,0,0,0),(34491,34489,34004,34008,NULL,'2020-08-26 10:17:54.778000','2020-08-26 10:17:54.778000',20002,28,'9ccc36fc-288a-d5a2-920f-c4b84f720108',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(34494,34489,34004,34008,NULL,'2020-08-26 10:17:54.956000','2020-08-26 10:17:54.956000',20002,29,'7139e5f1-bf08-ba94-6e60-3cecd106fe67',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetentryassetcategoryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `assetEntryAssetCategoryRelId` bigint(20) NOT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `assetCategoryId` bigint(20) DEFAULT NULL, `priority` int(11) DEFAULT NULL, PRIMARY KEY (`assetEntryAssetCategoryRelId`), KEY `IX_19EC1746` (`assetCategoryId`), KEY `IX_E597E5D5` (`assetEntryId`,`assetCategoryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetentryusage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetEntryUsageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `containerType` bigint(20) DEFAULT NULL, `containerKey` varchar(200) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`assetEntryUsageId`), UNIQUE KEY `IX_E6C54E12` (`assetEntryId`,`containerType`,`containerKey`,`plid`), UNIQUE KEY `IX_71A0231C` (`assetEntryId`,`plid`,`containerType`,`containerKey`), 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetlink` ( `linkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `entryId1` bigint(20) DEFAULT NULL, `entryId2` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `weight` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetlistentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetlistentryassetentryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryAssetEntryRelId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint(20) DEFAULT NULL, `assetEntryId` bigint(20) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `position` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetlistentrysegmentsentryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `alEntrySegmentsEntryRelId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint(20) DEFAULT NULL, `segmentsEntryId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetlistentryusage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `assetListEntryUsageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `assetListEntryId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assettag` ( `uuid_` varchar(75) DEFAULT NULL, `tagId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `assetCount` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assettagstats` ( `tagStatsId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tagId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `assetCount` int(11) DEFAULT NULL, PRIMARY KEY (`tagStatsId`), UNIQUE KEY `IX_56682CC4` (`tagId`,`classNameId`), KEY `IX_50702693` (`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `assetvocabulary` ( `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `vocabularyId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `audit_auditevent` ( `auditEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(11) DEFAULT NULL, `sessionID` varchar(255) DEFAULT NULL, `additionalInfo` longtext, PRIMARY KEY (`auditEventId`), KEY `IX_8FE31EDF` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; INSERT INTO `audit_auditevent` VALUES (33988,20101,20130,'Test Test','2020-08-26 09:59:56.030000','UPDATE','com.liferay.portal.kernel.model.User','20130',NULL,'127.0.0.1','127.0.0.1','localhost',8080,'BC2DCCBC2055F8EA52BF33E16EC574C7','{\"attributes\":[{\"newValue\":\"test\",\"name\":\"reminderQueryAnswer\",\"oldValue\":\"\"},{\"newValue\":\"what-is-your-father\'s-middle-name\",\"name\":\"reminderQueryQuestion\",\"oldValue\":\"\"}]}'),(34010,20101,20130,'Test Test','2020-08-26 10:17:37.102000','ADD','com.liferay.portal.kernel.model.User','34008',NULL,'127.0.0.1','127.0.0.1','localhost',8080,'BC2DCCBC2055F8EA52BF33E16EC574C7','{\"emailAddress\":\"default@www.able.com\",\"screenName\":\"34008\",\"userName\":\"\",\"userId\":\"34008\"}'),(34037,20101,20130,'Test Test','2020-08-26 10:17:37.596000','ADD','com.liferay.portal.kernel.model.User','34035',NULL,'127.0.0.1','127.0.0.1','localhost',8080,'BC2DCCBC2055F8EA52BF33E16EC574C7','{\"emailAddress\":\"test@www.able.com\",\"screenName\":\"test\",\"userName\":\"Test Test\",\"userId\":\"34035\"}'),(34040,20101,20130,'Test Test','2020-08-26 10:17:37.650000','UPDATE','com.liferay.portal.kernel.model.User','34035',NULL,'127.0.0.1','127.0.0.1','localhost',8080,'BC2DCCBC2055F8EA52BF33E16EC574C7','{\"attributes\":[{\"newValue\":\"true\",\"name\":\"active\",\"oldValue\":\"false\"}]}'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `backgroundtask` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `backgroundTaskId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(4) DEFAULT NULL, `completionDate` datetime(6) DEFAULT NULL, `status` int(11) 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=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `backgroundtask` -- LOCK TABLES `backgroundtask` WRITE; /*!40000 ALTER TABLE `backgroundtask` DISABLE KEYS */; /*!40000 ALTER TABLE `backgroundtask` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `blogsentry` -- DROP TABLE IF EXISTS `blogsentry`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `blogsentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(4) DEFAULT NULL, `allowTrackbacks` tinyint(4) DEFAULT NULL, `trackbacks` longtext, `coverImageCaption` longtext, `coverImageFileEntryId` bigint(20) DEFAULT NULL, `coverImageURL` longtext, `smallImage` tinyint(4) DEFAULT NULL, `smallImageFileEntryId` bigint(20) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `blogsstatsuser` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `statsUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `entryCount` int(11) DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, `ratingsTotalEntries` int(11) 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=utf8; /*!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 `browsertracker` -- DROP TABLE IF EXISTS `browsertracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `browsertracker` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `browserTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `browserKey` bigint(20) DEFAULT NULL, PRIMARY KEY (`browserTrackerId`), UNIQUE KEY `IX_E7B95510` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `calendar` -- DROP TABLE IF EXISTS `calendar`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `calendar` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarResourceId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `timeZoneId` varchar(75) DEFAULT NULL, `color` int(11) DEFAULT NULL, `defaultCalendar` tinyint(4) DEFAULT NULL, `enableComments` tinyint(4) DEFAULT NULL, `enableRatings` tinyint(4) 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=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `calendar` -- LOCK TABLES `calendar` WRITE; /*!40000 ALTER TABLE `calendar` DISABLE KEYS */; INSERT INTO `calendar` VALUES (0,'5a5266fb-f4ea-f472-a4b4-ddb2b62c901d',33995,20124,20101,20130,'Test Test','2020-08-26 10:01:23.447000','2020-08-26 10:01:23.447000',33994,'LiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferay',NULL,'UTC',14247526,1,0,0,NULL); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `calendarbooking` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarBookingId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarId` bigint(20) DEFAULT NULL, `calendarResourceId` bigint(20) DEFAULT NULL, `parentCalendarBookingId` bigint(20) DEFAULT NULL, `recurringCalendarBookingId` bigint(20) DEFAULT NULL, `vEventUid` varchar(255) DEFAULT NULL, `title` longtext, `description` longtext, `location` longtext, `startTime` bigint(20) DEFAULT NULL, `endTime` bigint(20) DEFAULT NULL, `allDay` tinyint(4) DEFAULT NULL, `recurrence` longtext, `firstReminder` bigint(20) DEFAULT NULL, `firstReminderType` varchar(75) DEFAULT NULL, `secondReminder` bigint(20) DEFAULT NULL, `secondReminderType` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `calendarnotificationtemplate` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarNotificationTemplateId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `calendarId` bigint(20) DEFAULT NULL, `notificationType` varchar(75) DEFAULT NULL, `notificationTypeSettings` varchar(75) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `calendarresource` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `calendarResourceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `code_` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `active_` tinyint(4) 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=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `calendarresource` -- LOCK TABLES `calendarresource` WRITE; /*!40000 ALTER TABLE `calendarresource` DISABLE KEYS */; INSERT INTO `calendarresource` VALUES (0,'dae6506e-2282-0eac-f860-f261f1e0bb58',33994,20124,20101,20130,'Test Test','2020-08-26 10:01:23.423000','2020-08-26 10:01:23.423000',20001,20124,NULL,'33994','LiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferayLiferay',NULL,1,NULL); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `changesetcollection` ( `changesetCollectionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `changesetentry` ( `changesetEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `changesetCollectionId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `classname_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `classNameId` bigint(20) NOT NULL, `value` varchar(200) DEFAULT NULL, PRIMARY KEY (`classNameId`), UNIQUE KEY `IX_B27A301F` (`value`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,20143,'com.liferay.portal.kernel.theme.NavItem'),(0,20201,'com.liferay.contacts.model.Entry'),(0,20301,'com.liferay.oauth2.provider.model.OAuth2Application'),(0,20302,'com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliases'),(0,20303,'com.liferay.oauth2.provider.model.OAuth2Authorization'),(0,20304,'com.liferay.oauth2.provider.model.OAuth2ScopeGrant'),(0,20401,'com.liferay.journal.model.JournalArticle'),(0,20402,'com.liferay.journal.model.JournalArticleLocalization'),(0,20403,'com.liferay.journal.model.JournalArticleResource'),(0,20404,'com.liferay.journal.model.JournalContentSearch'),(0,20405,'com.liferay.journal.model.JournalFeed'),(0,20406,'com.liferay.journal.model.JournalFolder'),(0,20501,'com.liferay.data.engine.model.DEDataDefinitionFieldLink'),(0,20502,'com.liferay.data.engine.model.DEDataListView'),(0,20601,'com.liferay.asset.list.model.AssetListEntry'),(0,20602,'com.liferay.asset.list.model.AssetListEntryAssetEntryRel'),(0,20603,'com.liferay.asset.list.model.AssetListEntrySegmentsEntryRel'),(0,20604,'com.liferay.asset.list.model.AssetListEntryUsage'),(0,20701,'com.liferay.html.preview.model.HtmlPreviewEntry'),(0,20801,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection'),(0,20802,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry'),(0,20803,'com.liferay.layout.page.template.model.LayoutPageTemplateStructure'),(0,20804,'com.liferay.layout.page.template.model.LayoutPageTemplateStructureRel'),(0,20902,'com.liferay.invitation.invite.members.model.MemberRequest'),(0,21101,'com.liferay.friendly.url.model.FriendlyURLEntry'),(0,21102,'com.liferay.friendly.url.model.FriendlyURLEntryLocalization'),(0,21103,'com.liferay.friendly.url.model.FriendlyURLEntryMapping'),(0,21201,'com.liferay.fragment.model.FragmentCollection'),(0,21202,'com.liferay.fragment.model.FragmentEntry'),(0,21203,'com.liferay.fragment.model.FragmentEntryLink'),(0,21301,'com.liferay.reading.time.model.ReadingTimeEntry'),(0,21401,'com.liferay.document.library.file.rank.model.DLFileRank'),(0,21501,'com.liferay.asset.display.page.model.AssetDisplayPageEntry'),(0,21601,'com.liferay.asset.tag.stats.model.AssetTagStats'),(0,21802,'com.liferay.layout.seo.model.LayoutSEOEntry'),(0,22001,'com.liferay.wiki.model.WikiNode'),(0,22002,'com.liferay.wiki.model.WikiPage'),(0,22003,'com.liferay.wiki.model.WikiPageResource'),(0,22101,'com.liferay.asset.category.property.model.AssetCategoryProperty'),(0,22201,'com.liferay.document.library.model.DLFileVersionPreview'),(0,22401,'com.liferay.marketplace.model.App'),(0,22402,'com.liferay.marketplace.model.Module'),(0,24313,'com.liferay.asset.entry.rel.model.AssetEntryAssetCategoryRel'),(0,24314,'com.liferay.asset.auto.tagger.model.AssetAutoTaggerEntry'),(0,24316,'com.liferay.document.library.sync.model.DLSyncEvent'),(0,24318,'com.liferay.subscription.model.Subscription'),(0,24320,'com.liferay.segments.model.SegmentsEntry'),(0,24321,'com.liferay.segments.model.SegmentsEntryRel'),(0,24322,'com.liferay.segments.model.SegmentsExperience'),(0,24323,'com.liferay.segments.model.SegmentsExperiment'),(0,24324,'com.liferay.segments.model.SegmentsExperimentRel'),(0,24326,'com.liferay.mobile.device.rules.model.MDRAction'),(0,24327,'com.liferay.mobile.device.rules.model.MDRRule'),(0,24328,'com.liferay.mobile.device.rules.model.MDRRuleGroup'),(0,24329,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance'),(0,24331,'com.liferay.sharing.model.SharingEntry'),(0,24333,'com.liferay.dynamic.data.lists.model.DDLRecord'),(0,24334,'com.liferay.dynamic.data.lists.model.DDLRecordSet'),(0,24335,'com.liferay.dynamic.data.lists.model.DDLRecordSetVersion'),(0,24336,'com.liferay.dynamic.data.lists.model.DDLRecordVersion'),(0,24338,'com.liferay.message.boards.model.MBBan'),(0,24339,'com.liferay.message.boards.model.MBCategory'),(0,24340,'com.liferay.message.boards.model.MBDiscussion'),(0,24341,'com.liferay.message.boards.model.MBMailingList'),(0,24342,'com.liferay.message.boards.model.MBMessage'),(0,24343,'com.liferay.message.boards.model.MBStatsUser'),(0,24344,'com.liferay.message.boards.model.MBThread'),(0,24345,'com.liferay.message.boards.model.MBThreadFlag'),(0,24347,'com.liferay.knowledge.base.model.KBArticle'),(0,24348,'com.liferay.knowledge.base.model.KBComment'),(0,24349,'com.liferay.knowledge.base.model.KBFolder'),(0,24350,'com.liferay.knowledge.base.model.KBTemplate'),(0,24352,'com.liferay.document.library.opener.model.DLOpenerFileEntryReference'),(0,24354,'com.liferay.site.navigation.model.SiteNavigationMenu'),(0,24355,'com.liferay.site.navigation.model.SiteNavigationMenuItem'),(0,24357,'com.liferay.trash.model.TrashEntry'),(0,24358,'com.liferay.trash.model.TrashVersion'),(0,24401,'com.liferay.portal.lock.model.Lock'),(0,24501,'com.liferay.expando.kernel.model.adapter.StagedExpandoTable'),(0,24502,'com.liferay.expando.kernel.model.adapter.StagedExpandoColumn'),(0,24601,'com.liferay.dynamic.data.mapping.model.DDMContent'),(0,24602,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance'),(0,24603,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLink'),(0,24604,'com.liferay.dynamic.data.mapping.model.DDMFormInstance'),(0,24605,'com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecord'),(0,24606,'com.liferay.dynamic.data.mapping.model.DDMFormInstanceRecordVersion'),(0,24607,'com.liferay.dynamic.data.mapping.model.DDMFormInstanceVersion'),(0,24608,'com.liferay.dynamic.data.mapping.model.DDMStorageLink'),(0,24609,'com.liferay.dynamic.data.mapping.model.DDMStructure'),(0,24610,'com.liferay.dynamic.data.mapping.model.DDMStructureLayout'),(0,24611,'com.liferay.dynamic.data.mapping.model.DDMStructureLink'),(0,24612,'com.liferay.dynamic.data.mapping.model.DDMStructureVersion'),(0,24613,'com.liferay.dynamic.data.mapping.model.DDMTemplate'),(0,24614,'com.liferay.dynamic.data.mapping.model.DDMTemplateLink'),(0,24615,'com.liferay.dynamic.data.mapping.model.DDMTemplateVersion'),(0,24801,'com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry'),(0,24802,'com.liferay.portlet.display.template.PortletDisplayTemplate'),(0,24911,'com.liferay.rss.web.internal.util.RSSFeed'),(0,24915,'com.liferay.portal.kernel.repository.model.FileEntry'),(0,25034,'com.liferay.portal.kernel.servlet.taglib.ui.LanguageEntry'),(0,25101,'com.liferay.blogs.model.BlogsEntry'),(0,25102,'com.liferay.blogs.model.BlogsStatsUser'),(0,25301,'com.liferay.adaptive.media.image.model.AMImageEntry'),(0,25303,'com.liferay.portal.security.audit.storage.model.AuditEvent'),(0,25305,'com.liferay.asset.model.AssetEntryUsage'),(0,25306,'com.liferay.portal.background.task.model.BackgroundTask'),(0,25425,'com.liferay.document.library.kernel.util.RawMetadataProcessor'),(0,25505,'com.liferay.site.model.SiteFriendlyURL'),(0,25507,'com.liferay.polls.model.PollsChoice'),(0,25508,'com.liferay.polls.model.PollsQuestion'),(0,25509,'com.liferay.polls.model.PollsVote'),(0,25513,'com.liferay.portal.security.service.access.policy.model.SAPEntry'),(0,25522,'com.liferay.portal.repository.portletrepository.PortletRepository'),(0,25603,'com.liferay.document.library.content.model.DLContent'),(0,25604,'com.liferay.calendar.model.Calendar'),(0,25605,'com.liferay.calendar.model.CalendarBooking'),(0,25606,'com.liferay.calendar.model.CalendarNotificationTemplate'),(0,25607,'com.liferay.calendar.model.CalendarResource'),(0,26302,'com.liferay.portal.workflow.kaleo.model.KaleoAction'),(0,26303,'com.liferay.portal.workflow.kaleo.model.KaleoCondition'),(0,26304,'com.liferay.portal.workflow.kaleo.model.KaleoDefinition'),(0,26305,'com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersion'),(0,26306,'com.liferay.portal.workflow.kaleo.model.KaleoInstance'),(0,26307,'com.liferay.portal.workflow.kaleo.model.KaleoInstanceToken'),(0,26308,'com.liferay.portal.workflow.kaleo.model.KaleoLog'),(0,26309,'com.liferay.portal.workflow.kaleo.model.KaleoNode'),(0,26310,'com.liferay.portal.workflow.kaleo.model.KaleoNotification'),(0,26311,'com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient'),(0,26312,'com.liferay.portal.workflow.kaleo.model.KaleoTask'),(0,26313,'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment'),(0,26314,'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance'),(0,26315,'com.liferay.portal.workflow.kaleo.model.KaleoTaskForm'),(0,26401,'com.liferay.portal.workflow.kaleo.model.KaleoTaskFormInstance'),(0,26402,'com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken'),(0,26403,'com.liferay.portal.workflow.kaleo.model.KaleoTimer'),(0,26404,'com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken'),(0,26405,'com.liferay.portal.workflow.kaleo.model.KaleoTransition'),(0,26902,'com.liferay.changeset.model.ChangesetCollection'),(0,26903,'com.liferay.changeset.model.ChangesetEntry'),(0,32502,'com.liferay.portlet.calendar.model.CalEvent'),(0,33302,'com.liferay.message.boards.model.MBDiscussion_com.liferay.portal.kernel.model.Layout'),(0,34415,'com.liferay.portal.repository.liferayrepository.LiferayRepository'),(0,34416,'com.liferay.portal.repository.temporaryrepository.TemporaryFileEntryRepository'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `clustergroup` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `clusterGroupId` bigint(20) NOT NULL, `name` varchar(75) DEFAULT NULL, `clusterNodeIds` varchar(75) DEFAULT NULL, `wholeCluster` tinyint(4) DEFAULT NULL, PRIMARY KEY (`clusterGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `company` -- DROP TABLE IF EXISTS `company`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `company` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `companyId` bigint(20) NOT NULL, `accountId` bigint(20) DEFAULT NULL, `webId` varchar(75) DEFAULT NULL, `key_` longtext, `mx` varchar(200) DEFAULT NULL, `homeURL` longtext, `logoId` bigint(20) DEFAULT NULL, `system_` tinyint(4) DEFAULT NULL, `maxUsers` int(11) DEFAULT NULL, `active_` tinyint(4) 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=utf8; /*!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','ZhzefipWdGaL+43lfyxlcg==','liferay.com',NULL,0,0,0,1),(1,34004,34007,'www.able.com','+YM3xFA4LvxcXzWC9X+Uug==','www.able.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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `configuration_` ( `configurationId` varchar(255) NOT NULL, `dictionary` longtext, PRIMARY KEY (`configurationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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.blogs.configuration.BlogsGroupServiceConfiguration.scoped.671d57ac-7960-47bc-a0a7-38871314734d',':org.apache.felix.configadmin.revision:=L\"1\"\r\ncompanyId=L\"20101\"\r\nenableRss=B\"false\"\r\nrssDelta=\"${server-property://com.liferay.portal/search.container.page.default.delta}\"\r\nrssDisplayStyle=\"${server-property://com.liferay.portal/rss.feed.display.style.default}\"\r\nrssFeedType=\"${server-property://com.liferay.portal/rss.feed.type.default}\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.blogs.configuration.BlogsGroupServiceConfiguration.scoped\"\r\nservice.pid=\"com.liferay.blogs.configuration.BlogsGroupServiceConfiguration.scoped.671d57ac-7960-47bc-a0a7-38871314734d\"\r\nsmallImageWidth=I\"300\"\r\n'),('com.liferay.blogs.web.internal.configuration.BlogsPortletInstanceConfiguration',':org.apache.felix.configadmin.revision:=L\"1\"\r\ndisplayStyle=\"abstract\"\r\ndisplayStyleGroupId=L\"0\"\r\nenableCommentRatings=B\"false\"\r\nenableComments=B\"false\"\r\nenableFlags=B\"false\"\r\nenableRatings=B\"false\"\r\nenableReadingTime=B\"true\"\r\nenableRelatedAssets=B\"true\"\r\nenableViewCount=B\"false\"\r\npageDelta=\"${server-property://com.liferay.portal/search.container.page.default.delta}\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.blogs.web.internal.configuration.BlogsPortletInstanceConfiguration\"\r\nsocialBookmarksDisplayStyle=\"inline\"\r\nsocialBookmarksTypes=\"*\"\r\n'),('com.liferay.document.library.document.conversion.internal.security.auth.verifier.image.request.module.configuration.ImageRequestAuthVerifierConfiguration.963187eb-bc73-48e6-94f1-32eacd274d36',':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.963187eb-bc73-48e6-94f1-32eacd274d36\"\r\nurlsExcludes=\"/image/user_male_portrait,/image/company_logo\"\r\nurlsIncludes=\"/documents/*,/image/*,/c/wiki/get_page_attachment\"\r\n'),('com.liferay.oauth2.provider.scope.internal.configuration.BundlePrefixHandlerFactoryConfiguration.ba51da99-0f59-4a98-98dd-019129e0bfcc',':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.ba51da99-0f59-4a98-98dd-019129e0bfcc\"\r\n'),('com.liferay.oauth2.provider.scope.internal.configuration.ConfigurableScopeMapperConfiguration.92040cf5-4a7c-4ceb-ae55-6c397cfe3819',':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.92040cf5-4a7c-4ceb-ae55-6c397cfe3819\"\r\n'),('com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration.2dfb4915-9c08-4e59-af3a-92f75341d986',':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.2dfb4915-9c08-4e59-af3a-92f75341d986\"\r\n'),('com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration.ee5d4e08-d993-4375-a7b5-7e19c976ce76',':org.apache.felix.configadmin.revision:=L\"1\"\r\nchildrenTypes=[ \\\r\n \"organization\", \\\r\n ]\r\nconfiguration.cleaner.ignore=\"true\"\r\ncountryEnabled=B\"true\"\r\ncountryRequired=B\"false\"\r\nfelix.fileinstall.filename=\"com.liferay.organizations.internal.configuration.OrganizationTypeConfiguration-ee5d4e08-d993-4375-a7b5-7e19c976ce76.config\"\r\nname=\"organization1\"\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.ee5d4e08-d993-4375-a7b5-7e19c976ce76\"\r\n'),('com.liferay.password.policies.admin.web.internal.configuration.PasswordPoliciesConfiguration',':org.apache.felix.configadmin.revision:=L\"1\"\r\nexpirationWarningTimeDurations=L[ \\\r\n \"43500\", \\\r\n \"86400\", \\\r\n \"172800\", \\\r\n \"259200\", \\\r\n \"345600\", \\\r\n \"432000\", \\\r\n \"518400\", \\\r\n \"604800\", \\\r\n \"1209600\", \\\r\n ]\r\nlockoutDurations=L[ \\\r\n \"300\", \\\r\n \"600\", \\\r\n \"1800\", \\\r\n \"3600\", \\\r\n \"7200\", \\\r\n \"10800\", \\\r\n \"21600\", \\\r\n \"43200\", \\\r\n \"86400\", \\\r\n \"172800\", \\\r\n \"259200\", \\\r\n \"345600\", \\\r\n \"432000\", \\\r\n \"518400\", \\\r\n \"604800\", \\\r\n ]\r\nmaximumAgeDurations=L[ \\\r\n \"1209600\", \\\r\n \"1814400\", \\\r\n \"2419200\", \\\r\n \"4838400\", \\\r\n \"7862400\", \\\r\n \"15724800\", \\\r\n \"31449600\", \\\r\n ]\r\nminimumAgeDurations=L[ \\\r\n \"300\", \\\r\n \"600\", \\\r\n \"1800\", \\\r\n \"3600\", \\\r\n \"7200\", \\\r\n \"10800\", \\\r\n \"21600\", \\\r\n \"43200\", \\\r\n \"86400\", \\\r\n \"172800\", \\\r\n \"259200\", \\\r\n \"345600\", \\\r\n \"432000\", \\\r\n \"518400\", \\\r\n \"604800\", \\\r\n ]\r\nresetFailureDurations=L[ \\\r\n \"300\", \\\r\n \"600\", \\\r\n \"1800\", \\\r\n \"3600\", \\\r\n \"7200\", \\\r\n \"10800\", \\\r\n \"21600\", \\\r\n \"43200\", \\\r\n \"86400\", \\\r\n \"172800\", \\\r\n \"259200\", \\\r\n \"345600\", \\\r\n \"432000\", \\\r\n \"518400\", \\\r\n \"604800\", \\\r\n ]\r\nresetTicketMaxAgeDurations=L[ \\\r\n \"300\", \\\r\n \"600\", \\\r\n \"1800\", \\\r\n \"3600\", \\\r\n \"7200\", \\\r\n \"10800\", \\\r\n \"21600\", \\\r\n \"43200\", \\\r\n \"86400\", \\\r\n \"172800\", \\\r\n \"259200\", \\\r\n \"345600\", \\\r\n \"432000\", \\\r\n \"518400\", \\\r\n \"604800\", \\\r\n ]\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.password.policies.admin.web.internal.configuration.PasswordPoliciesConfiguration\"\r\n'),('com.liferay.portal.security.auth.verifier.internal.basic.auth.header.configuration.BasicAuthHeaderAuthVerifierConfiguration.073f15b2-2042-4810-94b1-c57c99ebe4d3',':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.073f15b2-2042-4810-94b1-c57c99ebe4d3\"\r\nurlsExcludes=\"/api/liferay*\"\r\nurlsIncludes=\"/api/*,/xmlrpc*\"\r\n'),('com.liferay.portal.security.auth.verifier.internal.portal.session.configuration.PortalSessionAuthVerifierConfiguration.18c42b58-fb60-478d-86fa-5eb7e1c46a1e',':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.18c42b58-fb60-478d-86fa-5eb7e1c46a1e\"\r\nurlsIncludes=\"/api/json*,/api/jsonws*,/c/portal/json_service*\"\r\n'),('com.liferay.portal.security.auth.verifier.internal.tunnel.configuration.TunnelAuthVerifierConfiguration.1067e3e5-98e4-4708-ae8f-e7dda0d0dcb6',':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.1067e3e5-98e4-4708-ae8f-e7dda0d0dcb6\"\r\nserviceAccessPolicyName=\"SYSTEM_USER_PASSWORD\"\r\nurlsIncludes=\"/api/liferay/do\"\r\n'),('com.liferay.portal.security.ldap.authenticator.configuration.LDAPAuthConfiguration.587a55f0-7137-4113-ad89-593d64c39b02',':org.apache.felix.configadmin.revision:=L\"1\"\r\ncompanyId=\"0\"\r\nconfiguration.cleaner.ignore=\"true\"\r\nenabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.ldap.authenticator.configuration.LDAPAuthConfiguration-587a55f0-7137-4113-ad89-593d64c39b02.config\"\r\nmethod=\"bind\"\r\npasswordEncryptionAlgorithm=\"NONE\"\r\npasswordPolicyEnabled=B\"true\"\r\nrequired=B\"true\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.ldap.authenticator.configuration.LDAPAuthConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.ldap.authenticator.configuration.LDAPAuthConfiguration.587a55f0-7137-4113-ad89-593d64c39b02\"\r\n'),('com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration.3e7fef72-ed6c-422a-b695-b8d0be7b151b',':org.apache.felix.configadmin.revision:=L\"1\"\r\nauthSearchFilter=\"(mail\\=@email_address@)\"\r\nbaseDN=\"\"\r\nbaseProviderURL=\"ldap://localhost:10389\"\r\ncompanyId=L\"20101\"\r\ncontactCustomMappings=[ \\\r\n ]\r\ncontactMappings=[ \\\r\n \"birthday\\=\", \\\r\n \"facebookSn\\=\", \\\r\n \"jabberSn\\=\", \\\r\n \"skypeSn\\=\", \\\r\n \"smsSn\\=\", \\\r\n \"twitterSn\\=\", \\\r\n ]\r\ngroupDefaultObjectClasses=[ \\\r\n \"top\", \\\r\n \"groupOfUniqueNames\", \\\r\n ]\r\ngroupMappings=[ \\\r\n \"description\\=description\", \\\r\n \"groupName\\=cn\", \\\r\n \"user\\=uniqueMember\", \\\r\n ]\r\ngroupSearchFilter=\"(objectClass\\=groupOfUniqueNames)\"\r\ngroupsDN=\"\"\r\nldapServerId=L\"34002\"\r\nsecurityCredential=\"TEMP_OBFUSCATION_VALUE\"\r\nsecurityPrincipal=\"\"\r\nserverName=\"hello\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration.3e7fef72-ed6c-422a-b695-b8d0be7b151b\"\r\nuserCustomMappings=[ \\\r\n ]\r\nuserDefaultObjectClasses=[ \\\r\n \"top\", \\\r\n \"person\", \\\r\n \"inetOrgPerson\", \\\r\n \"organizationalPerson\", \\\r\n ]\r\nuserMappings=[ \\\r\n \"emailAddress\\=mail\", \\\r\n \"firstName\\=givenName\", \\\r\n \"group\\=groupMembership\", \\\r\n \"jobTitle\\=title\", \\\r\n \"lastName\\=sn\", \\\r\n \"password\\=userPassword\", \\\r\n \"screenName\\=cn\", \\\r\n \"uuid\\=uuid\", \\\r\n ]\r\nuserSearchFilter=\"(objectClass\\=inetOrgPerson)\"\r\nusersDN=\"\"\r\n'),('com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration.643dfa2c-655b-42ca-8b30-9c99896456e7',':org.apache.felix.configadmin.revision:=L\"1\"\r\nauthSearchFilter=\"(mail\\=@email_address@)\"\r\nbaseDN=\"\"\r\nbaseProviderURL=\"ldap://localhost:10389\"\r\ncompanyId=\"0\"\r\nconfiguration.cleaner.ignore=\"true\"\r\ncontactCustomMappings=[ \\\r\n \"\", \\\r\n ]\r\ncontactMappings=[ \\\r\n \"birthday\\=\", \\\r\n \"facebookSn\\=\", \\\r\n \"jabberSn\\=\", \\\r\n \"skypeSn\\=\", \\\r\n \"smsSn\\=\", \\\r\n \"twitterSn\\=\", \\\r\n ]\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration-643dfa2c-655b-42ca-8b30-9c99896456e7.config\"\r\ngroupDefaultObjectClasses=[ \\\r\n \"top\", \\\r\n \"groupOfUniqueNames\", \\\r\n ]\r\ngroupMappings=[ \\\r\n \"description\\=description\", \\\r\n \"groupName\\=cn\", \\\r\n \"user\\=uniqueMember\", \\\r\n ]\r\ngroupSearchFilter=\"(objectClass\\=groupOfUniqueNames)\"\r\ngroupSearchFilterEnabled=B\"true\"\r\ngroupsDN=\"\"\r\nldapServerId=L\"1234\"\r\nsecurityPrincipal=\"\"\r\nserverName=\"\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.ldap.configuration.LDAPServerConfiguration.643dfa2c-655b-42ca-8b30-9c99896456e7\"\r\nuserCustomMappings=[ \\\r\n \"\", \\\r\n ]\r\nuserDefaultObjectClasses=[ \\\r\n \"top\", \\\r\n \"person\", \\\r\n \"inetOrgPerson\", \\\r\n \"organizationalPerson\", \\\r\n ]\r\nuserIgnoreAttributes=[ \\\r\n \"\", \\\r\n ]\r\nuserMappings=[ \\\r\n \"emailAddress\\=mail\", \\\r\n \"firstName\\=givenName\", \\\r\n \"group\\=groupMembership\", \\\r\n \"jobTitle\\=title\", \\\r\n \"lastName\\=sn\", \\\r\n \"password\\=userPassword\", \\\r\n \"screenName\\=cn\", \\\r\n \"uuid\\=uuid\", \\\r\n ]\r\nuserSearchFilter=\"(objectClass\\=inetOrgPerson)\"\r\nusersDN=\"\"\r\n'),('com.liferay.portal.security.ldap.exportimport.configuration.LDAPExportConfiguration.0e39ee98-e449-4692-ae1b-7da3afd04b85',':org.apache.felix.configadmin.revision:=L\"1\"\r\ncompanyId=\"0\"\r\nconfiguration.cleaner.ignore=\"true\"\r\nexportEnabled=B\"true\"\r\nexportGroupEnabled=B\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.ldap.exportimport.configuration.LDAPExportConfiguration-0e39ee98-e449-4692-ae1b-7da3afd04b85.config\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.ldap.exportimport.configuration.LDAPExportConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.ldap.exportimport.configuration.LDAPExportConfiguration.0e39ee98-e449-4692-ae1b-7da3afd04b85\"\r\n'),('com.liferay.portal.security.ldap.exportimport.configuration.LDAPImportConfiguration.e00890d2-cbcc-4900-987d-10e8bd08a98c',':org.apache.felix.configadmin.revision:=L\"1\"\r\ncompanyId=\"0\"\r\nconfiguration.cleaner.ignore=\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.ldap.exportimport.configuration.LDAPImportConfiguration-e00890d2-cbcc-4900-987d-10e8bd08a98c.config\"\r\nimportCreateRolePerGroup=B\"false\"\r\nimportEnabled=B\"true\"\r\nimportGroupCacheEnabled=B\"true\"\r\nimportInterval=I\"10\"\r\nimportLockExpirationTime=L\"86400000\"\r\nimportMethod=\"user\"\r\nimportOnStartup=B\"true\"\r\nimportUserPasswordAutogenerated=B\"false\"\r\nimportUserPasswordDefault=\"test\"\r\nimportUserPasswordEnabled=B\"true\"\r\nimportUserSyncStrategy=\"auth-type\"\r\nservice.bundleLocation=\"?\"\r\nservice.factoryPid=\"com.liferay.portal.security.ldap.exportimport.configuration.LDAPImportConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.ldap.exportimport.configuration.LDAPImportConfiguration.e00890d2-cbcc-4900-987d-10e8bd08a98c\"\r\n'),('com.liferay.portal.vulcan.internal.configuration.VulcanConfiguration.d913e2f8-3a84-45a3-82a6-e7672875334d',':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.d913e2f8-3a84-45a3-82a6-e7672875334d\"\r\n'),('com.liferay.product.navigation.personal.menu.configuration.PersonalMenuConfiguration',':org.apache.felix.configadmin.revision:=L\"1\"\r\npersonalApplicationsLookAndFeel=\"my-dashboard\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.product.navigation.personal.menu.configuration.PersonalMenuConfiguration\"\r\nshowInControlMenu=B\"true\"\r\n'),('com.liferay.sharing.internal.configuration.SharingSystemConfiguration',':org.apache.felix.configadmin.revision:=L\"1\"\r\nenabled=B\"false\"\r\nexpiredSharingEntriesCheckInterval=I\"60\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.sharing.internal.configuration.SharingSystemConfiguration\"\r\n'),('com.liferay.users.admin.configuration.UserFileUploadsConfiguration',':org.apache.felix.configadmin.revision:=L\"1\"\r\nimageCheckToken=B\"false\"\r\nimageDefaultUseInitials=B\"false\"\r\nimageMaxHeight=I\"290\"\r\nimageMaxSize=L\"307300\"\r\nimageMaxWidth=I\"290\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.users.admin.configuration.UserFileUploadsConfiguration\"\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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `contact_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `contactId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `accountId` bigint(20) DEFAULT NULL, `parentContactId` bigint(20) DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `firstName` varchar(75) DEFAULT NULL, `middleName` varchar(75) DEFAULT NULL, `lastName` varchar(75) DEFAULT NULL, `prefixId` bigint(20) DEFAULT NULL, `suffixId` bigint(20) DEFAULT NULL, `male` tinyint(4) 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=utf8; /*!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,'2020-08-26 09:46:17.645000','2020-08-26 09:46:17.645000',20006,20105,20103,0,'default@liferay.com',NULL,NULL,NULL,0,0,1,'2020-08-26 09:46:17.350000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(0,20132,20101,20130,NULL,'2020-08-26 09:46:18.793000','2020-08-26 09:46:18.793000',20006,20130,20103,0,'test@liferay.com','Test',NULL,'Test',0,0,1,'1969-12-31 16:00:00.000000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(0,34009,34004,34008,NULL,'2020-08-26 10:17:37.104000','2020-08-26 10:17:37.104000',20006,34008,34007,0,'default@www.able.com',NULL,NULL,NULL,0,0,1,'2020-08-26 10:17:36.904000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(0,34036,34004,34035,NULL,'2020-08-26 10:17:37.597000','2020-08-26 10:17:37.597000',20006,34035,34007,0,'test@www.able.com','Test',NULL,'Test',0,0,1,'1969-12-31 16: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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `contacts_entry` ( `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `counter` ( `name` varchar(150) NOT NULL, `currentId` bigint(20) DEFAULT NULL, PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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',34600),('com.liferay.document.library.kernel.model.DLFileEntry',200),('com.liferay.oauth2.provider.model.OAuth2Application',200),('com.liferay.oauth2.provider.model.OAuth2ApplicationScopeAliases',200),('com.liferay.oauth2.provider.model.OAuth2ScopeGrant',200),('com.liferay.portal.kernel.model.Layout',29),('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',3),('com.liferay.portal.kernel.model.Layout#20133#false',1),('com.liferay.portal.kernel.model.Layout#20133#true',1),('com.liferay.portal.kernel.model.Layout#20154#true',1),('com.liferay.portal.kernel.model.Layout#33921#true',1),('com.liferay.portal.kernel.model.Layout#33930#true',1),('com.liferay.portal.kernel.model.Layout#33953#true',3),('com.liferay.portal.kernel.model.Layout#33965#true',2),('com.liferay.portal.kernel.model.Layout#34023#true',1),('com.liferay.portal.kernel.model.Layout#34026#false',1),('com.liferay.portal.kernel.model.Layout#34026#true',1),('com.liferay.portal.kernel.model.Layout#34027#false',2),('com.liferay.portal.kernel.model.Layout#34191#true',1),('com.liferay.portal.kernel.model.Layout#34465#true',1),('com.liferay.portal.kernel.model.Layout#34471#true',1),('com.liferay.portal.kernel.model.Layout#34477#true',3),('com.liferay.portal.kernel.model.Layout#34489#true',2),('com.liferay.portal.kernel.model.LayoutSet',200),('com.liferay.portal.kernel.model.ResourceAction',3000),('com.liferay.portal.kernel.model.ResourcePermission',3100); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `country` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `countryId` bigint(20) 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(4) DEFAULT NULL, `active_` tinyint(4) 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=utf8; /*!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,1,'canada','CA','CAN','124','001',1,1),(0,2,'china','CN','CHN','156','086',1,1),(0,3,'france','FR','FRA','250','033',1,1),(0,4,'germany','DE','DEU','276','049',1,1),(0,6,'hungary','HU','HUN','348','036',1,1),(0,7,'israel','IL','ISR','376','972',1,1),(0,8,'italy','IT','ITA','380','039',1,1),(0,9,'japan','JP','JPN','392','081',0,1),(0,10,'south-korea','KR','KOR','410','082',1,1),(0,11,'netherlands','NL','NLD','528','031',1,1),(0,12,'portugal','PT','PRT','620','351',1,1),(0,13,'russia','RU','RUS','643','007',1,1),(0,14,'singapore','SG','SGP','702','065',1,1),(0,15,'spain','ES','ESP','724','034',1,1),(0,16,'turkey','TR','TUR','792','090',1,1),(0,17,'vietnam','VN','VNM','704','084',1,1),(0,18,'united-kingdom','GB','GBR','826','044',1,1),(0,19,'united-states','US','USA','840','001',1,1),(0,20,'afghanistan','AF','AFG','4','093',1,1),(0,21,'albania','AL','ALB','8','355',1,1),(0,22,'algeria','DZ','DZA','12','213',1,1),(0,23,'american-samoa','AS','ASM','16','684',1,1),(0,24,'andorra','AD','AND','20','376',1,1),(0,25,'angola','AO','AGO','24','244',0,1),(0,26,'anguilla','AI','AIA','660','264',1,1),(0,27,'antarctica','AQ','ATA','10','672',1,1),(0,28,'antigua-barbuda','AG','ATG','28','268',0,1),(0,29,'argentina','AR','ARG','32','054',1,1),(0,30,'armenia','AM','ARM','51','374',1,1),(0,31,'aruba','AW','ABW','533','297',0,1),(0,32,'australia','AU','AUS','36','061',1,1),(0,33,'austria','AT','AUT','40','043',1,1),(0,34,'azerbaijan','AZ','AZE','31','994',1,1),(0,35,'bahamas','BS','BHS','44','242',0,1),(0,36,'bahrain','BH','BHR','48','973',1,1),(0,37,'bangladesh','BD','BGD','50','880',1,1),(0,38,'barbados','BB','BRB','52','246',1,1),(0,39,'belarus','BY','BLR','112','375',1,1),(0,40,'belgium','BE','BEL','56','032',1,1),(0,41,'belize','BZ','BLZ','84','501',0,1),(0,42,'benin','BJ','BEN','204','229',0,1),(0,43,'bermuda','BM','BMU','60','441',1,1),(0,44,'bhutan','BT','BTN','64','975',1,1),(0,45,'bolivia','BO','BOL','68','591',1,1),(0,46,'bosnia-herzegovina','BA','BIH','70','387',1,1),(0,47,'botswana','BW','BWA','72','267',0,1),(0,48,'brazil','BR','BRA','76','055',1,1),(0,49,'british-virgin-islands','VG','VGB','92','284',1,1),(0,50,'brunei','BN','BRN','96','673',1,1),(0,51,'bulgaria','BG','BGR','100','359',1,1),(0,52,'burkina-faso','BF','BFA','854','226',0,1),(0,53,'burma-myanmar','MM','MMR','104','095',1,1),(0,54,'burundi','BI','BDI','108','257',0,1),(0,55,'cambodia','KH','KHM','116','855',1,1),(0,56,'cameroon','CM','CMR','120','237',1,1),(0,57,'cape-verde-island','CV','CPV','132','238',1,1),(0,58,'cayman-islands','KY','CYM','136','345',1,1),(0,59,'central-african-republic','CF','CAF','140','236',0,1),(0,60,'chad','TD','TCD','148','235',1,1),(0,61,'chile','CL','CHL','152','056',1,1),(0,62,'christmas-island','CX','CXR','162','061',1,1),(0,63,'cocos-islands','CC','CCK','166','061',1,1),(0,64,'colombia','CO','COL','170','057',1,1),(0,65,'comoros','KM','COM','174','269',0,1),(0,66,'republic-of-congo','CD','COD','180','242',0,1),(0,67,'democratic-republic-of-congo','CG','COG','178','243',0,1),(0,68,'cook-islands','CK','COK','184','682',0,1),(0,69,'costa-rica','CR','CRI','188','506',1,1),(0,70,'croatia','HR','HRV','191','385',1,1),(0,71,'cuba','CU','CUB','192','053',1,1),(0,72,'cyprus','CY','CYP','196','357',1,1),(0,73,'czech-republic','CZ','CZE','203','420',1,1),(0,74,'denmark','DK','DNK','208','045',1,1),(0,75,'djibouti','DJ','DJI','262','253',0,1),(0,76,'dominica','DM','DMA','212','767',0,1),(0,77,'dominican-republic','DO','DOM','214','809',1,1),(0,78,'ecuador','EC','ECU','218','593',1,1),(0,79,'egypt','EG','EGY','818','020',1,1),(0,80,'el-salvador','SV','SLV','222','503',1,1),(0,81,'equatorial-guinea','GQ','GNQ','226','240',0,1),(0,82,'eritrea','ER','ERI','232','291',0,1),(0,83,'estonia','EE','EST','233','372',1,1),(0,84,'ethiopia','ET','ETH','231','251',1,1),(0,85,'faeroe-islands','FO','FRO','234','298',1,1),(0,86,'falkland-islands','FK','FLK','238','500',1,1),(0,87,'fiji-islands','FJ','FJI','242','679',0,1),(0,88,'finland','FI','FIN','246','358',1,1),(0,89,'french-guiana','GF','GUF','254','594',1,1),(0,90,'french-polynesia','PF','PYF','258','689',1,1),(0,91,'gabon','GA','GAB','266','241',1,1),(0,92,'gambia','GM','GMB','270','220',0,1),(0,93,'georgia','GE','GEO','268','995',1,1),(0,94,'ghana','GH','GHA','288','233',0,1),(0,95,'gibraltar','GI','GIB','292','350',1,1),(0,96,'greece','GR','GRC','300','030',1,1),(0,97,'greenland','GL','GRL','304','299',1,1),(0,98,'grenada','GD','GRD','308','473',0,1),(0,99,'guadeloupe','GP','GLP','312','590',1,1),(0,100,'guam','GU','GUM','316','671',1,1),(0,101,'guatemala','GT','GTM','320','502',1,1),(0,102,'guinea','GN','GIN','324','224',0,1),(0,103,'guinea-bissau','GW','GNB','624','245',1,1),(0,104,'guyana','GY','GUY','328','592',0,1),(0,105,'haiti','HT','HTI','332','509',1,1),(0,106,'honduras','HN','HND','340','504',1,1),(0,107,'iceland','IS','ISL','352','354',1,1),(0,108,'india','IN','IND','356','091',1,1),(0,109,'indonesia','ID','IDN','360','062',1,1),(0,110,'iran','IR','IRN','364','098',1,1),(0,111,'iraq','IQ','IRQ','368','964',1,1),(0,112,'ireland','IE','IRL','372','353',0,1),(0,113,'ivory-coast','CI','CIV','384','225',1,1),(0,114,'jamaica','JM','JAM','388','876',1,1),(0,115,'jordan','JO','JOR','400','962',1,1),(0,116,'kazakhstan','KZ','KAZ','398','007',1,1),(0,117,'kenya','KE','KEN','404','254',1,1),(0,118,'kiribati','KI','KIR','408','686',0,1),(0,119,'kuwait','KW','KWT','414','965',1,1),(0,120,'north-korea','KP','PRK','408','850',0,1),(0,121,'kyrgyzstan','KG','KGZ','471','996',1,1),(0,122,'laos','LA','LAO','418','856',1,1),(0,123,'latvia','LV','LVA','428','371',1,1),(0,124,'lebanon','LB','LBN','422','961',1,1),(0,125,'lesotho','LS','LSO','426','266',1,1),(0,126,'liberia','LR','LBR','430','231',1,1),(0,127,'libya','LY','LBY','434','218',1,1),(0,128,'liechtenstein','LI','LIE','438','423',1,1),(0,129,'lithuania','LT','LTU','440','370',1,1),(0,130,'luxembourg','LU','LUX','442','352',1,1),(0,132,'macedonia','MK','MKD','807','389',1,1),(0,133,'madagascar','MG','MDG','450','261',1,1),(0,134,'malawi','MW','MWI','454','265',0,1),(0,135,'malaysia','MY','MYS','458','060',1,1),(0,136,'maldives','MV','MDV','462','960',1,1),(0,137,'mali','ML','MLI','466','223',0,1),(0,138,'malta','MT','MLT','470','356',1,1),(0,139,'marshall-islands','MH','MHL','584','692',1,1),(0,140,'martinique','MQ','MTQ','474','596',1,1),(0,141,'mauritania','MR','MRT','478','222',0,1),(0,142,'mauritius','MU','MUS','480','230',0,1),(0,143,'mayotte-island','YT','MYT','175','269',1,1),(0,144,'mexico','MX','MEX','484','052',1,1),(0,145,'micronesia','FM','FSM','583','691',1,1),(0,146,'moldova','MD','MDA','498','373',1,1),(0,147,'monaco','MC','MCO','492','377',1,1),(0,148,'mongolia','MN','MNG','496','976',1,1),(0,149,'montenegro','ME','MNE','499','382',1,1),(0,150,'montserrat','MS','MSR','500','664',0,1),(0,151,'morocco','MA','MAR','504','212',1,1),(0,152,'mozambique','MZ','MOZ','508','258',1,1),(0,153,'namibia','NA','NAM','516','264',1,1),(0,154,'nauru','NR','NRU','520','674',0,1),(0,155,'nepal','NP','NPL','524','977',1,1),(0,156,'netherlands-antilles','AN','ANT','530','599',1,1),(0,157,'new-caledonia','NC','NCL','540','687',1,1),(0,158,'new-zealand','NZ','NZL','554','064',1,1),(0,159,'nicaragua','NI','NIC','558','505',1,1),(0,160,'niger','NE','NER','562','227',1,1),(0,161,'nigeria','NG','NGA','566','234',1,1),(0,162,'niue','NU','NIU','570','683',0,1),(0,163,'norfolk-island','NF','NFK','574','672',1,1),(0,164,'norway','NO','NOR','578','047',1,1),(0,165,'oman','OM','OMN','512','968',1,1),(0,166,'pakistan','PK','PAK','586','092',1,1),(0,167,'palau','PW','PLW','585','680',1,1),(0,168,'palestine','PS','PSE','275','970',1,1),(0,169,'panama','PA','PAN','591','507',1,1),(0,170,'papua-new-guinea','PG','PNG','598','675',1,1),(0,171,'paraguay','PY','PRY','600','595',1,1),(0,172,'peru','PE','PER','604','051',1,1),(0,173,'philippines','PH','PHL','608','063',1,1),(0,174,'poland','PL','POL','616','048',1,1),(0,175,'puerto-rico','PR','PRI','630','787',1,1),(0,176,'qatar','QA','QAT','634','974',0,1),(0,177,'reunion-island','RE','REU','638','262',1,1),(0,178,'romania','RO','ROU','642','040',1,1),(0,179,'rwanda','RW','RWA','646','250',0,1),(0,180,'st-helena','SH','SHN','654','290',1,1),(0,181,'st-kitts','KN','KNA','659','869',0,1),(0,182,'st-lucia','LC','LCA','662','758',0,1),(0,183,'st-pierre-miquelon','PM','SPM','666','508',1,1),(0,184,'st-vincent','VC','VCT','670','784',1,1),(0,185,'san-marino','SM','SMR','674','378',1,1),(0,186,'sao-tome-principe','ST','STP','678','239',0,1),(0,187,'saudi-arabia','SA','SAU','682','966',1,1),(0,188,'senegal','SN','SEN','686','221',1,1),(0,189,'serbia','RS','SRB','688','381',1,1),(0,190,'seychelles','SC','SYC','690','248',0,1),(0,191,'sierra-leone','SL','SLE','694','249',0,1),(0,192,'slovakia','SK','SVK','703','421',1,1),(0,193,'slovenia','SI','SVN','705','386',1,1),(0,194,'solomon-islands','SB','SLB','90','677',0,1),(0,195,'somalia','SO','SOM','706','252',0,1),(0,196,'south-africa','ZA','ZAF','710','027',1,1),(0,197,'sri-lanka','LK','LKA','144','094',1,1),(0,198,'sudan','SD','SDN','736','095',1,1),(0,199,'suriname','SR','SUR','740','597',0,1),(0,200,'swaziland','SZ','SWZ','748','268',1,1),(0,201,'sweden','SE','SWE','752','046',1,1),(0,202,'switzerland','CH','CHE','756','041',1,1),(0,203,'syria','SY','SYR','760','963',0,1),(0,204,'taiwan','TW','TWN','158','886',1,1),(0,205,'tajikistan','TJ','TJK','762','992',1,1),(0,206,'tanzania','TZ','TZA','834','255',0,1),(0,207,'thailand','TH','THA','764','066',1,1),(0,208,'togo','TG','TGO','768','228',1,1),(0,209,'tonga','TO','TON','776','676',0,1),(0,210,'trinidad-tobago','TT','TTO','780','868',0,1),(0,211,'tunisia','TN','TUN','788','216',1,1),(0,212,'turkmenistan','TM','TKM','795','993',1,1),(0,213,'turks-caicos','TC','TCA','796','649',1,1),(0,214,'tuvalu','TV','TUV','798','688',0,1),(0,215,'uganda','UG','UGA','800','256',0,1),(0,216,'ukraine','UA','UKR','804','380',1,1),(0,217,'united-arab-emirates','AE','ARE','784','971',0,1),(0,218,'uruguay','UY','URY','858','598',1,1),(0,219,'uzbekistan','UZ','UZB','860','998',1,1),(0,220,'vanuatu','VU','VUT','548','678',0,1),(0,221,'vatican-city','VA','VAT','336','039',1,1),(0,222,'venezuela','VE','VEN','862','058',1,1),(0,223,'wallis-futuna','WF','WLF','876','681',1,1),(0,224,'western-samoa','WS','WSM','882','685',1,1),(0,225,'yemen','YE','YEM','887','967',0,1),(0,226,'zambia','ZM','ZMB','894','260',1,1),(0,227,'zimbabwe','ZW','ZWE','716','263',0,1),(0,228,'aland-islands','AX','ALA','248','359',1,1),(0,229,'bonaire-st-eustatius-saba','BQ','BES','535','599',1,1),(0,230,'bouvet-island','BV','BVT','74','047',1,1),(0,231,'british-indian-ocean-territory','IO','IOT','86','246',1,1),(0,232,'curacao','CW','CUW','531','599',1,1),(0,233,'french-southern-territories','TF','ATF','260','033',0,1),(0,234,'guernsey','GG','GGY','831','044',1,1),(0,235,'heard-island-mcdonald-islands','HM','HMD','334','061',1,1),(0,236,'isle-of-man','IM','IMN','833','044',1,1),(0,237,'jersey','JE','JEY','832','044',1,1),(0,238,'northern-mariana-islands','MP','MNP','580','670',1,1),(0,239,'pitcairn','PN','PCN','612','649',1,1),(0,240,'south-georgia-south-sandwich-islands','GS','SGS','239','044',1,1),(0,241,'south-sudan','SS','SSD','728','211',1,1),(0,242,'sint-maarten','SX','SXM','534','721',1,1),(0,243,'st-barthelemy','BL','BLM','652','590',1,1),(0,244,'st-martin','MF','MAF','663','590',1,1),(0,245,'tokelau','TK','TKL','772','690',0,1),(0,246,'timor-leste','TL','TLS','626','670',1,1),(0,247,'united-states-minor-outlying-islands','UM','UMI','581','699',1,1),(0,248,'united-states-virgin-islands','VI','VIR','850','340',1,1),(0,249,'western-sahara','EH','ESH','732','212',1,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddlrecord` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `recordId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `recordSetVersion` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `displayIndex` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddlrecordset` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `recordSetId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDMStructureId` bigint(20) DEFAULT NULL, `recordSetKey` varchar(75) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `minDisplayRows` int(11) DEFAULT NULL, `scope` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddlrecordsetversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recordSetVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `DDMStructureVersionId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `version` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddlrecordversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recordVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `recordSetId` bigint(20) DEFAULT NULL, `recordSetVersion` varchar(75) DEFAULT NULL, `recordId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `displayIndex` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmcontent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `contentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmdataproviderinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `dataProviderInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmdataproviderinstancelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `dataProviderInstanceLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `dataProviderInstanceId` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, PRIMARY KEY (`dataProviderInstanceLinkId`), UNIQUE KEY `IX_8C878342` (`dataProviderInstanceId`,`structureId`), KEY `IX_CB823541` (`structureId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmforminstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `formInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `structureId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmforminstancerecord` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `formInstanceRecordId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint(20) DEFAULT NULL, `formInstanceVersion` varchar(75) DEFAULT NULL, `storageId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmforminstancerecordversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `formInstanceRecordVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint(20) DEFAULT NULL, `formInstanceVersion` varchar(75) DEFAULT NULL, `formInstanceRecordId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `storageId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmforminstanceversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `formInstanceVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `formInstanceId` bigint(20) DEFAULT NULL, `structureVersionId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `settings_` longtext, `version` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmstoragelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `storageLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, `structureVersionId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmstructure` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `structureId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentStructureId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) 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(11) 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=utf8; /*!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,'8799beda-6c08-c250-1472-d7c7cdde6b2c',25401,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:25.503000','2020-08-26 09:47:25.503000',0,24334,'CONTACTS','1.0','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Company\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Email\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"First Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Instant Messenger Service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"en_US\":\"GTalk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"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\":{\"en_US\":\"Job Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Last Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Notes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Mobile)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Office)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'4a670f14-7582-cc48-89eb-5014859764e2',25405,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:25.751000','2020-08-26 09:47:25.751000',0,24334,'EVENTS','1.0','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Cost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Event Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Time\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'0e9998a7-8857-d1ee-58b5-21d8751a90aa',25409,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:25.779000','2020-08-26 09:47:25.779000',0,24334,'INVENTORY','1.0','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Item\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Price\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Quantity\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,NULL),(0,'5fda4441-1577-e419-3c5b-dcf9f9a4e346',25413,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:25.814000','2020-08-26 09:47:25.814000',0,24334,'ISSUES TRACKING','1.0','Issues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues Tracking','Issue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue Tracking','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Due Date\"},\"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\":{\"en_US\":\"Issue ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'387c9acd-3d0f-1a80-80ed-71e164a40ccd',25417,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:25.854000','2020-08-26 09:47:25.854000',0,24334,'MEETING MINUTES','1.0','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Author\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Meeting Duration\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Meeting Date\"},\"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\":{\"en_US\":\"Minutes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'efc5af04-9697-4104-c657-e0f5ff4edf0e',25421,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:25.888000','2020-08-26 09:47:25.888000',0,24334,'TO DO','1.0','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"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\":{\"en_US\":\"% Complete\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Start Date\"},\"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\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'aed93f09-36c3-517e-c870-efad4e12e08f',25426,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:26.102000','2020-08-26 09:47:26.102000',0,25425,'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,'98d57ee2-ec2a-8f66-3e38-d8fa22dbd0c7',25436,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:26.864000','2020-08-26 09:47:26.864000',0,20401,'BASIC-WEB-CONTENT','1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető 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 de baseAlapvető 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,'ce591ace-96d7-b355-00e1-1df08958427e',34301,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.183000','2020-08-26 10:17:50.183000',0,24334,'CONTACTS','1.0','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Company\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Email\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"First Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Instant Messenger Service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"en_US\":\"GTalk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"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\":{\"en_US\":\"Job Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Last Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Notes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Mobile)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Office)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'42ada21c-4770-b802-d8a6-cd4f3304aee9',34305,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.326000','2020-08-26 10:17:50.326000',0,24334,'EVENTS','1.0','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Cost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Event Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Time\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'03d90526-0e71-c078-1b74-4807d692aaa2',34309,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.365000','2020-08-26 10:17:50.365000',0,24334,'INVENTORY','1.0','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Item\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Price\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Quantity\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,NULL),(0,'13d99a96-f28d-d49e-56f2-2c9efa8bd334',34313,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.406000','2020-08-26 10:17:50.406000',0,24334,'ISSUES TRACKING','1.0','Issues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues Tracking','Issue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue Tracking','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Due Date\"},\"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\":{\"en_US\":\"Issue ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'4825adb6-7b2a-de30-cfaf-0324631c51b4',34317,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.453000','2020-08-26 10:17:50.453000',0,24334,'MEETING MINUTES','1.0','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Author\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Meeting Duration\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Meeting Date\"},\"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\":{\"en_US\":\"Minutes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'92b5bba4-08d0-1085-7648-11f97bf88a53',34321,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.496000','2020-08-26 10:17:50.496000',0,24334,'TO DO','1.0','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"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\":{\"en_US\":\"% Complete\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Start Date\"},\"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\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),(0,'f4a902e9-2898-e3f1-4d6b-fe487940cde1',34325,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.601000','2020-08-26 10:17:50.601000',0,25425,'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,'6a32e278-0e9e-21ea-32ee-db662831ffc7',34335,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.904000','2020-08-26 10:17:50.904000',0,20401,'BASIC-WEB-CONTENT','1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető 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 de baseAlapvető 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); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmstructurelayout` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `structureLayoutId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `structureLayoutKey` varchar(75) DEFAULT NULL, `structureVersionId` bigint(20) 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=utf8; /*!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,'810e2f41-0149-7af7-84e4-f11bf20bc58a',25403,20128,20101,20105,NULL,'2020-08-26 09:47:25.587000','2020-08-26 09:47:25.587000',0,'25404',25402,'','','{\"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,'1bca1fb0-c2fe-9b7e-ffe1-3750eeb4ba0a',25407,20128,20101,20105,NULL,'2020-08-26 09:47:25.759000','2020-08-26 09:47:25.759000',0,'25408',25406,'','','{\"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,'63975f72-8624-ef7f-c6b2-1af3e82a1e4f',25411,20128,20101,20105,NULL,'2020-08-26 09:47:25.788000','2020-08-26 09:47:25.788000',0,'25412',25410,'','','{\"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,'316a7a67-4fb1-23fd-0bbb-3af0876f6bc0',25415,20128,20101,20105,NULL,'2020-08-26 09:47:25.828000','2020-08-26 09:47:25.828000',0,'25416',25414,'','','{\"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,'899b2b21-1e79-d245-400b-9635516a2266',25419,20128,20101,20105,NULL,'2020-08-26 09:47:25.862000','2020-08-26 09:47:25.862000',0,'25420',25418,'','','{\"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,'5b603006-fbec-ad4f-b57c-6d8ef59988f3',25423,20128,20101,20105,NULL,'2020-08-26 09:47:25.899000','2020-08-26 09:47:25.899000',0,'25424',25422,'','','{\"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,'b87b965c-39d2-3fcb-924f-c278ce8cace2',25428,20128,20101,20105,NULL,'2020-08-26 09:47:26.205000','2020-08-26 09:47:26.205000',0,'25429',25427,'','','{\"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,'631101e8-740d-31ec-ce25-f6cacc0def85',25438,20128,20101,20105,NULL,'2020-08-26 09:47:26.870000','2020-08-26 09:47:26.870000',0,'25439',25437,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"content\"]}]}],\"title\":{\"en_US\":\"Basic Web Content\"}}],\"paginationMode\":\"\",\"defaultLanguageId\":\"en_US\"}'),(0,'c59c9637-93f6-ab6c-4b58-ea7b2b249c78',34303,34031,34004,34008,NULL,'2020-08-26 10:17:50.262000','2020-08-26 10:17:50.262000',0,'34304',34302,'','','{\"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,'24a57d45-1083-7d1f-0e5f-4c40e3310924',34307,34031,34004,34008,NULL,'2020-08-26 10:17:50.336000','2020-08-26 10:17:50.336000',0,'34308',34306,'','','{\"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,'d5567413-9c27-b134-f500-273264996cf0',34311,34031,34004,34008,NULL,'2020-08-26 10:17:50.374000','2020-08-26 10:17:50.374000',0,'34312',34310,'','','{\"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,'12e680d5-48c6-cacd-2554-03a5507d8e84',34315,34031,34004,34008,NULL,'2020-08-26 10:17:50.416000','2020-08-26 10:17:50.416000',0,'34316',34314,'','','{\"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,'062f0b23-e6b2-6e3f-c3c0-7223f98d733a',34319,34031,34004,34008,NULL,'2020-08-26 10:17:50.461000','2020-08-26 10:17:50.461000',0,'34320',34318,'','','{\"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,'2e24f7e2-86be-6ccd-bc52-500d73b90b86',34323,34031,34004,34008,NULL,'2020-08-26 10:17:50.510000','2020-08-26 10:17:50.510000',0,'34324',34322,'','','{\"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,'61275dbf-2749-4915-e1ca-fcb6ec665384',34327,34031,34004,34008,NULL,'2020-08-26 10:17:50.728000','2020-08-26 10:17:50.728000',0,'34328',34326,'','','{\"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,'a9f67149-19b2-4e03-bcc8-bbccca5968a7',34337,34031,34004,34008,NULL,'2020-08-26 10:17:50.911000','2020-08-26 10:17:50.911000',0,'34338',34336,'','','{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"content\"]}]}],\"title\":{\"en_US\":\"Basic Web Content\"}}],\"paginationMode\":\"\",\"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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmstructurelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `structureLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, PRIMARY KEY (`structureLinkId`), UNIQUE KEY `IX_E43143A3` (`classNameId`,`classPK`,`structureId`), KEY `IX_17692B58` (`structureId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `ddmstructurelink` -- LOCK TABLES `ddmstructurelink` WRITE; /*!40000 ALTER TABLE `ddmstructurelink` DISABLE KEYS */; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmstructureversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `structureVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `structureId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `parentStructureId` bigint(20) DEFAULT NULL, `name` longtext, `description` longtext, `definition` longtext, `storageType` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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,25402,20128,20101,20105,NULL,'2020-08-26 09:47:25.503000',25401,'1.0',0,'ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Company\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Email\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"First Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Instant Messenger Service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"en_US\":\"GTalk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"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\":{\"en_US\":\"Job Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Last Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Notes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Mobile)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Office)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2020-08-26 09:47:25.503000'),(0,25406,20128,20101,20105,NULL,'2020-08-26 09:47:25.751000',25405,'1.0',0,'EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Cost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Event Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Time\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2020-08-26 09:47:25.751000'),(0,25410,20128,20101,20105,NULL,'2020-08-26 09:47:25.779000',25409,'1.0',0,'InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Item\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Price\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Quantity\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,0,20105,NULL,'2020-08-26 09:47:25.779000'),(0,25414,20128,20101,20105,NULL,'2020-08-26 09:47:25.814000',25413,'1.0',0,'Issues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues Tracking','Issue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue Tracking','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Due Date\"},\"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\":{\"en_US\":\"Issue ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2020-08-26 09:47:25.814000'),(0,25418,20128,20101,20105,NULL,'2020-08-26 09:47:25.854000',25417,'1.0',0,'Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Author\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Meeting Duration\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Meeting Date\"},\"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\":{\"en_US\":\"Minutes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2020-08-26 09:47:25.854000'),(0,25422,20128,20101,20105,NULL,'2020-08-26 09:47:25.888000',25421,'1.0',0,'To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"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\":{\"en_US\":\"% Complete\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Start Date\"},\"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\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20105,NULL,'2020-08-26 09:47:25.888000'),(0,25427,20128,20101,20105,NULL,'2020-08-26 09:47:26.102000',25426,'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,'2020-08-26 09:47:26.102000'),(0,25437,20128,20101,20105,NULL,'2020-08-26 09:47:26.864000',25436,'1.0',0,'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető 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 de baseAlapvető 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,'2020-08-26 09:47:26.864000'),(0,34302,34031,34004,34008,NULL,'2020-08-26 10:17:50.183000',34301,'1.0',0,'ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Company\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"email\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Email\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"firstName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"First Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"gtalk\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Instant Messenger Service\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"imService\",\"options\":[{\"label\":{\"en_US\":\"GTalk\"},\"value\":\"gtalk\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"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\":{\"en_US\":\"Job Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"lastName\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Last Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"notes\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Notes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneMobile\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Mobile)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"phoneOffice\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Phone (Office)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,34008,NULL,'2020-08-26 10:17:50.183000'),(0,34306,34031,34004,34008,NULL,'2020-08-26 10:17:50.326000',34305,'1.0',0,'EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Cost\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"cost\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"eventDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventName\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Event Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"eventTime\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Time\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,34008,NULL,'2020-08-26 10:17:50.326000'),(0,34310,34031,34004,34008,NULL,'2020-08-26 10:17:50.365000',34309,'1.0',0,'InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"item\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Item\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"location\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchaseDate\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Purchase Price\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"purchasePrice\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"double\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Quantity\"},\"type\":\"ddm-number\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,0,34008,NULL,'2020-08-26 10:17:50.365000'),(0,34314,34031,34004,34008,NULL,'2020-08-26 10:17:50.406000',34313,'1.0',0,'Issues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues Tracking','Issue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue Tracking','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Due Date\"},\"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\":{\"en_US\":\"Issue ID\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"open\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,34008,NULL,'2020-08-26 10:17:50.406000'),(0,34318,34031,34004,34008,NULL,'2020-08-26 10:17:50.453000',34317,'1.0',0,'Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','{\"availableLanguageIds\":[\"en_US\"],\"successPage\":{\"body\":{},\"title\":{},\"enabled\":false},\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"author\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Author\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"duration\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Meeting Duration\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Meeting Date\"},\"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\":{\"en_US\":\"Minutes\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,34008,NULL,'2020-08-26 10:17:50.453000'),(0,34322,34031,34004,34008,NULL,'2020-08-26 10:17:50.496000',34321,'1.0',0,'To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','{\"availableLanguageIds\":[\"en_US\"],\"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\":{\"en_US\":\"Assigned To\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"attachment\",\"localizable\":true,\"tip\":{\"en_US\":\"Upload documents no larger than 3,000k.\"}},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"comments\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Comments\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"description\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"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\":{\"en_US\":\"% Complete\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"fieldNamespace\":\"ddm\",\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"percentComplete\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"[\\\"minor\\\"]\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Severity\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"severity\",\"options\":[{\"label\":{\"en_US\":\"Critical\"},\"value\":\"critical\"},{\"label\":{\"en_US\":\"Major\"},\"value\":\"major\"},{\"label\":{\"en_US\":\"Minor\"},\"value\":\"minor\"},{\"label\":{\"en_US\":\"Trivial\"},\"value\":\"trivial\"}],\"localizable\":true,\"tip\":{}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Start Date\"},\"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\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"status\",\"options\":[{\"label\":{\"en_US\":\"Open\"},\"value\":\"open\"},{\"label\":{\"en_US\":\"Pending\"},\"value\":\"pending\"},{\"label\":{\"en_US\":\"Completed\"},\"value\":\"completed\"}],\"localizable\":true,\"tip\":{}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"tip\":{},\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,34008,NULL,'2020-08-26 10:17:50.496000'),(0,34326,34031,34004,34008,NULL,'2020-08-26 10:17:50.601000',34325,'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,34008,NULL,'2020-08-26 10:17:50.601000'),(0,34336,34031,34004,34008,NULL,'2020-08-26 10:17:50.904000',34335,'1.0',0,'Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető 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 de baseAlapvető 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,34008,NULL,'2020-08-26 10:17:50.904000'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmtemplate` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `templateId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `versionUserId` bigint(20) DEFAULT NULL, `versionUserName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `resourceClassNameId` bigint(20) 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(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) 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=utf8; /*!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,'464ebde6-3087-40e7-c1fc-45bbffa12aa0',24803,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.170000','2020-08-26 09:47:23.170000',24801,0,24802,'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,24804,NULL,NULL),(0,'36092a59-6862-c3cd-ef41-7e109c3d4385',24902,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.260000','2020-08-26 09:47:23.260000',24801,0,24802,'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,24903,NULL,NULL),(0,'b2b3a75f-36b7-8bc9-34b6-79172740f7db',24905,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.286000','2020-08-26 09:47:23.286000',24801,0,24802,'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,24906,NULL,NULL),(0,'ef22c680-333d-e1a6-5b46-b2a0fc42c748',24908,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.325000','2020-08-26 09:47:23.325000',22002,0,24802,'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,24909,NULL,NULL),(0,'82401841-ae55-fdc5-a686-8172e243b8c5',24912,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.354000','2020-08-26 09:47:23.354000',24911,0,24802,'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,24913,NULL,NULL),(0,'550821a3-3407-8909-a061-008a10b32d47',24916,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.388000','2020-08-26 09:47:23.388000',24915,0,24802,'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,24917,NULL,NULL),(0,'31cef537-8483-bf11-3a6c-80014ec8b5cb',24919,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.408000','2020-08-26 09:47:23.408000',20013,0,24802,'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,24920,NULL,NULL),(0,'25b6be9e-53f0-8115-871d-499138336a27',24923,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.443000','2020-08-26 09:47:23.443000',20143,0,24802,'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,24924,NULL,NULL),(0,'b7995a26-d380-0fcc-2374-940b6848f2fa',24926,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.457000','2020-08-26 09:47:23.457000',20143,0,24802,'NAV-PILLS-FTL','1.0','Piller horisontelltPills Horizontal水平方向のピル形式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,24927,NULL,NULL),(0,'a448b95d-ace8-a990-492f-5a8290d580e3',25001,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.507000','2020-08-26 09:47:23.507000',20143,0,24802,'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,25002,NULL,NULL),(0,'d5bdaba3-937d-c6af-c781-6b9cc18c9c93',25004,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.549000','2020-08-26 09:47:23.549000',20143,0,24802,'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,25005,NULL,NULL),(0,'f11ec47c-9b50-2e5f-3920-6f0688684f0e',25007,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.561000','2020-08-26 09:47:23.561000',20143,0,24802,'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,25008,NULL,NULL),(0,'6429a2e1-6575-dd81-9b28-02af68a00b11',25010,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.578000','2020-08-26 09:47:23.578000',20143,0,24802,'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,25011,NULL,NULL),(0,'2cf8e169-ee6d-d122-5da7-a36eb77b7404',25013,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.594000','2020-08-26 09:47:23.594000',20143,0,24802,'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,25014,NULL,NULL),(0,'1adf72ac-6364-c087-3ec8-b05cc017b89f',25016,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.612000','2020-08-26 09:47:23.612000',20143,0,24802,'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,25017,NULL,NULL),(0,'738e7647-25bd-e4f1-a4a9-637c9d7c5f22',25019,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.628000','2020-08-26 09:47:23.628000',20143,0,24802,'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,25020,NULL,NULL),(0,'769656e1-9110-4c07-e5cb-a718611013a4',25022,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.647000','2020-08-26 09:47:23.647000',20143,0,24802,'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,25023,NULL,NULL),(0,'b303eaf1-5401-7462-bc53-1bfbec6f7562',25025,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.663000','2020-08-26 09:47:23.663000',20143,0,24802,'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,25026,NULL,NULL),(0,'54c3686a-db98-8d18-f383-025e4f5bd54e',25028,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.695000','2020-08-26 09:47:23.695000',20017,0,24802,'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,25029,NULL,NULL),(0,'56cc2b9d-b2c7-f540-6fa1-f55084154973',25031,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.711000','2020-08-26 09:47:23.711000',20044,0,24802,'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 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,25032,NULL,NULL),(0,'3f0454b4-4b46-bede-b1be-893858e71ebb',25035,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.738000','2020-08-26 09:47:23.738000',25034,0,24802,'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 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,25036,NULL,NULL),(0,'77b3393d-d638-b7a9-3333-0b71eb4aa34e',25038,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.750000','2020-08-26 09:47:23.750000',25034,0,24802,'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,25039,NULL,NULL),(0,'49d7ad6e-a07a-eb48-120b-b01ef44117a8',25041,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.765000','2020-08-26 09:47:23.765000',25034,0,24802,'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 />\n \n \n',0,0,25042,NULL,NULL),(0,'18cb55d5-4016-2e66-0866-f2410af8b83b',25044,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.781000','2020-08-26 09:47:23.781000',25034,0,24802,'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 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,25045,NULL,NULL),(0,'7a0ecffb-f861-1707-5572-2d41d02ae283',25047,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:23.802000','2020-08-26 09:47:23.802000',25034,0,24802,'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,25048,NULL,NULL),(0,'36d52cc6-b3d4-bb38-4d33-f179a0f846e2',25201,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:24.167000','2020-08-26 09:47:24.167000',25101,0,24802,'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\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,25202,NULL,NULL),(0,'4e3cdeb9-1fe5-22cc-c880-d9dcccd7c93d',25204,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:24.273000','2020-08-26 09:47:24.273000',25101,0,24802,'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\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,25205,NULL,NULL),(0,'7472a115-b41e-c967-c5be-1afda10a7361',25430,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:26.455000','2020-08-26 09:47:26.455000',20015,0,24802,'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 asset>\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,25431,NULL,NULL),(0,'22bd7890-ff91-87ab-f8b5-6cce7c6878d1',25433,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:26.510000','2020-08-26 09:47:26.510000',20015,0,24802,'ASSET-PUBLISHER-RICH-SUMMARY-FTL','1.0','Utförlig sammanfattningSumário 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 <#assign discussionURL = renderResponse.createActionURL() />\n\n ${discussionURL.setParameter(\"javax.portlet.action\", \"invokeTaglibDiscussion\")}\n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formAction=discussionURL?string\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 url=viewURL\n />\n',0,0,25434,NULL,NULL),(0,'aaf8a7d3-42d9-a593-cb44-7ffca0bd6216',25440,20128,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:26.928000','2020-08-26 09:47:26.928000',24609,25436,20401,'BASIC-WEB-CONTENT','1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','','display','create','ftl','${content.getData()}',1,0,25441,NULL,NULL),(0,'8828eee1-00f1-e5fd-f84a-7ed3390b742d',34220,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.238000','2020-08-26 10:17:49.238000',24801,0,24802,'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,34221,NULL,NULL),(0,'ca68783f-dbab-9dc5-31bc-73d60ac514bb',34223,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.275000','2020-08-26 10:17:49.275000',24801,0,24802,'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,34224,NULL,NULL),(0,'0f353299-802f-5314-1f4b-24451f4cf428',34226,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.295000','2020-08-26 10:17:49.295000',24801,0,24802,'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,34227,NULL,NULL),(0,'87046b64-9705-831e-4ee7-a219dedc236f',34229,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.323000','2020-08-26 10:17:49.323000',22002,0,24802,'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,34230,NULL,NULL),(0,'54a07f3e-7516-2caf-69dc-16e7e83366d5',34232,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.350000','2020-08-26 10:17:49.350000',24911,0,24802,'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,34233,NULL,NULL),(0,'77057da1-ccaa-7b5a-8b92-c2e153f4bb28',34235,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.380000','2020-08-26 10:17:49.380000',24915,0,24802,'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,34236,NULL,NULL),(0,'cdb850c5-1d1c-e312-9051-ebcd998c870a',34238,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.405000','2020-08-26 10:17:49.405000',20013,0,24802,'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,34239,NULL,NULL),(0,'932c498a-6c14-5ca3-39ae-c118b758111f',34241,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.431000','2020-08-26 10:17:49.431000',20143,0,24802,'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,34242,NULL,NULL),(0,'04d61648-e44a-ebe9-475f-126c0faa395b',34244,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.457000','2020-08-26 10:17:49.457000',20143,0,24802,'NAV-PILLS-FTL','1.0','Piller horisontelltPills Horizontal水平方向のピル形式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,34245,NULL,NULL),(0,'3bb0293b-f2c2-76b7-6824-0dac700d29bd',34247,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.485000','2020-08-26 10:17:49.485000',20143,0,24802,'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,34248,NULL,NULL),(0,'8a56cf3f-124f-52fe-c0e6-a7868af37f1d',34250,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.508000','2020-08-26 10:17:49.508000',20143,0,24802,'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,34251,NULL,NULL),(0,'cee8a876-83c9-15f0-6508-d816f4b6040f',34253,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.539000','2020-08-26 10:17:49.539000',20143,0,24802,'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,34254,NULL,NULL),(0,'871cc046-aa18-721a-08ca-8312c385063b',34256,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.564000','2020-08-26 10:17:49.564000',20143,0,24802,'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,34257,NULL,NULL),(0,'2030e9c8-5c4c-07db-6787-792643037152',34259,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.599000','2020-08-26 10:17:49.599000',20143,0,24802,'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,34260,NULL,NULL),(0,'877d630d-eb3b-30bd-e85b-37d482f1f576',34262,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.624000','2020-08-26 10:17:49.624000',20143,0,24802,'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,34263,NULL,NULL),(0,'8928be69-b882-5d54-11dc-f42267a15ccc',34265,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.659000','2020-08-26 10:17:49.659000',20143,0,24802,'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,34266,NULL,NULL),(0,'1bc87843-fb5c-dc3e-80fa-3e6819934643',34268,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.686000','2020-08-26 10:17:49.686000',20143,0,24802,'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,34269,NULL,NULL),(0,'974d82cc-d141-0621-5d61-ec99e9be386f',34271,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.716000','2020-08-26 10:17:49.716000',20143,0,24802,'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,34272,NULL,NULL),(0,'87a5b4e0-f185-0ce3-52da-4acf4053d092',34274,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.738000','2020-08-26 10:17:49.738000',20017,0,24802,'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,34275,NULL,NULL),(0,'7c4dbd07-3b21-23b3-9db3-05019668f41c',34277,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.903000','2020-08-26 10:17:49.903000',20044,0,24802,'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 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,34278,NULL,NULL),(0,'a8f93674-0101-f9c2-2e3d-496366f1a11a',34280,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.965000','2020-08-26 10:17:49.965000',25034,0,24802,'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 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,34281,NULL,NULL),(0,'78c51044-558a-5f0a-1fe5-a8264b4f545d',34283,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:49.993000','2020-08-26 10:17:49.993000',25034,0,24802,'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,34284,NULL,NULL),(0,'5db0993e-22fb-7c93-e93a-4f57c964ae95',34286,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.019000','2020-08-26 10:17:50.019000',25034,0,24802,'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 />\n \n \n',0,0,34287,NULL,NULL),(0,'2992abeb-b1df-8d26-8a74-9a3e97271ad0',34289,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.043000','2020-08-26 10:17:50.043000',25034,0,24802,'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 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,34290,NULL,NULL),(0,'5652a5a3-fd00-33cf-0a37-7b996fb1f56a',34292,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.078000','2020-08-26 10:17:50.078000',25034,0,24802,'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,34293,NULL,NULL),(0,'d1bfdb74-628a-9caa-da3e-7f49d2706900',34295,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.106000','2020-08-26 10:17:50.106000',25101,0,24802,'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\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,34296,NULL,NULL),(0,'66ed9980-bc55-08d0-454c-1668eb5d81f1',34298,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.133000','2020-08-26 10:17:50.133000',25101,0,24802,'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\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,34299,NULL,NULL),(0,'e6bd0d4d-d963-3b11-80f4-c0ea45032ebc',34329,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.841000','2020-08-26 10:17:50.841000',20015,0,24802,'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 asset>\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,34330,NULL,NULL),(0,'43b79fb2-a320-c585-5399-c4b7161da784',34332,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.872000','2020-08-26 10:17:50.872000',20015,0,24802,'ASSET-PUBLISHER-RICH-SUMMARY-FTL','1.0','Utförlig sammanfattningSumário 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 <#assign discussionURL = renderResponse.createActionURL() />\n\n ${discussionURL.setParameter(\"javax.portlet.action\", \"invokeTaglibDiscussion\")}\n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formAction=discussionURL?string\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 url=viewURL\n />\n',0,0,34333,NULL,NULL),(0,'2aabf544-f68a-95e1-f91f-7211c5abb612',34339,34031,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:50.939000','2020-08-26 10:17:50.939000',24609,34335,20401,'BASIC-WEB-CONTENT','1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','','display','create','ftl','${content.getData()}',1,0,34340,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmtemplatelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `templateLinkId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `templateId` bigint(20) DEFAULT NULL, PRIMARY KEY (`templateLinkId`), UNIQUE KEY `IX_6F3B3E9C` (`classNameId`,`classPK`), KEY `IX_85278170` (`templateId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ddmtemplateversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `templateVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `templateId` bigint(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `name` longtext, `description` longtext, `language` varchar(75) DEFAULT NULL, `script` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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,24901,20128,20101,20105,NULL,'2020-08-26 09:47:23.170000',24801,0,24803,'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,'2020-08-26 09:47:23.170000'),(0,24904,20128,20101,20105,NULL,'2020-08-26 09:47:23.260000',24801,0,24902,'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,'2020-08-26 09:47:23.260000'),(0,24907,20128,20101,20105,NULL,'2020-08-26 09:47:23.286000',24801,0,24905,'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,'2020-08-26 09:47:23.286000'),(0,24910,20128,20101,20105,NULL,'2020-08-26 09:47:23.325000',22002,0,24908,'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,'2020-08-26 09:47:23.325000'),(0,24914,20128,20101,20105,NULL,'2020-08-26 09:47:23.354000',24911,0,24912,'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,'2020-08-26 09:47:23.354000'),(0,24918,20128,20101,20105,NULL,'2020-08-26 09:47:23.388000',24915,0,24916,'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,'2020-08-26 09:47:23.388000'),(0,24921,20128,20101,20105,NULL,'2020-08-26 09:47:23.408000',20013,0,24919,'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,'2020-08-26 09:47:23.408000'),(0,24925,20128,20101,20105,NULL,'2020-08-26 09:47:23.443000',20143,0,24923,'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,'2020-08-26 09:47:23.443000'),(0,24928,20128,20101,20105,NULL,'2020-08-26 09:47:23.457000',20143,0,24926,'1.0','Piller horisontelltPills Horizontal水平方向のピル形式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,'2020-08-26 09:47:23.457000'),(0,25003,20128,20101,20105,NULL,'2020-08-26 09:47:23.507000',20143,0,25001,'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,'2020-08-26 09:47:23.507000'),(0,25006,20128,20101,20105,NULL,'2020-08-26 09:47:23.549000',20143,0,25004,'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,'2020-08-26 09:47:23.549000'),(0,25009,20128,20101,20105,NULL,'2020-08-26 09:47:23.561000',20143,0,25007,'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,'2020-08-26 09:47:23.561000'),(0,25012,20128,20101,20105,NULL,'2020-08-26 09:47:23.578000',20143,0,25010,'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,'2020-08-26 09:47:23.578000'),(0,25015,20128,20101,20105,NULL,'2020-08-26 09:47:23.594000',20143,0,25013,'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,'2020-08-26 09:47:23.594000'),(0,25018,20128,20101,20105,NULL,'2020-08-26 09:47:23.612000',20143,0,25016,'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,'2020-08-26 09:47:23.612000'),(0,25021,20128,20101,20105,NULL,'2020-08-26 09:47:23.628000',20143,0,25019,'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,'2020-08-26 09:47:23.628000'),(0,25024,20128,20101,20105,NULL,'2020-08-26 09:47:23.647000',20143,0,25022,'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,'2020-08-26 09:47:23.647000'),(0,25027,20128,20101,20105,NULL,'2020-08-26 09:47:23.663000',20143,0,25025,'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,'2020-08-26 09:47:23.663000'),(0,25030,20128,20101,20105,NULL,'2020-08-26 09:47:23.695000',20017,0,25028,'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,'2020-08-26 09:47:23.695000'),(0,25033,20128,20101,20105,NULL,'2020-08-26 09:47:23.711000',20044,0,25031,'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 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,'2020-08-26 09:47:23.711000'),(0,25037,20128,20101,20105,NULL,'2020-08-26 09:47:23.738000',25034,0,25035,'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 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,'2020-08-26 09:47:23.738000'),(0,25040,20128,20101,20105,NULL,'2020-08-26 09:47:23.750000',25034,0,25038,'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,'2020-08-26 09:47:23.750000'),(0,25043,20128,20101,20105,NULL,'2020-08-26 09:47:23.765000',25034,0,25041,'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 />\n \n \n',0,20105,NULL,'2020-08-26 09:47:23.765000'),(0,25046,20128,20101,20105,NULL,'2020-08-26 09:47:23.781000',25034,0,25044,'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 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,'2020-08-26 09:47:23.781000'),(0,25049,20128,20101,20105,NULL,'2020-08-26 09:47:23.802000',25034,0,25047,'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,'2020-08-26 09:47:23.802000'),(0,25203,20128,20101,20105,NULL,'2020-08-26 09:47:24.167000',25101,0,25201,'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\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,'2020-08-26 09:47:24.167000'),(0,25206,20128,20101,20105,NULL,'2020-08-26 09:47:24.273000',25101,0,25204,'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\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,'2020-08-26 09:47:24.273000'),(0,25432,20128,20101,20105,NULL,'2020-08-26 09:47:26.455000',20015,0,25430,'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 asset>\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,'2020-08-26 09:47:26.455000'),(0,25435,20128,20101,20105,NULL,'2020-08-26 09:47:26.510000',20015,0,25433,'1.0','Utförlig sammanfattningSumário 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 <#assign discussionURL = renderResponse.createActionURL() />\n\n ${discussionURL.setParameter(\"javax.portlet.action\", \"invokeTaglibDiscussion\")}\n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formAction=discussionURL?string\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 url=viewURL\n />\n',0,20105,NULL,'2020-08-26 09:47:26.510000'),(0,25442,20128,20101,20105,NULL,'2020-08-26 09:47:26.928000',24609,25436,25440,'1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','','ftl','${content.getData()}',0,20105,NULL,'2020-08-26 09:47:26.928000'),(0,34222,34031,34004,34008,NULL,'2020-08-26 10:17:49.238000',24801,0,34220,'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,34008,NULL,'2020-08-26 10:17:49.238000'),(0,34225,34031,34004,34008,NULL,'2020-08-26 10:17:49.275000',24801,0,34223,'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,34008,NULL,'2020-08-26 10:17:49.275000'),(0,34228,34031,34004,34008,NULL,'2020-08-26 10:17:49.295000',24801,0,34226,'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,34008,NULL,'2020-08-26 10:17:49.295000'),(0,34231,34031,34004,34008,NULL,'2020-08-26 10:17:49.323000',22002,0,34229,'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,34008,NULL,'2020-08-26 10:17:49.323000'),(0,34234,34031,34004,34008,NULL,'2020-08-26 10:17:49.350000',24911,0,34232,'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,34008,NULL,'2020-08-26 10:17:49.350000'),(0,34237,34031,34004,34008,NULL,'2020-08-26 10:17:49.380000',24915,0,34235,'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,34008,NULL,'2020-08-26 10:17:49.380000'),(0,34240,34031,34004,34008,NULL,'2020-08-26 10:17:49.405000',20013,0,34238,'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,34008,NULL,'2020-08-26 10:17:49.405000'),(0,34243,34031,34004,34008,NULL,'2020-08-26 10:17:49.431000',20143,0,34241,'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,34008,NULL,'2020-08-26 10:17:49.431000'),(0,34246,34031,34004,34008,NULL,'2020-08-26 10:17:49.457000',20143,0,34244,'1.0','Piller horisontelltPills Horizontal水平方向のピル形式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,34008,NULL,'2020-08-26 10:17:49.457000'),(0,34249,34031,34004,34008,NULL,'2020-08-26 10:17:49.485000',20143,0,34247,'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,34008,NULL,'2020-08-26 10:17:49.485000'),(0,34252,34031,34004,34008,NULL,'2020-08-26 10:17:49.508000',20143,0,34250,'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,34008,NULL,'2020-08-26 10:17:49.508000'),(0,34255,34031,34004,34008,NULL,'2020-08-26 10:17:49.539000',20143,0,34253,'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,34008,NULL,'2020-08-26 10:17:49.539000'),(0,34258,34031,34004,34008,NULL,'2020-08-26 10:17:49.564000',20143,0,34256,'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,34008,NULL,'2020-08-26 10:17:49.564000'),(0,34261,34031,34004,34008,NULL,'2020-08-26 10:17:49.599000',20143,0,34259,'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,34008,NULL,'2020-08-26 10:17:49.599000'),(0,34264,34031,34004,34008,NULL,'2020-08-26 10:17:49.624000',20143,0,34262,'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,34008,NULL,'2020-08-26 10:17:49.624000'),(0,34267,34031,34004,34008,NULL,'2020-08-26 10:17:49.659000',20143,0,34265,'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,34008,NULL,'2020-08-26 10:17:49.659000'),(0,34270,34031,34004,34008,NULL,'2020-08-26 10:17:49.686000',20143,0,34268,'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,34008,NULL,'2020-08-26 10:17:49.686000'),(0,34273,34031,34004,34008,NULL,'2020-08-26 10:17:49.716000',20143,0,34271,'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,34008,NULL,'2020-08-26 10:17:49.716000'),(0,34276,34031,34004,34008,NULL,'2020-08-26 10:17:49.738000',20017,0,34274,'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,34008,NULL,'2020-08-26 10:17:49.738000'),(0,34279,34031,34004,34008,NULL,'2020-08-26 10:17:49.903000',20044,0,34277,'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 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,34008,NULL,'2020-08-26 10:17:49.903000'),(0,34282,34031,34004,34008,NULL,'2020-08-26 10:17:49.965000',25034,0,34280,'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 cssClass=cssClass\n image=entry.getW3cLanguageId()?lower_case\n markupView=\"lexicon\"\n message=entry.getLongDisplayName()\n url=entry.getURL()\n />\n \n \n',0,34008,NULL,'2020-08-26 10:17:49.965000'),(0,34285,34031,34004,34008,NULL,'2020-08-26 10:17:49.993000',25034,0,34283,'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,34008,NULL,'2020-08-26 10:17:49.993000'),(0,34288,34031,34004,34008,NULL,'2020-08-26 10:17:50.019000',25034,0,34286,'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 />\n \n \n',0,34008,NULL,'2020-08-26 10:17:50.019000'),(0,34291,34031,34004,34008,NULL,'2020-08-26 10:17:50.043000',25034,0,34289,'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 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,34008,NULL,'2020-08-26 10:17:50.043000'),(0,34294,34031,34004,34008,NULL,'2020-08-26 10:17:50.078000',25034,0,34292,'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,34008,NULL,'2020-08-26 10:17:50.078000'),(0,34297,34031,34004,34008,NULL,'2020-08-26 10:17:50.106000',25101,0,34295,'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\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,34008,NULL,'2020-08-26 10:17:50.106000'),(0,34300,34031,34004,34008,NULL,'2020-08-26 10:17:50.133000',25101,0,34298,'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\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,34008,NULL,'2020-08-26 10:17:50.133000'),(0,34331,34031,34004,34008,NULL,'2020-08-26 10:17:50.841000',20015,0,34329,'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 asset>\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,34008,NULL,'2020-08-26 10:17:50.841000'),(0,34334,34031,34004,34008,NULL,'2020-08-26 10:17:50.872000',20015,0,34332,'1.0','Utförlig sammanfattningSumário 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 <#assign discussionURL = renderResponse.createActionURL() />\n\n ${discussionURL.setParameter(\"javax.portlet.action\", \"invokeTaglibDiscussion\")}\n\n <@liferay_comment[\"discussion\"]\n className=entry.getClassName()\n classPK=entry.getClassPK()\n formAction=discussionURL?string\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 url=viewURL\n />\n',0,34008,NULL,'2020-08-26 10:17:50.872000'),(0,34341,34031,34004,34008,NULL,'2020-08-26 10:17:50.939000',24609,34335,34339,'1.0','Vanligt innehållConteúdo Web básico基本WebコンテンツContenu web de baseAlapvető webtartalomEinfacher WebcontentContigut web bàsicتحرير محتوىTavallinen web-sisältöBasic Web Content基本 Web 内容Contenido web básicoBasiswebcontent','','ftl','${content.getData()}',0,34008,NULL,'2020-08-26 10:17:50.939000'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dedatadefinitionfieldlink` ( `uuid_` varchar(75) DEFAULT NULL, `deDataDefinitionFieldLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `ddmStructureId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dedatalistview` ( `uuid_` varchar(75) DEFAULT NULL, `deDataListViewId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `appliedFilters` varchar(75) DEFAULT NULL, `ddmStructureId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlcontent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `contentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `path_` varchar(255) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `data_` longblob, `size_` bigint(20) DEFAULT NULL, PRIMARY KEY (`contentId`), UNIQUE KEY `IX_FDD1AAA8` (`companyId`,`repositoryId`,`path_`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfileentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) 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(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `readCount` int(11) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `largeImageId` bigint(20) DEFAULT NULL, `custom1ImageId` bigint(20) DEFAULT NULL, `custom2ImageId` bigint(20) DEFAULT NULL, `manualCheckInRequired` tinyint(4) 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=utf8; /*!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,'048f6f05-a984-1419-ef8b-c6bf05fc624c',25526,20128,20101,20105,NULL,'2020-08-26 09:47:31.201000','2020-08-26 09:47:31.318000',20301,2,25523,25525,'/25524/25525/','1','id-c2a1de54-8356-8175-7f1c-c8af91d824',NULL,'image/png','id-c2a1de54-8356-8175-7f1c-c8af91d824',NULL,'',0,'1.0',629,0,0,0,0,0,0,NULL),(1,'b63bce99-5233-f1eb-98ff-ca34cb960cac',34418,34031,34004,34008,NULL,'2020-08-26 10:17:52.444000','2020-08-26 10:17:52.465000',20301,102,34413,34417,'/34414/34417/','101','id-98a92f88-4163-dd81-5c8a-284254a6ebd',NULL,'image/png','id-98a92f88-4163-dd81-5c8a-284254a6ebd',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfileentrymetadata` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileEntryMetadataId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `DDMStorageId` bigint(20) DEFAULT NULL, `DDMStructureId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `fileVersionId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfileentrytype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileEntryTypeId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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,'978fa90d-4a2a-c361-b94b-000dfdc495c7',0,0,0,0,NULL,'2020-08-26 09:46:13.135000','2020-08-26 09:46:13.135000','BASIC-DOCUMENT','basic-document',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfileentrytypes_dlfolders` ( `companyId` bigint(20) NOT NULL, `fileEntryTypeId` bigint(20) NOT NULL, `folderId` bigint(20) NOT NULL, PRIMARY KEY (`fileEntryTypeId`,`folderId`), KEY `IX_2E64D9F9` (`companyId`), KEY `IX_6E00A2EC` (`folderId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfilerank` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `fileRankId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `active_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfileshortcut` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileShortcutId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `toFileEntryId` bigint(20) DEFAULT NULL, `treePath` longtext, `active_` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfileversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fileVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) 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(20) DEFAULT NULL, `version` varchar(75) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `checksum` varchar(75) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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,'db80b31e-9e5a-d1dd-6205-a11756247c36',25527,20128,20101,20105,NULL,'2020-08-26 09:47:31.225000','2020-08-26 09:47:31.318000',25523,25525,25526,'/25524/25525/','id-c2a1de54-8356-8175-7f1c-c8af91d824',NULL,'image/png','id-c2a1de54-8356-8175-7f1c-c8af91d824',NULL,NULL,'',0,'1.0',629,NULL,NULL,0,20105,NULL,'2020-08-26 09:47:31.318000'),(1,'a569befc-1896-d190-983e-5360c7a6d0a5',34419,34031,34004,34008,NULL,'2020-08-26 10:17:52.452000','2020-08-26 10:17:52.465000',34413,34417,34418,'/34414/34417/','id-98a92f88-4163-dd81-5c8a-284254a6ebd',NULL,'image/png','id-98a92f88-4163-dd81-5c8a-284254a6ebd',NULL,NULL,'',0,'1.0',629,NULL,NULL,0,34008,NULL,'2020-08-26 10:17:52.465000'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfileversionpreview` ( `dlFileVersionPreviewId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `fileVersionId` bigint(20) DEFAULT NULL, `previewStatus` int(11) DEFAULT NULL, PRIMARY KEY (`dlFileVersionPreviewId`), UNIQUE KEY `IX_9B6A9A0` (`fileEntryId`,`fileVersionId`), KEY `IX_E43957CD` (`fileVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlfolder` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `mountPoint` tinyint(4) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `description` longtext, `lastPostDate` datetime(6) DEFAULT NULL, `defaultFileEntryTypeId` bigint(20) DEFAULT NULL, `hidden_` tinyint(4) DEFAULT NULL, `restrictionType` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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,'1a139e1c-425e-6c56-1b39-57023acde0af',25524,20128,20101,20105,NULL,'2020-08-26 09:47:30.551000','2020-08-26 09:47:30.551000',25523,1,0,'/25524/','com.liferay.oauth2.provider',NULL,'2020-08-26 09:47:30.715000',0,1,0,NULL,0,0,NULL,NULL),(1,'80e36b1a-9261-ea13-c208-9ac9b93396c1',25525,20128,20101,20105,NULL,'2020-08-26 09:47:30.716000','2020-08-26 09:47:30.716000',25523,0,25524,'/25524/25525/','icons',NULL,'2020-08-26 09:47:31.201000',0,0,0,NULL,0,0,NULL,NULL),(1,'f98b2fba-4136-081f-4de9-cc2e6c5a8c6a',34414,34031,34004,34008,NULL,'2020-08-26 10:17:52.294000','2020-08-26 10:17:52.294000',34413,1,0,'/34414/','com.liferay.oauth2.provider',NULL,'2020-08-26 10:17:52.377000',0,1,0,NULL,0,0,NULL,NULL),(1,'198f287e-a196-c9e6-89e3-320a6f97fcd0',34417,34031,34004,34008,NULL,'2020-08-26 10:17:52.378000','2020-08-26 10:17:52.378000',34413,0,34414,'/34414/34417/','icons',NULL,'2020-08-26 10:17:52.444000',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlopenerfileentryreference` ( `dlOpenerFileEntryReferenceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, PRIMARY KEY (`dlOpenerFileEntryReferenceId`), UNIQUE KEY `IX_54148667` (`fileEntryId`), UNIQUE KEY `IX_6B9E4A66` (`referenceType`,`fileEntryId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `dlsyncevent` ( `syncEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `modifiedTime` bigint(20) DEFAULT NULL, `event` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typePK` bigint(20) DEFAULT NULL, PRIMARY KEY (`syncEventId`), UNIQUE KEY `IX_57D82B06` (`typePK`), KEY `IX_3D8E1607` (`modifiedTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `emailaddress` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `emailAddressId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `address` varchar(254) DEFAULT NULL, `typeId` bigint(20) DEFAULT NULL, `primary_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `expandocolumn` ( `columnId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `defaultData` longtext, `typeSettings` longtext, PRIMARY KEY (`columnId`), UNIQUE KEY `IX_FEFC8DA7` (`tableId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 (20149,20101,20148,'accessSecret',15,'',''),(20150,20101,20148,'accessToken',15,'',''),(20151,20101,20148,'requestSecret',15,'',''),(20152,20101,20148,'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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `expandorow` ( `rowId_` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`rowId_`), UNIQUE KEY `IX_81EFBFF5` (`tableId`,`classPK`), KEY `IX_49EB3118` (`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `expandotable` ( `tableId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, PRIMARY KEY (`tableId`), UNIQUE KEY `IX_37562284` (`companyId`,`classNameId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 (20148,20101,20006,'MP'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `expandovalue` ( `valueId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `tableId` bigint(20) DEFAULT NULL, `columnId` bigint(20) DEFAULT NULL, `rowId_` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `exportimportconfiguration` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `exportImportConfigurationId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(11) DEFAULT NULL, `settings_` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `fragmentcollection` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentCollectionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `fragmententry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `fragmentCollectionId` bigint(20) DEFAULT NULL, `fragmentEntryKey` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `css` longtext, `html` longtext, `js` longtext, `configuration` longtext, `previewFileEntryId` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`fragmentEntryId`), UNIQUE KEY `IX_62913C70` (`groupId`,`fragmentCollectionId`,`fragmentEntryKey`), 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `fragmententrylink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `fragmentEntryLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `originalFragmentEntryLinkId` bigint(20) DEFAULT NULL, `fragmentEntryId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `css` longtext, `html` longtext, `js` longtext, `configuration` longtext, `editableValues` longtext, `namespace` varchar(75) DEFAULT NULL, `position` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `friendlyurlentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `defaultLanguageId` varchar(75) DEFAULT NULL, `friendlyURLEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `friendlyurlentrylocalization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `friendlyURLEntryLocalizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `friendlyURLEntryId` bigint(20) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `urlTitle` varchar(255) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryLocalizationId`), UNIQUE KEY `IX_68BE94B1` (`friendlyURLEntryId`,`languageId`), UNIQUE KEY `IX_8AB5CAE` (`groupId`,`classNameId`,`urlTitle`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `friendlyurlentrymapping` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `friendlyURLEntryMappingId` bigint(20) NOT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `friendlyURLEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`friendlyURLEntryMappingId`), UNIQUE KEY `IX_3B5E645B` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `group_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `groupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `creatorUserId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `parentGroupId` bigint(20) DEFAULT NULL, `liveGroupId` bigint(20) DEFAULT NULL, `treePath` longtext, `groupKey` varchar(150) DEFAULT NULL, `name` longtext, `description` longtext, `type_` int(11) DEFAULT NULL, `typeSettings` longtext, `manualMembership` tinyint(4) DEFAULT NULL, `membershipRestriction` int(11) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `site` tinyint(4) DEFAULT NULL, `remoteStagingGroupCount` int(11) DEFAULT NULL, `inheritContent` tinyint(4) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`groupId`), UNIQUE KEY `IX_D0D5E397` (`companyId`,`classNameId`,`classPK`), UNIQUE KEY `IX_A729E3A6` (`companyId`,`classNameId`,`liveGroupId`,`groupKey`), UNIQUE KEY `IX_5BDDB872` (`companyId`,`friendlyURL`), UNIQUE KEY `IX_ACD2B296` (`companyId`,`groupKey`), UNIQUE KEY `IX_AACD15F0` (`companyId`,`liveGroupId`,`groupKey`), UNIQUE KEY `IX_754FBB1C` (`uuid_`,`groupId`), 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_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=utf8; /*!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,'23b6e33e-94c6-ab4c-3a53-7a7be30510ba',20119,20101,20105,20001,20119,0,0,'/20119/','Control Panel','Control Panel',NULL,3,'',1,0,'/control_panel',0,0,0,1),(0,'0febb505-7057-f8c5-954d-22e90645aef8',20123,20101,20105,20001,20123,0,0,'/20123/','Forms','Forms',NULL,3,'',1,0,'/forms',0,0,0,1),(1,'f1da02fd-3df4-c4d9-8ce7-2afcfdfc102e',20124,20101,20105,20001,20124,0,0,'/20124/','Guest','Guest',NULL,1,'searchLayoutCreated=true\n',1,0,'/guest',1,0,0,1),(0,'67232081-27ee-fe1d-9173-b430615e3bcf',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,'c7890e89-38fc-5fae-19e4-672e9eb03456',20128,20101,20105,20035,20101,0,0,'/20128/','20101','Global',NULL,0,'',1,0,'/global',1,0,0,1),(0,'f72c8836-4192-b4a6-dff0-16cefcd13c30',20133,20101,20130,20006,20130,0,0,'/20133/','20130',NULL,NULL,0,'',1,0,'/test',0,0,0,1),(0,'e5ce0761-b5e2-156c-90b9-deee78b9e276',20154,20101,20105,20042,20153,0,0,'/20154/','20153','SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken',NULL,0,'',1,0,'/template-20153',0,0,0,1),(0,'e301090d-a3f2-ad31-74bb-dd1372b1af8d',33921,20101,20105,20042,33920,0,0,'/33921/','33920','WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s',NULL,0,'',1,0,'/template-33920',0,0,0,1),(0,'9811c4c7-445a-aa98-6a3e-4367773a7870',33930,20101,20105,20042,33929,0,0,'/33930/','33929','BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog',NULL,0,'',1,0,'/template-33929',0,0,0,1),(0,'b9c479a5-dbd7-b888-9ee7-33d70ac28441',33953,20101,20105,20046,33952,0,0,'/33953/','33952','IntranätplatsSite da IntranetイントラネットサイトSite intranetIntranetes webhelyIntranet-SiteLloc web tipus Intranetموقع الإنترانتIntranet sivustoIntranet Site内网Sitio de intranetIntranet Website',NULL,0,'',1,0,'/template-33952',0,0,0,1),(0,'576e1c92-5347-c8b8-c6c5-1f2b2c826e68',33965,20101,20105,20046,33964,0,0,'/33965/','33964','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-33964',0,0,0,1),(0,'ef4289e0-9c47-da54-f3e9-e09a4025b5b2',34023,34004,34008,20001,34023,0,0,'/34023/','Control Panel','Control Panel',NULL,3,'',1,0,'/control_panel',0,0,0,1),(0,'f981c976-5518-d5ef-f5cd-f21bd424d348',34026,34004,34008,20001,34026,0,0,'/34026/','Forms','Forms',NULL,3,'',1,0,'/forms',0,0,0,1),(1,'c5d7b4a3-9b99-7908-53db-87565db2b2d9',34027,34004,34008,20001,34027,0,0,'/34027/','Guest','Guest',NULL,1,'searchLayoutCreated=true\n',1,0,'/guest',1,0,0,1),(0,'ec863ff5-ad73-2ae0-503a-aa6a38312f75',34030,34004,34008,20120,34008,0,0,'/34030/','User Personal Site','User Personal Site',NULL,3,'',1,0,'/personal_site',0,0,0,1),(0,'708fda3a-3018-5b18-d218-ffc59e4920b1',34031,34004,34008,20035,34004,0,0,'/34031/','34004','Global',NULL,0,'',1,0,'/global',1,0,0,1),(0,'5e3e24de-fd28-e0d8-9866-d8e749250eb1',34038,34004,34035,20006,34035,0,0,'/34038/','34035',NULL,NULL,0,'',1,0,'/test',0,0,0,1),(0,'4eb058e1-d05c-c208-196e-57d0eaec079a',34191,34004,34008,20042,34190,0,0,'/34191/','34190','SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken',NULL,0,'',1,0,'/template-34190',0,0,0,1),(0,'6559fb59-11a3-c3e9-1cb9-a4dc7a0e4b84',34465,34004,34008,20042,34464,0,0,'/34465/','34464','WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s',NULL,0,'',1,0,'/template-34464',0,0,0,1),(0,'f1dcb265-e446-19e9-ebc1-783c916fbbdd',34471,34004,34008,20042,34470,0,0,'/34471/','34470','BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog',NULL,0,'',1,0,'/template-34470',0,0,0,1),(0,'deeab5b9-ffe7-2be1-0c90-3afe3078e17e',34477,34004,34008,20046,34476,0,0,'/34477/','34476','IntranätplatsSite da IntranetイントラネットサイトSite intranetIntranetes webhelyIntranet-SiteLloc web tipus Intranetموقع الإنترانتIntranet sivustoIntranet Site内网Sitio de intranetIntranet Website',NULL,0,'',1,0,'/template-34476',0,0,0,1),(0,'05c9db24-904d-d08d-23cf-e1c062be6032',34489,34004,34008,20046,34488,0,0,'/34489/','34488','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-34488',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `groups_orgs` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`organizationId`), KEY `IX_8BFD4548` (`companyId`), KEY `IX_6BBB7682` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `groups_roles` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`roleId`), KEY `IX_557D8550` (`companyId`), KEY `IX_3103EF3D` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `groups_usergroups` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`userGroupId`), KEY `IX_676FC818` (`companyId`), KEY `IX_3B69160F` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `htmlpreviewentry` ( `htmlPreviewEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `fileEntryId` bigint(20) DEFAULT NULL, PRIMARY KEY (`htmlPreviewEntryId`), KEY `IX_B4B598A4` (`groupId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `im_memberrequest` ( `memberRequestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `receiverUserId` bigint(20) DEFAULT NULL, `invitedRoleId` bigint(20) DEFAULT NULL, `invitedTeamId` bigint(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`memberRequestId`), KEY `IX_4C831DF9` (`groupId`,`receiverUserId`,`status`), KEY `IX_B4BCD9B4` (`key_`), KEY `IX_B312EB0F` (`receiverUserId`,`status`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `image` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `imageId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `height` int(11) DEFAULT NULL, `width` int(11) DEFAULT NULL, `size_` int(11) DEFAULT NULL, PRIMARY KEY (`imageId`), KEY `IX_6A925A4D` (`size_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `image` -- LOCK TABLES `image` WRITE; /*!40000 ALTER TABLE `image` DISABLE KEYS */; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `journalarticle` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `resourcePrimKey` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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(4) DEFAULT NULL, `smallImage` tinyint(4) DEFAULT NULL, `smallImageId` bigint(20) DEFAULT NULL, `smallImageURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `journalarticlelocalization` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `articleLocalizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `articlePK` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `journalarticleresource` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `journalcontentsearch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `contentSearchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `journalfeed` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `id_` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `journalfolder` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `folderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(100) DEFAULT NULL, `description` longtext, `restrictionType` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 `kaleoaction` -- DROP TABLE IF EXISTS `kaleoaction`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleoaction` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoActionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) 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(11) DEFAULT NULL, PRIMARY KEY (`kaleoActionId`), KEY `IX_50E9112C` (`companyId`), KEY `IX_4B2545E8` (`kaleoClassName`,`kaleoClassPK`,`executionType`), KEY `IX_F8808C50` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,28406,0,20101,20105,NULL,'2020-08-26 09:47:35.487000','2020-08-26 09:47:35.487000','com.liferay.portal.workflow.kaleo.model.KaleoNode',28405,28404,'approved','approve',NULL,'onEntry','\n \n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n import com.liferay.portal.kernel.workflow.WorkflowConstants;\n\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"approved\"), workflowContext);\n \n ','groovy',NULL,0),(0,28426,0,20101,20105,NULL,'2020-08-26 09:47:35.641000','2020-08-26 09:47:35.641000','com.liferay.portal.workflow.kaleo.model.KaleoNode',28425,28404,'update','reject',NULL,'onAssignment','\n \n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n import com.liferay.portal.kernel.workflow.WorkflowConstants;\n\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"denied\"), workflowContext);\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"pending\"), workflowContext);\n \n ','groovy',NULL,0),(0,34435,0,34004,34008,NULL,'2020-08-26 10:17:52.749000','2020-08-26 10:17:52.749000','com.liferay.portal.workflow.kaleo.model.KaleoNode',34434,34432,'approved','approve',NULL,'onEntry','\n \n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n import com.liferay.portal.kernel.workflow.WorkflowConstants;\n\n WorkflowStatusManagerUtil.updateStatus(WorkflowConstants.getLabelStatus(\"approved\"), workflowContext);\n \n ','groovy',NULL,0),(0,34455,0,34004,34008,NULL,'2020-08-26 10:17:53.100000','2020-08-26 10:17:53.100000','com.liferay.portal.workflow.kaleo.model.KaleoNode',34454,34432,'update','reject',NULL,'onAssignment','\n \n import com.liferay.portal.kernel.workflow.WorkflowStatusManagerUtil;\n import com.liferay.portal.kernel.workflow.WorkflowConstants;\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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleocondition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoConditionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleodefinition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoDefinitionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(11) DEFAULT NULL, `active_` tinyint(4) 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=utf8; /*!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,28403,0,20101,20105,NULL,'2020-08-26 09:47:35.441000','2020-08-26 09:47:35.697000','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 \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 \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 \n \n reject\n update\n false\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\n \n \n \n',1,1),(1,34431,0,34004,34008,NULL,'2020-08-26 10:17:52.730000','2020-08-26 10:17:53.266000','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 \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 \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 \n \n reject\n update\n false\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleodefinitionversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoDefinitionVersionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `statusByUserId` bigint(20) 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(20) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`kaleoDefinitionVersionId`), UNIQUE KEY `IX_AE02DCC` (`companyId`,`name`,`version`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,28404,0,20101,20105,NULL,20105,NULL,'2020-08-26 09:47:35.449000','2020-08-26 09:47:35.449000','2020-08-26 09:47:35.699000','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 \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 \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 \n \n reject\n update\n false\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\n \n \n \n','1.0',28407,0),(1,34432,0,34004,34008,NULL,34008,NULL,'2020-08-26 10:17:52.731000','2020-08-26 10:17:52.731000','2020-08-26 10:17:53.269000','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 \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 \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 \n \n reject\n update\n false\n \n \n \n \n approved\n \n \n \n approve\n \n groovy\n onEntry\n \n \n \n','1.0',34436,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleoinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoDefinitionName` varchar(200) DEFAULT NULL, `kaleoDefinitionVersion` int(11) DEFAULT NULL, `rootKaleoInstanceTokenId` bigint(20) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `completed` tinyint(4) 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`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleoinstancetoken` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoInstanceTokenId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `parentKaleoInstanceTokenId` bigint(20) DEFAULT NULL, `currentKaleoNodeId` bigint(20) DEFAULT NULL, `currentKaleoNodeName` varchar(200) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `completed` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleolog` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoLogId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoNodeName` varchar(200) DEFAULT NULL, `terminalKaleoNode` tinyint(4) DEFAULT NULL, `kaleoActionId` bigint(20) DEFAULT NULL, `kaleoActionName` varchar(200) DEFAULT NULL, `kaleoActionDescription` longtext, `previousKaleoNodeId` bigint(20) DEFAULT NULL, `previousKaleoNodeName` varchar(200) DEFAULT NULL, `previousAssigneeClassName` varchar(200) DEFAULT NULL, `previousAssigneeClassPK` bigint(20) DEFAULT NULL, `currentAssigneeClassName` varchar(200) DEFAULT NULL, `currentAssigneeClassPK` bigint(20) DEFAULT NULL, `type_` varchar(50) DEFAULT NULL, `comment_` longtext, `startDate` datetime(6) DEFAULT NULL, `endDate` datetime(6) DEFAULT NULL, `duration` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleonode` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoNodeId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `metadata` longtext, `description` longtext, `type_` varchar(20) DEFAULT NULL, `initial_` tinyint(4) DEFAULT NULL, `terminal` tinyint(4) DEFAULT NULL, PRIMARY KEY (`kaleoNodeId`), KEY `IX_4B1D16B4` (`companyId`,`kaleoDefinitionVersionId`), KEY `IX_F066921C` (`kaleoDefinitionVersionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,28405,0,20101,20105,NULL,'2020-08-26 09:47:35.478000','2020-08-26 09:47:35.478000',28404,'approved','{\"xy\":[380,51]}',NULL,'STATE',0,1),(0,28407,0,20101,20105,NULL,'2020-08-26 09:47:35.504000','2020-08-26 09:47:35.504000',28404,'created','{\"xy\":[36,51]}',NULL,'STATE',1,0),(0,28408,0,20101,20105,NULL,'2020-08-26 09:47:35.510000','2020-08-26 09:47:35.510000',28404,'review','{\"xy\":[168,36]}',NULL,'TASK',0,0),(0,28425,0,20101,20105,NULL,'2020-08-26 09:47:35.640000','2020-08-26 09:47:35.640000',28404,'update','{\"transitions\":{\"resubmit\":{\"bendpoints\":[[303,140]]}},\"xy\":[328,199]}',NULL,'TASK',0,0),(0,34434,0,34004,34008,NULL,'2020-08-26 10:17:52.749000','2020-08-26 10:17:52.749000',34432,'approved','{\"xy\":[380,51]}',NULL,'STATE',0,1),(0,34436,0,34004,34008,NULL,'2020-08-26 10:17:52.848000','2020-08-26 10:17:52.848000',34432,'created','{\"xy\":[36,51]}',NULL,'STATE',1,0),(0,34437,0,34004,34008,NULL,'2020-08-26 10:17:52.856000','2020-08-26 10:17:52.856000',34432,'review','{\"xy\":[168,36]}',NULL,'TASK',0,0),(0,34454,0,34004,34008,NULL,'2020-08-26 10:17:53.100000','2020-08-26 10:17:53.100000',34432,'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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleonotification` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoNotificationId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) 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=utf8; /*!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,28409,0,20101,20105,NULL,'2020-08-26 09:47:35.511000','2020-08-26 09:47:35.511000','com.liferay.portal.workflow.kaleo.model.KaleoNode',28408,28404,'review','Review Notification',NULL,'onAssignment','${userName} sent you a ${entryType} for review in the workflow.','freemarker','email,user-notification'),(0,28411,0,20101,20105,NULL,'2020-08-26 09:47:35.530000','2020-08-26 09:47:35.530000','com.liferay.portal.workflow.kaleo.model.KaleoNode',28408,28404,'review','Review Completion Notification',NULL,'onExit','Your submission was reviewed<#if taskComments?has_content> and the reviewer applied the following ${taskComments}.','freemarker','email'),(0,28427,0,20101,20105,NULL,'2020-08-26 09:47:35.641000','2020-08-26 09:47:35.641000','com.liferay.portal.workflow.kaleo.model.KaleoNode',28425,28404,'update','Creator Modification Notification',NULL,'onAssignment','Your submission was rejected by ${userName}, please modify and resubmit.','freemarker','email,user-notification'),(0,34438,0,34004,34008,NULL,'2020-08-26 10:17:52.857000','2020-08-26 10:17:52.857000','com.liferay.portal.workflow.kaleo.model.KaleoNode',34437,34432,'review','Review Notification',NULL,'onAssignment','${userName} sent you a ${entryType} for review in the workflow.','freemarker','email,user-notification'),(0,34440,0,34004,34008,NULL,'2020-08-26 10:17:52.857000','2020-08-26 10:17:52.857000','com.liferay.portal.workflow.kaleo.model.KaleoNode',34437,34432,'review','Review Completion Notification',NULL,'onExit','Your submission was reviewed<#if taskComments?has_content> and the reviewer applied the following ${taskComments}.','freemarker','email'),(0,34456,0,34004,34008,NULL,'2020-08-26 10:17:53.101000','2020-08-26 10:17:53.101000','com.liferay.portal.workflow.kaleo.model.KaleoNode',34454,34432,'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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleonotificationrecipient` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoNotificationRecipientId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNotificationId` bigint(20) DEFAULT NULL, `recipientClassName` varchar(200) DEFAULT NULL, `recipientClassPK` bigint(20) DEFAULT NULL, `recipientRoleType` int(11) 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=utf8; /*!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,28410,0,20101,20105,NULL,'2020-08-26 09:47:35.522000','2020-08-26 09:47:35.522000',28404,28409,'assignees',0,0,'',NULL,NULL,NULL,'to'),(0,28412,0,20101,20105,NULL,'2020-08-26 09:47:35.530000','2020-08-26 09:47:35.530000',28404,28411,'com.liferay.portal.kernel.model.User',0,0,'',NULL,NULL,NULL,'to'),(0,28428,0,20101,20105,NULL,'2020-08-26 09:47:35.641000','2020-08-26 09:47:35.641000',28404,28427,'com.liferay.portal.kernel.model.User',0,0,'',NULL,NULL,NULL,'to'),(0,34439,0,34004,34008,NULL,'2020-08-26 10:17:52.857000','2020-08-26 10:17:52.857000',34432,34438,'assignees',0,0,'',NULL,NULL,NULL,'to'),(0,34441,0,34004,34008,NULL,'2020-08-26 10:17:52.858000','2020-08-26 10:17:52.858000',34432,34440,'com.liferay.portal.kernel.model.User',0,0,'',NULL,NULL,NULL,'to'),(0,34457,0,34004,34008,NULL,'2020-08-26 10:17:53.101000','2020-08-26 10:17:53.101000',34432,34456,'com.liferay.portal.kernel.model.User',0,0,'',NULL,NULL,NULL,'to'); /*!40000 ALTER TABLE `kaleonotificationrecipient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kaleotask` -- DROP TABLE IF EXISTS `kaleotask`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotask` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) 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=utf8; /*!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,28413,0,20101,20105,NULL,'2020-08-26 09:47:35.550000','2020-08-26 09:47:35.550000',28404,28408,'review',NULL),(0,28429,0,20101,20105,NULL,'2020-08-26 09:47:35.650000','2020-08-26 09:47:35.650000',28404,28425,'update',NULL),(0,34442,0,34004,34008,NULL,'2020-08-26 10:17:52.949000','2020-08-26 10:17:52.949000',34432,34437,'review',NULL),(0,34458,0,34004,34008,NULL,'2020-08-26 10:17:53.109000','2020-08-26 10:17:53.109000',34432,34454,'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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotaskassignment` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskAssignmentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `assigneeClassName` varchar(200) DEFAULT NULL, `assigneeClassPK` bigint(20) 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=utf8; /*!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,28414,0,20101,20105,NULL,'2020-08-26 09:47:35.561000','2020-08-26 09:47:35.561000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',28415,NULL,'',NULL,NULL),(0,28416,0,20101,20105,NULL,'2020-08-26 09:47:35.598000','2020-08-26 09:47:35.598000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',20107,NULL,'',NULL,NULL),(0,28417,0,20101,20105,NULL,'2020-08-26 09:47:35.599000','2020-08-26 09:47:35.599000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',20113,NULL,'',NULL,NULL),(0,28418,0,20101,20105,NULL,'2020-08-26 09:47:35.599000','2020-08-26 09:47:35.599000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',20114,NULL,'',NULL,NULL),(0,28419,0,20101,20105,NULL,'2020-08-26 09:47:35.599000','2020-08-26 09:47:35.599000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',20116,NULL,'',NULL,NULL),(0,28420,0,20101,20105,NULL,'2020-08-26 09:47:35.599000','2020-08-26 09:47:35.599000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',28421,NULL,'',NULL,NULL),(0,28422,0,20101,20105,NULL,'2020-08-26 09:47:35.612000','2020-08-26 09:47:35.612000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',20118,NULL,'',NULL,NULL),(0,28423,0,20101,20105,NULL,'2020-08-26 09:47:35.612000','2020-08-26 09:47:35.612000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28413,28404,0,'com.liferay.portal.kernel.model.Role',28424,NULL,'',NULL,NULL),(0,28430,0,20101,20105,NULL,'2020-08-26 09:47:35.651000','2020-08-26 09:47:35.651000','com.liferay.portal.workflow.kaleo.model.KaleoTask',28429,28404,0,'com.liferay.portal.kernel.model.User',0,NULL,'',NULL,NULL),(0,34443,0,34004,34008,NULL,'2020-08-26 10:17:52.950000','2020-08-26 10:17:52.950000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34444,NULL,'',NULL,NULL),(0,34445,0,34004,34008,NULL,'2020-08-26 10:17:52.966000','2020-08-26 10:17:52.966000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34011,NULL,'',NULL,NULL),(0,34446,0,34004,34008,NULL,'2020-08-26 10:17:52.967000','2020-08-26 10:17:52.967000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34017,NULL,'',NULL,NULL),(0,34447,0,34004,34008,NULL,'2020-08-26 10:17:52.967000','2020-08-26 10:17:52.967000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34018,NULL,'',NULL,NULL),(0,34448,0,34004,34008,NULL,'2020-08-26 10:17:52.967000','2020-08-26 10:17:52.967000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34020,NULL,'',NULL,NULL),(0,34449,0,34004,34008,NULL,'2020-08-26 10:17:52.967000','2020-08-26 10:17:52.967000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34450,NULL,'',NULL,NULL),(0,34451,0,34004,34008,NULL,'2020-08-26 10:17:53.001000','2020-08-26 10:17:53.001000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34022,NULL,'',NULL,NULL),(0,34452,0,34004,34008,NULL,'2020-08-26 10:17:53.001000','2020-08-26 10:17:53.001000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34442,34432,0,'com.liferay.portal.kernel.model.Role',34453,NULL,'',NULL,NULL),(0,34459,0,34004,34008,NULL,'2020-08-26 10:17:53.110000','2020-08-26 10:17:53.110000','com.liferay.portal.workflow.kaleo.model.KaleoTask',34458,34432,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotaskassignmentinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskAssignmentInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `assigneeClassName` varchar(200) DEFAULT NULL, `assigneeClassPK` bigint(20) DEFAULT NULL, `completed` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotaskform` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskFormId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `formCompanyId` bigint(20) DEFAULT NULL, `formDefinition` longtext, `formGroupId` bigint(20) DEFAULT NULL, `formId` bigint(20) DEFAULT NULL, `formUuid` varchar(75) DEFAULT NULL, `metadata` longtext, `priority` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotaskforminstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskFormInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskFormId` bigint(20) DEFAULT NULL, `formValues` longtext, `formValueEntryGroupId` bigint(20) DEFAULT NULL, `formValueEntryId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotaskinstancetoken` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTaskInstanceTokenId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskId` bigint(20) DEFAULT NULL, `kaleoTaskName` varchar(200) DEFAULT NULL, `className` varchar(200) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `completionUserId` bigint(20) DEFAULT NULL, `completed` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotimer` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTimerId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `blocking` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotimerinstancetoken` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTimerInstanceTokenId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoClassName` varchar(200) DEFAULT NULL, `kaleoClassPK` bigint(20) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoInstanceId` bigint(20) DEFAULT NULL, `kaleoInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTaskInstanceTokenId` bigint(20) DEFAULT NULL, `kaleoTimerId` bigint(20) DEFAULT NULL, `kaleoTimerName` varchar(200) DEFAULT NULL, `blocking` tinyint(4) DEFAULT NULL, `completionUserId` bigint(20) DEFAULT NULL, `completed` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kaleotransition` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `kaleoTransitionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(200) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `kaleoDefinitionVersionId` bigint(20) DEFAULT NULL, `kaleoNodeId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `sourceKaleoNodeId` bigint(20) DEFAULT NULL, `sourceKaleoNodeName` varchar(200) DEFAULT NULL, `targetKaleoNodeId` bigint(20) DEFAULT NULL, `targetKaleoNodeName` varchar(200) DEFAULT NULL, `defaultTransition` tinyint(4) 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=utf8; /*!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,28431,0,20101,20105,NULL,'2020-08-26 09:47:35.661000','2020-08-26 09:47:35.661000',28404,28407,'review',NULL,28407,'created',28408,'review',1),(0,28432,0,20101,20105,NULL,'2020-08-26 09:47:35.679000','2020-08-26 09:47:35.679000',28404,28408,'approve',NULL,28408,'review',28405,'approved',1),(0,28433,0,20101,20105,NULL,'2020-08-26 09:47:35.685000','2020-08-26 09:47:35.685000',28404,28408,'reject',NULL,28408,'review',28425,'update',0),(0,28434,0,20101,20105,NULL,'2020-08-26 09:47:35.691000','2020-08-26 09:47:35.691000',28404,28425,'resubmit',NULL,28425,'update',28408,'review',1),(0,34460,0,34004,34008,NULL,'2020-08-26 10:17:53.121000','2020-08-26 10:17:53.121000',34432,34436,'review',NULL,34436,'created',34437,'review',1),(0,34461,0,34004,34008,NULL,'2020-08-26 10:17:53.215000','2020-08-26 10:17:53.215000',34432,34437,'approve',NULL,34437,'review',34434,'approved',1),(0,34462,0,34004,34008,NULL,'2020-08-26 10:17:53.223000','2020-08-26 10:17:53.223000',34432,34437,'reject',NULL,34437,'review',34454,'update',0),(0,34463,0,34004,34008,NULL,'2020-08-26 10:17:53.250000','2020-08-26 10:17:53.250000',34432,34454,'resubmit',NULL,34454,'update',34437,'review',1); /*!40000 ALTER TABLE `kaleotransition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `kbarticle` -- DROP TABLE IF EXISTS `kbarticle`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `kbarticle` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbArticleId` bigint(20) NOT NULL, `resourcePrimKey` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `rootResourcePrimKey` bigint(20) DEFAULT NULL, `parentResourceClassNameId` bigint(20) DEFAULT NULL, `parentResourcePrimKey` bigint(20) DEFAULT NULL, `kbFolderId` bigint(20) DEFAULT NULL, `version` int(11) DEFAULT NULL, `title` longtext, `urlTitle` varchar(75) DEFAULT NULL, `content` longtext, `description` longtext, `priority` double DEFAULT NULL, `sections` longtext, `viewCount` int(11) DEFAULT NULL, `latest` tinyint(4) DEFAULT NULL, `main` tinyint(4) DEFAULT NULL, `sourceURL` longtext, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) DEFAULT NULL, `statusByUserName` varchar(75) DEFAULT NULL, `statusDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`kbArticleId`), UNIQUE KEY `IX_B5B6C674` (`resourcePrimKey`,`groupId`,`version`), 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kbcomment` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbCommentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `content` longtext, `userRating` int(11) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kbfolder` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbFolderId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentKBFolderId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `kbtemplate` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `kbTemplateId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 `layout` -- DROP TABLE IF EXISTS `layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `layout` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `headId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `plid` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentPlid` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `parentLayoutId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `hidden_` tinyint(4) DEFAULT NULL, `system_` tinyint(4) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `priority` int(11) DEFAULT NULL, `layoutPrototypeUuid` varchar(75) DEFAULT NULL, `layoutPrototypeLinkEnabled` tinyint(4) 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=utf8; /*!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,'419a8a97-a78e-a773-b162-6e1109068dcb',1,0,1,20119,20101,20105,NULL,'2020-08-26 09:46:18.188000','2020-08-26 09:46:18.188000',0,1,1,0,0,0,'Control Panel',NULL,NULL,NULL,NULL,'control_panel','privateLayout=true\n',0,0,'/manage',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:46:18.188000',NULL),(5,'a62c4981-d40c-c076-7428-5616ac94ca33',2,0,2,20124,20101,20105,NULL,'2020-08-26 09:46:18.420000','2020-08-26 10:04:22.493000',0,0,1,0,0,0,'Home',NULL,NULL,NULL,NULL,'portlet','CUSTOMIZABLE_LAYOUT=false\ncolumn-1=com_liferay_hello_world_web_portlet_HelloWorldPortlet,\ncolumn-1-customizable=false\nlayout-template-id=1_column\nlayoutUpdateable=true\nsitemap-changefreq=daily\nsitemap-include=1\n',0,0,'/home',0,'classic_WAR_classictheme',NULL,'',0,NULL,0,NULL,'2020-08-26 09:46:18.420000',NULL),(0,'76c7f5d4-200d-d3d9-6da5-07d3828683b8',3,0,3,20123,20101,20105,NULL,'2020-08-26 09:46:25.079000','2020-08-26 09:46:25.079000',0,0,1,0,0,0,'Shared',NULL,NULL,NULL,NULL,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','layoutUpdateable=false\n',1,0,'/shared',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:46:25.079000',NULL),(0,'cc9cd2a0-8fa4-f882-e032-a1b9fb9df55e',4,0,4,20123,20101,20105,NULL,'2020-08-26 09:46:25.121000','2020-08-26 09:46:25.121000',0,1,1,0,0,0,'Shared',NULL,NULL,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,'2020-08-26 09:46:25.121000',NULL),(22,'de6f850e-8427-ba87-b22a-2c05997b43e6',5,0,5,20154,20101,20105,NULL,'2020-08-26 09:46:47.225000','2020-08-26 09:46:47.585000',0,1,1,0,0,0,'SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet,\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n',0,0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:46:47.225000',NULL),(11,'7f155541-9165-336f-ef8f-4a249d053203',6,0,6,20124,20101,20105,NULL,'2020-08-26 09:46:47.622000','2020-08-26 09:46:47.957000',0,0,2,0,0,0,'SearchالبحثCerca搜索ZoekenHakuRechercherSucheKeresés検索BuscaBúsquedaSök',NULL,'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,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet,\nlast-merge-time=1598460407956\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n',1,0,'/search',0,NULL,NULL,'',1,'eb1ebe9e-4b6e-7acb-fba0-e438e908fd9f',0,NULL,'2020-08-26 09:46:47.622000',NULL),(4,'5bb98844-ac7c-a5e5-8002-56cc9c881a9b',7,0,7,33921,20101,20105,NULL,'2020-08-26 09:47:45.714000','2020-08-26 09:47:46.087000',0,1,1,0,0,0,'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_FWSM0lWxG4Z1,com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_gUH4vVPKFSwV,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:47:45.714000',NULL),(4,'823998ee-3d39-d823-25c0-7a5cc700c6e2',8,0,8,33930,20101,20105,NULL,'2020-08-26 09:47:46.352000','2020-08-26 09:47:46.489000',0,1,1,0,0,0,'BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_blogs_web_portlet_BlogsPortlet,\ncolumn-2=com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_9pOAugZr3KA2,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,'2020-08-26 09:47:46.352000',NULL),(4,'3e613a2c-8ede-bf9a-e3e5-cc6a1c6303ae',9,0,9,33953,20101,20105,NULL,'2020-08-26 09:47:47.707000','2020-08-26 09:47:47.885000',0,1,1,0,0,0,'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina',NULL,NULL,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_SvYk8iRLmNXV,\nlayout-template-id=2_columns_i\nprivateLayout=true\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:47:47.707000',NULL),(2,'7627766a-5317-305e-9dc9-784feb9c4639',10,0,10,33953,20101,20105,NULL,'2020-08-26 09:47:48.042000','2020-08-26 09:47:48.148000',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,NULL,NULL,'portlet','column-1=com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_1C8nhLODwy3K,\nlayout-template-id=1_column\nprivateLayout=true\n',0,0,'/documents',0,NULL,NULL,'',1,NULL,0,NULL,'2020-08-26 09:47:48.042000',NULL),(4,'44f1b0b0-6c94-25b4-ab47-f65082f2c460',11,0,11,33953,20101,20105,NULL,'2020-08-26 09:47:48.191000','2020-08-26 09:47:48.298000',0,1,3,0,0,0,'NewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNews',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_Cy5yCmR2xWar,\ncolumn-2=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_ukLwFvgvtyEN,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/news',0,NULL,NULL,'',2,NULL,0,NULL,'2020-08-26 09:47:48.191000',NULL),(4,'9032a24d-9cde-99a2-0590-640d3c7521da',12,0,12,33965,20101,20105,NULL,'2020-08-26 09:47:48.376000','2020-08-26 09:47:48.504000',0,1,1,0,0,0,'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_message_boards_web_portlet_MBPortlet,\ncolumn-2=com_liferay_polls_web_portlet_PollsDisplayPortlet_INSTANCE_mYSB6IWDa9xP,com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_cLB1gM6N57gV,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:47:48.376000',NULL),(3,'f9d7f2b7-c9ad-fcfa-a854-298e62723d16',13,0,13,33965,20101,20105,NULL,'2020-08-26 09:47:48.525000','2020-08-26 09:47:48.601000',0,1,2,0,0,0,'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWiki维基WikiWiki\'s',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_WfvobI1RI4X2,com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_AcKcHA0yBK6t,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/wiki',0,NULL,NULL,'',1,NULL,0,NULL,'2020-08-26 09:47:48.525000',NULL),(1,'eaeba0a3-925d-9400-140c-ed1ab6927760',14,0,14,20133,20101,20130,'Test Test','2020-08-26 09:59:29.644000','2020-08-26 09:59:29.713000',0,1,1,0,0,0,'My Dashboard',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_site_my_sites_web_portlet_MySitesPortlet,\nlayout-template-id=1_column\nprivateLayout=true\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:59:29.644000',NULL),(1,'cf484267-9b62-ede2-2dc2-9bef086d210d',15,0,15,20133,20101,20130,'Test Test','2020-08-26 09:59:29.746000','2020-08-26 09:59:29.796000',0,0,1,0,0,0,'My Profile',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_contacts_web_portlet_ProfilePortlet_INSTANCE_m6jlKe6tIs2y,\nlayout-template-id=1_column\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 09:59:29.746000',NULL),(1,'0d7e298a-b533-26b4-fee6-9c4c15c3a6ee',16,0,16,20124,20101,20105,NULL,'2020-08-26 10:01:03.551000','2020-08-26 10:01:03.595000',0,0,3,0,0,0,'Control Panel',NULL,NULL,NULL,NULL,'portlet','layout-template-id=1_column_dynamic\n',1,1,'/manage',0,NULL,NULL,'',2147483647,NULL,0,NULL,'2020-08-26 10:01:03.551000',NULL),(0,'4e9ebe81-ec8b-4cb7-4eee-099d1a5f1fb9',17,0,17,34023,34004,34008,NULL,'2020-08-26 10:17:37.278000','2020-08-26 10:17:37.278000',0,1,1,0,0,0,'Control Panel',NULL,NULL,NULL,NULL,'control_panel','privateLayout=true\n',0,0,'/manage',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 10:17:37.278000',NULL),(1,'e3165294-6320-86a0-54a0-b99908e96210',18,0,18,34027,34004,34008,NULL,'2020-08-26 10:17:37.343000','2020-08-26 10:17:37.362000',0,0,1,0,0,0,'Home',NULL,NULL,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,'2020-08-26 10:17:37.343000',NULL),(0,'74cde955-98b5-e3a3-36f5-4b4b1681eb22',19,0,19,34026,34004,34008,NULL,'2020-08-26 10:17:47.842000','2020-08-26 10:17:47.842000',0,0,1,0,0,0,'Shared',NULL,NULL,NULL,NULL,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','layoutUpdateable=false\n',1,0,'/shared',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 10:17:47.842000',NULL),(0,'d33763d0-bf05-3243-9a7a-4f1a81ce98d5',20,0,20,34026,34004,34008,NULL,'2020-08-26 10:17:48.016000','2020-08-26 10:17:48.016000',0,1,1,0,0,0,'Shared',NULL,NULL,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,'2020-08-26 10:17:48.016000',NULL),(22,'d92be917-818a-f34e-093f-2925e3856b76',21,0,21,34191,34004,34008,NULL,'2020-08-26 10:17:48.095000','2020-08-26 10:17:48.388000',0,1,1,0,0,0,'SökBusca検索RechercherKeresésSucheCercaالبحثHakuSearch搜索BúsquedaZoeken',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_CAbHPCaHr1ee,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_vPT9fkgXIv9b,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_AoDNOkk9XYWC,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_R5yHm8PkxM3S,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_j6g9qOJhOQjJ,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_I54wSSvgjqSt,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_lY3NA72Myljm,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_Gi0s0Qblu93y,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_Cv6G8HeJhTBJ,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_HjyUYxdkmS3r,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_You9v7kn5kKg,\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n',0,0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 10:17:48.095000',NULL),(11,'5d18fdcb-c552-c81f-3f5c-af40814266ff',22,0,22,34027,34004,34008,NULL,'2020-08-26 10:17:48.416000','2020-08-26 10:17:48.587000',0,0,2,0,0,0,'SearchالبحثCerca搜索ZoekenHakuRechercherSucheKeresés検索BuscaBúsquedaSök',NULL,'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_CAbHPCaHr1ee,com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_vPT9fkgXIv9b,\ncolumn-2=com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_AoDNOkk9XYWC,com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_R5yHm8PkxM3S,com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_j6g9qOJhOQjJ,com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_I54wSSvgjqSt,com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_lY3NA72Myljm,com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_Gi0s0Qblu93y,com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_Cv6G8HeJhTBJ,\ncolumn-3=com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_HjyUYxdkmS3r,com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_You9v7kn5kKg,\nlast-merge-time=1598462268587\nlayout-template-id=1_2_columns_i\nprivateLayout=true\n',1,0,'/search',0,NULL,NULL,'',1,'db144071-79ea-93f8-219d-6edd39a2763d',0,NULL,'2020-08-26 10:17:48.416000',NULL),(4,'2b489996-721f-3807-2fd4-c1ac58f6d452',23,0,23,34465,34004,34008,NULL,'2020-08-26 10:17:53.349000','2020-08-26 10:17:53.545000',0,1,1,0,0,0,'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_MPOHoU0F35NJ,com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_cXuKsRT3bRAX,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 10:17:53.349000',NULL),(4,'fbc221cd-d083-5cb1-96b0-5447b1008236',24,0,24,34471,34004,34008,NULL,'2020-08-26 10:17:53.603000','2020-08-26 10:17:53.731000',0,1,1,0,0,0,'BloggBlogブログBlogueBlogBlogBlocالمدوّناتBlogitBlog博客BlogBlog',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_blogs_web_portlet_BlogsPortlet,\ncolumn-2=com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_Rbfke6ZJV0yw,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,'2020-08-26 10:17:53.603000',NULL),(4,'57ade595-5ce3-7cbe-2f7c-c997921c9d28',25,0,25,34477,34004,34008,NULL,'2020-08-26 10:17:53.812000','2020-08-26 10:17:54.413000',0,1,1,0,0,0,'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina',NULL,NULL,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_AVSPvHdXpie2,\nlayout-template-id=2_columns_i\nprivateLayout=true\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 10:17:53.812000',NULL),(2,'7114354c-c863-db76-d02b-4b722a5b83a0',26,0,26,34477,34004,34008,NULL,'2020-08-26 10:17:54.448000','2020-08-26 10:17:54.561000',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,NULL,NULL,'portlet','column-1=com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_NPsmYxg5zDnq,\nlayout-template-id=1_column\nprivateLayout=true\n',0,0,'/documents',0,NULL,NULL,'',1,NULL,0,NULL,'2020-08-26 10:17:54.448000',NULL),(4,'f4925fc5-4542-8e1e-1fc4-ed383ba67b32',27,0,27,34477,34004,34008,NULL,'2020-08-26 10:17:54.587000','2020-08-26 10:17:54.706000',0,1,3,0,0,0,'NewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNews',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_sVkdLUXHSvlz,\ncolumn-2=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_5m88fzdoGehN,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/news',0,NULL,NULL,'',2,NULL,0,NULL,'2020-08-26 10:17:54.587000',NULL),(4,'9ccc36fc-288a-d5a2-920f-c4b84f720108',28,0,28,34489,34004,34008,NULL,'2020-08-26 10:17:54.778000','2020-08-26 10:17:54.931000',0,1,1,0,0,0,'HemInícioホームAccueilNyitólapStartseiteIniciالرئيسيةEtusivuHome主页InicioStartpagina',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_message_boards_web_portlet_MBPortlet,\ncolumn-2=com_liferay_polls_web_portlet_PollsDisplayPortlet_INSTANCE_UDF3FM3Fr5DR,com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_jdo7gXyNCCZM,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,'2020-08-26 10:17:54.778000',NULL),(3,'7139e5f1-bf08-ba94-6e60-3cecd106fe67',29,0,29,34489,34004,34008,NULL,'2020-08-26 10:17:54.956000','2020-08-26 10:17:55.041000',0,1,2,0,0,0,'WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWiki维基WikiWiki\'s',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_A1elxScICw6I,com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_fvymwpqLOVgM,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,0,'/wiki',0,NULL,NULL,'',1,NULL,0,NULL,'2020-08-26 10:17:54.956000',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `layoutBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `master` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutBranchId`), UNIQUE KEY `IX_FD57097D` (`layoutSetBranchId`,`plid`,`name`), KEY `IX_A705FF94` (`layoutSetBranchId`,`plid`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutfriendlyurl` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutFriendlyURLId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) 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=utf8; /*!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,'a23b4d6d-9946-cf21-809f-dcfc26178c0d',20121,20119,20101,20105,NULL,'2020-08-26 09:46:18.261000','2020-08-26 09:46:18.261000',1,1,'/manage','en_US',NULL),(1,'10dada5f-04cf-cfb1-7b0d-c6df24dcb4eb',20125,20124,20101,20105,NULL,'2020-08-26 09:46:18.457000','2020-08-26 10:04:22.403000',2,0,'/home','en_US',NULL),(0,'8f4e6571-5647-9439-a294-eca6c4aadf29',20144,20123,20101,20105,NULL,'2020-08-26 09:46:25.088000','2020-08-26 09:46:25.088000',3,0,'/shared','en_US',NULL),(0,'da9fc834-0634-5568-51ca-3cd85affb1d1',20146,20123,20101,20105,NULL,'2020-08-26 09:46:25.129000','2020-08-26 09:46:25.129000',4,1,'/shared','en_US',NULL),(0,'7e1006ca-b9bf-c229-b7d8-966af8fc32c0',20155,20154,20101,20105,NULL,'2020-08-26 09:46:47.235000','2020-08-26 09:46:47.235000',5,1,'/layout','en_US',NULL),(1,'79a73a36-b81c-1655-8b54-a783a78ddb89',20168,20124,20101,20105,NULL,'2020-08-26 09:46:47.631000','2020-08-26 09:46:47.695000',6,0,'/search','en_US',NULL),(0,'9e9a87b9-9a43-0450-b994-05bacbb6712a',33922,33921,20101,20105,NULL,'2020-08-26 09:47:45.723000','2020-08-26 09:47:45.723000',7,1,'/layout','en_US',NULL),(0,'03d05eac-a9b9-9d04-a8da-6fda2c86b1f7',33931,33930,20101,20105,NULL,'2020-08-26 09:47:46.360000','2020-08-26 09:47:46.360000',8,1,'/layout','en_US',NULL),(0,'ec19841a-dc56-d058-8054-99c707439629',33954,33953,20101,20105,NULL,'2020-08-26 09:47:47.732000','2020-08-26 09:47:47.732000',9,1,'/home','en_US',NULL),(0,'70dc38b8-2e5f-6987-97bc-3797ccb45177',33957,33953,20101,20105,NULL,'2020-08-26 09:47:48.065000','2020-08-26 09:47:48.065000',10,1,'/documents','en_US',NULL),(0,'b287a8bc-432e-5f93-66fd-19348e4249e2',33960,33953,20101,20105,NULL,'2020-08-26 09:47:48.201000','2020-08-26 09:47:48.201000',11,1,'/news','en_US',NULL),(0,'a059ea22-6955-3d28-e601-9d500f7f29bc',33966,33965,20101,20105,NULL,'2020-08-26 09:47:48.386000','2020-08-26 09:47:48.386000',12,1,'/home','en_US',NULL),(0,'efc3c54c-8564-bb7a-c559-6f1e82154430',33969,33965,20101,20105,NULL,'2020-08-26 09:47:48.534000','2020-08-26 09:47:48.534000',13,1,'/wiki','en_US',NULL),(0,'42a07826-bdb4-563c-d01e-4de872dcb2ef',33983,20133,20101,20130,'Test Test','2020-08-26 09:59:29.655000','2020-08-26 09:59:29.655000',14,1,'/home','en_US',NULL),(0,'6212e07a-4948-65fe-90a8-829131014589',33985,20133,20101,20130,'Test Test','2020-08-26 09:59:29.757000','2020-08-26 09:59:29.757000',15,0,'/home','en_US',NULL),(0,'564c394a-1b57-4893-4b1d-2d837ed132d1',33992,20124,20101,20105,NULL,'2020-08-26 10:01:03.563000','2020-08-26 10:01:03.563000',16,0,'/manage','en_US',NULL),(0,'81d549ce-9f9c-efd5-588c-0c267a7f572e',34024,34023,34004,34008,NULL,'2020-08-26 10:17:37.285000','2020-08-26 10:17:37.285000',17,1,'/manage','en_US',NULL),(0,'29d8f94c-7fbc-6c2e-866d-68b84a404f8d',34028,34027,34004,34008,NULL,'2020-08-26 10:17:37.350000','2020-08-26 10:17:37.350000',18,0,'/home','en_US',NULL),(0,'94bf5f5e-4254-e0d8-8487-e22744de62b1',34186,34026,34004,34008,NULL,'2020-08-26 10:17:47.968000','2020-08-26 10:17:47.968000',19,0,'/shared','en_US',NULL),(0,'c174f07a-2e91-0acb-cd4d-c4283f3b5aa1',34188,34026,34004,34008,NULL,'2020-08-26 10:17:48.023000','2020-08-26 10:17:48.023000',20,1,'/shared','en_US',NULL),(0,'044013fc-fc45-1bc5-5f6b-84b32a5dc019',34192,34191,34004,34008,NULL,'2020-08-26 10:17:48.102000','2020-08-26 10:17:48.102000',21,1,'/layout','en_US',NULL),(1,'e51aa5f9-9a92-d873-9936-d8abff5c8eb0',34206,34027,34004,34008,NULL,'2020-08-26 10:17:48.423000','2020-08-26 10:17:48.445000',22,0,'/search','en_US',NULL),(0,'4037628c-297f-a875-9ae4-5ac7e8341c9a',34466,34465,34004,34008,NULL,'2020-08-26 10:17:53.362000','2020-08-26 10:17:53.362000',23,1,'/layout','en_US',NULL),(0,'2bc74dcc-545f-9de7-3549-1b8e9be402da',34472,34471,34004,34008,NULL,'2020-08-26 10:17:53.615000','2020-08-26 10:17:53.615000',24,1,'/layout','en_US',NULL),(0,'0606fa57-cf2b-8996-9c5e-9b6e54ec8770',34478,34477,34004,34008,NULL,'2020-08-26 10:17:53.826000','2020-08-26 10:17:53.826000',25,1,'/home','en_US',NULL),(0,'3ec66a1f-d311-3e51-c5d1-e5ecf7c9e7b3',34481,34477,34004,34008,NULL,'2020-08-26 10:17:54.460000','2020-08-26 10:17:54.460000',26,1,'/documents','en_US',NULL),(0,'229e735c-19fb-d7d4-391a-47f053b401dc',34484,34477,34004,34008,NULL,'2020-08-26 10:17:54.600000','2020-08-26 10:17:54.600000',27,1,'/news','en_US',NULL),(0,'65ace912-964a-c6ed-b833-31b0ac967fd1',34490,34489,34004,34008,NULL,'2020-08-26 10:17:54.806000','2020-08-26 10:17:54.806000',28,1,'/home','en_US',NULL),(0,'965f64c9-be1f-5766-1bf8-d84fc27056ac',34493,34489,34004,34008,NULL,'2020-08-26 10:17:54.969000','2020-08-26 10:17:54.969000',29,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutpagetemplatecollection` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateCollectionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutpagetemplateentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutPageTemplateCollectionId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classTypeId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `previewFileEntryId` bigint(20) DEFAULT NULL, `defaultTemplate` tinyint(4) DEFAULT NULL, `layoutPrototypeId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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,'470301c1-6e4f-033c-14b6-0efa415e37a5',33924,20128,20101,20105,NULL,'2020-08-26 09:47:45.772000','2020-08-26 09:47:45.772000',0,0,0,'Wiki',2,0,0,33920,7,NULL,0,20105,'20105','2020-08-26 09:47:45.772000'),(0,'ac9db5e0-e345-c9c7-ede7-8b02b65f5d46',33933,20128,20101,20105,NULL,'2020-08-26 09:47:46.373000','2020-08-26 09:47:46.373000',0,0,0,'Blog',2,0,0,33929,8,NULL,0,20105,'20105','2020-08-26 09:47:46.373000'),(0,'1fe23538-585d-5eca-fef5-51737507a0a1',33991,20128,20101,20105,NULL,'2020-08-26 10:01:03.186000','2020-08-26 10:01:03.186000',0,0,0,'Search',2,0,0,20153,5,NULL,0,20105,'20105','2020-08-26 10:01:03.186000'),(0,'be494468-3ca4-2c00-044d-024f5f6c9555',34194,34031,34004,34008,NULL,'2020-08-26 10:17:48.112000','2020-08-26 10:17:48.112000',0,0,0,'Search',2,0,0,34190,21,NULL,0,34008,'34008','2020-08-26 10:17:48.113000'),(0,'d9ce950c-1056-49ca-776e-79726d933ea1',34468,34031,34004,34008,NULL,'2020-08-26 10:17:53.403000','2020-08-26 10:17:53.403000',0,0,0,'Wiki',2,0,0,34464,23,NULL,0,34008,'34008','2020-08-26 10:17:53.403000'),(0,'911c7aa5-438c-f9f4-4584-c52d6668cd91',34474,34031,34004,34008,NULL,'2020-08-26 10:17:53.630000','2020-08-26 10:17:53.630000',0,0,0,'Blog',2,0,0,34470,24,NULL,0,34008,'34008','2020-08-26 10:17:53.630000'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutpagetemplatestructure` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPageTemplateStructureId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutpagetemplatestructurerel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `lPageTemplateStructureRelId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutPageTemplateStructureId` bigint(20) DEFAULT NULL, `segmentsExperienceId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutprototype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(4) DEFAULT NULL, PRIMARY KEY (`layoutPrototypeId`), KEY `IX_557A639F` (`companyId`,`active_`), KEY `IX_63ED2532` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,'eb1ebe9e-4b6e-7acb-fba0-e438e908fd9f',20153,20101,20105,NULL,'2020-08-26 09:46:47.166000','2020-08-26 09:46:47.166000','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,'d066abc9-2f1f-2b07-6f3a-694e163a7f05',33920,20101,20105,NULL,'2020-08-26 09:47:45.132000','2020-08-26 09:47:45.132000','WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s','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),(0,'98ba50db-cb44-d97b-7688-d913fb29819a',33929,20101,20105,NULL,'2020-08-26 09:47:46.312000','2020-08-26 09:47:46.312000','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,'db144071-79ea-93f8-219d-6edd39a2763d',34190,34004,34008,NULL,'2020-08-26 10:17:48.062000','2020-08-26 10:17:48.062000','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,'486596ae-c7e9-5693-2ae9-6372648cf337',34464,34004,34008,NULL,'2020-08-26 10:17:53.288000','2020-08-26 10:17:53.288000','WikiWikiWikiWiki (Panneau de Configuration)WikikWikiWikiويكيWikitWikiWikiWikiWiki\'s','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),(0,'41436791-d058-2d2a-c4d8-1e13e7d388a5',34470,34004,34008,NULL,'2020-08-26 10:17:53.563000','2020-08-26 10:17:53.563000','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); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutrevision` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `layoutRevisionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `layoutBranchId` bigint(20) DEFAULT NULL, `parentLayoutRevisionId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `major` tinyint(4) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `typeSettings` longtext, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutseoentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutSEOEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `enabled` tinyint(4) 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=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `layoutseoentry` -- LOCK TABLES `layoutseoentry` WRITE; /*!40000 ALTER TABLE `layoutseoentry` DISABLE KEYS */; INSERT INTO `layoutseoentry` VALUES (0,'72a8056a-cbde-5657-deff-9d0128545ad8',33998,20124,20101,20130,NULL,'2020-08-26 10:04:22.435000','2020-08-26 10:04:22.435000',0,1,0,NULL,NULL); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutset` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `headId` bigint(20) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `layoutSetId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `pageCount` int(11) DEFAULT NULL, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint(4) 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=utf8; /*!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,'2020-08-26 09:46:18.031000','2020-08-26 09:46:18.302000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,2,0,2,20119,20101,'2020-08-26 09:46:18.071000','2020-08-26 09:46:18.071000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,3,0,3,20123,20101,'2020-08-26 09:46:18.346000','2020-08-26 09:46:25.135000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(1,4,0,4,20123,20101,'2020-08-26 09:46:18.350000','2020-08-26 09:46:25.094000',0,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,5,0,5,20124,20101,'2020-08-26 09:46:18.380000','2020-08-26 09:46:18.380000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(3,6,0,6,20124,20101,'2020-08-26 09:46:18.384000','2020-08-26 10:01:03.575000',0,0,'classic_WAR_classictheme','01','',2,'',NULL,0),(0,7,0,7,20127,20101,'2020-08-26 09:46:18.494000','2020-08-26 09:46:18.494000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,8,0,8,20127,20101,'2020-08-26 09:46:18.496000','2020-08-26 09:46:18.496000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,9,0,9,20128,20101,'2020-08-26 09:46:18.518000','2020-08-26 09:46:18.518000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,10,0,10,20128,20101,'2020-08-26 09:46:18.520000','2020-08-26 09:46:18.520000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,11,0,11,20133,20101,'2020-08-26 09:46:18.849000','2020-08-26 09:59:29.671000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(1,12,0,12,20133,20101,'2020-08-26 09:46:18.853000','2020-08-26 09:59:29.766000',0,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(1,13,0,13,20154,20101,'2020-08-26 09:46:47.193000','2020-08-26 09:46:47.242000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,14,0,14,20154,20101,'2020-08-26 09:46:47.194000','2020-08-26 09:46:47.194000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,101,0,101,33921,20101,'2020-08-26 09:47:45.147000','2020-08-26 09:47:45.740000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,102,0,102,33921,20101,'2020-08-26 09:47:45.155000','2020-08-26 09:47:45.155000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,103,0,103,33930,20101,'2020-08-26 09:47:46.323000','2020-08-26 09:47:46.366000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,104,0,104,33930,20101,'2020-08-26 09:47:46.325000','2020-08-26 09:47:46.325000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(16,105,0,105,33953,20101,'2020-08-26 09:47:47.629000','2020-08-26 09:47:48.298000',1,0,'classic_WAR_classictheme','01','',3,'',NULL,0),(0,106,0,106,33953,20101,'2020-08-26 09:47:47.630000','2020-08-26 09:47:47.630000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(11,107,0,107,33965,20101,'2020-08-26 09:47:48.334000','2020-08-26 09:47:48.601000',1,0,'classic_WAR_classictheme','01','',2,'',NULL,0),(0,108,0,108,33965,20101,'2020-08-26 09:47:48.336000','2020-08-26 09:47:48.336000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,109,0,109,34023,34004,'2020-08-26 10:17:37.251000','2020-08-26 10:17:37.297000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,110,0,110,34023,34004,'2020-08-26 10:17:37.252000','2020-08-26 10:17:37.252000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,111,0,111,34026,34004,'2020-08-26 10:17:37.304000','2020-08-26 10:17:48.038000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(1,112,0,112,34026,34004,'2020-08-26 10:17:37.305000','2020-08-26 10:17:47.981000',0,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,113,0,113,34027,34004,'2020-08-26 10:17:37.321000','2020-08-26 10:17:37.321000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(2,114,0,114,34027,34004,'2020-08-26 10:17:37.322000','2020-08-26 10:17:48.607000',0,0,'classic_WAR_classictheme','01','',2,'',NULL,0),(0,115,0,115,34030,34004,'2020-08-26 10:17:37.366000','2020-08-26 10:17:37.366000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,116,0,116,34030,34004,'2020-08-26 10:17:37.367000','2020-08-26 10:17:37.367000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,117,0,117,34031,34004,'2020-08-26 10:17:37.385000','2020-08-26 10:17:37.385000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,118,0,118,34031,34004,'2020-08-26 10:17:37.386000','2020-08-26 10:17:37.386000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,119,0,119,34038,34004,'2020-08-26 10:17:37.601000','2020-08-26 10:17:37.601000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,120,0,120,34038,34004,'2020-08-26 10:17:37.602000','2020-08-26 10:17:37.602000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,121,0,121,34191,34004,'2020-08-26 10:17:48.068000','2020-08-26 10:17:48.106000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,122,0,122,34191,34004,'2020-08-26 10:17:48.069000','2020-08-26 10:17:48.069000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,123,0,123,34465,34004,'2020-08-26 10:17:53.298000','2020-08-26 10:17:53.378000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,124,0,124,34465,34004,'2020-08-26 10:17:53.300000','2020-08-26 10:17:53.300000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,125,0,125,34471,34004,'2020-08-26 10:17:53.571000','2020-08-26 10:17:53.623000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,126,0,126,34471,34004,'2020-08-26 10:17:53.572000','2020-08-26 10:17:53.572000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(16,127,0,127,34477,34004,'2020-08-26 10:17:53.760000','2020-08-26 10:17:54.706000',1,0,'classic_WAR_classictheme','01','',3,'',NULL,0),(0,128,0,128,34477,34004,'2020-08-26 10:17:53.762000','2020-08-26 10:17:53.762000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(11,129,0,129,34489,34004,'2020-08-26 10:17:54.738000','2020-08-26 10:17:55.041000',1,0,'classic_WAR_classictheme','01','',2,'',NULL,0),(0,130,0,130,34489,34004,'2020-08-26 10:17:54.739000','2020-08-26 10:17:54.739000',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutsetbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `layoutSetBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `master` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint(4) DEFAULT NULL, PRIMARY KEY (`layoutSetBranchId`), UNIQUE KEY `IX_5FF18552` (`groupId`,`privateLayout`,`name`), KEY `IX_CCF0DA29` (`groupId`,`privateLayout`,`master`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutsetprototype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `layoutSetPrototypeId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(4) DEFAULT NULL, PRIMARY KEY (`layoutSetPrototypeId`), KEY `IX_9178FC71` (`companyId`,`active_`), KEY `IX_D9FFCA84` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 (13,'827e6fe8-fa5f-f1d7-e674-95627c407b23',33952,20101,20105,NULL,'2020-08-26 09:47:47.609000','2020-08-26 09:47:48.298000','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),(9,'e717d141-2ffc-16bd-c324-5c58313004a1',33964,20101,20105,NULL,'2020-08-26 09:47:48.316000','2020-08-26 09:47:48.601000','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),(13,'e9d4c1a7-9f1f-39a3-7652-fabe2814b173',34476,34004,34008,NULL,'2020-08-26 10:17:53.742000','2020-08-26 10:17:54.706000','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),(9,'f28a3035-f88e-88e6-0edb-7967f628b0a9',34488,34004,34008,NULL,'2020-08-26 10:17:54.725000','2020-08-26 10:17:55.041000','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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutsetversion` ( `layoutSetVersionId` bigint(20) NOT NULL, `version` int(11) DEFAULT NULL, `layoutSetId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `pageCount` int(11) DEFAULT NULL, `settings_` longtext, `layoutSetPrototypeUuid` varchar(75) DEFAULT NULL, `layoutSetPrototypeLinkEnabled` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `layoutversion` ( `layoutVersionId` bigint(20) NOT NULL, `version` int(11) DEFAULT NULL, `uuid_` varchar(75) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentPlid` bigint(20) DEFAULT NULL, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `parentLayoutId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` longtext, `title` longtext, `description` longtext, `keywords` longtext, `robots` longtext, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `hidden_` tinyint(4) DEFAULT NULL, `system_` tinyint(4) DEFAULT NULL, `friendlyURL` varchar(255) DEFAULT NULL, `iconImageId` bigint(20) DEFAULT NULL, `themeId` varchar(75) DEFAULT NULL, `colorSchemeId` varchar(75) DEFAULT NULL, `css` longtext, `priority` int(11) DEFAULT NULL, `layoutPrototypeUuid` varchar(75) DEFAULT NULL, `layoutPrototypeLinkEnabled` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `listtype` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `listTypeId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `lock_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `lockId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(4) 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=utf8; /*!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 `marketplace_app` -- DROP TABLE IF EXISTS `marketplace_app`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `marketplace_app` ( `uuid_` varchar(75) DEFAULT NULL, `appId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `remoteAppId` bigint(20) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `description` longtext, `category` varchar(75) DEFAULT NULL, `iconURL` longtext, `version` varchar(75) DEFAULT NULL, `required` tinyint(4) 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=utf8; /*!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 */; INSERT INTO `marketplace_app` VALUES ('70df3d10-ada8-ebb1-476b-a221f49bf8d5',22404,0,0,NULL,'2020-08-26 09:47:14.581000','2020-08-26 09:47:14.581000',106189537,'Liferay CE Expando','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189537/2.0.2','2.0.2',1),('7428b6d1-5f5a-e9a8-a3f3-c4d5eea2d38f',22502,0,0,NULL,'2020-08-26 09:47:05.605000','2020-08-26 09:47:05.605000',106186172,'Liferay CE Dynamic Data Lists','Apps and Features: Calendar, Dynamic Data Lists, Dynamic Data Mapping, Forms, Polls, WorkflowAn increase in productivity means you\'re saving time and effort; you’re becoming more efficient. The Forms and Workflow apps help you do that by giving you built-in calendars and the ability to create your own forms and list applications. These are powerful, flexible apps that can be quickly leveraged for basic tasks, or carefully configured and mastered to perfect business processes.Need a quick survey or complex Sign Up form? Use the Liferay Forms app and make any forms you want. If there\'s a forms feature you need, this app probably has it.Maybe you need an entire list application, and you need it today. Dynamic Data Lists lets you do it without any developer expertise.Do you need personal calendars for your users, and/or site calendars? Do you need the calendar to be highly configurable? Use the Calendar app.Would you like to initiate a review process when new content, or any new asset, is created? The Kaleo Workflow Engine lets you send any asset through review before it gets published.Want to quickly get the opinion of your users on something? The Polls app is extremely easy to use.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106186172/2.0.2','2.0.2',1),('f1393e04-e375-b8ee-9298-094f8356e9f9',22506,0,0,NULL,'2020-08-26 09:47:09.593000','2020-08-26 09:47:09.593000',106191368,'Liferay CE Users Admin','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191368/2.0.1','2.0.1',1),('b9c31337-71cc-6d6f-bbb7-33a920056796',22513,0,0,NULL,'2020-08-26 09:47:05.585000','2020-08-26 09:47:05.585000',54365664,'Liferay CE Screens Compatibility','This plugin is a portlet that exposes additional classes and methods that are not present in Liferay\'s out-of-the-box API. These additional classes and methods allow Liferay Screens to do certain operations that are needed for the screenlets to work correctly.Please report issues with the Liferay Screens Compatibility Plugin by creating a ticket in https://issues.liferay.com/browse/LMW.In Liferay CE 7.1, this app is installed by default and updated through Liferay DXP Fix Packs and Liferay Portal CE GA releases. Using Liferay Marketplace to update the app on Liferay CE 7.1 will cause an error.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/54365664/5.0.1','5.0.1',0),('1c072410-25b5-9bb0-2dcd-062dfd15e25e',22517,0,0,NULL,'2020-08-26 09:47:17.429000','2020-08-26 09:47:17.429000',106191624,'Liferay CE Export Import','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191624/2.0.2','2.0.2',1),('61fa7b1c-026d-0e8f-7ef5-02b380fc2680',22609,0,0,NULL,'2020-08-26 09:47:04.135000','2020-08-26 09:47:04.135000',106190284,'Liferay CE Monitoring','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190284/2.0.2','2.0.2',1),('0457e92b-7779-f14e-fb63-355c1aac91d9',22611,0,0,NULL,'2020-08-26 09:47:08.284000','2020-08-26 09:47:08.284000',106191103,'Liferay CE Portal Settings','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191103/2.0.1','2.0.1',1),('a4af7684-1dba-6225-05b7-1d4e924bef1e',22702,0,0,NULL,'2020-08-26 09:47:12.325000','2020-08-26 09:47:12.325000',106189746,'Liferay CE Frontend JS','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189746/2.0.2','2.0.2',1),('79c813f8-af05-703a-4997-a2a44524cf9d',22717,0,0,NULL,'2020-08-26 09:47:17.580000','2020-08-26 09:47:17.580000',106185628,'Liferay CE Mentions','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106185628/2.0.2','2.0.2',1),('c69767ff-3573-576a-a514-81b3ad113e17',22721,0,0,NULL,'2020-08-26 09:47:17.596000','2020-08-26 09:47:17.596000',106190963,'Liferay CE Portal Search','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190963/2.0.1','2.0.1',1),('cc5df333-d1cd-1592-8f2f-400f39b97fa2',22729,0,0,NULL,'2020-08-26 09:47:17.562000','2020-08-26 09:47:17.562000',151792088,'Liferay CE Connected App','Liferay CE Connected App','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/151792088/1.0.2','1.0.2',1),('c122c3a0-6cc4-86c4-9413-bf2a7c2aefd8',22733,0,0,NULL,'2020-08-26 09:47:12.014000','2020-08-26 09:47:12.014000',103226467,'Liferay CE Adaptive Media','The Adaptive Media app tailors media in your portal to the device consuming it. Since users often consume media on multiple devices that have different screen sizes and capabilities, you should make sure that your portal presents that media in a manner suitable for each device. For example, portal administrators can configure the Adaptive Media app to send high-res images to high-res devices, low-res images to low-res devices, and so on. This ensures that your users have the best possible experience when consuming media from your portal, regardless of the device they use.Note that at this time, the Adaptive Media app only works with images in Documents and Media, Blogs, and Web Content.Once installed, the Adaptive Media app appears in the Control Panel, under the Configuration menu.Please see the documentation for special installation instructions on Liferay Portal 7.0 CE GA5.In Liferay CE 7.1, this app is installed by default and updated through Liferay DXP Fix Packs and Liferay Portal CE GA releases. Using Liferay Marketplace to update the app on Liferay CE 7.1 will cause an error.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/103226467/3.0.2','3.0.2',0),('37e1f4ba-7ebd-a64b-1995-a6525066eb1f',22829,0,0,NULL,'2020-08-26 09:47:07.194000','2020-08-26 09:47:07.194000',106190606,'Liferay CE Portal Configuration','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190606/2.0.2','2.0.2',1),('8994bb03-aebd-23a0-f01d-af3e1f775065',22838,0,0,NULL,'2020-08-26 09:47:05.029000','2020-08-26 09:47:05.029000',106189910,'Liferay CE Imageio Plugins','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189910/2.0.2','2.0.2',1),('2e46e467-0d8f-a625-6f26-a42753bd369c',22840,0,0,NULL,'2020-08-26 09:47:08.643000','2020-08-26 09:47:08.643000',106191808,'Liferay CE Layout','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191808/2.0.2','2.0.2',1),('106d7080-8b33-7408-234c-9aad86f58c65',22867,0,0,NULL,'2020-08-26 09:47:16.533000','2020-08-26 09:47:16.533000',106190447,'Liferay CE Portal','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190447/2.0.1','2.0.1',1),('4d1cca31-2fc6-a55a-fec7-4b8ef2936a8d',22898,0,0,NULL,'2020-08-26 09:47:10.400000','2020-08-26 09:47:10.400000',106186042,'Liferay CE Upload','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106186042/2.0.1','2.0.1',1),('57dce639-c572-482f-31c6-012199cf0595',22901,0,0,NULL,'2020-08-26 09:47:15.792000','2020-08-26 09:47:15.792000',106192073,'Liferay CE Site Navigation','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106192073/2.0.1','2.0.1',1),('eda2882a-a0f9-baa2-a2b3-319914c41280',22920,0,0,NULL,'2020-08-26 09:47:17.861000','2020-08-26 09:47:17.861000',106190479,'Liferay CE Portal Background Task','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190479/2.0.2','2.0.2',1),('1e30ff40-f970-4e05-a6f7-64ba29d0a293',22924,0,0,NULL,'2020-08-26 09:47:15.601000','2020-08-26 09:47:15.601000',125168167,'Liferay Portal CE Vulcan','Liferay CE Vulcan','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/125168167/2.0.1','2.0.1',1),('5c0bd845-f5d1-5a57-ea43-dcd2ac4a56ef',22929,0,0,NULL,'2020-08-26 09:47:06.214000','2020-08-26 09:47:06.214000',106191431,'Liferay CE WebSocket','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191431/2.0.1','2.0.1',1),('d8db0a0e-e2cf-286b-2b74-ca88ff3e122c',22931,0,0,NULL,'2020-08-26 09:47:12.499000','2020-08-26 09:47:12.499000',106177263,'Liferay CE Document Library','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106177263/2.0.2','2.0.2',1),('d5baf615-62d8-f72d-b786-b919988a5d30',22964,0,0,NULL,'2020-08-26 09:47:17.515000','2020-08-26 09:47:17.515000',106190383,'Liferay CE Petra','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190383/2.0.2','2.0.2',1),('0a552060-9548-2814-0a12-eecc5992591c',22971,0,0,NULL,'2020-08-26 09:47:15.365000','2020-08-26 09:47:15.365000',106191936,'Liferay CE Portlet Display Template','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191936/2.0.1','2.0.1',1),('59a719f9-2ac7-b87d-ea76-6ee5ccf3bba7',23001,0,0,NULL,'2020-08-26 09:47:09.774000','2020-08-26 09:47:09.774000',106191970,'Liferay CE Product Navigation','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191970/2.0.1','2.0.1',1),('cd1e4979-6db2-7fe5-3464-dcdf8ad9ca92',23020,0,0,NULL,'2020-08-26 09:47:08.374000','2020-08-26 09:47:08.374000',106191064,'Liferay CE Security SSO','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191064/2.0.1','2.0.1',1),('c4bcedc5-eb99-a14c-2e5b-57e524fa5885',23031,0,0,NULL,'2020-08-26 09:47:07.973000','2020-08-26 09:47:07.973000',15197613,'Liferay CE Knowledge Base','Liferay\'s Knowledge Base app provides a means for creating and organizing articles within a site. The knowledge base is perfect for creating and organizing information more formally than in a wiki. For example, it can be used to organize and display professional product documentation. The knowledge base lets you import article source files written in Markdown, so you can work on them offline before publishing. Its integration with GitHub allows you to give users access to contribute fixes or improvements to articles. It\'s easy to set up the knowledge base with a workflow that requires articles to be approved before they are published. Additionally, it allows administrators to create article templates. Templates can be used to ensure that certain kinds of articles possess a common structure and include certain kinds of information. Knowledge base articles can be categorized to make them easy to find. They can also be organized hierarchically to form complete books or guides. There are multiple portlets included in this app.This app will appear in your Application menu and Site Administration once installed.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/15197613/5.0.2','5.0.2',0),('c8d79b0c-f1ee-c45e-5018-1b3071768311',23040,0,0,NULL,'2020-08-26 09:47:17.458000','2020-08-26 09:47:17.458000',106186010,'Liferay CE Subscription','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106186010/2.0.1','2.0.1',0),('65512d95-9c0c-e310-9698-dae066c1c0ba',23044,0,0,NULL,'2020-08-26 09:47:17.539000','2020-08-26 09:47:17.539000',106190351,'Liferay CE Password Policies Admin','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190351/2.0.2','2.0.2',1),('21e5f035-322f-ed53-cbb4-da099b21fcd1',23049,0,0,NULL,'2020-08-26 09:47:17.161000','2020-08-26 09:47:17.161000',106190843,'Liferay CE Portal Remote','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190843/2.0.1','2.0.1',1),('4b482399-1997-85b9-bab7-ac4885ba6ff3',23072,0,0,NULL,'2020-08-26 09:47:16.127000','2020-08-26 09:47:16.127000',106185595,'Liferay CE Item Selector','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106185595/2.0.2','2.0.2',1),('a759c460-c6a1-c489-9c73-10f70f3810c8',23082,0,0,NULL,'2020-08-26 09:47:14.548000','2020-08-26 09:47:14.548000',106189334,'Liferay CE Portal Workflow','Apps and Features: Calendar, Dynamic Data Lists, Dynamic Data Mapping, Forms, Polls, WorkflowAn increase in productivity means you\'re saving time and effort; you’re becoming more efficient. The Forms and Workflow apps help you do that by giving you built-in calendars and the ability to create your own forms and list applications. These are powerful, flexible apps that can be quickly leveraged for basic tasks, or carefully configured and mastered to perfect business processes.Need a quick survey or complex Sign Up form? Use the Liferay Forms app and make any forms you want. If there\'s a forms feature you need, this app probably has it.Maybe you need an entire list application, and you need it today. Dynamic Data Lists lets you do it without any developer expertise.Do you need personal calendars for your users, and/or site calendars? Do you need the calendar to be highly configurable? Use the Calendar app.Would you like to initiate a review process when new content, or any new asset, is created? The Kaleo Workflow Engine lets you send any asset through review before it gets published.Want to quickly get the opinion of your users on something? The Polls app is extremely easy to use.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189334/2.0.1','2.0.1',1),('ea005fb5-7a96-4fea-d57b-0c5e246cdef5',23103,0,0,NULL,'2020-08-26 09:47:14.411000','2020-08-26 09:47:14.411000',106189505,'Liferay CE Contacts','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189505/2.0.2','2.0.2',1),('1000059d-c1e8-5f3a-9b48-af4d80f0471a',23108,0,0,NULL,'2020-08-26 09:47:17.106000','2020-08-26 09:47:17.106000',106185837,'Liferay CE Ratings','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106185837/2.0.1','2.0.1',1),('8fafe213-2fe7-acd5-2b4c-13d7c4493f13',23113,0,0,NULL,'2020-08-26 09:47:08.497000','2020-08-26 09:47:08.497000',109803218,'Liferay CE Gogo Shell','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/109803218/2.0.2','2.0.2',1),('0597d572-2b13-b691-9117-98cbc01be912',23115,0,0,NULL,'2020-08-26 09:47:18.080000','2020-08-26 09:47:18.080000',108267989,'Liferay CE Portal Relationship','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/108267989/2.0.2','2.0.2',1),('ad499cab-19cd-f056-d528-dbb58e9ba1f3',23118,0,0,NULL,'2020-08-26 09:47:09.560000','2020-08-26 09:47:09.560000',106190927,'Liferay CE Portal Scripting','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190927/2.0.1','2.0.1',1),('35557955-6371-34f0-1a8e-67466c67b2a3',23124,0,0,NULL,'2020-08-26 09:47:17.141000','2020-08-26 09:47:17.141000',116743044,'Liferay CE Portal OData','Liferay CE Portal OData','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/116743044/2.0.2','2.0.2',1),('2b69ebc2-2f34-42d8-85cb-81af6b0e70a3',23127,0,0,NULL,'2020-08-26 09:47:15.149000','2020-08-26 09:47:15.149000',106189680,'Liferay CE Frontend Editor','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189680/2.0.2','2.0.2',1),('3294c29b-3d04-51ac-fe86-75629d229103',23206,0,0,NULL,'2020-08-26 09:47:17.784000','2020-08-26 09:47:17.784000',106186073,'Liferay CE Wiki','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106186073/2.0.1','2.0.1',1),('5fbaec21-0c82-2bd7-2fa4-ac1226f29fd8',23220,0,0,NULL,'2020-08-26 09:47:12.400000','2020-08-26 09:47:12.400000',106186206,'Liferay CE Dynamic Data Mapping','Apps and Features: Calendar, Dynamic Data Lists, Dynamic Data Mapping, Forms, Polls, WorkflowAn increase in productivity means you\'re saving time and effort; you’re becoming more efficient. The Forms and Workflow apps help you do that by giving you built-in calendars and the ability to create your own forms and list applications. These are powerful, flexible apps that can be quickly leveraged for basic tasks, or carefully configured and mastered to perfect business processes.Need a quick survey or complex Sign Up form? Use the Liferay Forms app and make any forms you want. If there\'s a forms feature you need, this app probably has it.Maybe you need an entire list application, and you need it today. Dynamic Data Lists lets you do it without any developer expertise.Do you need personal calendars for your users, and/or site calendars? Do you need the calendar to be highly configurable? Use the Calendar app.Would you like to initiate a review process when new content, or any new asset, is created? The Kaleo Workflow Engine lets you send any asset through review before it gets published.Want to quickly get the opinion of your users on something? The Polls app is extremely easy to use.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106186206/2.0.2','2.0.2',1),('de128ebc-5702-cfa2-951d-76ba6311a6d9',23240,0,0,NULL,'2020-08-26 09:47:12.677000','2020-08-26 09:47:12.677000',106234293,'Liferay CE Portal URL Builder','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106234293/2.0.1','2.0.1',1),('fced62ae-f602-098a-df8e-75dad30c9b6c',23243,0,0,NULL,'2020-08-26 09:47:17.359000','2020-08-26 09:47:17.359000',106191775,'Liferay CE Journal','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191775/2.0.2','2.0.2',1),('3a19adfd-6a01-6cc1-bde5-90849aa83d60',23262,0,0,NULL,'2020-08-26 09:47:17.251000','2020-08-26 09:47:17.251000',108267954,'Liferay CE Changeset','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/108267954/2.0.2','2.0.2',1),('ec859976-c22b-34f2-bd40-1c1b76f5ed94',23265,0,0,NULL,'2020-08-26 09:47:17.975000','2020-08-26 09:47:17.975000',106192036,'Liferay CE Site','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106192036/2.0.1','2.0.1',1),('7a68452a-fce1-b3db-cb6f-970d19142586',23278,0,0,NULL,'2020-08-26 09:47:09.830000','2020-08-26 09:47:09.830000',106189945,'Liferay CE License Manager','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189945/2.0.2','2.0.2',1),('e277d1c0-ebc1-d3b2-bfad-b4460d49a0d1',23280,0,0,NULL,'2020-08-26 09:47:12.651000','2020-08-26 09:47:12.651000',117937263,'Liferay CE Segments','Liferay CE Segments','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/117937263/1.0.1','1.0.1',1),('c5db76e0-2f74-872a-831a-0641b24f3fc5',23287,0,0,NULL,'2020-08-26 09:47:12.472000','2020-08-26 09:47:12.472000',106185872,'Liferay CE Reading Time','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106185872/2.0.1','2.0.1',1),('c790bf08-a28f-ddb0-ef73-5ab52db4d5a0',23293,0,0,NULL,'2020-08-26 09:47:17.716000','2020-08-26 09:47:17.716000',117940306,'Liferay CE Sharing','Liferay CE Sharing','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/117940306/1.0.1','1.0.1',1),('b8bc3777-9511-f288-bfdd-665bf1fd62f3',23304,0,0,NULL,'2020-08-26 09:47:15.854000','2020-08-26 09:47:15.854000',124253298,'Liferay CE Data Engine','With Liferay Data Engine, use high level APIs to quickly assemble scalable, flexible business applications. Without writing persistence code or complex custom business logic, you can call the Data Engine APIs to create an entire application.The Data Definition API is at the core of the Data Engine. It lets you:* Define the fields of the data definition.* Execute CRUD operations on Data Definitions.* Define validation rules for data definition elements.The Data Record Collection API collects the data records backed by the data definition.* Execute CRUD operations on Data Record Collections and their Data Records.The Data Layouts API lets you add and edit data layouts to style the Data Definition\'s form.This kind of flexible app builder helps modern businesses remain competitive. Customized digital solutions don\'t build themselves, but the Data Engine\'s APIs make it painless to rapidly create new applications.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/124253298/1.0.0','1.0.0',0),('44b5092b-f243-8fab-8443-5a81503782b1',23409,0,0,NULL,'2020-08-26 09:47:15.222000','2020-08-26 09:47:15.222000',106190318,'Liferay CE Organizations','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190318/2.0.2','2.0.2',1),('d56dc690-cff1-f9a6-f579-93ab64c50209',23414,0,0,NULL,'2020-08-26 09:47:15.623000','2020-08-26 09:47:15.623000',106186238,'Liferay CE Polls','Apps and Features: Calendar, Dynamic Data Lists, Dynamic Data Mapping, Forms, Polls, WorkflowAn increase in productivity means you\'re saving time and effort; you’re becoming more efficient. The Forms and Workflow apps help you do that by giving you built-in calendars and the ability to create your own forms and list applications. These are powerful, flexible apps that can be quickly leveraged for basic tasks, or carefully configured and mastered to perfect business processes.Need a quick survey or complex Sign Up form? Use the Liferay Forms app and make any forms you want. If there\'s a forms feature you need, this app probably has it.Maybe you need an entire list application, and you need it today. Dynamic Data Lists lets you do it without any developer expertise.Do you need personal calendars for your users, and/or site calendars? Do you need the calendar to be highly configurable? Use the Calendar app.Would you like to initiate a review process when new content, or any new asset, is created? The Kaleo Workflow Engine lets you send any asset through review before it gets published.Want to quickly get the opinion of your users on something? The Polls app is extremely easy to use.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106186238/2.0.2','2.0.2',1),('95dd25af-e31a-f538-d11f-e0719371589e',23418,0,0,NULL,'2020-08-26 09:47:17.472000','2020-08-26 09:47:17.472000',106005350,'Liferay CE Connector to Elasticsearch 6','Liferay CE Connector to Elasticsearch 6 to Elasticsearch 6 connects Liferay Portal or Liferay DXP to the Elasticsearch 6.1.x search engine. This client application is a drop-in replacement for the default Elasticsearch 2.x connector that ships with the Foundation app suite.In Liferay CE 7.1, this app is installed by default and updated through Liferay DXP Fix Packs and Liferay Portal CE GA releases. Using Liferay Marketplace to update the app on Liferay CE 7.1 will cause an error.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106005350/3.0.1','3.0.1',0),('7fe9b3c3-8cbd-77f1-6bcb-77d73ed2e03d',23424,0,0,NULL,'2020-08-26 09:47:14.653000','2020-08-26 09:47:14.653000',106185978,'Liferay CE Social','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106185978/2.0.1','2.0.1',1),('6035f97b-c027-740d-e1b9-6106a0e3870f',23436,0,0,NULL,'2020-08-26 09:47:16.328000','2020-08-26 09:47:16.328000',106177105,'Liferay CE Blogs','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106177105/2.0.2','2.0.2',1),('9b02931e-80a1-f373-cf4c-87553a275c61',23448,0,0,NULL,'2020-08-26 09:47:15.640000','2020-08-26 09:47:15.640000',106191590,'Liferay CE Asset','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191590/2.0.2','2.0.2',1),('1e80885b-75de-d2e8-2da6-5fd052335444',23496,0,0,NULL,'2020-08-26 09:47:18.015000','2020-08-26 09:47:18.015000',106189777,'Liferay CE Frontend TagLib','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189777/2.0.2','2.0.2',1),('1bba8bd3-7516-a2a3-4f27-70b2cf068975',23506,0,0,NULL,'2020-08-26 09:47:12.614000','2020-08-26 09:47:12.614000',106189301,'Liferay CE Portal Rules Engine','Apps and Features: Calendar, Dynamic Data Lists, Dynamic Data Mapping, Forms, Polls, WorkflowAn increase in productivity means you\'re saving time and effort; you’re becoming more efficient. The Forms and Workflow apps help you do that by giving you built-in calendars and the ability to create your own forms and list applications. These are powerful, flexible apps that can be quickly leveraged for basic tasks, or carefully configured and mastered to perfect business processes.Need a quick survey or complex Sign Up form? Use the Liferay Forms app and make any forms you want. If there\'s a forms feature you need, this app probably has it.Maybe you need an entire list application, and you need it today. Dynamic Data Lists lets you do it without any developer expertise.Do you need personal calendars for your users, and/or site calendars? Do you need the calendar to be highly configurable? Use the Calendar app.Would you like to initiate a review process when new content, or any new asset, is created? The Kaleo Workflow Engine lets you send any asset through review before it gets published.Want to quickly get the opinion of your users on something? The Polls app is extremely easy to use.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189301/2.0.1','2.0.1',1),('d85e5af9-7620-7e14-4ac5-50aeca62fe00',23509,0,0,NULL,'2020-08-26 09:47:11.263000','2020-08-26 09:47:11.263000',106191897,'Liferay CE Portlet Configuration','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191897/2.0.1','2.0.1',1),('0dd3c80e-e159-0944-dc1f-97064ffa32ec',23524,0,0,NULL,'2020-08-26 09:47:16.300000','2020-08-26 09:47:16.300000',106192004,'Liferay CE RSS','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106192004/2.0.1','2.0.1',1),('744a7aa6-90a5-29d5-5588-d7fe35ebf839',23529,0,0,NULL,'2020-08-26 09:47:16.387000','2020-08-26 09:47:16.387000',106190773,'Liferay CE Portal OSGI Debug','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190773/2.0.2','2.0.2',1),('11371b83-50f4-6b40-8f61-e4522d4a95f1',23534,0,0,NULL,'2020-08-26 09:47:17.313000','2020-08-26 09:47:17.313000',118103353,'Liferay CE Bean Portlet','Bean Portlet provides CDI \"bean portlets\" capability. It lets you register portlets using annotations such as @PortletConfiguration and its @Inject annotation obtains dependencies via Contexts and Dependency Injection (CDI). Bean portlets are a feature of the Portlet 3.0 Specification as defined by JSR 362.The Bean Portlet modules install to LIFERAY_HOME/osgi/modules/static.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/118103353/2.0.2','2.0.2',1),('cbfe04ce-cefb-a5a7-2ab3-55488c049ea3',23537,0,0,NULL,'2020-08-26 09:47:14.102000','2020-08-26 09:47:14.102000',106176819,'Liferay CE Announcements','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106176819/2.0.2','2.0.2',1),('746f351d-24cb-e941-d19e-2ebf3a8717b4',23542,0,0,NULL,'2020-08-26 09:47:17.341000','2020-08-26 09:47:17.341000',106191032,'Liferay CE Security Audit','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191032/2.0.1','2.0.1',1),('a9c53002-9784-3039-e6f8-71241f3b3076',23551,0,0,NULL,'2020-08-26 09:47:15.939000','2020-08-26 09:47:15.939000',106190999,'Liferay CE Portal Security','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190999/2.0.1','2.0.1',1),('609be7fe-2a2f-0ae1-8d14-29c2981703bf',23564,0,0,NULL,'2020-08-26 09:47:14.597000','2020-08-26 09:47:14.597000',106191700,'Liferay CE HTML Preview','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191700/2.0.2','2.0.2',1),('aadf932c-b4b8-6896-212d-a44afc1142c6',23568,0,0,NULL,'2020-08-26 09:47:11.900000','2020-08-26 09:47:11.900000',106191839,'Liferay CE Nested Portlets','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191839/2.0.2','2.0.2',1),('6af2fe86-275c-8cc9-c6af-ca18f2d4e93b',23570,0,0,NULL,'2020-08-26 09:47:12.972000','2020-08-26 09:47:12.972000',31070085,'Liferay CE Calendar','Liferay\'s Calendar app allows users and organizations to create, track, share, and manage events. In addition, the Calendar app supports notifications, integration with Social Office, and staging. As a user, you can create as many calendars as you need. As an administrator, you are able to manage the scheduling of Calendar Resources such as rooms and projectors. All content from the old Calendar portlet is automatically imported into this new application.In Liferay CE 7.1, this app is installed by default and updated through Liferay DXP Fix Packs and Liferay Portal CE GA releases. Using Liferay Marketplace to update the app on Liferay CE 7.1 will cause an error.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/31070085/4.0.2','4.0.2',0),('c4679308-fe33-2207-0d97-58ae57d5c010',23574,0,0,NULL,'2020-08-26 09:47:15.314000','2020-08-26 09:47:15.314000',106190007,'Liferay CE Map','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190007/2.0.2','2.0.2',1),('d5ae982a-5222-fc4d-9462-70ea9ec02926',23580,0,0,NULL,'2020-08-26 09:47:17.412000','2020-08-26 09:47:17.412000',106185659,'Liferay CE Message Boards','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106185659/2.0.2','2.0.2',1),('de0c239f-8521-0cbb-2c6c-26ba11ba25c0',23589,0,0,NULL,'2020-08-26 09:47:12.377000','2020-08-26 09:47:12.377000',106189876,'Liferay CE Hello World','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189876/2.0.2','2.0.2',1),('2ed1b302-b5e7-7a55-3b40-9ec713e19a10',23591,0,0,NULL,'2020-08-26 09:47:12.922000','2020-08-26 09:47:12.922000',133841578,'Liferay CE Info','Liferay CE Info','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/133841578/2.0.2','2.0.2',1),('ae496f5b-91d9-64b0-de82-07728ea43308',23594,0,0,NULL,'2020-08-26 09:47:12.692000','2020-08-26 09:47:12.692000',106191271,'Liferay CE Text Localizer','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191271/2.0.1','2.0.1',1),('f7164e69-924e-6a5a-bfac-1a32ee0ce5d3',23597,0,0,NULL,'2020-08-26 09:47:15.585000','2020-08-26 09:47:15.585000',133839256,'Liferay CE Digital Signature','Liferay Digital Signature','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/133839256/1.0.2','1.0.2',1),('f9ab855e-6ea7-b35b-02f0-d8259d9ca4be',23601,0,0,NULL,'2020-08-26 09:47:15.174000','2020-08-26 09:47:15.174000',106177196,'Liferay CE Comment','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106177196/2.0.2','2.0.2',1),('51bd4987-c550-7307-a6c8-43ecbafac940',23610,0,0,NULL,'2020-08-26 09:47:16.410000','2020-08-26 09:47:16.410000',106189714,'Liferay CE Frontend Image Editor','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189714/2.0.2','2.0.2',1),('bad1586a-3ab6-c49e-c64f-ae3a5e6aade8',23621,0,0,NULL,'2020-08-26 09:47:15.105000','2020-08-26 09:47:15.105000',118103315,'Liferay CE Document Library Opener','Liferay CE Document Library Opener','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/118103315/1.0.2','1.0.2',1),('7d3bed45-6f43-848c-142c-98e29d2f7d22',23627,0,0,NULL,'2020-08-26 09:47:16.732000','2020-08-26 09:47:16.732000',74878779,'Liferay CE Static','The Static app contains an important group of extenders and utilities that Liferay statically installs before installing any dynamic OSGi modules. The app\'s functionality includes a log4j extender, an OSGi WAB extender, configuration utilities, OSGi deployment utilities, target platform indexing, and more.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/74878779/7.1.1','7.1.1',1),('2427b976-5a48-6efc-7b11-df3b3437252a',23731,0,0,NULL,'2020-08-26 09:47:16.175000','2020-08-26 09:47:16.175000',106191336,'Liferay CE User Groups Admin','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191336/2.0.1','2.0.1',1),('d4a1889b-8b9e-503f-81cb-3f75b03571f7',23738,0,0,NULL,'2020-08-26 09:47:17.449000','2020-08-26 09:47:17.449000',106189568,'Liferay CE Friendly URL','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189568/2.0.2','2.0.2',1),('db579a93-5f51-a5a2-a72e-77d36a677d55',23741,0,0,NULL,'2020-08-26 09:47:16.070000','2020-08-26 09:47:16.070000',116742743,'Liferay CE Hypermedia REST APIs','The Liferay Hypermedia REST APIs app exposes a new breed of RESTful hypermedia APIs that interact with Liferay services. These APIs let developers consume Liferay services in a straightforward and flexible way. For example, developers can consume portal resources like sites, blogs, pages, and users via fully RESTful APIs that support several response formats like plain JSON, JSON-LD, or HAL. What\'s more, these APIs are evolvable and can change over time with minimal risk to most clients that consume them.This app has no visual component in the portal. After installing it, you can begin accessing the APIs via the home URL http://[host]:[port]/o/api.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/116742743/2.0.2','2.0.2',0),('a7ebd7b2-7784-55f9-6237-515ca6912dd5',23753,0,0,NULL,'2020-08-26 09:47:15.579000','2020-08-26 09:47:15.579000',106191198,'Liferay CE Roles','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191198/2.0.1','2.0.1',1),('7a418844-27fc-ffc5-1dd1-618fd80724a9',23761,0,0,NULL,'2020-08-26 09:47:16.615000','2020-08-26 09:47:16.615000',124252037,'Liferay CE Bulk Selection','Liferay CE Bulk Selection','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/124252037/1.0.2','1.0.2',0),('6996911f-a4bd-3086-5780-5fc129d5a16f',23766,0,0,NULL,'2020-08-26 09:47:14.467000','2020-08-26 09:47:14.467000',110543843,'Liferay CE Invite Members','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/110543843/2.0.2','2.0.2',1),('786517a7-95af-b833-8bac-83a9b8c8a05f',23770,0,0,NULL,'2020-08-26 09:47:18.003000','2020-08-26 09:47:18.003000',109803166,'Liferay CE External Reference','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/109803166/2.0.2','2.0.2',1),('8ce67f7f-78bb-9ae5-622b-a57a5f0afad8',23773,0,0,NULL,'2020-08-26 09:47:16.079000','2020-08-26 09:47:16.079000',106190807,'Liferay CE Portal Portlet Bridge','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190807/2.0.2','2.0.2',1),('4db2fd90-a15b-c1aa-e687-99af33e1ca48',23776,0,0,NULL,'2020-08-26 09:47:17.530000','2020-08-26 09:47:17.530000',106191305,'Liferay CE User Associated Data','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191305/2.0.1','2.0.1',1),('cfd5aa80-f7a5-c4df-c2e3-56f0b6876f31',23779,0,0,NULL,'2020-08-26 09:47:15.478000','2020-08-26 09:47:15.478000',106189471,'Liferay CE Configuration Admin','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189471/2.0.2','2.0.2',1),('09274c78-1f0c-9298-724e-4feea1180bae',23782,0,0,NULL,'2020-08-26 09:47:14.515000','2020-08-26 09:47:14.515000',106189976,'Liferay CE Login','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189976/2.0.2','2.0.2',1),('6b73f00c-8670-cd2b-61c1-e8836de391e0',23787,0,0,NULL,'2020-08-26 09:47:15.299000','2020-08-26 09:47:15.299000',106192139,'Liferay CE Trash','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106192139/2.0.1','2.0.1',1),('3ecf09f6-e17e-de3a-f585-4a8845e8f334',23792,0,0,NULL,'2020-08-26 09:47:15.493000','2020-08-26 09:47:15.493000',106178299,'Liferay CE Flags','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106178299/2.0.2','2.0.2',1),('44106ca0-74ce-528c-cbfd-01cba2d422d7',23797,0,0,NULL,'2020-08-26 09:47:15.349000','2020-08-26 09:47:15.349000',106191166,'Liferay CE Portal Template','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191166/2.0.1','2.0.1',1),('604a1a27-867e-1ec0-b3b3-9f85357c1a10',23808,0,0,NULL,'2020-08-26 09:47:16.285000','2020-08-26 09:47:16.285000',106191660,'Liferay CE Fragment','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191660/2.0.2','2.0.2',1),('3e8177e3-e74c-2f87-965b-06d420faad69',23825,0,0,NULL,'2020-08-26 09:47:17.299000','2020-08-26 09:47:17.299000',106190246,'Liferay CE Mobile Device Rules','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190246/2.0.2','2.0.2',1),('b75d4772-a89e-b776-a4d3-bc8dd5ae7d60',23829,0,0,NULL,'2020-08-26 09:47:15.399000','2020-08-26 09:47:15.399000',106190054,'Liferay CE Microsoft Translator','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190054/2.0.2','2.0.2',1),('b2a5c814-7062-c32f-2b5e-ff3cb67ef170',23831,0,0,NULL,'2020-08-26 09:47:16.523000','2020-08-26 09:47:16.523000',106189409,'Liferay CE Captcha','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189409/2.0.2','2.0.2',1),('59a7596d-f63d-8445-0d75-e05cd22039fe',23835,0,0,NULL,'2020-08-26 09:47:15.454000','2020-08-26 09:47:15.454000',106190734,'Liferay CE Portal Mobile Device Detection','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190734/2.0.2','2.0.2',1),('fbaac8af-b4d2-94e6-ef39-34452f4d2cb3',23837,0,0,NULL,'2020-08-26 09:47:15.507000','2020-08-26 09:47:15.507000',106191464,'Liferay CE XStream','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191464/2.0.1','2.0.1',1),('eea345a2-64fc-49e8-2384-fcb37cb7b4fb',23839,0,0,NULL,'2020-08-26 09:47:17.399000','2020-08-26 09:47:17.399000',25019275,'Liferay Marketplace','Liferay Marketplace is an integral part of the Liferay platform experience for all users. Enterprise subscribers also have exclusive access to Liferay Subscription Apps through the Liferay Marketplace. Log in with your Liferay account to browse hundreds of apps to help you build your business or technical solution.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/25019275/10','10',1),('cbe0024d-e854-4002-06af-28b4c4286f32',23844,0,0,NULL,'2020-08-26 09:47:15.554000','2020-08-26 09:47:15.554000',108268021,'Liferay CE Portal Validation','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/108268021/2.0.1','2.0.1',1),('3afedd1a-7eea-0150-64ec-2ad50ce13c3a',23846,0,0,NULL,'2020-08-26 09:47:15.566000','2020-08-26 09:47:15.566000',106189607,'Liferay CE Frontend Compatibility','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189607/2.0.2','2.0.2',1),('1bf4eabe-444c-3e75-ac35-cf18b86e1973',23848,0,0,NULL,'2020-08-26 09:47:16.016000','2020-08-26 09:47:16.016000',106190415,'Liferay CE Plugins Admin','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190415/2.0.2','2.0.2',1),('c29e7b78-15ca-f020-bc8b-d339ea3b3021',23850,0,0,NULL,'2020-08-26 09:47:16.088000','2020-08-26 09:47:16.088000',106189378,'Liferay CE Alloy','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189378/2.0.2','2.0.2',1),('1f58515b-eca1-51d7-d594-8a183913d3a8',23852,0,0,NULL,'2020-08-26 09:47:16.101000','2020-08-26 09:47:16.101000',106190877,'Liferay CE Portal Scheduler','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190877/2.0.1','2.0.1',1),('bda95833-207a-b887-db3b-50b828f87fea',23856,0,0,NULL,'2020-08-26 09:47:18.122000','2020-08-26 09:47:18.122000',106190513,'Liferay CE Portal Cache','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190513/2.0.2','2.0.2',1),('07420193-b7bc-1981-f685-1ab35683fab6',23862,0,0,NULL,'2020-08-26 09:47:17.326000','2020-08-26 09:47:17.326000',106191558,'Liferay CE Application List','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191558/2.0.2','2.0.2',1),('a86e7cec-35ec-6b77-b4d5-51e36591efeb',23868,0,0,NULL,'2020-08-26 09:47:16.633000','2020-08-26 09:47:16.633000',106192107,'Liferay CE Staging','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106192107/2.0.1','2.0.1',1),('7e5a46a1-817d-bf54-29d3-d6d73e772d19',23911,0,0,NULL,'2020-08-26 09:47:16.593000','2020-08-26 09:47:16.593000',106191234,'Liferay CE Server','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191234/2.0.1','2.0.1',1),('d3076af1-27e2-1e82-f6f2-86dbeefed1fc',24002,0,0,NULL,'2020-08-26 09:47:16.655000','2020-08-26 09:47:16.655000',106178368,'Liferay CE Image Uploader','The Liferay Collaboration suite provides applications and features that help users share ideas, implement them, and produce terrific results. Its apps such as Message Boards and Blogs help users start discussions, ask questions, share ideas, and connect with other users. Wiki allows users to share in-depth information. And Alerts and Announcements facilitate broadcasting information and notifications.As users collaborate, they\'re sure to produce important files. The suite\'s Documents and Media Library allows users to store files, share them, and publish them. It not only works with Liferay\'s built-in repository but also allows you to integrate with external repositories, such CMIS repositories. Users can add and share all kinds of files, including documents, presentations, images, and videos. And the suite\'s Documents and Media app and Media Gallery help users display files the way they like them.As users engage in site activities, you\'ll want to recognize them and connect them with other users. The suite\'s social networking apps and features enable you to attribute social equity to active users automatically by increasing their rank on the site. You can even highlight user activities to show your site\'s liveliness. The Mentions feature facilitates notifying specific users in the context of site content, discussions, and comments. The social apps also help users share their thoughts on the your sites and other social sites, such as Facebook and Twitter. Combined with the suite\'s collaboration and document management features, the Collaboration suite’s social features help develop awesome communities, foster high morale, and make work interesting.Apps and Features: Activities, Alerts, Announcements, Blogs, Bookmarks, Comments, Friends/My Sites/Portal/Site Members Directory, Documents and Media, Friend Requests, Image Uploader, Invite Members, Media Gallery, Message Boards, Mentions, Microblogs, Page Flags/Comments/Ratings, Quick Note, Requests, Social Activity, User/Group Statistics, Wiki.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106178368/2.0.2','2.0.2',1),('462f238c-5c37-e1dd-337c-bfe7cbe76dc5',24004,0,0,NULL,'2020-08-26 09:47:16.673000','2020-08-26 09:47:16.673000',106191134,'Liferay CE Portal Store','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191134/2.0.1','2.0.1',1),('4de2fef4-1e8f-2f69-983b-4974afd32b8e',24010,0,0,NULL,'2020-08-26 09:47:16.935000','2020-08-26 09:47:16.935000',106189640,'Liferay CE Frontend CSS','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189640/2.0.2','2.0.2',1),('25db1dd2-eefe-8600-d7d2-b27e30fcc3c4',24014,0,0,NULL,'2020-08-26 09:47:17.291000','2020-08-26 09:47:17.291000',109572023,'Liferay CE Plugin for OAuth 2.0','OAuth 2.0 is an industry-standard authorization protocol. Users can seamlessly share select credentials from another website to log into yours. It works by authorizing password-less access to portions of user-owned resources (such as an email address, a user profile picture, or something else from your account) and other permissioned resources.','Security','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/109572023/2.0.0','2.0.0',0),('5d0bd6b9-9005-54bf-c30b-03a6832ad4f4',24026,0,0,NULL,'2020-08-26 09:47:17.265000','2020-08-26 09:47:17.265000',110186324,'Liferay CE Portlet Dependency Factory','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/110186324/2.0.1','2.0.1',1),('690de259-5e45-0640-fee4-1b75080735fe',24101,0,0,NULL,'2020-08-26 09:47:17.963000','2020-08-26 09:47:17.963000',106190702,'Liferay CE Portal Lock','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190702/2.0.2','2.0.2',1),('ec37f306-ef24-bb34-ae50-833614081257',24104,0,0,NULL,'2020-08-26 09:47:17.551000','2020-08-26 09:47:17.551000',108267923,'Liferay CE Analytics','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/108267923/2.0.2','2.0.2',1),('8e107a0e-a6ef-d993-700f-b4ad7d7616fb',24201,0,0,NULL,'2020-08-26 09:47:17.619000','2020-08-26 09:47:17.619000',31718422,'Liferay CE Notifications','Liferay\'s Notifications app provides a convenient way for users to see notifications of important events on any page. It appears at the top of every page inside the user\'s dockbar. Notifications also allow users to quickly respond through configurable action buttons.In Liferay CE 7.1, this app is installed by default and updated through Liferay DXP Fix Packs and Liferay Portal CE GA releases. Using Liferay Marketplace to update the app on Liferay CE 7.1 will cause an error.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/31718422/4.0.2','4.0.2',0),('194edaf6-2955-f4ea-045c-6379713e6216',24204,0,0,NULL,'2020-08-26 09:47:17.652000','2020-08-26 09:47:17.652000',106189810,'Liferay CE Frontend Theme','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106189810/2.0.2','2.0.2',1),('ef9dad9c-6f6e-6ba1-28d8-33d89e2d773e',24301,0,0,NULL,'2020-08-26 09:47:18.036000','2020-08-26 09:47:18.036000',106190638,'Liferay CE Portal Instances','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190638/2.0.2','2.0.2',1),('33e870c7-fced-e2ac-d2f6-e46c9fedd7b2',24305,0,0,NULL,'2020-08-26 09:47:18.055000','2020-08-26 09:47:18.055000',106190669,'Liferay CE Portal Language','Apps and Features: System Settings, Web Content Editors, Web Content Template Languages, Theme Tools, Mobile Device Rules, Facebook Authentication, LDAP Authentication, NTLM Authentication, OpenID Authentication, OpenSSO Authentication, Remote Authentication (AuthVerifiers), SSO-based Authentication, Token-based Authentication, Portal Scripting, Elasticsearch Support, Solr Support, Documents and Media Store Implementations, and more.The Foundation suite provides applications and features that extend the functionality provided by Liferay\'s core. Much of the functionality that belonged to Liferay\'s core prior to Liferay 7 has been extracted into the modules of the Foundation suite. The authentication modules provide a variety of mechanisms for allowing users and remote applications to authenticate to Liferay. The LDAP Authentication module allows administrators to establish connections to one or more LDAP directories from which users can be imported or exported. The SSO modules allow users to authenticate to Liferay using a variety of single-sign on solutions. The Token-based Authentication module allows users or remote applications to authenticate to Liferay without a password. The Scripting modules allow scripts to be written to invoke Liferay\'s API in several languages including Groovy, Beanshell, Python, Ruby, and JavaScript.This suite is available in the Liferay CE bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106190669/2.0.2','2.0.2',1),('f00f7809-c30a-999d-9a3a-2403d2832c9c',24308,0,0,NULL,'2020-08-26 09:47:18.103000','2020-08-26 09:47:18.103000',106186269,'Liferay CE Portal Reports Engine','Apps and Features: Calendar, Dynamic Data Lists, Dynamic Data Mapping, Forms, Polls, WorkflowAn increase in productivity means you\'re saving time and effort; you’re becoming more efficient. The Forms and Workflow apps help you do that by giving you built-in calendars and the ability to create your own forms and list applications. These are powerful, flexible apps that can be quickly leveraged for basic tasks, or carefully configured and mastered to perfect business processes.Need a quick survey or complex Sign Up form? Use the Liferay Forms app and make any forms you want. If there\'s a forms feature you need, this app probably has it.Maybe you need an entire list application, and you need it today. Dynamic Data Lists lets you do it without any developer expertise.Do you need personal calendars for your users, and/or site calendars? Do you need the calendar to be highly configurable? Use the Calendar app.Would you like to initiate a review process when new content, or any new asset, is created? The Kaleo Workflow Engine lets you send any asset through review before it gets published.Want to quickly get the opinion of your users on something? The Polls app is extremely easy to use.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106186269/2.0.1','2.0.1',1),('525d5f9a-3609-3f4a-5d28-5546273a7672',24310,0,0,NULL,'2020-08-26 09:47:18.153000','2020-08-26 09:47:18.153000',106191744,'Liferay CE IFrame','Apps and Features: Application Display Templates, Asset Publisher, Breadcrumb, Categories, Google Analytics, IFrame, Language, Navigation, Recycle Bin, Related Content, RSS, Search, Site and Page Templates, Sitemap, Sites Directory, Tags, Web Content, XSL ContentThe Web Experience suite provides features that help create, manage, and track content. The Web Content app lets you express your ideas and plans by creating dynamic content that can be structured to fit a specific design. You can also use templates to design web content for an appealing look and feel. Templates can be used in other realms of Liferay besides web content too. Site and Page Templates let you reproduce sites and pages that have been organized to address specific needs. Application Display Templates are another type of Liferay template that lets you develop the look and feel of applications. The IFrame and XSL Content apps let you create other forms of content by embedding HTML and XSL content on a site page.As administrators create content, organization is critical to keeping things tidy in your site. The suite\'s Tags and Categories apps lets you organize your web content to follow an organizational hierarchy. These organizational apps also aid with Liferay\'s Search app, which you can utilize to dynamically search content you\'ve created. The suite\'s Navigation, Breadcrumb, Sitemap, and Sites Directory apps aid in Liferay\'s organizational structure, providing a top level view of sites and their pages that have been created. To promote content in an organized way, the Asset Publisher and Related Assets apps broadcast assets and their related information. Inevitably, some content you create becomes stale and requires removal; the Recycle Bin app lets you delete content, with the option to restore that content.As a site accumulates content, administrators should have a way to easily track their content. The Google Analytics app allows the use of Google\'s tool set for analyzing site traffic data. The suite\'s RSS app provides a web feed used to publish updated works such as blog entries and news articles. The suite\'s Language app provides a way to change Liferay\'s language to cater to your site\'s international audience. This suite\'s content creation and organization focus lets site administrators develop dynamic content, organize content for easy managing, and track content for ideas to better improve the content creation process in the future.This suite may contain modules that depend on Foundation suite modules. This suite is available in the Liferay CE bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/106191744/2.0.2','2.0.2',1); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `marketplace_module` ( `uuid_` varchar(75) DEFAULT NULL, `moduleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `appId` bigint(20) 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=utf8; /*!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 */; INSERT INTO `marketplace_module` VALUES ('5bcde222-39b3-18f6-d35c-68e519e3ed3a',22406,0,22404,'com.liferay.expando.api','2.0.0',NULL),('03668127-23fb-45d1-6391-ed7bf248141c',22407,0,22404,'com.liferay.expando.exportimport','2.0.6',NULL),('2fa80d21-4203-f24e-94f9-8b1ffb9ef945',22408,0,22404,'com.liferay.expando.taglib','3.0.9','expando-taglib'),('edf71fa2-e22e-7ea2-d85d-dffca4f12609',22501,0,22404,'com.liferay.expando.web','3.0.15',NULL),('ad177923-ff75-1881-8224-3aedfb449826',22503,0,22502,'com.liferay.dynamic.data.lists.api','4.1.7',NULL),('689e0535-810b-ca98-92b8-3743af8b11fe',22504,0,22502,'com.liferay.dynamic.data.lists.service','3.0.26',NULL),('825791a0-e542-2bc5-2f15-609b3bfd5b2f',22505,0,22502,'com.liferay.dynamic.data.lists.web','4.0.19','dynamic-data-lists-web'),('ee8964f7-53c1-4280-2814-2c7a6589a7a1',22507,0,22506,'com.liferay.users.admin.api','4.0.9',NULL),('e76981c5-eb86-81c6-278e-0cc1e60b8ac0',22508,0,22506,'com.liferay.users.admin.impl','3.0.12',NULL),('ee222110-7488-1067-b1fe-15d5d7999497',22509,0,22506,'com.liferay.users.admin.item.selector.api','2.0.1',NULL),('ec573919-23a6-cf59-fb5d-a3a6327e0f1c',22510,0,22506,'com.liferay.users.admin.item.selector.web','2.0.8','users-admin-item-selector-web'),('463c2aa9-442c-0343-fa6f-f60fabdb19b1',22511,0,22506,'com.liferay.users.admin.uad','4.0.1',NULL),('c766b915-f731-ed86-76e9-d6aa9f292b2f',22512,0,22506,'com.liferay.users.admin.web','4.0.27','users-admin-web'),('04913fc9-a1e1-f74d-b564-cd6d26aab0c4',22514,0,22513,'com.liferay.screens.api','5.0.4',NULL),('1eb1e035-8314-c19b-df10-b18a4ec07958',22516,0,22513,'com.liferay.screens.service','3.0.10',NULL),('c15959c9-9bff-1fc6-7d86-707044c35a16',22601,0,22517,'com.liferay.exportimport.api','4.0.7',NULL),('a995378a-9307-9107-f573-1c523e8d6e15',22602,0,22517,'com.liferay.exportimport.changeset.api','2.0.4',NULL),('d256041a-de20-47e4-3be5-3295040565c1',22603,0,22517,'com.liferay.exportimport.changeset.service','2.0.4',NULL),('5185786a-f285-8734-ba7e-353bb2a99a7c',22604,0,22517,'com.liferay.exportimport.changeset.taglib','2.0.11','export-import-changeset-taglib'),('a4930e26-4c46-1b22-f35f-ea84f61b2417',22605,0,22517,'com.liferay.exportimport.changeset.web','2.0.7','exportimport-changeset-web'),('a59e6c14-ecbd-1702-551d-1618346e9f8e',22606,0,22517,'com.liferay.exportimport.resources.importer','4.0.11',NULL),('f765430b-eb4c-3731-9f48-e4bd0d657543',22607,0,22517,'com.liferay.exportimport.service','6.0.34',NULL),('297d2773-dd6a-4b07-bc64-24a292bb658b',22608,0,22517,'com.liferay.exportimport.web','3.0.23','exportimport-web'),('afba3ae7-ba90-fd52-49f8-7ae1f9aa26a2',22610,0,22609,'com.liferay.monitoring.web','3.0.10','monitoring-web'),('71514187-7952-aa4a-0e8c-483a8e09038d',22612,0,22611,'com.liferay.portal.settings.api','4.0.6',NULL),('32fcf06b-47d4-0cc4-beff-0dee89f52135',22613,0,22611,'com.liferay.portal.settings.authentication.cas.web','3.0.9','portal-settings-authentication-cas-web'),('f5eda89d-517a-211e-82de-3a03f2ad9db1',22614,0,22611,'com.liferay.portal.settings.authentication.facebook.connect.web','3.0.6','portal-settings-authentication-facebook-connect-web'),('de30c882-761a-9db4-f195-2d944553ffc4',22615,0,22611,'com.liferay.portal.settings.authentication.ldap.web','3.0.15','portal-settings-authentication-ldap-web'),('60b62ebc-72e5-2e3b-2704-fa36b064bcf1',22616,0,22611,'com.liferay.portal.settings.authentication.openid.connect.web','4.0.6','portal-settings-authentication-openid-connect-web'),('9a50bc49-3551-24fd-0f5b-2fac6cda1581',22618,0,22611,'com.liferay.portal.settings.authentication.opensso.web','3.0.10','portal-settings-authentication-opensso-web'),('0f613a19-b4a8-e1e7-db19-f9def3132d00',22619,0,22611,'com.liferay.portal.settings.lang','3.0.7',NULL),('52482d35-7866-8a62-c65d-a67fe0635005',22701,0,22611,'com.liferay.portal.settings.web','3.0.16','portal-settings-web'),('784ec38f-30c8-ea1e-f098-43e03fa567e6',22703,0,22702,'com.liferay.frontend.js.aui.web','3.0.32','frontend-js-aui-web'),('451c6904-2743-a29e-40d8-3c01bd6e3056',22704,0,22702,'com.liferay.frontend.js.bundle.config.extender','3.0.9',NULL),('bbd69995-54a0-76b0-9647-d480d1e99655',22705,0,22702,'com.liferay.frontend.js.jquery.web','1.0.15','frontend-js-jquery-web'),('b1323485-471f-587d-06e2-2e336355c203',22706,0,22702,'com.liferay.frontend.js.loader.modules.extender','4.0.23',NULL),('35ac205a-7b73-933a-4ee8-d9a9469d1ef2',22707,0,22702,'com.liferay.frontend.js.loader.modules.extender.api','3.2.4',NULL),('aeac9165-e8d6-6ba9-cd19-285d7af0ccb4',22708,0,22702,'com.liferay.frontend.js.lodash.web','2.0.15','frontend-js-lodash-web'),('e5383d17-5ffc-2ec3-74e4-3c563b02830b',22709,0,22702,'com.liferay.frontend.js.metal.web','3.0.10','frontend-js-metal-web'),('06299a5c-dd90-6b83-3e9f-b666151f05ad',22710,0,22702,'com.liferay.frontend.js.minifier','2.0.9',NULL),('2aeba88d-d251-19be-07d0-6550593467e9',22711,0,22702,'com.liferay.frontend.js.node.shims','3.0.5','frontend-js-node-shims'),('7877cd09-4bab-b6f4-a945-8e2256452c2f',22712,0,22702,'com.liferay.frontend.js.portlet.extender','2.0.11',NULL),('9cf0e305-ded3-b814-f130-7e7f57fdaaab',22713,0,22702,'com.liferay.frontend.js.react.web','1.0.8','frontend-js-react-web'),('1be1901b-e817-41bd-b271-cb065ebacb21',22714,0,22702,'com.liferay.frontend.js.spa.web','3.0.22','frontend-js-spa-web'),('588b0f67-de5b-4d3e-268f-5532f414a819',22715,0,22702,'com.liferay.frontend.js.top.head.extender','2.0.9',NULL),('5cb5c54a-7a2b-d31f-5f4e-aa9bc0bc628a',22716,0,22702,'com.liferay.frontend.js.web','3.0.35','frontend-js-web'),('4558be43-5d88-2e86-1e01-24fd0d10ab54',22718,0,22717,'com.liferay.mentions.api','4.0.7',NULL),('0f65382d-6079-88e3-1b91-810b5fb0dbe8',22719,0,22717,'com.liferay.mentions.service','4.0.5',NULL),('54a1bc8d-b13a-3d35-265e-b5364acc49db',22720,0,22717,'com.liferay.mentions.web','4.0.13','mentions-web'),('73487197-b851-50aa-723f-89ddbb602ee7',22722,0,22721,'com.liferay.portal.search','6.0.29',NULL),('1c0cfd26-e5f9-73cd-1f74-71a5e4ea250f',22723,0,22721,'com.liferay.portal.search.admin.web','2.0.20','portal-search-admin-web'),('28f5cbe7-3077-1d40-47b7-e9e31a88a2ff',22724,0,22721,'com.liferay.portal.search.api','3.12.1',NULL),('dcd9477c-4e54-5312-d644-07623e0258f2',22725,0,22721,'com.liferay.portal.search.engine.adapter.api','3.6.1',NULL),('58c48373-f331-e841-a61a-108b8ce96d57',22726,0,22721,'com.liferay.portal.search.spi','3.3.1',NULL),('98caa5d6-4ab3-7fc5-0acc-a625540c0825',22727,0,22721,'com.liferay.portal.search.web','4.0.40','portal-search-web'),('c7226889-671b-3a35-afcf-6dd18a8f4d8c',22728,0,22721,'com.liferay.portal.search.web.api','3.1.3',NULL),('bc8d135b-52e9-f777-1063-327ce0cf1402',22730,0,22729,'com.liferay.connected.app.api','1.0.4',NULL),('d6014171-ff12-4e79-1ab3-24959bfef4c3',22732,0,22729,'com.liferay.connected.app.web','1.0.13','connected-app-web'),('c21d11b2-65e5-b298-692c-3a56fd814af2',22801,0,22733,'com.liferay.adaptive.media.api','4.0.6',NULL),('9c25bde8-6ca4-b3f4-bb83-4040f988e178',22802,0,22733,'com.liferay.adaptive.media.blogs.editor.configuration','3.0.9',NULL),('9b8d5631-9adc-e9a7-91f3-42255387252e',22803,0,22733,'com.liferay.adaptive.media.blogs.item.selector.web','3.0.1',NULL),('6939d813-6159-d3db-ea03-232afa2b9566',22804,0,22733,'com.liferay.adaptive.media.blogs.web','3.0.6',NULL),('9c98acd7-0d9d-c9cb-de22-ee9afd61c38b',22805,0,22733,'com.liferay.adaptive.media.blogs.web.fragment','3.0.6',NULL),('a6d4f2cb-2221-1a6d-fe9a-30e9271bb5a3',22806,0,22733,'com.liferay.adaptive.media.content.transformer.api','3.0.2',NULL),('5c3f77ab-6141-bf7b-daca-e6cb9c494e9e',22807,0,22733,'com.liferay.adaptive.media.content.transformer.impl','2.0.3',NULL),('c0f48b39-dc19-c29f-86ca-ac128989cf27',22808,0,22733,'com.liferay.adaptive.media.demo.data.creator.api','3.0.1',NULL),('2a80c2f9-c992-7fcf-6ca1-d096a204a16a',22809,0,22733,'com.liferay.adaptive.media.demo.data.creator.impl','3.0.1',NULL),('e10e6ab0-27fa-744c-232e-3633383f2f35',22810,0,22733,'com.liferay.adaptive.media.document.library','3.0.5',NULL),('af1a2d68-cdac-7258-9ed9-32eb8c2960e0',22811,0,22733,'com.liferay.adaptive.media.document.library.item.selector.web','3.0.1',NULL),('bbb23dd1-1596-bf5a-93ad-16d6d6ed8b0c',22812,0,22733,'com.liferay.adaptive.media.document.library.thumbnails','3.0.9',NULL),('994ba634-f4f6-9330-be7e-5c52747179ba',22813,0,22733,'com.liferay.adaptive.media.document.library.web','3.0.1',NULL),('caec9e84-5757-ca1f-1a96-a3e73b9ad712',22814,0,22733,'com.liferay.adaptive.media.image.api','3.0.6',NULL),('8bcffdeb-9ad9-564c-faad-4163fdcbcd67',22815,0,22733,'com.liferay.adaptive.media.image.content.transformer','3.0.3',NULL),('c17be01e-d723-b6b4-0ce5-9ea9f612d615',22816,0,22733,'com.liferay.adaptive.media.image.content.transformer.backwards.compatibility','3.0.3',NULL),('58757280-3ed9-840a-5f8e-b66ba9040735',22817,0,22733,'com.liferay.adaptive.media.image.impl','3.0.23',NULL),('24cbf7e5-1675-b33f-c7ad-24b6bbab97c4',22818,0,22733,'com.liferay.adaptive.media.image.item.selector.api','3.0.0',NULL),('d54d50e4-9f8b-2ca4-8b43-86abd9a03218',22819,0,22733,'com.liferay.adaptive.media.image.item.selector.impl','3.0.4',NULL),('9faafc6c-ef41-bc91-3ce8-b50aaa27b1a1',22820,0,22733,'com.liferay.adaptive.media.image.js.web','3.0.5','adaptive-media-image-js-web'),('e82b97df-c5a0-2745-87c9-0734cd373498',22821,0,22733,'com.liferay.adaptive.media.image.service','3.0.12',NULL),('247cd94e-7558-15d6-341f-19b8771eefca',22822,0,22733,'com.liferay.adaptive.media.image.taglib','3.0.3','adaptive-media-image-taglib'),('266e8e42-cc47-de1f-88c8-de0a9958b7e4',22823,0,22733,'com.liferay.adaptive.media.image.web','3.0.7','adaptive-media-image-web'),('4388628e-ac35-db11-b0e9-2e5f03b5b0f5',22824,0,22733,'com.liferay.adaptive.media.item.selector.upload.web','3.0.0',NULL),('7fa464a7-6847-fc9c-4a75-be0da59641c4',22825,0,22733,'com.liferay.adaptive.media.journal.editor.configuration','3.0.10',NULL),('6d5fa547-000b-379f-b3b8-47ed9dd87ba5',22826,0,22733,'com.liferay.adaptive.media.journal.web','3.0.2',NULL),('e7cf81ac-f3c8-f9a0-81e4-eafb14f162ff',22827,0,22733,'com.liferay.adaptive.media.upload','2.0.6',NULL),('c1df57dd-7528-633b-075b-19a678ab7837',22828,0,22733,'com.liferay.adaptive.media.web','3.0.25','adaptive-media-web'),('b5a6f42c-45aa-444f-9963-2ae35e5cdcde',22830,0,22829,'com.liferay.portal.configuration.cluster','5.0.5',NULL),('e1061606-57d5-fbcc-0146-0ee4c951e881',22831,0,22829,'com.liferay.portal.configuration.extender','5.0.10',NULL),('f2cf1479-ca6e-1f1c-cde8-020210ad2cb5',22832,0,22829,'com.liferay.portal.configuration.metatype.definitions.annotations','4.0.3',NULL),('644cfb85-2bfa-1a07-ef42-fbb9a48fdd1f',22833,0,22829,'com.liferay.portal.configuration.metatype.definitions.equinox','4.0.3',NULL),('077e1c09-f554-0f3a-52a7-0770e2bfcc48',22834,0,22829,'com.liferay.portal.configuration.module.configuration','4.0.4',NULL),('b15d6b21-0001-a085-7aca-59ec2cbbeef9',22835,0,22829,'com.liferay.portal.configuration.settings','4.0.7',NULL),('ef8252b1-2404-a4af-0e8c-6279bfb7e9cb',22836,0,22829,'com.liferay.portal.configuration.upgrade.api','2.0.2',NULL),('232f12f3-eb3a-0319-1057-0df7de12bb9d',22837,0,22829,'com.liferay.portal.configuration.upgrade.impl','2.0.4',NULL),('3a4c2a7e-50e3-e7a0-3e81-81ce40e61ad7',22839,0,22838,'com.liferay.imageio.plugins','3.0.1',NULL),('7cae4e9c-85b6-39eb-6d59-e2ff7a80bd87',22841,0,22840,'com.liferay.layout.admin.api','2.0.1',NULL),('9cf7abd6-4d94-6a5b-3e62-b1760ade6c9d',22842,0,22840,'com.liferay.layout.admin.web','3.0.46','layout-admin-web'),('8b2df691-2f23-731a-ca56-0e15ac6ab630',22843,0,22840,'com.liferay.layout.api','2.2.2',NULL),('ed70bc74-f2a5-61a2-f43e-b7df6018dde4',22844,0,22840,'com.liferay.layout.content.page.editor.api','1.1.0',NULL),('134f903c-e3d4-1b18-4e4b-5ae97ab80db2',22845,0,22840,'com.liferay.layout.content.page.editor.web','1.0.52','layout-content-page-editor-web'),('a6a4650e-4708-594e-ee7f-b5657612dc58',22846,0,22840,'com.liferay.layout.impl','4.0.18',NULL),('057fab32-5e65-24d1-2367-5a7483c77068',22847,0,22840,'com.liferay.layout.item.selector.api','3.0.1',NULL),('d3358f99-c47a-78d1-a0ce-8ab6d7126ccf',22848,0,22840,'com.liferay.layout.item.selector.web','3.0.7','layout-item-selector-web'),('1d4a00c6-8e5e-b52a-dc20-aedd4f496042',22849,0,22840,'com.liferay.layout.page.template.api','2.4.3',NULL),('d5f64f3a-0cef-9b80-5e22-1b03a3805405',22850,0,22840,'com.liferay.layout.page.template.service','2.1.23',NULL),('04fb8342-bfa7-265e-5141-02b35f41ee04',22851,0,22840,'com.liferay.layout.prototype.api','3.0.0',NULL),('c91a45fa-4820-8170-9eea-f307c517d8e7',22852,0,22840,'com.liferay.layout.prototype.impl','3.0.7',NULL),('bc0d1968-3ca1-608f-73b2-a22e74128776',22853,0,22840,'com.liferay.layout.seo.api','1.1.2',NULL),('8d34edeb-3621-f495-7c92-faebf99f0621',22854,0,22840,'com.liferay.layout.seo.service','1.0.5',NULL),('d4e87f29-88bb-2568-c989-0b8b76ace14b',22855,0,22840,'com.liferay.layout.set.prototype.api','3.0.0',NULL),('421de4f0-b8d6-9363-2df3-606136c8ef33',22856,0,22840,'com.liferay.layout.set.prototype.impl','4.0.7',NULL),('bf9bcef7-8a0e-6d09-9d1e-65a9008bc0f9',22857,0,22840,'com.liferay.layout.set.prototype.web','3.0.11',NULL),('d446dd2d-b545-04a1-75b9-2a8377ddb517',22858,0,22840,'com.liferay.layout.taglib','4.1.12','layout-taglib'),('ebc3d86e-433a-6b0c-feee-c4725b59b46f',22859,0,22840,'com.liferay.layout.type.controller.asset.display','2.0.9','layout-type-controller-asset-display'),('b530e1f1-9f04-1cff-c372-18424532a1e2',22860,0,22840,'com.liferay.layout.type.controller.content','2.0.18','layout-type-controller-content'),('e9b9f55c-212b-732d-7fa0-67a7d83748de',22861,0,22840,'com.liferay.layout.type.controller.control.panel','4.0.5','layout-type-controller-control-panel'),('887f7f34-cdc6-7436-549e-4b71c908a6e6',22862,0,22840,'com.liferay.layout.type.controller.display.page','1.0.27','layout-type-controller-display-page'),('2b3aa059-069e-4756-594b-ea816db3f4c8',22863,0,22840,'com.liferay.layout.type.controller.full.page.application','4.0.8','layout-type-controller-full-page-application'),('e63ef18e-7ba5-29c3-6ec7-f869220e7457',22864,0,22840,'com.liferay.layout.type.controller.link.to.page','2.0.10','layout-type-controller-link-to-page'),('bde2ca03-f85f-66bf-a1b7-42eac4b337a6',22865,0,22840,'com.liferay.layout.type.controller.node','4.0.8','layout-type-controller-node'),('7e514141-dfd1-89d0-c9c9-4cd48aa7f35e',22866,0,22840,'com.liferay.layout.uad','4.0.2',NULL),('c749a717-3d0a-251a-6044-2a526bde651f',22868,0,22867,'com.liferay.portal.aop.api','1.0.2',NULL),('df10aea2-3927-4d12-b2ca-95f38b59f987',22869,0,22867,'com.liferay.portal.aop.impl','1.0.5',NULL),('165398cb-bb4a-9b19-b020-e0422cb023ed',22870,0,22867,'com.liferay.portal.async.advice','1.0.12',NULL),('dcd4c86d-649f-0cc8-90aa-03dc0443773a',22871,0,22867,'com.liferay.portal.cluster.multiple','3.0.15',NULL),('1b4d0e67-2d20-b71a-a3bf-acca45cd284f',22872,0,22867,'com.liferay.portal.compound.session.id','4.0.8',NULL),('799bb9a7-cffa-7fff-945f-224f876cb169',22873,0,22867,'com.liferay.portal.custom.jsp.bag.api','3.0.2',NULL),('e43198b6-1e8d-6eee-b6e0-1c156f8cdad6',22874,0,22867,'com.liferay.portal.dao.orm.custom.sql.api','2.0.1',NULL),('c911b078-1603-f500-f5f8-c7dfc4522f20',22875,0,22867,'com.liferay.portal.dao.orm.custom.sql.impl','2.0.6',NULL),('16c1be90-5f79-cbcc-bcbf-4d5d103a55e0',22876,0,22867,'com.liferay.portal.error.code','1.0.5','portal-error-code'),('86fdf4a9-8ef2-fdca-2fde-bb4432dff013',22877,0,22867,'com.liferay.portal.executor','4.0.2',NULL),('e78b30e1-8412-164d-75e5-70b7be663cbf',22878,0,22867,'com.liferay.portal.inactive.request.handler','2.0.9',NULL),('f740bbb1-3ea1-6463-a8b2-84d29dc3e988',22879,0,22867,'com.liferay.portal.init.servlet.filter','4.0.7',NULL),('cc3f875c-e2b4-122a-bef8-630d21e2126e',22880,0,22867,'com.liferay.portal.instance.lifecycle.api','2.0.2',NULL),('c6b326b5-f451-b79e-8096-59033a25f528',22881,0,22867,'com.liferay.portal.instance.lifecycle.impl','2.0.3',NULL),('f9ff58c7-815e-ad48-17fa-f5e368d67d1f',22882,0,22867,'com.liferay.portal.jmx','6.0.3',NULL),('a3b52978-35ff-1b45-851a-c0ed9b16e35d',22883,0,22867,'com.liferay.portal.jmx.api','3.0.0',NULL),('68522dd1-f9d5-c1e4-b0d5-3b5c814173b4',22884,0,22867,'com.liferay.portal.license.deployer','3.0.10',NULL),('2c986435-a32a-0286-1cb5-89321e2383db',22885,0,22867,'com.liferay.portal.messaging','6.0.9',NULL),('269ca52a-9429-8381-585f-cd7c749be6d0',22886,0,22867,'com.liferay.portal.monitoring','7.0.12',NULL),('f74978d5-071a-2e73-ac34-ca2d14156183',22887,0,22867,'com.liferay.portal.output.stream.container','5.0.3',NULL),('6663f5ea-afe5-dca9-b59f-9382fae6a127',22888,0,22867,'com.liferay.portal.output.stream.container.api','3.0.0',NULL),('11b9d6d3-8310-944a-ed3d-f096a3308dd5',22889,0,22867,'com.liferay.portal.pop.notifications','4.0.4',NULL),('ddcfc23e-7f97-7832-1367-3a67ffa325c7',22890,0,22867,'com.liferay.portal.spring.extender.api','4.0.0',NULL),('55268904-2c5a-b1e0-4517-1d58f2e4e2ca',22891,0,22867,'com.liferay.portal.spring.extender.impl','2.0.7',NULL),('a600880b-e9f5-8d6c-0f64-d72ee3564fc5',22892,0,22867,'com.liferay.portal.uad','4.0.4',NULL),('28a10094-578c-5b86-2e4a-d67ea7b65035',22893,0,22867,'com.liferay.portal.upgrade.api','3.3.3',NULL),('94709da9-ef37-5d8c-3b8c-414f42696121',22894,0,22867,'com.liferay.portal.upgrade.impl','3.0.8',NULL),('6c623a92-a4e7-c635-a530-1ae53b7901b3',22895,0,22867,'com.liferay.portal.upload','2.0.13',NULL),('e20302a3-0940-e78b-c5aa-345f7a5800f5',22896,0,22867,'com.liferay.portal.verify.extender','5.0.6',NULL),('59c4f798-f907-f4a5-0ce1-c23241ac778c',22897,0,22867,'com.liferay.portal.weblogic.support','4.0.6',NULL),('7045e576-5e59-dac1-3d2d-5388649cc291',22899,0,22898,'com.liferay.upload.api','3.0.2',NULL),('090ab06e-1f23-d45b-cfe9-c29457c4349c',22900,0,22898,'com.liferay.upload.web','3.0.9',NULL),('e3b178a8-3f0d-b351-ac2b-0892fe29885d',22902,0,22901,'com.liferay.site.navigation.admin.api','2.0.0',NULL),('a135c134-b8be-53a5-68e1-503a2adc8605',22903,0,22901,'com.liferay.site.navigation.admin.web','2.0.20','site-navigation-admin-web'),('46904475-0351-5402-6a53-1f65a9e3db1a',22904,0,22901,'com.liferay.site.navigation.api','3.2.3',NULL),('9df807bc-fac0-e655-9f90-696b965e387c',22905,0,22901,'com.liferay.site.navigation.breadcrumb.web','5.0.14','site-navigation-breadcrumb-web'),('7754ce80-d85e-d701-0886-cc90fa0d1cc8',22906,0,22901,'com.liferay.site.navigation.directory.web','4.0.10','site-navigation-directory-web'),('cb34fce8-a645-aeb2-837c-397ea342dbc6',22907,0,22901,'com.liferay.site.navigation.item.selector.api','2.0.1',NULL),('22513096-588c-e5ad-46e8-329d60433ce8',22908,0,22901,'com.liferay.site.navigation.item.selector.web','2.0.14','site-navigation-item-selector-web'),('636e449e-5d6e-8786-3fa6-974b91d4086a',22909,0,22901,'com.liferay.site.navigation.lang','2.0.6',NULL),('98ae9193-191e-fd30-a05a-f4cc52f6bbe6',22910,0,22901,'com.liferay.site.navigation.language.api','3.0.0',NULL),('a5e5a2f4-e744-996d-a717-3b0c44af1af3',22911,0,22901,'com.liferay.site.navigation.language.web','5.0.13','site-navigation-language-web'),('210ec065-e427-c6f3-7fcf-bbdfbcb18413',22912,0,22901,'com.liferay.site.navigation.menu.item.api','2.0.4',NULL),('49ceb7e1-a982-7f46-684d-6fa7de60a6e6',22913,0,22901,'com.liferay.site.navigation.menu.item.layout','2.0.12','site-navigation-menu-item-layout'),('fb45f54c-067b-1bf4-8b29-dc8cf2620560',22914,0,22901,'com.liferay.site.navigation.menu.item.node','2.0.5','site-navigation-menu-item-node'),('db052e0f-5cb0-a7f5-e834-75a4fa32059f',22915,0,22901,'com.liferay.site.navigation.menu.item.url','2.0.4','site-navigation-menu-item-url'),('c9231f41-a91a-a703-b953-de081f4843d7',22916,0,22901,'com.liferay.site.navigation.menu.web','4.0.14','site-navigation-menu-web'),('b9efa623-f78d-a541-8f47-1cd8ab45c386',22917,0,22901,'com.liferay.site.navigation.service','2.0.14',NULL),('39f7c963-5df0-d22d-c1d5-41fab64585d1',22918,0,22901,'com.liferay.site.navigation.site.map.web','4.0.11','site-navigation-site-map-web'),('271c703d-1c01-dd06-775d-1577e7985e21',22919,0,22901,'com.liferay.site.navigation.taglib','4.0.10','site-navigation-taglib'),('735c703d-d2bc-9172-b542-f02e6a9a9958',22921,0,22920,'com.liferay.portal.background.task.api','4.1.6',NULL),('037a8204-d533-6eac-37af-4f5abffc66aa',22922,0,22920,'com.liferay.portal.background.task.service','5.0.19',NULL),('93e9a976-cb55-0aea-0ea9-9da13b0141f8',22923,0,22920,'com.liferay.portal.background.task.web','4.0.5',NULL),('ff8d1685-91af-7805-1977-e535d0c5835c',22925,0,22924,'com.liferay.portal.vulcan.api','3.9.1',NULL),('6d4ad3eb-b0c6-bcc1-f517-fb0f6d46c8bf',22926,0,22924,'com.liferay.portal.vulcan.impl','3.0.38',NULL),('d10b6f5e-9685-b08c-bd11-5797a224bc78',22927,0,22924,'io.swagger.core.v3.swagger-annotations','2.0.5',NULL),('699548ca-25f5-e560-325e-24cc4208d981',22928,0,22924,'javax.validation.api','2.0.1.Final',NULL),('b5f75a2a-7090-86c5-a15c-9ca221faa3d3',22930,0,22929,'com.liferay.websocket.whiteboard','3.0.5',NULL),('0e4ca6c1-b8c0-c15a-e23a-e45e8ac81581',22932,0,22931,'com.liferay.document.library.api','5.2.5',NULL),('dcedc286-4404-5647-76d5-cbc8b2328754',22933,0,22931,'com.liferay.document.library.content.api','2.1.2',NULL),('98892bf5-1ff9-13c8-c8a0-3476fc94cbdd',22934,0,22931,'com.liferay.document.library.content.service','2.0.9',NULL),('aea2a7a2-5c6f-70db-0532-27f2c88d2b40',22935,0,22931,'com.liferay.document.library.document.conversion','2.0.15',NULL),('4fabb51e-759c-6b07-4787-f797d9336efc',22936,0,22931,'com.liferay.document.library.file.rank.api','2.2.2',NULL),('c6d290dd-d839-f881-c565-84f54c82e6fe',22937,0,22931,'com.liferay.document.library.file.rank.service','2.0.15',NULL),('2c76c1c7-be0a-6277-7a96-2504ebc561e8',22938,0,22931,'com.liferay.document.library.google.drive.api','1.0.10',NULL),('47c26b60-c227-49b8-e1b4-8353f02a48da',22939,0,22931,'com.liferay.document.library.google.drive.impl','1.0.4',NULL),('a3945d1a-0f29-be41-2c03-7dbe1fd5319a',22940,0,22931,'com.liferay.document.library.layout.set.prototype','4.0.6',NULL),('13f9be7e-a509-14ac-653d-2cccaef98659',22941,0,22931,'com.liferay.document.library.preview.lang','1.0.5',NULL),('63b4d34f-8606-b0da-b94a-4a55316df064',22942,0,22931,'com.liferay.document.library.repository.authorization.api','3.0.5',NULL),('b4db37fe-91e8-2974-d6fc-f4a7ef97d37c',22943,0,22931,'com.liferay.document.library.repository.cmis.api','3.0.10',NULL),('2fc372af-53bb-f2a6-7d19-6d8ea99cb963',22944,0,22931,'com.liferay.document.library.repository.cmis.impl','4.0.16',NULL),('474892b5-10fd-9b72-0faa-22aa0fb92583',22945,0,22931,'com.liferay.document.library.repository.external.api','3.0.8',NULL),('7bbc076a-1a91-89c1-0614-d31bf4b2056a',22946,0,22931,'com.liferay.document.library.repository.portlet.file.repository.impl','1.0.4',NULL),('b82b9901-4d2b-4a63-f7bc-9885a800703f',22947,0,22931,'com.liferay.document.library.repository.portlet.repository.impl','1.0.2',NULL),('45ba758d-61e3-c521-b9dc-732fe7bfa9a8',22948,0,22931,'com.liferay.document.library.repository.search','5.0.1',NULL),('cc316a83-2718-e739-6b9c-91f44bdc3240',22949,0,22931,'com.liferay.document.library.service','4.0.29',NULL),('c4dcc1c2-6fff-53b1-3f09-2df40871486d',22950,0,22931,'com.liferay.document.library.sync.api','2.0.6',NULL),('7ae2d62d-8f7f-1d67-45fa-e431ef606458',22951,0,22931,'com.liferay.document.library.sync.service','2.0.10',NULL),('14c84bb6-c5e1-5dc6-86ad-e3b7f78ee98d',22952,0,22931,'com.liferay.document.library.uad','4.0.8',NULL),('6914da94-374c-8f55-ef83-b99699b50152',22953,0,22931,'com.liferay.document.library.analytics','3.0.9','document-library-analytics'),('8789ce0b-b56f-fbfa-7e61-9a09b668b594',22954,0,22931,'com.liferay.document.library.asset.auto.tagger.google.cloud.vision','1.0.14','document-library-asset-auto-tagger-google-cloud-vision'),('479b1ffb-4a6f-85cd-f811-512191471a7f',22955,0,22931,'com.liferay.document.library.asset.auto.tagger.microsoft.cognitive.services','1.0.13','document-library-asset-auto-tagger-microsoft-cognitive-services'),('aa9e694a-9f13-6ff4-2daf-9b431ea29d97',22956,0,22931,'com.liferay.document.library.asset.auto.tagger.tensorflow','1.0.12','document-library-asset-auto-tagger-tensorflow'),('0e0a8322-bf30-ec71-1567-2e4654e7ec7a',22957,0,22931,'com.liferay.document.library.item.selector.web','3.0.13','document-library-item-selector-web'),('7efd8433-3fd6-194c-8d2b-3afcaaba0ad3',22958,0,22931,'com.liferay.document.library.preview.audio','1.0.14','document-library-preview-audio'),('74db44e0-4d82-6d27-bc47-57b37985475d',22959,0,22931,'com.liferay.document.library.preview.document','1.0.18','document-library-preview-document'),('c4cd0700-2586-571b-cd86-7210238b3908',22960,0,22931,'com.liferay.document.library.preview.image','1.0.17','document-library-preview-image'),('7c933d24-09e7-b84e-24fe-b820a8ee53da',22961,0,22931,'com.liferay.document.library.preview.video','1.0.16','document-library-preview-video'),('50a2b531-b93d-1c6c-6924-8a0dd15f8347',22962,0,22931,'com.liferay.document.library.taglib','1.0.7','document-library-taglib'),('20ff7ffd-226f-d608-906e-671edba8bf36',22963,0,22931,'com.liferay.document.library.web','4.0.50','document-library-web'),('faaba846-d1e7-b830-2687-0a5df2418a2e',22965,0,22964,'com.liferay.petra.doulos','5.0.6',NULL),('61cbc077-462d-2ded-4abf-4810d64b8887',22966,0,22964,'com.liferay.petra.io.delta','3.0.1',NULL),('11156603-5f98-55b6-a263-6dc69748d141',22967,0,22964,'com.liferay.petra.json.web.service.client','14.0.13',NULL),('c96c0be3-64b4-6d30-25cf-5c64883f8e2a',22968,0,22964,'com.liferay.petra.mail.template','2.0.1',NULL),('72250ce1-7606-f829-c051-8ec85c15ae77',22970,0,22964,'com.liferay.petra.model.adapter','3.1.1',NULL),('1e8f82da-b43e-c434-317c-ca0ed8357ade',22972,0,22971,'com.liferay.portlet.display.template.api','2.0.6',NULL),('f131dd8d-667a-ab22-29c7-68be2d033629',22973,0,22971,'com.liferay.portlet.display.template.impl','2.0.8',NULL),('c225626a-3228-cb31-4292-90e1913a9255',22974,0,22971,'com.liferay.portlet.display.template.web','4.0.9',NULL),('4c1f3235-053d-2efe-eb96-c98fb139515d',23002,0,23001,'com.liferay.product.navigation.control.menu.api','5.0.4',NULL),('254afc2e-833e-a8e1-ba3b-eaad6c373dfe',23003,0,23001,'com.liferay.product.navigation.control.menu.impl','2.0.4',NULL),('f85239a5-132b-4194-c699-21bcfd91fc00',23004,0,23001,'com.liferay.product.navigation.control.menu.theme.contributor','4.0.10','product-navigation-control-menu-theme-contributor'),('dcedda95-ef93-91fc-3eec-bd077d77032d',23005,0,23001,'com.liferay.product.navigation.control.menu.web','4.0.23','product-navigation-control-menu-web'),('91cb8397-09d3-85b4-271d-af0d438153dc',23006,0,23001,'com.liferay.product.navigation.control.panel','4.0.6',NULL),('56f03e96-e6dd-b03e-947f-b13f4c9e147f',23007,0,23001,'com.liferay.product.navigation.personal.menu.api','1.1.4',NULL),('859388d4-de46-a609-508f-92ed4cd0dc1c',23008,0,23001,'com.liferay.product.navigation.personal.menu.web','1.0.12','product-navigation-personal-menu-web'),('376b59a2-1dc1-8bd9-26eb-e8dfd1de2d07',23009,0,23001,'com.liferay.product.navigation.product.menu.api','2.0.3',NULL),('d210baf4-c4f4-fd57-b0fa-9b00d8021377',23010,0,23001,'com.liferay.product.navigation.product.menu.theme.contributor','4.0.14','product-navigation-product-menu-theme-contributor'),('ab9e912b-9a33-3264-ab57-0acaeb733e26',23011,0,23001,'com.liferay.product.navigation.product.menu.web','4.0.15','product-navigation-product-menu-web'),('1cab9223-9c12-3f57-67f6-f2e490b80b88',23012,0,23001,'com.liferay.product.navigation.simulation.api','3.0.0',NULL),('b9827180-e100-842b-de42-fcdd05ee9a69',23013,0,23001,'com.liferay.product.navigation.simulation.device','4.0.11','product-navigation-simulation-device'),('6492a405-4206-a5ba-a4eb-e15a228b295e',23014,0,23001,'com.liferay.product.navigation.simulation.theme.contributor','4.0.7','product-navigation-simulation-theme-contributor'),('5a14e46e-a5c2-056d-1098-34e83e60e972',23015,0,23001,'com.liferay.product.navigation.simulation.web','5.0.11','product-navigation-simulation-web'),('47c97aa4-09c9-1d9c-90fe-3d6023cfe349',23016,0,23001,'com.liferay.product.navigation.site.administration','4.0.11','product-navigation-site-administration'),('4a445d32-7388-3a64-6f32-8238b332e23a',23017,0,23001,'com.liferay.product.navigation.taglib','4.1.11','product-navigation-taglib'),('0e9e32e4-ed5c-a645-2478-14c6f58353d4',23018,0,23001,'com.liferay.product.navigation.user','4.0.8','product-navigation-user'),('e2808623-9e2d-0bdb-db40-3d6d891673b4',23019,0,23001,'com.liferay.product.navigation.user.personal.bar.web','4.0.10',NULL),('6abe2db6-cd94-f24a-6d46-168e4fd22488',23021,0,23020,'com.liferay.portal.security.sso.cas.api','3.0.4',NULL),('cb9fd386-8140-1f8b-e8f0-a4042344cc66',23022,0,23020,'com.liferay.portal.security.sso.cas.impl','2.0.8',NULL),('0121464e-0641-e4b3-1de5-6edaae3a3e8d',23023,0,23020,'com.liferay.portal.security.sso.facebook.connect.api','3.0.5',NULL),('0c66e641-e72b-9a25-e421-6416ab7a96f7',23024,0,23020,'com.liferay.portal.security.sso.facebook.connect.impl','2.0.8',NULL),('db179efb-82b2-f1ab-260d-5dfd96ea67cb',23025,0,23020,'com.liferay.portal.security.sso.openid.connect.api','5.0.7',NULL),('57070f5d-7f51-1972-775e-c04745d9e8c2',23026,0,23020,'com.liferay.portal.security.sso.openid.connect.impl','4.0.17',NULL),('2ade59b6-6cb3-254a-e0ce-1b52eb1e5aa3',23027,0,23020,'com.liferay.portal.security.sso.opensso.api','3.1.3',NULL),('3d052ef2-9264-f297-99ed-b6275a27ff59',23028,0,23020,'com.liferay.portal.security.sso.opensso.impl','2.0.11',NULL),('f96b4791-05af-d401-afdf-89f3f2482344',23029,0,23020,'com.liferay.portal.security.sso.token.api','3.0.3',NULL),('a973f22c-3ec9-c854-3025-bbd127950b03',23030,0,23020,'com.liferay.portal.security.sso.token.impl','3.0.11',NULL),('0ba937f7-70cf-76e3-3ee3-f70b4365a157',23032,0,23031,'com.liferay.knowledge.base.api','6.1.2',NULL),('854bba57-f449-168c-c8ef-b3a94719f2a8',23033,0,23031,'com.liferay.knowledge.base.editor.configuration','3.0.3',NULL),('e786ccc8-3df5-11ae-6263-dfea4f80b139',23034,0,23031,'com.liferay.knowledge.base.item.selector.api','3.0.1',NULL),('3813119f-a761-eabb-9690-c0443963b79b',23035,0,23031,'com.liferay.knowledge.base.item.selector.web','3.0.9','knowledge-base-item-selector-web'),('9b35b2ac-a2db-6a4f-41e5-80b54ba3ac9e',23036,0,23031,'com.liferay.knowledge.base.markdown.converter.api','2.0.0',NULL),('93ac0190-c0d6-02c8-527d-fe467060db79',23037,0,23031,'com.liferay.knowledge.base.markdown.converter.impl','2.0.2',NULL),('05c5bd9f-372c-6301-f55b-c107017a0e69',23038,0,23031,'com.liferay.knowledge.base.service','3.0.24',NULL),('b3c6c1de-8d49-4b61-bf22-6eed3b91a023',23039,0,23031,'com.liferay.knowledge.base.web','3.0.24','knowledge-base-web'),('c64c0075-fec6-a599-9c92-bb4c7166cbd9',23041,0,23040,'com.liferay.subscription.api','2.1.7',NULL),('2a54e110-89d5-c9ee-b81a-8e9f1c7603df',23042,0,23040,'com.liferay.subscription.service','2.1.13',NULL),('6c24a2a4-0a48-23c0-2a93-16dd73ad87b3',23043,0,23040,'com.liferay.subscription.web','2.0.11','subscription-web'),('4e1bffe7-628d-6577-2a02-d9846e1798cf',23045,0,23044,'com.liferay.password.policies.admin.api','4.0.0',NULL),('44688f8a-b646-13cd-eefd-158a0bfba7d4',23046,0,23044,'com.liferay.password.policies.admin.impl','3.0.6',NULL),('a7bf3809-3203-4a4e-7061-dd9037413ec3',23047,0,23044,'com.liferay.password.policies.admin.uad','4.0.1',NULL),('c1bdecc8-e40f-6126-77fe-72ec50901e8e',23048,0,23044,'com.liferay.password.policies.admin.web','3.0.13',NULL),('439bef52-9bf4-9963-0b4b-2c130b252971',23050,0,23049,'com.fasterxml.jackson.jaxrs.jackson-jaxrs-base','2.9.8',NULL),('180c3d10-6853-7eeb-8ff0-8b9d372eaf27',23051,0,23049,'com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider','2.9.8',NULL),('ca473e83-c3a2-b009-573d-11f67ea7e07c',23052,0,23049,'com.fasterxml.jackson.module.jackson-module-jaxb-annotations','2.9.8',NULL),('9db04496-97b1-b786-14e5-f66496eb1bce',23053,0,23049,'com.liferay.portal.remote.axis.extender','3.0.6',NULL),('86ae6a87-4ce4-6d93-65e2-bcd1174731af',23054,0,23049,'com.liferay.portal.remote.cors.api','1.0.8',NULL),('09361254-e119-f4b1-38c0-ffafb024003e',23055,0,23049,'com.liferay.portal.remote.cors.impl','1.0.7',NULL),('c3bf629e-bc4a-20d7-444e-3ad6b8483843',23056,0,23049,'com.liferay.portal.remote.cxf.common','5.0.12',NULL),('84944f53-18a7-ea90-ae22-ae5997b951ea',23057,0,23049,'com.liferay.portal.remote.http.tunnel.extender','4.0.8',NULL),('ef3c7284-c8cd-c1c6-6ee9-11c0ad90e71b',23058,0,23049,'com.liferay.portal.remote.http.whiteboard.debug','4.0.1',NULL),('dfd08b7a-f30b-740a-6602-2c9d5f9e22d2',23059,0,23049,'com.liferay.portal.remote.jaxrs.security.impl','1.0.4',NULL),('ca0fa020-7f96-bf47-8dc9-2662ee7f248e',23060,0,23049,'com.liferay.portal.remote.jaxrs.whiteboard','3.0.6',NULL),('b41a9a6a-1223-92ba-172c-548f066cd42f',23061,0,23049,'com.liferay.portal.remote.jaxrs.whiteboard.debug','2.0.2',NULL),('96c0cf7b-dd17-fe13-b658-85970710d561',23062,0,23049,'com.liferay.portal.remote.jaxrs.whiteboard.jaxb.json','2.0.7',NULL),('424f02ce-4aa2-97bb-a278-f2bac0906fbe',23063,0,23049,'com.liferay.portal.remote.json.web.service.extender','4.0.4',NULL),('e1be5311-0a12-1ea4-3260-f13d2384d097',23064,0,23049,'com.liferay.portal.remote.rest.extender','4.0.6',NULL),('4a938082-2c56-888a-d2ef-8a5642b4dbe4',23065,0,23049,'com.liferay.portal.remote.soap.extender.api','3.0.0',NULL),('e7d38b3f-fe3c-43b6-e87b-7320d2d7c0ed',23066,0,23049,'com.liferay.portal.remote.soap.extender.impl','3.0.10',NULL),('d8022094-fc11-a1e5-3f72-a384d30fedf1',23067,0,23049,'org.apache.geronimo.specs.geronimo-jaxrs_2.1_spec;singleton=true','1.1.0',NULL),('56efec65-168d-dd8c-f46e-08f43ac37027',23068,0,23049,'javax.json-api','1.0',NULL),('970101a8-3354-baa3-4484-081c06bcce95',23069,0,23049,'org.apache.aries.jax.rs.jackson','1.0.2',NULL),('1c78a7d9-058a-af05-ad83-acd3db8c18db',23070,0,23049,'org.apache.aries.jax.rs.whiteboard','1.0.6',NULL),('1cd9f7e3-34fb-b6c9-8cf6-266cc8b46ed2',23071,0,23049,'org.osgi.service.jaxrs','1.0.0.201802012106',NULL),('0c769dd2-c3a8-bf7e-90ac-ae5ed764c330',23073,0,23072,'com.liferay.item.selector.api','4.0.5',NULL),('0b89824c-498a-d163-99ba-8b64099253ac',23074,0,23072,'com.liferay.item.selector.criteria.api','4.1.1',NULL),('8f328434-8a68-ec7e-a2c2-376b83348506',23075,0,23072,'com.liferay.item.selector.criteria.impl','2.0.1',NULL),('9bb15b15-5540-67f7-aeda-6f7092c5eab4',23076,0,23072,'com.liferay.item.selector.editor.configuration','4.0.7',NULL),('6edec600-17e8-0f7c-5c98-8acaedcd19a5',23077,0,23072,'com.liferay.item.selector.impl','2.0.2',NULL),('ebd28867-0c3e-c30c-0c5b-5af510e2dfd5',23078,0,23072,'com.liferay.item.selector.taglib','3.0.24','item-selector-taglib'),('97cb7b0f-99d5-93ba-e7a3-7514b816c915',23079,0,23072,'com.liferay.item.selector.upload.web','4.0.9','item-selector-upload-web'),('ca00e72e-2d77-61fd-9811-792ad0566ace',23080,0,23072,'com.liferay.item.selector.url.web','4.0.8','item-selector-url-web'),('9f3b7736-49b5-3530-fc93-4bf2bc585dfb',23081,0,23072,'com.liferay.item.selector.web','5.0.18',NULL),('f54fa759-6031-91b0-6250-d8fc05cc0876',23083,0,23082,'com.liferay.portal.workflow.api','5.1.6',NULL),('a7034700-90d7-3c75-944a-f7e52b1f24e1',23084,0,23082,'com.liferay.portal.workflow.kaleo.api','4.2.3',NULL),('8afcebbf-f579-3e2d-dfce-3436eadb9070',23085,0,23082,'com.liferay.portal.workflow.kaleo.definition.api','4.0.1',NULL),('476c282a-2c39-d770-b66d-30c85a21dc8e',23086,0,23082,'com.liferay.portal.workflow.kaleo.definition.impl','4.0.5',NULL),('f65d6781-c0c7-5a18-c1d8-f98001b65c1e',23087,0,23082,'com.liferay.portal.workflow.kaleo.runtime.api','4.0.5',NULL),('bf962bd8-fc29-700c-82fb-ea340a05ff24',23088,0,23082,'com.liferay.portal.workflow.kaleo.runtime.form.impl','2.0.4',NULL),('d21d41a9-e15f-0c45-1f7e-9d1d3c63f027',23089,0,23082,'com.liferay.portal.workflow.kaleo.runtime.impl','4.0.13',NULL),('06099cb2-98ce-f138-833a-fce7d7264e13',23090,0,23082,'com.liferay.portal.workflow.kaleo.runtime.integration.impl','3.0.6',NULL),('189284eb-49cb-59b3-c3e8-5213dc4af9ff',23091,0,23082,'com.liferay.portal.workflow.kaleo.runtime.scripting.impl','3.0.4',NULL),('3c0055a0-69c2-34fc-e3bc-d617f04eb641',23092,0,23082,'com.liferay.portal.workflow.kaleo.service','4.0.22',NULL),('d1a66e80-3493-937c-64de-36806f89907c',23093,0,23082,'com.liferay.portal.workflow.lang','4.0.10',NULL),('112b9709-77a6-11b7-8685-d2457ac5e8e9',23095,0,23082,'com.liferay.portal.workflow.metrics.sla.api','1.1.0',NULL),('f752a310-994b-20dd-1438-c3f37b78549a',23096,0,23082,'com.liferay.portal.workflow.task.web','3.0.23','portal-workflow-task-web'),('a12babcb-50a7-9eec-b193-512abcc9df5f',23101,0,23082,'com.liferay.portal.workflow.uad','4.0.1',NULL),('a1aa61f8-18f6-0da3-f3b5-0325fb1c4fcf',23102,0,23082,'com.liferay.portal.workflow.web','2.0.17','portal-workflow-web'),('0b28106f-a556-d9a7-ca4f-5bc116e08f39',23104,0,23103,'com.liferay.contacts.api','4.0.8',NULL),('0e7f1e17-c971-df07-6f7f-12e9a570787b',23105,0,23103,'com.liferay.contacts.service','4.0.11',NULL),('b4b0fbdf-049c-5486-0bd6-53cd0f6c9572',23106,0,23103,'com.liferay.contacts.uad','4.0.1',NULL),('83ce0a71-7469-73bd-4adb-0464d4643ed2',23107,0,23103,'com.liferay.contacts.web','3.0.20','contacts-web'),('250cffb1-0b28-f577-89ac-55b6c025b78d',23109,0,23108,'com.liferay.ratings.analytics','2.0.4','ratings-analytics'),('751317fa-c02c-e010-a6da-6ea449483c21',23110,0,23108,'com.liferay.ratings.api','4.0.0',NULL),('73596288-dbca-ed59-0b58-ed86d9b7260a',23111,0,23108,'com.liferay.ratings.page.ratings.web','4.0.8',NULL),('8f147113-9c1b-5852-6400-b6f52d80a03b',23112,0,23108,'com.liferay.ratings.service','3.0.8',NULL),('e47064f8-98d8-7245-8b91-2d3ee11d6c04',23114,0,23113,'com.liferay.gogo.shell.web','3.0.7',NULL),('63bfb546-8799-f837-745f-da5a786e40a3',23116,0,23115,'com.liferay.portal.relationship.api','2.0.3',NULL),('cd9740a4-6bd0-773f-9c6a-1dc40f71445c',23117,0,23115,'com.liferay.portal.relationship.impl','2.0.2',NULL),('9aeab6ef-fd48-edca-5a5c-81966a29d203',23119,0,23118,'com.liferay.portal.scripting.api','3.0.4',NULL),('e8baf7d3-6834-b2ff-0cc5-f207e5e82a20',23120,0,23118,'com.liferay.portal.scripting.executor','5.0.4',NULL),('682e1499-1762-3501-4530-82c4b9fbc70c',23121,0,23118,'com.liferay.portal.scripting.groovy','4.0.2',NULL),('c06dd166-7804-d87f-47c8-d1ec00bb30dc',23122,0,23118,'com.liferay.portal.scripting.groovy.context.api','2.0.1',NULL),('2923985b-8f33-a494-8ad9-d9dca6d5636f',23123,0,23118,'com.liferay.portal.scripting.impl','2.0.1',NULL),('066c1f7e-43d5-70e3-e9dc-1ad14056b08f',23125,0,23124,'com.liferay.portal.odata.api','2.3.2',NULL),('7ae5ae86-45f8-9049-f2b8-72c9504e5697',23126,0,23124,'com.liferay.portal.odata.impl','2.0.7',NULL),('94bfb2f6-9c8a-6ca8-3f32-ebdf2c5c1df0',23129,0,23127,'com.liferay.frontend.editor.alloyeditor.web','3.0.21','frontend-editor-alloyeditor-web'),('93dfe36c-c937-2d9b-1177-d5dac0aadb9f',23130,0,23127,'com.liferay.frontend.editor.api','4.0.1',NULL),('77b82a3b-b0b3-bd8f-ddb4-7cbb97643e0d',23201,0,23127,'com.liferay.frontend.editor.ckeditor.web','3.0.20','frontend-editor-ckeditor-web'),('8493d0e2-6e76-bd4c-572e-828ddb238228',23202,0,23127,'com.liferay.frontend.editor.lang','4.0.8',NULL),('c3139671-3181-84a2-4e47-bce92a773541',23203,0,23127,'com.liferay.frontend.editor.simple.web','3.0.7','frontend-editor-simple-web'),('06a7c7c7-d082-9749-2171-2f692e8dd913',23204,0,23127,'com.liferay.frontend.editor.taglib','2.0.8','frontend-editor-taglib'),('4756c067-8db0-901f-6531-a0980a800979',23205,0,23127,'com.liferay.frontend.editor.tinymce.web','3.0.13','frontend-editor-tinymce-web'),('ff4b0255-5245-dc63-0ee4-b0c28253f1a8',23207,0,23206,'com.liferay.wiki.api','4.3.3',NULL),('5fb48bd8-9d14-d58c-af5b-05776b7a4df0',23208,0,23206,'com.liferay.wiki.editor.configuration','3.0.12',NULL),('fe9bd99a-531c-2c6a-43d4-c0e5621a6bd6',23209,0,23206,'com.liferay.wiki.editor.link.browse.web','2.0.5',NULL),('e4aa2404-f25f-7bac-a2ca-f6665007727a',23210,0,23206,'com.liferay.wiki.engine.creole','4.0.8','wiki-engine-creole'),('66e30eb2-482e-9d2e-ef72-e12717ab0180',23211,0,23206,'com.liferay.wiki.engine.html','4.0.6','wiki-engine-html'),('e263dc35-c1e2-b0a3-dec3-1eccd9f976f2',23212,0,23206,'com.liferay.wiki.engine.input.editor.common','5.0.7','wiki-engine-input-editor-common'),('18e95f98-7c73-37d5-88bf-d8c0d595e408',23213,0,23206,'com.liferay.wiki.engine.lang','3.0.2',NULL),('362198d9-8755-7a60-d6f4-c1c38eefa3ae',23214,0,23206,'com.liferay.wiki.engine.text','4.0.6','wiki-engine-text'),('83b0746f-c217-b2da-97db-3d12faa97e55',23215,0,23206,'com.liferay.wiki.layout.prototype','3.0.4',NULL),('292b4216-68b7-d08f-c9f1-4f461cbab927',23216,0,23206,'com.liferay.wiki.navigation.web','4.0.11','wiki-navigation-web'),('2178883e-c650-9ee9-e88a-4c7a3df761c6',23217,0,23206,'com.liferay.wiki.service','3.0.23',NULL),('a1e62e5e-e7af-29c6-1af0-d6a3022eabf8',23218,0,23206,'com.liferay.wiki.uad','4.0.5',NULL),('0aa56359-9505-6010-ca55-b3c6fcc57197',23219,0,23206,'com.liferay.wiki.web','5.0.35','wiki-web'),('7b8a5999-40bc-353a-5180-fd5b9e8a0d41',23221,0,23220,'com.liferay.dynamic.data.mapping.api','5.7.0',NULL),('f89c647a-dfd8-df5c-a9d4-e0c722e8038a',23222,0,23220,'com.liferay.dynamic.data.mapping.data.provider.impl','3.0.10','dynamic-data-mapping-data-provider-impl'),('e0f22755-16fa-ae04-d2ec-e2239f80c6f1',23223,0,23220,'com.liferay.dynamic.data.mapping.data.provider.instance','2.0.6',NULL),('9a1077ca-c92f-3f1b-4374-bd857338deb7',23224,0,23220,'com.liferay.dynamic.data.mapping.data.provider.web','3.0.12','dynamic-data-mapping-data-provider-web'),('203734f8-ea6d-80ef-519c-418e3354cb1f',23225,0,23220,'com.liferay.dynamic.data.mapping.expression','4.0.9',NULL),('02fd88a7-f37b-55f7-650f-f35d2ec353ac',23226,0,23220,'com.liferay.dynamic.data.mapping.form.analytics','3.0.7','dynamic-data-mapping-form-analytics'),('1702317f-be6f-57d4-9862-16e81722e2cd',23227,0,23220,'com.liferay.dynamic.data.mapping.form.builder','2.0.42','dynamic-data-mapping-form-builder'),('9f04839b-5fd5-a5fe-6e27-9200bd24bc14',23228,0,23220,'com.liferay.dynamic.data.mapping.form.evaluator.impl','2.0.17',NULL),('6aa37978-a315-aaaa-f9ed-579395ff9d3a',23229,0,23220,'com.liferay.dynamic.data.mapping.form.field.type','4.0.40','dynamic-data-mapping-form-field-type'),('7e8c81a0-fcf8-c81a-da54-99c482850945',23230,0,23220,'com.liferay.dynamic.data.mapping.form.renderer','4.0.32','dynamic-data-mapping-form-renderer'),('c49da0d5-dd41-1372-9c99-d311d9f984d4',23231,0,23220,'com.liferay.dynamic.data.mapping.form.taglib','2.0.14','dynamic-data-mapping-form-taglib'),('c12a885f-f979-6339-8ed7-1a9b2aaaaff7',23232,0,23220,'com.liferay.dynamic.data.mapping.form.values.factory','4.0.9',NULL),('b9287beb-9f7c-1eb2-7880-a56eb3dc76a7',23233,0,23220,'com.liferay.dynamic.data.mapping.form.values.query','4.0.2',NULL),('3a73a918-9d4c-e555-d14c-90c1834d3504',23234,0,23220,'com.liferay.dynamic.data.mapping.form.web','2.0.45','dynamic-data-mapping-form-web'),('7cac53ed-1e23-59c7-1f20-e89fc589b069',23235,0,23220,'com.liferay.dynamic.data.mapping.lang','4.0.13',NULL),('4609f3a9-27b2-0ad4-735f-8176b14d0eb5',23236,0,23220,'com.liferay.dynamic.data.mapping.service','4.0.38',NULL),('d60e469a-0ced-298b-624f-531782b37842',23237,0,23220,'com.liferay.dynamic.data.mapping.taglib','4.1.9','dynamic-data-mapping-taglib'),('d32118fb-7a6b-6b43-429d-44fd14ea6c98',23238,0,23220,'com.liferay.dynamic.data.mapping.validator','4.0.11',NULL),('9e859173-17b0-2d85-4ed6-cbb1879e9fd6',23239,0,23220,'com.liferay.dynamic.data.mapping.web','3.0.30','dynamic-data-mapping-web'),('47227bce-d8f0-c9e0-a6c0-c372c8e1fa12',23241,0,23240,'com.liferay.portal.url.builder.api','2.0.8',NULL),('ef8397a5-cb14-7783-6a8a-2eb516767731',23242,0,23240,'com.liferay.portal.url.builder.impl','2.0.8',NULL),('1e5d8508-4812-dcb0-97cc-b7c0ec1c3d1f',23244,0,23243,'com.liferay.journal.api','4.5.2',NULL),('3bb3ad8e-fbee-24ab-cd3c-8e0b481b7119',23245,0,23243,'com.liferay.journal.content.asset.addon.entry.api','2.0.1',NULL),('c7ae314a-4e84-8579-0d38-a4e48b55c436',23246,0,23243,'com.liferay.journal.content.asset.addon.entry.comments','3.0.6','journal-content-asset-addon-entry-comments'),('4d525de5-052f-b388-f2f5-860376636cc8',23247,0,23243,'com.liferay.journal.content.asset.addon.entry.conversions','4.0.9','journal-content-asset-addon-entry-conversions'),('1f96820e-bc57-52cd-8eb0-fcb0c3da9b75',23248,0,23243,'com.liferay.journal.content.asset.addon.entry.locales','3.0.5','journal-content-asset-addon-entry-locales'),('e9ccc739-5690-1a19-ce74-f396a1bd971f',23249,0,23243,'com.liferay.journal.content.asset.addon.entry.print','4.0.6','journal-content-asset-addon-entry-print'),('7c32ef8b-f34a-a6de-ee39-45fdc7855567',23250,0,23243,'com.liferay.journal.content.asset.addon.entry.ratings','4.0.5','journal-content-asset-addon-entry-ratings'),('8752bf38-00ad-6482-db9f-86e6455f8485',23251,0,23243,'com.liferay.journal.content.asset.addon.entry.related.assets','4.0.5','journal-content-asset-addon-entry-related-assets'),('1108bab8-4758-6bbb-ea81-27f73a448f0b',23252,0,23243,'com.liferay.journal.content.web','4.0.23','journal-content-web'),('03dca21c-c6c8-d41b-a102-bce2b380cc7f',23253,0,23243,'com.liferay.journal.editor.configuration','3.0.5',NULL),('bb18765e-3bac-2aab-efbf-989e76cf77b2',23254,0,23243,'com.liferay.journal.item.selector.api','3.0.4',NULL),('29458da3-e0a4-b7ce-a11d-5459666f0b19',23255,0,23243,'com.liferay.journal.item.selector.web','3.0.7','journal-item-selector-web'),('86b1bc9e-edda-5210-e607-2100052c22fb',23256,0,23243,'com.liferay.journal.lang','4.0.22',NULL),('4d5f0d18-b472-9bb5-5e12-2cfdd5751094',23257,0,23243,'com.liferay.journal.ratings.definition','4.0.1',NULL),('f0856513-61ca-90eb-87b8-7c7714c86a3c',23258,0,23243,'com.liferay.journal.service','5.0.44',NULL),('e8857f90-3d1d-824b-5480-0096ce9f93f6',23259,0,23243,'com.liferay.journal.taglib','3.0.5','journal-taglib'),('cbaf2786-58b3-117e-179d-9603652d6a7e',23260,0,23243,'com.liferay.journal.terms.of.use','4.0.5','journal-terms-of-use'),('8d21ea39-e510-e558-2708-5267d5ed0fe1',23261,0,23243,'com.liferay.journal.web','3.0.41','journal-web'),('2bc74f19-ab39-0209-8005-5a7fa9ac93b7',23263,0,23262,'com.liferay.changeset.api','2.0.5',NULL),('0b7dafdd-b967-50dd-d591-f5fcf5cf08fe',23264,0,23262,'com.liferay.changeset.service','2.0.9',NULL),('d2b3bfa1-5877-8af2-734f-463a45478e06',23266,0,23265,'com.liferay.site.admin.web','3.0.26','site-admin-web'),('49efcf43-7ad3-783e-5531-276350122a5f',23267,0,23265,'com.liferay.site.api','4.1.5',NULL),('f313a117-0c8c-161e-2ad8-6c5bb50ed486',23268,0,23265,'com.liferay.site.browser.web','4.0.12',NULL),('4f388fb9-4409-c743-f383-757d0cea70ac',23269,0,23265,'com.liferay.site.impl','2.0.8',NULL),('6567f6fa-453d-275d-9d1b-eaf1acbc7de5',23270,0,23265,'com.liferay.site.item.selector.api','3.0.1',NULL),('331d2c79-1ca9-93e1-c5ee-0c78ec00cbaa',23271,0,23265,'com.liferay.site.item.selector.web','4.0.12','site-item-selector-web'),('709b4b47-b5c5-5106-1435-506ef1fc48a5',23272,0,23265,'com.liferay.site.memberships.web','3.0.18','site-membership-web'),('9666c65d-23fe-2f91-808c-396845703a39',23273,0,23265,'com.liferay.site.my.sites.web','4.0.14','my-sites-web'),('d8ad633e-5cce-63b5-62ff-912ac62034a8',23274,0,23265,'com.liferay.site.service','2.0.10',NULL),('37e3bfd8-8672-5154-2b92-f5a501b56dc4',23275,0,23265,'com.liferay.site.taglib','2.0.6','site-taglib'),('7c49e8dc-0597-5c89-03a1-e81cd6a7618f',23276,0,23265,'com.liferay.site.teams.uad','4.0.1',NULL),('199f917c-d51e-df51-5556-374bf0e22fc8',23277,0,23265,'com.liferay.site.teams.web','3.0.15','site-teams-web'),('bdd06cdb-0262-9b32-f1d9-4341ef25fbf8',23279,0,23278,'com.liferay.license.manager.web','4.0.8',NULL),('146750bf-aa05-ef99-96f6-71784689c58b',23281,0,23280,'com.liferay.segments.api','1.9.5',NULL),('45d2324d-79a5-0661-e8e8-5118c3f7743e',23282,0,23280,'com.liferay.segments.content.targeting.upgrade','1.0.7',NULL),('36523b3c-1f54-c9fa-5e22-82d14538dba9',23283,0,23280,'com.liferay.segments.lang','1.0.29',NULL),('00340ad9-2645-a6cb-0e33-01ba0e222b9f',23284,0,23280,'com.liferay.segments.service','1.0.29',NULL),('6a5d00c6-b4b6-1fac-3608-3b954cac2b24',23285,0,23280,'com.liferay.segments.simulation.web','1.0.14','segments-simulation-web'),('471b82f6-ff78-4a79-5073-f96d38c1dbd5',23286,0,23280,'com.liferay.segments.web','1.0.37','segments-web'),('16bb3508-4fc3-6e60-118f-e847521306bd',23288,0,23287,'com.liferay.reading.time.api','2.0.8',NULL),('13bed707-39e7-bdd1-3d67-dbfe4a572470',23289,0,23287,'com.liferay.reading.time.editor.plugin','2.0.3',NULL),('443fa9d7-5ca9-403e-7d91-fcae1d650df5',23290,0,23287,'com.liferay.reading.time.service','2.0.11',NULL),('26c00520-c396-b530-1f6e-d8392b4959ae',23291,0,23287,'com.liferay.reading.time.taglib','2.0.5','reading-time-taglib'),('ee31ec9b-e318-9e68-9133-1800e99c42ae',23292,0,23287,'com.liferay.reading.time.web','2.0.8',NULL),('7a69b964-4e8f-2132-8ba6-832af112eff0',23294,0,23293,'com.liferay.sharing.api','1.3.3',NULL),('bc09e723-ccda-9e66-8db6-60f7a7a5d57a',23295,0,23293,'com.liferay.sharing.blogs','1.0.2','sharing-blogs'),('9b225748-29b2-6eb3-2998-af9dd4549d20',23296,0,23293,'com.liferay.sharing.document.library','1.0.16','sharing-document-library'),('4d32e2c7-277d-7203-9ef3-9c8c31f400d0',23297,0,23293,'com.liferay.sharing.lang','1.0.4',NULL),('9305a7ef-d5f8-c9c4-d456-45c1911ebf3a',23298,0,23293,'com.liferay.sharing.notifications','1.0.12',NULL),('758218ea-44b6-5bc4-efd1-e7c5ea464c58',23299,0,23293,'com.liferay.sharing.search','1.0.4',NULL),('1c11e249-9869-6337-c393-76184444c6a7',23300,0,23293,'com.liferay.sharing.service','1.0.24',NULL),('48b44fe1-8e21-1b6d-7cd8-4c8da5260726',23301,0,23293,'com.liferay.sharing.taglib','1.0.8','sharing-taglib'),('91aa3481-1902-543c-37bb-187b1eb289c8',23303,0,23293,'com.liferay.sharing.web','1.0.32','sharing-web'),('60325f64-2f90-d7ef-c095-6dcefa7d7301',23305,0,23304,'com.liferay.data.engine.api','2.1.3',NULL),('96b846c0-a3bd-9654-8429-074b632a4394',23401,0,23304,'com.liferay.data.engine.lang','1.0.15',NULL),('99786291-0ab0-1c30-6536-90cb7bda0d55',23402,0,23304,'com.liferay.data.engine.rest.api','9.3.0',NULL),('ab3df629-78c2-2069-039f-3018b1bbf683',23403,0,23304,'com.liferay.data.engine.rest.client','1.0.8',NULL),('c9758b1a-ecfe-713e-9fec-c0f50978b560',23404,0,23304,'com.liferay.data.engine.rest.impl','1.0.44','data-engine-rest-impl'),('577bc976-ba4c-3ad6-6afb-bed18e6819a7',23405,0,23304,'com.liferay.data.engine.service','1.0.6','data-engine-service'),('25ced9a0-fad9-a12b-bf9c-8753b310b245',23406,0,23304,'com.liferay.data.engine.spi','3.2.1',NULL),('1ed6e326-cf2b-8ca2-a3e0-dcf07b622b02',23407,0,23304,'com.liferay.data.engine.taglib','1.0.25','data-engine-taglib'),('27bd21ce-3ac5-c239-fed6-c7a65aa02a80',23408,0,23304,'com.liferay.data.engine.web','1.0.7',NULL),('7f8ddbc4-37b1-cfe3-a468-90f988a1cd1f',23410,0,23409,'com.liferay.organizations.api','4.0.1',NULL),('bb8010c8-e32c-2f75-5e8b-afa66603d536',23411,0,23409,'com.liferay.organizations.item.selector.api','2.0.1',NULL),('96f70b40-c15b-0549-e9fc-37cb6ea0d60e',23412,0,23409,'com.liferay.organizations.item.selector.web','2.0.8','organizations-item-selector-web'),('04af91f8-bff8-cf63-7717-e3770388e56d',23413,0,23409,'com.liferay.organizations.service','2.0.11',NULL),('e7f5a6ba-bac1-ba43-cef6-49a48e215202',23415,0,23414,'com.liferay.polls.api','6.1.2',NULL),('514fca0d-131f-6a2e-61f4-9f2e93d942e7',23416,0,23414,'com.liferay.polls.service','5.0.16',NULL),('e76a3bcf-639f-cd15-d8f8-db9f564ab027',23417,0,23414,'com.liferay.polls.web','4.0.13','polls-web'),('e3455e9d-7c0c-7bf6-a6f2-964f693e2952',23419,0,23418,'woodstox-core-asl','4.4.1',NULL),('ac4b280e-6c96-dc85-0b0c-134d15878baa',23420,0,23418,'com.liferay.portal.search.elasticsearch6.api','3.0.5',NULL),('018811a5-df63-14ea-f73c-42e4f80f698b',23421,0,23418,'com.liferay.portal.search.elasticsearch6.impl','3.0.39',NULL),('d53edfe2-8de1-eb88-69ca-2ee362555ccd',23422,0,23418,'com.liferay.portal.search.elasticsearch6.spi','1.0.3',NULL),('7df66a69-5053-dba4-7364-b1b454b74d7e',23423,0,23418,'stax2-api','3.1.4',NULL),('e0a1aec1-b42f-6cee-8914-29a916c5577c',23425,0,23424,'com.liferay.social.activities.api','3.0.0',NULL),('fafd294d-9794-e3fc-319c-1d7ab09d9c8a',23426,0,23424,'com.liferay.social.activities.taglib','2.0.6','social-activities-taglib'),('2cf5d94e-e45c-f206-6da3-28d459ea60be',23427,0,23424,'com.liferay.social.activities.web','4.0.13','social-activities-web'),('d0cff4e3-251a-fa94-c43a-e36cff8a8a88',23428,0,23424,'com.liferay.social.activity.api','3.0.6',NULL),('e7dab1af-5b5a-9c35-b970-cbc99d35077c',23429,0,23424,'com.liferay.social.bookmark.facebook','2.0.8','social-bookmark-facebook'),('21f52572-91c9-014b-3153-f1bd820cb435',23430,0,23424,'com.liferay.social.bookmark.linkedin','2.0.7','social-bookmark-linkedin'),('8d0c7c82-56ce-5a2a-0cc8-00786b0ab967',23431,0,23424,'com.liferay.social.bookmark.twitter','2.0.7','social-bookmark-twitter'),('e943fc41-4b0c-f2b4-cf01-614da97b0b0f',23432,0,23424,'com.liferay.social.bookmarks.analytics','2.0.6','social-bookmarks-analytics'),('bbb13815-57c6-f4de-8184-dd4b0add2ab2',23433,0,23424,'com.liferay.social.bookmarks.api','2.0.3',NULL),('b28433a1-d95c-78f4-d5ce-d5f8b69b6d56',23434,0,23424,'com.liferay.social.bookmarks.taglib','2.0.14','social-bookmarks-taglib'),('fba92a15-6662-3a9f-d7b8-72a706d0350e',23435,0,23424,'com.liferay.social.user.statistics.api','3.0.0',NULL),('ad18fb49-f88c-fc7c-d8f0-3240219447a8',23437,0,23436,'com.liferay.blogs.api','5.2.2',NULL),('ac77c744-8ac1-ce77-d996-50933900984b',23438,0,23436,'com.liferay.blogs.editor.configuration','3.0.6',NULL),('89966651-da30-2f93-8ce7-49491f02fe6c',23439,0,23436,'com.liferay.blogs.item.selector.api','3.0.1',NULL),('12179d71-8532-3d8e-5c48-4c0b4942ac8a',23440,0,23436,'com.liferay.blogs.item.selector.web','4.0.10','blogs-item-selector-web'),('c7260a97-d09e-25d0-65a6-2d89f3c75538',23441,0,23436,'com.liferay.blogs.layout.prototype','4.0.6',NULL),('64a5f644-08d7-4f52-a5b6-fce94a808bb5',23442,0,23436,'com.liferay.blogs.reading.time','2.0.8',NULL),('0059ee0b-9a0c-d55c-9f50-0434ff38a971',23443,0,23436,'com.liferay.blogs.recent.bloggers.api','3.0.0',NULL),('6b86b924-f2d0-7f79-63bb-0c5580daf7ca',23444,0,23436,'com.liferay.blogs.recent.bloggers.web','4.0.9','blogs-recent-bloggers-web'),('3635d1e7-f02e-f490-e13b-504e0e72d4e6',23445,0,23436,'com.liferay.blogs.service','3.0.21',NULL),('68f08b9a-ec16-f0aa-b5d0-087b845dfed2',23446,0,23436,'com.liferay.blogs.uad','4.0.6',NULL),('d78e8c7c-f54f-6e4e-fd28-321a088e75ab',23447,0,23436,'com.liferay.blogs.web','4.0.35','blogs-web'),('b74b6656-a6aa-ecb4-1045-4ebdcc58ab45',23449,0,23448,'com.liferay.asset.api','2.3.2',NULL),('065ae8f5-7ef0-8787-f5b4-a69d8edaca78',23450,0,23448,'com.liferay.asset.auto.tagger.api','1.2.2',NULL),('ea58e959-9b53-4f43-55c7-f95a23173aa8',23451,0,23448,'com.liferay.asset.auto.tagger.google.cloud.natural.language.api','2.0.0',NULL),('34d7538c-305e-b76e-8a41-18fbce695d23',23452,0,23448,'com.liferay.asset.auto.tagger.google.cloud.natural.language.impl','1.0.16',NULL),('17c0d9b9-46ff-3f4a-0d43-964dd325aadb',23453,0,23448,'com.liferay.asset.auto.tagger.opennlp.api','2.0.0',NULL),('a1da0f43-75f9-988b-c760-d797b1b65b22',23454,0,23448,'com.liferay.asset.auto.tagger.opennlp.impl','1.0.14',NULL),('2b52d1e3-5c70-bdd9-5c11-c5daa4bbc445',23455,0,23448,'com.liferay.asset.auto.tagger.service','1.0.26',NULL),('247b0d7c-7a18-d39c-1023-2d55e042a3d9',23456,0,23448,'com.liferay.asset.auto.tagger.web','1.0.9','asset-auto-tagger-web'),('cce497c5-762f-403b-45d5-e5f00d790b2f',23457,0,23448,'com.liferay.asset.browser.web','3.0.12','asset-browser-web'),('e64fe327-7d3c-cf19-0d55-8b3d06a8add7',23458,0,23448,'com.liferay.asset.categories.admin.web','3.0.25','asset-categories-admin-web'),('850533cb-5332-67d6-a14e-bf7f9b2af9ab',23459,0,23448,'com.liferay.asset.categories.navigation.api','3.0.0',NULL),('a584f3aa-b9c5-3ae2-4439-688b9a363802',23460,0,23448,'com.liferay.asset.categories.navigation.web','4.0.14','asset-categories-navigation-web'),('d3d7aa9e-d424-b20a-a264-3d6ee08564a5',23461,0,23448,'com.liferay.asset.categories.selector.web','2.0.19','asset-categories-selector-web'),('faf711f8-979e-5d25-b598-4ff35b2c204d',23462,0,23448,'com.liferay.asset.categories.service','3.0.11',NULL),('e038431d-d379-d229-5a7f-302cd3611b7c',23463,0,23448,'com.liferay.asset.category.property.api','2.1.2',NULL),('ec5e9025-5ddb-160f-c1c3-78487902db1e',23464,0,23448,'com.liferay.asset.category.property.service','2.0.10',NULL),('e9577a67-8eda-9727-83c1-8f980c7960a1',23465,0,23448,'com.liferay.asset.display.api','2.0.9',NULL),('7984a17d-5b0b-45ac-258c-9aa25eb4a578',23466,0,23448,'com.liferay.asset.display.impl','2.0.7',NULL),('28d27caf-f50c-f0bb-e127-57e5bb1130d5',23467,0,23448,'com.liferay.asset.display.page.api','5.2.2',NULL),('d8d3a0ad-f005-7917-344e-47f5b0fa57e0',23468,0,23448,'com.liferay.asset.display.page.item.selector.api','2.0.0',NULL),('56e308e5-72c5-09c7-9592-df2e3053b3bc',23469,0,23448,'com.liferay.asset.display.page.item.selector.web','2.0.10','asset-display-page-item-selector-web'),('aa04a80d-1796-84c3-e851-139e66f30120',23470,0,23448,'com.liferay.asset.display.page.service','2.1.19',NULL),('b9c0a47b-d8dd-8a65-0c7f-776df6e72329',23471,0,23448,'com.liferay.asset.display.web','3.0.7',NULL),('0822b7ff-2eed-7bbf-d8bf-a413ce0a6374',23472,0,23448,'com.liferay.asset.entry.query.processor.custom.user.attributes','4.0.7','asset-entry-query-processor-custom-user-attributes'),('4afadbbc-6abf-9d0e-14b6-3e67e896aa5a',23473,0,23448,'com.liferay.asset.entry.rel.api','2.2.2',NULL),('bdb6e0a2-892b-28aa-59bd-26fa366e0b9f',23474,0,23448,'com.liferay.asset.entry.rel.service','2.0.12',NULL),('13d78c58-33ab-6a87-c933-c3e5da012c0c',23475,0,23448,'com.liferay.asset.info.display.api','2.3.2',NULL),('23d7e139-bde9-6329-562a-80919c4c968e',23476,0,23448,'com.liferay.asset.info.display.impl','1.0.11',NULL),('466831ef-f7f5-0b09-c4c4-e84214ca2b67',23477,0,23448,'com.liferay.asset.link.service','2.0.3',NULL),('2747616e-19bd-2505-0e8d-1d5212f01330',23478,0,23448,'com.liferay.asset.list.api','1.4.2',NULL),('81987f48-995c-59ff-6881-0100404ae1c3',23479,0,23448,'com.liferay.asset.list.service','1.0.23',NULL),('64c8885b-4db4-fbf4-b570-80eb7b7b392f',23480,0,23448,'com.liferay.asset.list.web','1.0.26','asset-list-web'),('7de7822b-db0c-9fe9-4cab-5ea0c386a97d',23481,0,23448,'com.liferay.asset.publisher.api','2.0.2',NULL),('2ebe04c9-36c9-ef18-8029-ab532135ca13',23482,0,23448,'com.liferay.asset.publisher.layout.prototype','3.0.5',NULL),('675a7941-57f3-ee9e-5a57-3262e53b962c',23483,0,23448,'com.liferay.asset.publisher.web','3.0.47','asset-publisher-web'),('f36b24f5-660b-3e86-dbbc-c281a7de79da',23484,0,23448,'com.liferay.asset.service','3.0.21',NULL),('a7b5741e-96b3-60bc-cfd8-34446fda316f',23485,0,23448,'com.liferay.asset.tag.stats.api','2.0.6',NULL),('348d26ab-2943-73af-c5cd-d8a3fd2dc02e',23486,0,23448,'com.liferay.asset.tag.stats.service','2.0.9',NULL),('40061a50-0bc2-67a4-a3e7-c0a2093bc2e8',23487,0,23448,'com.liferay.asset.taglib','4.0.33','asset-taglib'),('3f2281e2-ae0a-c748-354b-7f13f84d0834',23488,0,23448,'com.liferay.asset.tags.admin.web','3.0.17','asset-tags-admin-web'),('aec248ea-c556-716c-fa09-ea760a76900c',23489,0,23448,'com.liferay.asset.tags.api','3.0.2',NULL),('f63c8e96-db0e-4c11-23d6-e2282843d5e8',23490,0,23448,'com.liferay.asset.tags.compiler.web','4.0.6',NULL),('ecc739b9-8374-124c-eeac-c20b62b6093c',23491,0,23448,'com.liferay.asset.tags.navigation.api','3.0.0',NULL),('51d8fcde-e6a8-36b5-27c8-20eb28acabcb',23492,0,23448,'com.liferay.asset.tags.navigation.web','5.0.11','asset-tags-navigation-web'),('3ce76577-38c9-9240-180e-33970ed30ee8',23493,0,23448,'com.liferay.asset.tags.selector.web','2.0.8',NULL),('b42b45da-9cd1-680b-3d9e-2913b0497a31',23494,0,23448,'com.liferay.asset.tags.service','4.0.7',NULL),('b9e1ffa7-c3d1-ca3a-0305-e032eb41d0f8',23495,0,23448,'com.liferay.asset.web','4.0.9',NULL),('2b0dcd16-ba3f-6387-cd31-8d1bc92db733',23497,0,23496,'com.liferay.frontend.taglib','4.0.32','frontend-taglib'),('8b5fb827-533a-43f2-5038-773d28bb6a65',23498,0,23496,'com.liferay.frontend.taglib.chart','2.0.15','frontend-taglib-chart'),('ac185a9c-65ed-08cb-3703-2f21942fd983',23499,0,23496,'com.liferay.frontend.taglib.clay','2.2.19','frontend-taglib-clay'),('3e086475-532b-18ac-98a6-008a394daa91',23500,0,23496,'com.liferay.frontend.taglib.dynamic.section','2.0.4','frontend-taglib-dynamic-section'),('d791492f-afd8-9bbb-339e-3ec30dbd9d85',23501,0,23496,'com.liferay.frontend.taglib.form.navigator','3.0.6',NULL),('bb30cfa3-c622-ce30-3444-1def3d0b2682',23502,0,23496,'com.liferay.frontend.taglib.react','1.0.2','frontend-taglib-react'),('dbf1db85-df0c-7ef1-8c47-34a663edd806',23503,0,23496,'com.liferay.frontend.taglib.soy','3.0.5','frontend-taglib-soy'),('c75bfd92-d1c4-822f-03ab-abdebcf0984c',23504,0,23496,'com.liferay.frontend.taglib.util','2.0.7',NULL),('095c7271-70c6-2b9c-cf49-5caffaed0022',23505,0,23496,'com.liferay.frontend.taglib.util.freemarker.contributor','3.0.1',NULL),('6964dd82-665a-f879-72dc-66e3c74681d4',23507,0,23506,'com.liferay.portal.rules.engine.api','4.0.4',NULL),('7b248469-efda-d5aa-f13e-2bb27bc440e7',23508,0,23506,'com.liferay.portal.rules.engine.wiring','4.0.5',NULL),('9417bfad-4304-07e9-5c0c-2898dc4c7f5d',23510,0,23509,'com.liferay.portlet.configuration.css.web','4.0.17','portlet-configuration-css-web'),('d96dec53-18a5-9a45-9c93-b61db9cfb8b6',23511,0,23509,'com.liferay.portlet.configuration.icon.close','4.0.4',NULL),('ba5b1ad5-7217-3ee9-5898-8129742b019c',23512,0,23509,'com.liferay.portlet.configuration.icon.edit','4.0.4',NULL),('1720a895-5dbd-7f52-40fa-88ea1a76c7fc',23513,0,23509,'com.liferay.portlet.configuration.icon.edit.defaults','4.0.4',NULL),('a4dcbddb-e58d-8318-3558-efb09359a2b6',23514,0,23509,'com.liferay.portlet.configuration.icon.edit.guest','4.0.4',NULL),('d9e31cfb-9dfc-009b-db03-7d77c9e19d13',23515,0,23509,'com.liferay.portlet.configuration.icon.help','4.0.4',NULL),('154c86b4-4ab2-f1a1-ce52-a8a08328904d',23516,0,23509,'com.liferay.portlet.configuration.icon.locator.impl','2.0.4',NULL),('24603969-fcb1-34bf-1abb-9dc939914a42',23517,0,23509,'com.liferay.portlet.configuration.icon.maximize','4.0.5',NULL),('ef239c88-bbad-93cd-badd-c8c2e4dc6394',23518,0,23509,'com.liferay.portlet.configuration.icon.minimize','4.0.5',NULL),('3259e683-7b5c-4a2c-1199-3db9c947bdf7',23519,0,23509,'com.liferay.portlet.configuration.icon.print','4.0.4',NULL),('2f5aeefb-7a12-9439-188e-17c65423ffb9',23520,0,23509,'com.liferay.portlet.configuration.icon.refresh','4.0.4',NULL),('ea59edf3-75ca-4461-06a8-c39f29bd35ad',23521,0,23509,'com.liferay.portlet.configuration.sharing.web','4.0.9',NULL),('12966b65-1249-ac7f-6f0a-791388dc07a6',23522,0,23509,'com.liferay.portlet.configuration.toolbar.contributor.locator.impl','2.0.5',NULL),('622246fb-35ac-69a4-28d9-42154bb2cc27',23523,0,23509,'com.liferay.portlet.configuration.web','3.0.23','portlet-configuration-web'),('54e671a8-032a-ef2e-3ffa-3b68f5eeaa5b',23525,0,23524,'com.liferay.rss.api','3.0.2',NULL),('1dc547fa-5cec-ca57-064e-108c454216c2',23526,0,23524,'com.liferay.rss.impl','2.0.3',NULL),('a7bdeee4-0438-dece-76fa-533aee554dd9',23527,0,23524,'com.liferay.rss.taglib','2.0.7','rss-taglib'),('8e08b7a6-475f-1f33-ec1b-040a9ee6970f',23528,0,23524,'com.liferay.rss.web','5.0.19','rss-web'),('56e581a5-750a-18de-0395-2a55c92bfb62',23530,0,23529,'com.liferay.portal.osgi.debug.api','2.0.0',NULL),('15a00825-1b42-07f3-9a1c-dffefa51ac0f',23531,0,23529,'com.liferay.portal.osgi.debug.declarative.service','3.0.5',NULL),('035a1f83-d5cf-7428-0ddc-06a34b3c47d3',23532,0,23529,'com.liferay.portal.osgi.debug.impl','2.0.3',NULL),('84fe1f29-9ec5-6f7a-2a71-543e10179872',23533,0,23529,'com.liferay.portal.osgi.debug.spring.extender','3.0.6',NULL),('b66c551e-9cf7-d0ca-e453-3bad1776078b',23535,0,23534,'com.liferay.bean.portlet.api','2.0.1',NULL),('4c24d4b8-e721-f2a6-4b4a-b420b60c93e5',23536,0,23534,'com.liferay.bean.portlet.cdi.extension','2.0.7',NULL),('b35f3308-d157-4ccb-cb02-efaf208bb9d4',23538,0,23537,'com.liferay.announcements.api','3.0.0',NULL),('a0c4de92-1718-e205-8b89-a8124f53cd9e',23539,0,23537,'com.liferay.announcements.editor.configuration','2.0.2',NULL),('4ee7e41c-3d3c-351a-e472-192eface6ac0',23540,0,23537,'com.liferay.announcements.uad','4.0.4',NULL),('4ad06ab6-8d02-1215-1422-ea610687b353',23541,0,23537,'com.liferay.announcements.web','4.0.19','announcements-web'),('f16ff3d7-5aaf-1242-b863-a4bd059943ab',23543,0,23542,'com.liferay.portal.security.audit.api','4.0.6',NULL),('2d491a1f-d717-e6e6-a95e-9477589f8a7a',23544,0,23542,'com.liferay.portal.security.audit.event.generators.api','3.0.4',NULL),('ad2b4206-9c0c-439e-3982-dbf8f3b5ffb3',23545,0,23542,'com.liferay.portal.security.audit.event.generators.user.management','3.0.2',NULL),('8cb82c78-a513-6fbc-63ec-5d4af5cc7081',23546,0,23542,'com.liferay.portal.security.audit.impl','2.0.1',NULL),('069bbb23-dbb2-9009-83e0-d885f8e40738',23547,0,23542,'com.liferay.portal.security.audit.router','4.0.7',NULL),('398c6a5c-4677-6db9-0e7f-0e6145eae58e',23548,0,23542,'com.liferay.portal.security.audit.storage.api','4.0.6',NULL),('cb3a41b8-5187-a1d6-c159-1d67386d2c9d',23549,0,23542,'com.liferay.portal.security.audit.storage.service','4.0.13',NULL),('5ae2f07e-7cec-455c-7f55-e7ad9f4c55ef',23550,0,23542,'com.liferay.portal.security.audit.wiring','4.0.7',NULL),('965fdb2a-deda-6065-e3aa-69b4c269f752',23552,0,23551,'com.liferay.portal.security.antisamy','4.0.9',NULL),('df729d3b-3f19-abd1-b6f6-f950f1e3c335',23553,0,23551,'com.liferay.portal.security.auth.verifier','4.0.14',NULL),('8a74ae5b-48bb-2e66-28be-1d03288ea7c6',23554,0,23551,'com.liferay.portal.security.auto.login','4.0.11',NULL),('57301ea6-77e8-4bf1-5009-5c1f733f9a4f',23555,0,23551,'com.liferay.portal.security.exportimport.api','4.0.1',NULL),('c64de8ee-af66-069a-0ebd-1b8bea40679e',23556,0,23551,'com.liferay.portal.security.ldap.api','2.0.10',NULL),('a877b4c3-79c6-f705-6c67-1df6e5844e34',23557,0,23551,'com.liferay.portal.security.ldap.impl','2.0.15',NULL),('69e2b481-babd-b1ba-2c7c-e349e655181e',23558,0,23551,'com.liferay.portal.security.permission.api','2.0.0',NULL),('a820636b-b9fa-7e80-d606-13f808897ef9',23559,0,23551,'com.liferay.portal.security.permission.impl','2.0.6',NULL),('dc4103b5-fed4-b879-fb0b-f10f50ef0b9b',23560,0,23551,'com.liferay.portal.security.service.access.policy.api','4.0.11',NULL),('05b8fbb4-eba2-0627-557d-4b637cf2e00a',23561,0,23551,'com.liferay.portal.security.service.access.policy.service','4.0.14',NULL),('7726517c-2a21-649c-3088-30c92104ec95',23562,0,23551,'com.liferay.portal.security.service.access.policy.web','3.0.13',NULL),('1dd04a0d-6fd6-7d45-2c28-6255043d8d77',23563,0,23551,'com.liferay.portal.security.service.access.quota.api','2.0.6',NULL),('cf78c884-cd9a-cbf7-157a-0512fc51fac8',23565,0,23564,'com.liferay.html.preview.api','2.0.6',NULL),('cd4a78c0-2b08-5e95-3688-84c35a7d7d49',23566,0,23564,'com.liferay.html.preview.processor.image','2.0.3',NULL),('e14e049e-0995-9eb5-ee4d-838c8091655c',23567,0,23564,'com.liferay.html.preview.service','2.0.11',NULL),('0746368f-efd0-efc1-f859-368c54c3878e',23569,0,23568,'com.liferay.nested.portlets.web','4.0.13','nested-portlets-web'),('30dcb608-def3-f6d1-5c6d-3610f3486c72',23571,0,23570,'com.liferay.calendar.api','4.1.2',NULL),('04f3a827-c080-8d89-bbad-2da7666913a0',23572,0,23570,'com.liferay.calendar.service','4.0.24',NULL),('e1c140b0-38e2-c61b-0038-942a8ea9200a',23573,0,23570,'com.liferay.calendar.web','3.0.30','calendar-web'),('3020f161-25e4-c1ef-caf5-e5a451581fef',23575,0,23574,'com.liferay.map.api','4.0.7',NULL),('a9f26df0-13d8-75d5-1aa8-1cc0e059e4f8',23576,0,23574,'com.liferay.map.common','4.0.17','map-common'),('95bedc30-425f-ad0f-7232-571145f10eb8',23577,0,23574,'com.liferay.map.google.maps','3.0.14','map-google-maps'),('8c9d160f-e86b-b132-01a7-6b621065affa',23578,0,23574,'com.liferay.map.openstreetmap','4.0.15','map-openstreetmap'),('87baeb6b-3253-291f-65a4-6ba9999b0734',23579,0,23574,'com.liferay.map.taglib','3.0.9','map-taglib'),('add3a09d-2e4e-cf80-9a34-5d6e0871a26c',23581,0,23580,'com.liferay.message.boards.api','5.2.5',NULL),('f8055dac-b50c-07d9-d6b0-f3b7d9c1a788',23582,0,23580,'com.liferay.message.boards.comment','4.0.5',NULL),('af0d4a69-9740-2065-b8af-ff692f124e02',23583,0,23580,'com.liferay.message.boards.editor.configuration','3.0.5',NULL),('32140047-f8cf-68e3-7aaa-65af7a573fac',23584,0,23580,'com.liferay.message.boards.layout.set.prototype','3.0.4',NULL),('b7ced245-20a9-dc64-e014-2be7b40e36c0',23585,0,23580,'com.liferay.message.boards.parser.bbcode','4.0.2',NULL),('68836505-7355-3eef-294f-9e4b9a2229b2',23586,0,23580,'com.liferay.message.boards.service','3.0.27',NULL),('9a6f1cf1-ab9d-787e-8605-5d3adc63d763',23587,0,23580,'com.liferay.message.boards.uad','4.0.9',NULL),('db728597-c121-a260-88c8-26fbc010853d',23588,0,23580,'com.liferay.message.boards.web','3.0.33','message-boards-web'),('28e790fb-44d6-f12c-4f5a-e6419cf6da7e',23590,0,23589,'com.liferay.hello.world.web','4.0.8',NULL),('ecae8fc8-29d6-2ec8-7d4f-fa8898c9426f',23592,0,23591,'com.liferay.info.api','4.1.2',NULL),('fff94954-771b-cfd5-6d84-1843e2f73c46',23593,0,23591,'com.liferay.info.impl','3.0.3',NULL),('2c9af0ab-f04d-82d6-9912-85a611a88d71',23595,0,23594,'com.liferay.text.localizer.address.api','2.0.2',NULL),('83cf58fe-53ee-cfa4-bc19-dc56732c70e0',23596,0,23594,'com.liferay.text.localizer.taglib','2.0.5','text-localizer-taglib'),('683ee9a6-4bab-adcc-83c0-eb018a2e000a',23598,0,23597,'com.liferay.digital.signature.adapter.spi','1.0.1',NULL),('0aad6702-0e15-0518-ed83-583b5e5147e7',23599,0,23597,'com.liferay.digital.signature.api','1.0.4',NULL),('74ab0280-6bd8-dd6d-af91-47a4e9590cf8',23600,0,23597,'com.liferay.digital.signature.impl','1.0.7',NULL),('6115626c-b25f-ddb4-8ba3-39c4d8bec2e5',23602,0,23601,'com.liferay.comment.analytics','2.0.5','comment-analytics'),('6c2bbd3f-b125-c35b-cd5b-b058809e833a',23603,0,23601,'com.liferay.comment.api','4.1.1',NULL),('1bdd452c-1f01-6b8a-75f8-adc0b1904845',23604,0,23601,'com.liferay.comment.editor.configuration','3.0.3',NULL),('be9c5bfe-623a-06ed-e0d0-f679c13e775b',23605,0,23601,'com.liferay.comment.page.comments.web','3.0.9',NULL),('d6967544-f845-4ab9-d843-1d13f01c8043',23606,0,23601,'com.liferay.comment.ratings.definition','4.0.2',NULL),('04da4ad0-31e7-41e6-2bbd-2431e8af9fce',23607,0,23601,'com.liferay.comment.sanitizer','4.0.2',NULL),('013d71ab-25ec-e1f6-9998-e584ebbae320',23608,0,23601,'com.liferay.comment.taglib','2.1.4','comment-taglib'),('8fb4fa7b-857e-58e3-cb7b-2204ffca2ea8',23609,0,23601,'com.liferay.comment.web','4.0.12','comment-web'),('fa80d02a-fd44-8075-00eb-16601e9a197f',23611,0,23610,'com.liferay.frontend.image.editor.api','3.0.4',NULL),('d0e6ddb8-a85a-2914-37e9-94ce08c31510',23612,0,23610,'com.liferay.frontend.image.editor.capability.brightness','3.0.12','frontend-image-editor-capability-brightness'),('d50d1f2b-9097-43c1-c58b-1fcaa67112bd',23613,0,23610,'com.liferay.frontend.image.editor.capability.contrast','3.0.12','frontend-image-editor-capability-contrast'),('16c97f9e-0b91-155e-bf26-0eaa632af8ae',23614,0,23610,'com.liferay.frontend.image.editor.capability.crop','3.0.13','frontend-image-editor-capability-crop'),('ba4c22d7-a0e2-0f48-bebf-b741a83872ba',23615,0,23610,'com.liferay.frontend.image.editor.capability.effects','3.0.12','frontend-image-editor-capability-effects'),('9e4579e5-4283-1f5e-9f9f-8a4a4eb598f0',23616,0,23610,'com.liferay.frontend.image.editor.capability.resize','3.0.12','frontend-image-editor-capability-resize'),('3facd6d1-de82-9b49-7297-8b3b89edf567',23617,0,23610,'com.liferay.frontend.image.editor.capability.rotate','3.0.12','frontend-image-editor-capability-rotate'),('1e976ec0-353c-dd85-7ea3-1f9b14904c92',23618,0,23610,'com.liferay.frontend.image.editor.capability.saturation','3.0.13','frontend-image-editor-capability-saturation'),('0b52e993-2a92-8d4b-e5d3-bb0f62286915',23619,0,23610,'com.liferay.frontend.image.editor.integration.document.library','3.0.8','frontend-image-editor-integration-document-library'),('20d4189f-1c23-4a70-8d04-93a7aaa8532a',23620,0,23610,'com.liferay.frontend.image.editor.web','3.0.18','frontend-image-editor-web'),('ac365ea8-27e8-2ff1-203b-fcc630d35559',23622,0,23621,'com.liferay.document.library.opener.api','1.3.2',NULL),('0f2637f2-f891-c3e4-b4fd-ea73a584b7cc',23623,0,23621,'com.liferay.document.library.opener.google.drive.api','1.2.1',NULL),('c4ade239-1315-8b10-47bf-dc3dcd2129d7',23624,0,23621,'com.liferay.document.library.opener.google.drive.web','1.0.22','document-library-opener-google-drive-web'),('34d485a3-4a35-62f5-0c78-d38ed99ffdd6',23625,0,23621,'com.liferay.document.library.opener.service','1.0.13',NULL),('14e27d6c-e997-733d-a8e4-0b74c161846b',23626,0,23621,'com.liferay.document.library.opener.uad','1.0.4',NULL),('2f312707-dfe1-5d8f-8276-97f24db46934',23628,0,23627,'com.fasterxml.jackson.core.jackson-annotations','2.9.10',NULL),('3e9ab09c-a1c5-3728-a20f-aea167cf5f14',23629,0,23627,'com.fasterxml.jackson.core.jackson-core','2.9.10',NULL),('a08df6a1-66e0-0bc8-eaab-432879732888',23630,0,23627,'com.fasterxml.jackson.core.jackson-databind','2.9.10.1',NULL),('64ac213e-d476-2314-4a15-0703cdc79e56',23631,0,23627,'com.liferay.osgi.felix.lang','2.0.4',NULL),('404ffe74-0dce-42b1-9ea2-6ffa0973c101',23632,0,23627,'com.liferay.osgi.log.service.extender','3.0.4',NULL),('b3841322-2df4-5b36-6917-6eecb1dac540',23633,0,23627,'com.liferay.osgi.util','5.0.4',NULL),('6941e682-1c22-75b9-f5ad-8be8d5e6525d',23634,0,23627,'com.liferay.portal.bundle.blacklist.api','2.0.0',NULL),('50ae94b9-17b6-ec83-aefd-7051cf7d053a',23635,0,23627,'com.liferay.portal.bundle.blacklist.impl','2.0.7',NULL),('29ac093f-db8a-48dc-e6d4-949f69fc03e2',23636,0,23627,'com.liferay.portal.classloader.tracker','3.0.2',NULL),('28f56e66-e770-4991-aaae-3889cfd8c981',23637,0,23627,'com.liferay.portal.component.blacklist.api','3.0.0',NULL),('fba08e52-ce3d-886b-3899-c9b00984bdfd',23638,0,23627,'com.liferay.portal.component.blacklist.impl','3.0.8',NULL),('9c548ee0-ef8d-1e13-b6b1-f4816104c81c',23639,0,23627,'com.liferay.portal.configuration.metatype.api','2.0.7',NULL),('43f11e2f-8773-2882-ce1a-070cc48df7be',23640,0,23627,'com.liferay.portal.configuration.persistence.api','2.0.2',NULL),('5ef5bead-8ff7-5df3-1744-f3c587e909d0',23641,0,23627,'com.liferay.portal.configuration.persistence.impl','2.0.9',NULL),('327c67d5-9f22-e076-f4d0-4ad54b01ae20',23642,0,23627,'com.liferay.portal.dependency.manager.component.executor.factory','1.0.2',NULL),('b6eed09c-f86c-5bdf-5f6c-5df1d6938d3c',23643,0,23627,'com.liferay.portal.log4j.extender','4.0.3',NULL),('e9c7825b-43d5-f42c-359b-b2f6a90ce038',23644,0,23627,'com.liferay.portal.lpkg.deployer.api','2.0.1',NULL),('4dcd37e7-fe0c-ad14-86fe-764d3b78524a',23645,0,23627,'com.liferay.portal.lpkg.deployer.impl','2.0.14',NULL),('34e0eb22-9a92-f496-44b9-9aa0eecf62c7',23646,0,23627,'com.liferay.portal.osgi.web.portlet.tracker','4.0.6',NULL),('99cfcba7-db28-1dd3-cd8b-83b27b0ec0ec',23647,0,23627,'com.liferay.portal.osgi.web.servlet.api','2.0.3',NULL),('21baa587-6725-3e0f-354a-8877d51d1c7f',23648,0,23627,'com.liferay.portal.osgi.web.servlet.context.helper.api','2.1.1',NULL),('83f3e0e4-4777-a6f5-4d46-bcad7e553950',23649,0,23627,'com.liferay.portal.osgi.web.servlet.context.helper.impl','2.0.14',NULL),('42d9b873-352e-650c-2500-35ee8c481937',23650,0,23627,'com.liferay.portal.osgi.web.servlet.el.api.fragment','2.0.0',NULL),('ef2af3c4-fc7f-35e5-c48b-b1c19e033c62',23651,0,23627,'com.liferay.portal.osgi.web.servlet.jsp.api.fragment','2.0.0',NULL),('a46d73f3-65e7-559d-72c5-8f52edd84903',23652,0,23627,'com.liferay.portal.osgi.web.servlet.jsp.compiler','4.0.13',NULL),('3f11f806-5aee-a7ae-682f-e8fc149034d4',23653,0,23627,'com.liferay.portal.osgi.web.wab.extender','4.0.18',NULL),('6d56e277-2bd6-268f-ec67-17f2f57e5cb9',23654,0,23627,'com.liferay.portal.osgi.web.wab.generator.api','2.0.0',NULL),('f6c4aa82-ab34-bd96-6210-283cad1f868e',23655,0,23627,'com.liferay.portal.osgi.web.wab.generator.impl','2.0.21',NULL),('15de3ae9-bcdd-b825-6c08-75a3c1238ba1',23656,0,23627,'com.liferay.portal.osgi.web.wab.reference.support','3.0.6',NULL),('a6b60044-5ca4-cef8-97c4-196b8f05e291',23657,0,23627,'com.liferay.portal.osgi.web.wab.spring.bridge.api','2.0.4',NULL),('9c8cba86-263e-ba91-d67c-69e09d0a120a',23658,0,23627,'com.liferay.portal.profile.api','3.0.2',NULL),('10ed0813-a071-3edb-703e-b922892412ad',23659,0,23627,'com.liferay.portal.profile.impl','3.0.3',NULL),('20e12974-1d27-ee98-c0c6-9e51006aecf0',23660,0,23627,'com.liferay.portal.social.activity.extender','2.0.3',NULL),('c3b4ab77-e89d-245d-19b7-694843079d57',23661,0,23627,'org.apache.geronimo.specs.geronimo-annotation_1.3_spec;singleton=true','1.1.0',NULL),('3ab84c33-f806-b634-7bb5-c0d83a7cf0d9',23662,0,23627,'org.apache.geronimo.specs.geronimo-atinject_1.0_spec','1.1.0',NULL),('a49fa9e3-1fdd-0a0e-ee2e-caa89fcde4ba',23664,0,23627,'org.apache.geronimo.specs.geronimo-interceptor_1.2_spec','1.1.0',NULL),('9cdca032-5eb7-be15-ca6b-89808dd51532',23665,0,23627,'org.apache.geronimo.specs.geronimo-jcdi_2.0_spec','1.1.0',NULL),('3a433c69-4872-bda8-7e60-95f12ec7b8f1',23666,0,23627,'com.sun.el.javax.el','3.0.0',NULL),('bc2c7303-93f4-6cad-a7f1-2cfd58b6b43b',23667,0,23627,'javax.servlet.jsp-api','2.3.3',NULL),('941a2fc9-7f29-cbea-aaa5-fc9ed4b87d24',23701,0,23627,'javax.servlet.jsp.jstl','1.2.3.LIFERAY-PATCHED-2',NULL),('bd45ed1c-2678-f31a-3d75-c17360df3e61',23702,0,23627,'javax.servlet.jsp.jstl-api','1.2.2',NULL),('41d5ab11-e3c7-77cf-1f3c-2853cd08efba',23703,0,23627,'jboss-classfilewriter','1.2.3.Final',NULL),('bf2c8130-84ec-9561-066d-510433bf13d7',23704,0,23627,'org.apache.aries.cdi.extender','1.0.1.201902132117',NULL),('603e6ba9-7dd1-6be8-6877-8900f6e14061',23705,0,23627,'org.apache.aries.cdi.extension.el.jsp','1.0.0',NULL),('7facf194-351b-f5ac-c54f-e01f0b3f57cb',23706,0,23627,'org.apache.aries.cdi.extension.http','1.0.1.201902132117',NULL),('58afdd8d-3642-8b80-a864-f3507b095b2b',23707,0,23627,'org.apache.aries.cdi.extra','1.0.0',NULL),('a7f154b9-4cc7-02b6-8a75-f4aa8394bfc7',23708,0,23627,'org.apache.aries.spifly.dynamic.framework.extension','1.2.3.LIFERAY-PATCHED-1',NULL),('a7599209-d2fe-540b-910c-9b836e7a4ae5',23709,0,23627,'org.apache.commons.fileupload','1.3.3',NULL),('ae4bdc48-58ab-e4da-bd70-0664a10b1b81',23710,0,23627,'org.apache.commons.io','2.2.0',NULL),('9c07960b-2497-e453-4251-b0c947f58d90',23711,0,23627,'org.apache.felix.configadmin','1.9.8.LIFERAY-PATCHED-3',NULL),('1886be26-a793-f5d2-8f84-372cb881e856',23712,0,23627,'org.apache.felix.dependencymanager','4.6.0',NULL),('b759bd12-c573-a1c9-676d-2e68b6a6ca87',23713,0,23627,'org.apache.felix.dependencymanager.shell','4.0.8',NULL),('03040273-c876-08b9-4d45-febd0fdcc9ab',23714,0,23627,'org.apache.felix.eventadmin','1.5.0.LIFERAY-PATCHED-1',NULL),('55283e4c-0b75-e1d2-bd16-87deef20adf9',23715,0,23627,'org.apache.felix.fileinstall','3.6.4.LIFERAY-PATCHED-10',NULL),('1c5ba7dd-f3b9-187e-e92f-e5950dcdf898',23716,0,23627,'org.apache.felix.gogo.command','1.0.2',NULL),('07977222-e872-8193-d001-af02e6e164e3',23717,0,23627,'org.apache.felix.gogo.runtime','1.1.0.LIFERAY-PATCHED-2',NULL),('4ab972cb-bad8-52e6-cf2e-753454e6993e',23718,0,23627,'org.apache.felix.gogo.shell','1.1.0',NULL),('8060f2ec-b8d5-0ad9-0268-1fb226688328',23719,0,23627,'org.apache.felix.scr','2.1.14.LIFERAY-PATCHED-3',NULL),('5f092d1a-c4b6-259a-f1b4-1fcc64dceb15',23720,0,23627,'org.eclipse.equinox.console','1.3.100.v20180827-1235',NULL),('72ba4447-44db-c198-b702-2dce5bcbe2f6',23721,0,23627,'org.eclipse.equinox.http.servlet','1.2.2.v20190228-1648',NULL),('8b3a2f60-7ac4-3f33-b019-41a4bc290396',23722,0,23627,'org.eclipse.equinox.metatype','1.4.200.LIFERAY-PATCHED-2',NULL),('6a3ea4d4-d045-4c11-c15e-3a9760d3ddff',23723,0,23627,'org.jboss.logging.jboss-logging','3.3.2.Final',NULL),('935d5c6f-ee87-1608-12e2-beb2ded8c760',23724,0,23627,'org.jboss.weld.osgi-bundle','3.0.5.Final',NULL),('1b5e6519-4bd5-5553-1204-1931940f87c1',23725,0,23627,'org.jsoup','1.10.2',NULL),('7f1a2b5c-a275-dd07-550c-c5586415d8e3',23726,0,23627,'org.osgi.service.cdi','1.0.0.201810101357',NULL),('1ecbbc4f-d291-ab5a-1e49-17f200beb7c0',23727,0,23627,'org.osgi.service.http','3.5.0.LIFERAY-PATCHED-2',NULL),('0c601be2-1f18-f3d2-6b99-0e4f315fd637',23728,0,23627,'org.osgi.service.metatype','1.3.0.201505202024',NULL),('b53b9dc4-5a54-1901-20f8-85b9cdaf140d',23729,0,23627,'org.osgi.util.function','1.1.0.201802012106',NULL),('d628c417-6997-7a85-24dc-61910eae2b12',23730,0,23627,'org.osgi.util.promise','1.1.0.201802012106',NULL),('555314ee-06d6-3d4d-3849-1731b18e1254',23732,0,23731,'com.liferay.user.groups.admin.api','4.0.0',NULL),('67cccd9d-d3d9-1287-38e6-58e5899600a6',23733,0,23731,'com.liferay.user.groups.admin.impl','3.0.8',NULL),('672230fd-132e-0251-d077-e5b28fd86ad0',23734,0,23731,'com.liferay.user.groups.admin.item.selector.api','2.0.1',NULL),('e6efbee5-4f0f-a72c-f2f4-d5d526b41d7b',23735,0,23731,'com.liferay.user.groups.admin.item.selector.web','2.0.8','user-groups-admin-item-selector-web'),('cb6c4809-a4dd-de5f-a70b-5db7cf36d83b',23736,0,23731,'com.liferay.user.groups.admin.uad','4.0.1',NULL),('819afc4b-a56e-9dc8-426d-6116fc74bd0d',23737,0,23731,'com.liferay.user.groups.admin.web','3.0.15',NULL),('7333cff0-c24a-a456-93d8-d7e488ffea2c',23739,0,23738,'com.liferay.friendly.url.api','2.1.2',NULL),('b94987be-da08-69ab-f0cd-603315a25f7e',23740,0,23738,'com.liferay.friendly.url.service','2.0.14',NULL),('56d85ede-528b-3fd2-7a5f-2ff52c25989e',23742,0,23741,'com.liferay.headless.admin.taxonomy.api','3.4.0',NULL),('922e2868-bc2d-42c4-9c7a-2e14e56b447e',23743,0,23741,'com.liferay.headless.admin.taxonomy.impl','3.0.23',NULL),('d8bfd82f-2395-b9e9-6b37-188f83226dc4',23744,0,23741,'com.liferay.headless.admin.user.api','9.2.0',NULL),('c1458183-8ff5-c83a-2034-0d2dd2fac82b',23745,0,23741,'com.liferay.headless.admin.user.impl','3.0.22',NULL),('929b6d92-ec15-2228-4ebd-2e10c4928208',23746,0,23741,'com.liferay.headless.admin.workflow.api','3.4.0',NULL),('bf784bed-2969-f374-82df-0c029de0b093',23747,0,23741,'com.liferay.headless.admin.workflow.impl','3.0.18',NULL),('189be62f-a109-0803-dd22-153441e80ae9',23748,0,23741,'com.liferay.headless.common.spi','5.0.5',NULL),('f3bc3fa8-a063-516b-33c3-0b762faaf009',23749,0,23741,'com.liferay.headless.delivery.api','11.2.0',NULL),('1a182788-ee03-073f-636f-0cfa0d13bb4e',23750,0,23741,'com.liferay.headless.delivery.impl','3.0.32',NULL),('8e648332-0ff9-dc9a-a826-92d649e766cd',23751,0,23741,'com.liferay.headless.form.api','9.1.0',NULL),('3044dd47-6cdb-89d0-a10d-8ca54997e23d',23752,0,23741,'com.liferay.headless.form.impl','3.0.23',NULL),('b500d7ef-7b4a-91b3-b4c5-4935aaeb5b90',23754,0,23753,'com.liferay.roles.admin.api','4.0.0',NULL),('90d7a439-4b89-7f78-7e28-02614c82100a',23755,0,23753,'com.liferay.roles.admin.impl','3.0.7',NULL),('0d103954-0389-6877-9962-e25860a851a4',23756,0,23753,'com.liferay.roles.admin.web','3.0.18',NULL),('415efd13-325c-bd36-099b-f4f6aadddf31',23757,0,23753,'com.liferay.roles.item.selector.api','2.0.3',NULL),('ff3e5fc5-1a29-d87a-a384-8fd0e386a7df',23758,0,23753,'com.liferay.roles.item.selector.web','2.0.8','roles-item-selector-web'),('e5db6472-d90d-5cec-2323-f388af84d4c2',23759,0,23753,'com.liferay.roles.selector.web','3.0.9',NULL),('cbe33e77-c170-2f50-baa7-82a1cfcf0fdc',23760,0,23753,'com.liferay.roles.uad','4.0.1',NULL),('3e897717-ace4-0b70-0e2b-9fe6e6916ca9',23762,0,23761,'com.liferay.bulk.rest.api','1.4.0',NULL),('dee88847-6c39-b1ee-cd6d-689791fa4583',23763,0,23761,'com.liferay.bulk.rest.impl','1.0.21',NULL),('d5a7fdda-d972-0f81-2860-502a5755c9a6',23764,0,23761,'com.liferay.bulk.selection.api','1.1.3',NULL),('1da34e29-8d10-304b-7ddc-446956d46609',23765,0,23761,'com.liferay.bulk.selection.impl','1.0.4',NULL),('dc0f18c8-aa82-33c7-b3e6-fec29da08a09',23767,0,23766,'com.liferay.invitation.invite.members.api','4.0.6',NULL),('753e67d3-c2fa-4c3b-b509-230c0bf8abef',23768,0,23766,'com.liferay.invitation.invite.members.service','5.0.12',NULL),('68c782b7-74fa-a0a8-7198-155084505e58',23769,0,23766,'com.liferay.invitation.invite.members.web','3.0.16','invitation-invite-members-web'),('6fcd97d5-ccdd-1fc5-c89b-f76015785f9e',23771,0,23770,'com.liferay.external.reference.api','2.0.5',NULL),('3b93b323-192e-eee4-944f-d2039fbc34f3',23772,0,23770,'com.liferay.external.reference.service','2.0.7',NULL),('f1130b61-ffce-5002-e854-22a8125a58b5',23774,0,23773,'com.liferay.portal.portlet.bridge.soy.api','2.0.0',NULL),('9e9ab867-79d4-8ff5-0bdb-73fca111c406',23775,0,23773,'com.liferay.portal.portlet.bridge.soy.impl','2.0.17','portal-portlet-bridge-soy'),('3e2f55b8-4028-1531-8d87-a1690a284975',23777,0,23776,'com.liferay.user.associated.data.api','4.2.6',NULL),('02d158af-4e58-07df-64e2-dbebfe851008',23778,0,23776,'com.liferay.user.associated.data.web','4.0.27','user-associated-data-web'),('7fa37f73-7f30-1b44-5d49-807309f66a1d',23780,0,23779,'com.liferay.configuration.admin.api','2.1.4',NULL),('82c651b7-85a2-750d-5819-4b6b1ad2be07',23781,0,23779,'com.liferay.configuration.admin.web','3.0.34',NULL),('8a47dc66-5592-45c5-ed85-ea2949284f9a',23783,0,23782,'com.liferay.login.authentication.facebook.connect.web','4.0.10','login-authentication-facebook-connect-web'),('0d54ec4c-2a35-a0f3-e6dd-ebebbb5eb0a7',23784,0,23782,'com.liferay.login.authentication.openid.connect.web','4.0.11','login-authentication-openid-connect-web'),('51a9e187-3495-cbd2-c118-c9c983dd75ef',23785,0,23782,'com.liferay.login.authentication.opensso.web','4.0.5','login-authentication-opensso-web'),('7897fca3-f60f-3312-acd8-22880ea9c6a9',23786,0,23782,'com.liferay.login.web','4.0.20','login-web'),('8613976a-35bc-ec1b-1173-a725bc6e1a3a',23788,0,23787,'com.liferay.trash.api','2.1.3',NULL),('43fb4d4e-cede-aab8-a5a6-f6411fd5e5ee',23789,0,23787,'com.liferay.trash.service','3.0.15',NULL),('b92ebd9f-6e4b-3b72-9a2c-cb6398034f45',23790,0,23787,'com.liferay.trash.taglib','4.0.8','trash-taglib'),('edd1add0-cba7-6771-0d07-708facc6709f',23791,0,23787,'com.liferay.trash.web','3.0.17','trash-web'),('03d6b1c1-4345-6c37-73b8-9ce0c5ee652d',23793,0,23792,'com.liferay.flags.api','4.0.8',NULL),('644e2c4c-9152-82e8-0b52-3c2424f662a4',23794,0,23792,'com.liferay.flags.service','4.0.10',NULL),('f7782cce-fdcd-0b14-b37b-88c6825828fa',23795,0,23792,'com.liferay.flags.taglib','4.2.0','flags-taglib'),('b0f25025-7322-66aa-f0e4-e43a013fa39a',23796,0,23792,'com.liferay.flags.web','4.0.9','flags-web'),('a82958a7-cdc2-8dfd-6e82-3dde5ae18acc',23798,0,23797,'com.liferay.portal.template.freemarker','5.0.16',NULL),('c1d8336e-1b5e-34f4-9b59-55a4f8119446',23799,0,23797,'com.liferay.portal.template.react.renderer.api','1.0.2',NULL),('e684edb1-b1a1-4db4-70a8-842b52e420bf',23800,0,23797,'com.liferay.portal.template.react.renderer.impl','1.0.3','portal-template-react-renderer-impl'),('aec3f751-8509-8937-e235-919b44189a28',23801,0,23797,'com.liferay.portal.template.soy.api','2.1.2',NULL),('4d3a3ed8-62d7-3f16-5142-1b8f689dac78',23802,0,23797,'com.liferay.portal.template.soy.context.contributor','3.0.5',NULL),('3f5ad656-52b9-fb3b-e064-b4d775a5e7a5',23803,0,23797,'com.liferay.portal.template.soy.impl','2.0.23',NULL),('83549dbd-8612-1fd1-6395-8d8851a4e7fb',23804,0,23797,'com.liferay.portal.template.soy.renderer.api','1.0.4',NULL),('5a6ee830-4de6-3fd3-2548-1a46f21b56d6',23805,0,23797,'com.liferay.portal.template.soy.renderer.impl','1.0.10',NULL),('795471ee-1d1e-50b4-56d8-6b21ae096354',23806,0,23797,'com.liferay.portal.template.velocity','4.0.13',NULL),('21f20106-592a-e2b5-add4-6651a39d8431',23807,0,23797,'com.liferay.portal.template.xsl','4.0.8',NULL),('88aefee4-9fd7-a9c0-4ae3-aee75caf3d02',23809,0,23808,'com.liferay.fragment.api','4.0.2',NULL),('bbe237d3-a5fd-2bf7-45d0-9ee41c13511f',23810,0,23808,'com.liferay.fragment.collection.contributor.basic.component','1.0.23','fragment-collection-contributor-basic-component'),('e14c8b44-f34e-4b6b-2976-91b4c95fc24c',23811,0,23808,'com.liferay.fragment.collection.contributor.basic.section','1.0.18','fragment-collection-contributor-basic-section'),('4701e89c-71e9-3be6-0920-267e00ce9a4e',23812,0,23808,'com.liferay.fragment.entry.processor.api','1.1.1',NULL),('f766a423-1764-666c-051c-66fdd9b327b9',23813,0,23808,'com.liferay.fragment.entry.processor.background.image','1.0.10',NULL),('04dbfb68-8235-bc2c-8f79-8dcab3854780',23814,0,23808,'com.liferay.fragment.entry.processor.editable','2.0.28',NULL),('3cf74577-db97-0d14-0ef4-34147540c7d4',23815,0,23808,'com.liferay.fragment.entry.processor.freemarker','1.0.18',NULL),('73dc4509-dc77-d949-d9c3-c0585d41d283',23816,0,23808,'com.liferay.fragment.entry.processor.impl','1.0.11',NULL),('2059c479-14d0-fe17-71d1-55a57381b405',23817,0,23808,'com.liferay.fragment.entry.processor.nullable','2.0.11',NULL),('28e96ee7-4805-4fb5-023a-cea5ad9e4636',23818,0,23808,'com.liferay.fragment.entry.processor.portlet','2.0.20',NULL),('d07f243d-e14a-0e46-b712-9ee6ef40808e',23819,0,23808,'com.liferay.fragment.entry.processor.resources','1.0.10',NULL),('b0c83743-3aa2-6e7b-5225-daa5c80b5782',23820,0,23808,'com.liferay.fragment.impl','2.0.34','fragment-impl'),('b316acef-67a0-f0f6-c814-ccb60fbaef1b',23821,0,23808,'com.liferay.fragment.item.selector.api','2.0.0',NULL),('1834632d-dbae-f31d-c903-6a0497584195',23822,0,23808,'com.liferay.fragment.service','2.0.32',NULL),('41fecd88-7fff-7533-3c40-2dd0521eeacc',23823,0,23808,'com.liferay.fragment.taglib','2.0.9','fragment-taglib'),('e0f97762-fe35-a420-3c90-3abc59b15a0c',23824,0,23808,'com.liferay.fragment.web','2.0.37','fragment-web'),('b6bcc160-2631-3b17-5152-260278090589',23826,0,23825,'com.liferay.mobile.device.rules.api','4.1.2',NULL),('60c66889-8f9a-251c-6595-cd05549cda60',23827,0,23825,'com.liferay.mobile.device.rules.service','3.0.16',NULL),('2033d115-6c97-1702-b6e5-03eba5f2738b',23828,0,23825,'com.liferay.mobile.device.rules.web','3.0.16','mobile-device-rules-web'),('866bfbe4-25ad-7dde-8f88-7ec2114568be',23830,0,23829,'com.liferay.microsoft.translator','3.0.7',NULL),('cf97a063-ab20-34e0-0247-a6b997d8ced0',23832,0,23831,'com.liferay.captcha.api','3.0.12',NULL),('dde05036-9fff-bd05-c879-a4b88eb26bc6',23833,0,23831,'com.liferay.captcha.impl','2.0.6',NULL),('9fd9baaf-c1c9-55b8-7db6-b9b066c65240',23834,0,23831,'com.liferay.captcha.taglib','3.0.6','captcha-taglib'),('5d8dc4e6-69aa-a569-be7c-f4066355ccee',23836,0,23835,'com.liferay.portal.mobile.device.recognition.impl','2.0.4',NULL),('5c320347-bfad-4625-e728-f68131b80ff4',23838,0,23837,'com.liferay.xstream.configurator.api','4.0.4',NULL),('cad9259a-3080-e49e-7857-1f6a110ba05b',23840,0,23839,'com.liferay.marketplace.api','6.1.3',NULL),('8f8041c5-355d-d1d6-6dae-3fe0facc2b6a',23841,0,23839,'com.liferay.marketplace.app.manager.web','3.0.14','marketplace-app-manager-web'),('f85b2fb9-be5b-2f35-74b1-c3b871fd7327',23842,0,23839,'com.liferay.marketplace.service','5.0.13',NULL),('b1f4e544-70e8-9525-da56-c84a587a1ef2',23843,0,23839,'com.liferay.marketplace.store.web','5.0.10','marketplace-store-web'),('cc485fdc-3b74-fbf0-c44f-94d527abb86b',23845,0,23844,'com.liferay.portal.validation.api','2.0.4',NULL),('3680d0aa-1367-bba2-53a1-4f7a514e7fc1',23847,0,23846,'com.liferay.frontend.compatibility.ie','3.0.9','frontend-compatibility-ie'),('0e2c1444-c014-3d13-e44c-7fb6cf00d4e6',23849,0,23848,'com.liferay.plugins.admin.web','3.0.10',NULL),('7d363293-bc5e-d814-07d6-7bddda94d45a',23851,0,23850,'com.liferay.alloy.mvc','4.1.2',NULL),('4f06dd0a-8ef0-1b2f-1fef-b4bf2e1942ff',23853,0,23852,'com.liferay.portal.scheduler','6.0.10',NULL),('b3c524c4-5a2f-c467-a370-c4887c3e05dd',23854,0,23852,'com.liferay.portal.scheduler.multiple','3.0.6',NULL),('f361e4e6-74f7-a736-f1ba-bc377936fca9',23855,0,23852,'com.liferay.portal.scheduler.quartz','5.0.6',NULL),('fe6c8a42-d1bb-d070-c1ec-e1f75a5c4765',23857,0,23856,'com.liferay.portal.cache.api','2.0.1',NULL),('acf48dc9-8ac7-8e42-9c6b-f89a05203385',23858,0,23856,'com.liferay.portal.cache.ehcache.impl','2.0.5',NULL),('3961147a-d491-8908-a5d0-4679bd4ee1b2',23859,0,23856,'com.liferay.portal.cache.ehcache.impl.export.api','1.0.1',NULL),('f258e077-bcb3-5fa5-c88f-d9b8611b38c4',23860,0,23856,'com.liferay.portal.cache.impl','2.0.8',NULL),('2f0c4888-64c1-2268-145a-f1696d1c7ca5',23861,0,23856,'com.liferay.portal.cache.multiple','3.0.9',NULL),('a8ad5173-925e-1709-6ac4-54e18abba880',23863,0,23862,'com.liferay.application.list.api','4.2.5',NULL),('9eb8d6e6-60d2-be81-4ed8-d13b6fdd08a1',23864,0,23862,'com.liferay.application.list.my.account.permissions','3.0.6',NULL),('9c7afc3a-b250-17c7-fb96-44742f067f87',23865,0,23862,'com.liferay.application.list.taglib','4.0.9','application-list-taglib'),('d52e187f-6f96-14c5-617c-e84744806b16',23866,0,23862,'com.liferay.application.list.user.personal.site.permissions','4.0.3',NULL),('1bedc2f7-48cb-0f46-6fc7-2af0aa0381e7',23901,0,23868,'com.liferay.staging.api','4.0.3',NULL),('a0296a3b-8870-6d9c-c8c5-45687d4ef6a4',23902,0,23868,'com.liferay.staging.bar.web','3.0.16','staging-bar-web'),('92b1c7b1-ff93-29a0-7f83-00ac40a4d421',23903,0,23868,'com.liferay.staging.configuration.web','3.0.12',NULL),('0afba119-32c4-ea1c-90af-d55c06112bae',23904,0,23868,'com.liferay.staging.impl','2.0.4',NULL),('2e70711c-9839-8027-10f0-cc8b8dbbaf1c',23905,0,23868,'com.liferay.staging.lang','4.0.11',NULL),('0abd1e6c-6e6f-5e32-ff3e-21ef67c76606',23906,0,23868,'com.liferay.staging.portlet.data.handler','5.0.4',NULL),('09ca84fc-e07d-6347-69a6-05f3cc3d8c4c',23907,0,23868,'com.liferay.staging.processes.web','3.0.14','staging-processes-web'),('88515b04-fede-065e-feb4-0b53f02d390d',23908,0,23868,'com.liferay.staging.security','4.0.7',NULL),('e7a90f29-79e9-c8c5-8145-1c66adba0a01',23909,0,23868,'com.liferay.staging.taglib','5.0.16','staging-taglib'),('272f11e5-28c8-22a6-e6cc-33a9643d8f9d',24001,0,23911,'com.liferay.server.admin.web','3.0.21','server-admin-web'),('32c34ae6-4f41-7420-44b3-c960d11393f0',24003,0,24002,'com.liferay.image.uploader.web','3.0.12',NULL),('8c08e59a-d8c8-c341-aed0-08e51120c867',24005,0,24004,'com.liferay.portal.store.db','4.0.2',NULL),('8a9d2957-d644-ddc8-19a6-f0492aa59342',24006,0,24004,'com.liferay.portal.store.file.system','4.0.6',NULL),('e2a72b15-d12e-8a19-2d14-a4a2a6462a5a',24007,0,24004,'com.liferay.portal.store.ignore.duplicates.wrapper','3.0.1',NULL),('28c06407-19df-5723-b552-bcbe13373161',24008,0,24004,'com.liferay.portal.store.s3','4.0.13',NULL),('4feb82e7-3d92-b976-2258-b0f6a1c084e3',24009,0,24004,'com.liferay.portal.store.safe.file.name.wrapper','3.0.2',NULL),('3a9e7f3a-a959-97bc-0b42-24818c436c0e',24011,0,24010,'com.liferay.frontend.css.common','4.0.3',NULL),('3b4008e3-d39e-9eff-0c0a-34202fed9247',24012,0,24010,'com.liferay.frontend.css.rtl.servlet','3.0.9',NULL),('5f5580a6-5ad4-a521-db88-25a123b6dd8a',24013,0,24010,'com.liferay.frontend.css.web','3.0.16','frontend-css-web'),('88155560-b250-041e-1ef0-f504067a5027',24015,0,24014,'com.liferay.oauth2.provider.api','2.2.6',NULL),('627683e0-8b54-791a-5ea2-3e3691a9113b',24016,0,24014,'com.liferay.oauth2.provider.jsonws','2.0.13',NULL),('20f5b23b-a48b-9661-8a44-deb8e1c352f3',24017,0,24014,'com.liferay.oauth2.provider.rest','2.0.15',NULL),('465c6361-ed91-dcfe-17f8-3b977ca00457',24018,0,24014,'com.liferay.oauth2.provider.rest.spi','2.0.3',NULL),('1932351a-6c8c-d2ce-c7c6-cdb0967cd861',24019,0,24014,'com.liferay.oauth2.provider.scope.api','2.0.2',NULL),('4fec4d0a-6b5b-c421-4682-f173cff6efbf',24020,0,24014,'com.liferay.oauth2.provider.scope.impl','2.0.14',NULL),('37a9c4f2-e554-1803-6d32-b4cdbef70c6a',24021,0,24014,'com.liferay.oauth2.provider.scope.liferay.api','2.1.1',NULL),('a036866f-a903-d8fb-10c5-340cc14d1c55',24022,0,24014,'com.liferay.oauth2.provider.scope.spi','2.0.1',NULL),('283c64c8-96ed-f9b4-59c8-5730154ae4b0',24023,0,24014,'com.liferay.oauth2.provider.service','2.0.16',NULL),('fdb74640-6d8f-4dfa-7196-6c07b0fae7a6',24024,0,24014,'com.liferay.oauth2.provider.shortcut','2.0.9',NULL),('863c22db-bb2a-6e87-3f3f-e918e76228bc',24025,0,24014,'com.liferay.oauth2.provider.web','2.0.21','oauth2-provider-web'),('8123b309-5883-a65e-6119-07657c2f3c2c',24027,0,24026,'com.liferay.portlet.dependency.factory.impl','2.0.7',NULL),('f03ef543-3bc0-a1b5-b3c8-76999a599d04',24102,0,24101,'com.liferay.portal.lock.api','4.1.4',NULL),('6a019623-9156-82eb-232c-ef6d3a3d2a37',24103,0,24101,'com.liferay.portal.lock.service','4.0.12',NULL),('d49bc7a1-a6e1-5050-40c5-08c31b5bc260',24105,0,24104,'com.liferay.analytics.web','2.0.6','analytics-web'),('d2dc685a-e0c1-9aa9-cad7-075db5f13b8e',24202,0,24201,'com.liferay.notifications.uad','4.0.1',NULL),('aa700edb-a1c9-94b9-b556-3d2468bfba25',24203,0,24201,'com.liferay.notifications.web','3.0.14','notifications-web'),('09a37acc-e94d-7e20-361b-8ade8e9686bc',24205,0,24204,'com.liferay.frontend.theme.contributor.extender','4.0.9',NULL),('32265662-a92c-1bb0-8f4e-a197e1ffb83c',24206,0,24204,'com.liferay.frontend.theme.favicon.servlet','3.0.4','frontend-theme-favicon-servlet'),('59f8e88f-8ea9-2345-83a3-275cb3dd64b3',24207,0,24204,'com.liferay.frontend.theme.font.awesome.web','1.0.4','frontend-theme-font-awesome-web'),('12f60c2e-7885-d80b-dc78-b2fe62de675a',24208,0,24204,'com.liferay.frontend.theme.styled','4.0.20','frontend-theme-styled'),('c4deb674-3832-12c4-f9ce-ed0de4826315',24209,0,24204,'com.liferay.frontend.theme.unstyled','4.0.16','frontend-theme-unstyled'),('a056e53e-ec38-4beb-bd14-ecf6231459cf',24210,0,24204,'admin-theme',NULL,'admin-theme'),('52a3094b-8f57-aadb-0ee0-39e31d394823',24211,0,24204,'classic-theme',NULL,'classic-theme'),('280caaa1-2427-69d1-8542-0515a89a3f63',24302,0,24301,'com.liferay.portal.instances.api','3.0.6',NULL),('9b720ed5-c7ac-05b6-29fe-0c38ee87835f',24303,0,24301,'com.liferay.portal.instances.service','3.0.7',NULL),('ffa0150b-156c-d517-4471-c1457852da7c',24304,0,24301,'com.liferay.portal.instances.web','3.0.11',NULL),('a1b5461a-6112-7bc8-02cd-6b2ef1e27242',24306,0,24305,'com.liferay.portal.language.extender','4.0.4',NULL),('e21f3f9a-7af1-f7e0-47c7-8c4234737ef6',24307,0,24305,'com.liferay.portal.language.servlet.filter','4.0.7',NULL),('ee4622be-5a19-a948-6dd1-0b06c687f1fd',24309,0,24308,'com.liferay.portal.reports.engine.api','5.0.3',NULL),('066a72ef-9f25-f2c1-3b9a-5e4c8ba188aa',24311,0,24310,'com.liferay.iframe.web','3.0.15','iframe-web'); /*!40000 ALTER TABLE `marketplace_module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `mbban` -- DROP TABLE IF EXISTS `mbban`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbban` ( `uuid_` varchar(75) DEFAULT NULL, `banId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `banUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbcategory` ( `uuid_` varchar(75) DEFAULT NULL, `categoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentCategoryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `displayStyle` varchar(75) DEFAULT NULL, `threadCount` int(11) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbdiscussion` ( `uuid_` varchar(75) DEFAULT NULL, `discussionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `threadId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbmailinglist` ( `uuid_` varchar(75) DEFAULT NULL, `mailingListId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `inProtocol` varchar(75) DEFAULT NULL, `inServerName` varchar(75) DEFAULT NULL, `inServerPort` int(11) DEFAULT NULL, `inUseSSL` tinyint(4) DEFAULT NULL, `inUserName` varchar(75) DEFAULT NULL, `inPassword` varchar(75) DEFAULT NULL, `inReadInterval` int(11) DEFAULT NULL, `outEmailAddress` varchar(254) DEFAULT NULL, `outCustom` tinyint(4) DEFAULT NULL, `outServerName` varchar(75) DEFAULT NULL, `outServerPort` int(11) DEFAULT NULL, `outUseSSL` tinyint(4) DEFAULT NULL, `outUserName` varchar(75) DEFAULT NULL, `outPassword` varchar(75) DEFAULT NULL, `allowAnonymous` tinyint(4) DEFAULT NULL, `active_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbmessage` ( `uuid_` varchar(75) DEFAULT NULL, `messageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `threadId` bigint(20) DEFAULT NULL, `rootMessageId` bigint(20) DEFAULT NULL, `parentMessageId` bigint(20) DEFAULT NULL, `subject` varchar(75) DEFAULT NULL, `body` longtext, `format` varchar(75) DEFAULT NULL, `anonymous` tinyint(4) DEFAULT NULL, `priority` double DEFAULT NULL, `allowPingbacks` tinyint(4) DEFAULT NULL, `answer` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbstatsuser` ( `statsUserId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`statsUserId`), UNIQUE KEY `IX_9168E2C9` (`groupId`,`userId`), KEY `IX_847F92B5` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbthread` ( `uuid_` varchar(75) DEFAULT NULL, `threadId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `categoryId` bigint(20) DEFAULT NULL, `rootMessageId` bigint(20) DEFAULT NULL, `rootMessageUserId` bigint(20) DEFAULT NULL, `title` varchar(75) DEFAULT NULL, `messageCount` int(11) DEFAULT NULL, `viewCount` int(11) DEFAULT NULL, `lastPostByUserId` bigint(20) DEFAULT NULL, `lastPostDate` datetime(6) DEFAULT NULL, `priority` double DEFAULT NULL, `question` tinyint(4) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mbthreadflag` ( `uuid_` varchar(75) DEFAULT NULL, `threadFlagId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `threadId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mdraction` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `actionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `ruleGroupInstanceId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mdrrule` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `ruleId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `ruleGroupId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mdrrulegroup` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `ruleGroupId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `mdrrulegroupinstance` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `ruleGroupInstanceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `ruleGroupId` bigint(20) DEFAULT NULL, `priority` int(11) 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=utf8; /*!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 `membershiprequest` -- DROP TABLE IF EXISTS `membershiprequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `membershiprequest` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `membershipRequestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `comments` longtext, `replyComments` longtext, `replyDate` datetime(6) DEFAULT NULL, `replierUserId` bigint(20) DEFAULT NULL, `statusId` bigint(20) DEFAULT NULL, PRIMARY KEY (`membershipRequestId`), KEY `IX_C28C72EC` (`groupId`,`statusId`), KEY `IX_35AA8FA6` (`groupId`,`userId`,`statusId`), KEY `IX_66D70879` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `oa2auths_oa2scopegrants` -- DROP TABLE IF EXISTS `oa2auths_oa2scopegrants`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `oa2auths_oa2scopegrants` ( `companyId` bigint(20) NOT NULL, `oAuth2AuthorizationId` bigint(20) NOT NULL, `oAuth2ScopeGrantId` bigint(20) NOT NULL, PRIMARY KEY (`oAuth2AuthorizationId`,`oAuth2ScopeGrantId`), KEY `IX_87DAF9C3` (`companyId`), KEY `IX_2F541817` (`oAuth2ScopeGrantId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `oauth2application` ( `oAuth2ApplicationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `oA2AScopeAliasesId` bigint(20) DEFAULT NULL, `allowedGrantTypes` varchar(75) DEFAULT NULL, `clientCredentialUserId` bigint(20) DEFAULT NULL, `clientCredentialUserName` varchar(75) DEFAULT NULL, `clientId` varchar(75) DEFAULT NULL, `clientProfile` int(11) DEFAULT NULL, `clientSecret` varchar(75) DEFAULT NULL, `description` longtext, `features` longtext, `homePageURL` longtext, `iconFileEntryId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `privacyPolicyURL` longtext, `redirectURIs` longtext, PRIMARY KEY (`oAuth2ApplicationId`), KEY `IX_523E5C67` (`companyId`,`clientId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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','2020-08-26 09:47:27.964000','2020-08-26 09:47:28.103000',1,'REFRESH_TOKEN,RESOURCE_OWNER_PASSWORD',20105,'20105','FragmentRenderer',1,NULL,NULL,NULL,NULL,0,'Fragment Renderer',NULL,NULL),(2,20101,20105,'20105','2020-08-26 09:47:30.434000','2020-08-26 09:47:31.807000',2,'AUTHORIZATION_CODE,REFRESH_TOKEN',20105,'20105','id-c2a1de54-8356-8175-7f1c-c8af91d824',0,'secret-744e1767-8a60-c02b-f623-9448c7bad79',NULL,NULL,'https://analytics.liferay.com',0,'Analytics Cloud',NULL,'https://analytics.liferay.com/oauth/receive'),(101,34004,34008,'34008','2020-08-26 10:17:51.098000','2020-08-26 10:17:51.263000',101,'REFRESH_TOKEN,RESOURCE_OWNER_PASSWORD',34008,'34008','FragmentRenderer',1,NULL,NULL,NULL,NULL,0,'Fragment Renderer',NULL,NULL),(102,34004,34008,'34008','2020-08-26 10:17:52.252000','2020-08-26 10:17:52.577000',102,'AUTHORIZATION_CODE,REFRESH_TOKEN',34008,'34008','id-98a92f88-4163-dd81-5c8a-284254a6ebd',0,'secret-4e511de6-850b-497a-4f69-342d691eac6',NULL,NULL,'https://analytics.liferay.com',0,'Analytics Cloud',NULL,'https://analytics.liferay.com/oauth/receive'); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `oauth2applicationscopealiases` ( `oA2AScopeAliasesId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `oAuth2ApplicationId` bigint(20) DEFAULT NULL, PRIMARY KEY (`oA2AScopeAliasesId`), KEY `IX_282ECE83` (`companyId`), KEY `IX_2F9EBCBB` (`oAuth2ApplicationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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','2020-08-26 09:47:28.030000',1),(2,20101,20105,'20105','2020-08-26 09:47:30.443000',2),(101,34004,34008,'34008','2020-08-26 10:17:51.210000',101),(102,34004,34008,'34008','2020-08-26 10:17:52.254000',102); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `oauth2authorization` ( `oAuth2AuthorizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `oAuth2ApplicationId` bigint(20) DEFAULT NULL, `oA2AScopeAliasesId` bigint(20) DEFAULT NULL, `accessTokenContent` longtext, `accessTokenContentHash` bigint(20) 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(20) 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=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `oauth2authorization` -- LOCK TABLES `oauth2authorization` WRITE; /*!40000 ALTER TABLE `oauth2authorization` DISABLE KEYS */; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `oauth2scopegrant` ( `oAuth2ScopeGrantId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `oA2AScopeAliasesId` bigint(20) 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=utf8; /*!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-json-web-services','com.liferay.oauth2.provider.jsonws','everything.read','liferay-json-web-services.everything.read'),(2,20101,2,'Liferay.JSON.Web.Services.Analytics','com.liferay.oauth2.provider.shortcut','analytics.read','analytics.read'),(3,20101,2,'Liferay.JSON.Web.Services.Analytics','com.liferay.oauth2.provider.shortcut','analytics.write','analytics.write'),(4,20101,2,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','DELETE','Liferay.Segments.Asah.REST.everything'),(5,20101,2,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','GET','Liferay.Segments.Asah.REST.everything'),(6,20101,2,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','POST','Liferay.Segments.Asah.REST.everything'),(101,34004,101,'liferay-json-web-services','com.liferay.oauth2.provider.jsonws','everything.read','liferay-json-web-services.everything.read'),(102,34004,102,'Liferay.JSON.Web.Services.Analytics','com.liferay.oauth2.provider.shortcut','analytics.read','analytics.read'),(103,34004,102,'Liferay.JSON.Web.Services.Analytics','com.liferay.oauth2.provider.shortcut','analytics.write','analytics.write'),(104,34004,102,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','DELETE','Liferay.Segments.Asah.REST.everything'),(105,34004,102,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','GET','Liferay.Segments.Asah.REST.everything'),(106,34004,102,'Liferay.Segments.Asah.REST','com.liferay.segments.asah.rest.impl','POST','Liferay.Segments.Asah.REST.everything'); /*!40000 ALTER TABLE `oauth2scopegrant` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `organization_` -- DROP TABLE IF EXISTS `organization_`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `organization_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `organizationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentOrganizationId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(100) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `recursable` tinyint(4) DEFAULT NULL, `regionId` bigint(20) DEFAULT NULL, `countryId` bigint(20) DEFAULT NULL, `statusId` bigint(20) DEFAULT NULL, `comments` longtext, `logoId` bigint(20) 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=utf8; /*!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 `orggrouprole` -- DROP TABLE IF EXISTS `orggrouprole`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `orggrouprole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `organizationId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, PRIMARY KEY (`organizationId`,`groupId`,`roleId`), KEY `IX_4A527DD3` (`groupId`), KEY `IX_AB044D1C` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `orglabor` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `orgLaborId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `organizationId` bigint(20) DEFAULT NULL, `typeId` bigint(20) DEFAULT NULL, `sunOpen` int(11) DEFAULT NULL, `sunClose` int(11) DEFAULT NULL, `monOpen` int(11) DEFAULT NULL, `monClose` int(11) DEFAULT NULL, `tueOpen` int(11) DEFAULT NULL, `tueClose` int(11) DEFAULT NULL, `wedOpen` int(11) DEFAULT NULL, `wedClose` int(11) DEFAULT NULL, `thuOpen` int(11) DEFAULT NULL, `thuClose` int(11) DEFAULT NULL, `friOpen` int(11) DEFAULT NULL, `friClose` int(11) DEFAULT NULL, `satOpen` int(11) DEFAULT NULL, `satClose` int(11) DEFAULT NULL, PRIMARY KEY (`orgLaborId`), KEY `IX_6AF0D434` (`organizationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `passwordpolicy` -- DROP TABLE IF EXISTS `passwordpolicy`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `passwordpolicy` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `passwordPolicyId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `defaultPolicy` tinyint(4) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `changeable` tinyint(4) DEFAULT NULL, `changeRequired` tinyint(4) DEFAULT NULL, `minAge` bigint(20) DEFAULT NULL, `checkSyntax` tinyint(4) DEFAULT NULL, `allowDictionaryWords` tinyint(4) DEFAULT NULL, `minAlphanumeric` int(11) DEFAULT NULL, `minLength` int(11) DEFAULT NULL, `minLowerCase` int(11) DEFAULT NULL, `minNumbers` int(11) DEFAULT NULL, `minSymbols` int(11) DEFAULT NULL, `minUpperCase` int(11) DEFAULT NULL, `regex` longtext, `history` tinyint(4) DEFAULT NULL, `historyCount` int(11) DEFAULT NULL, `expireable` tinyint(4) DEFAULT NULL, `maxAge` bigint(20) DEFAULT NULL, `warningTime` bigint(20) DEFAULT NULL, `graceLimit` int(11) DEFAULT NULL, `lockout` tinyint(4) DEFAULT NULL, `maxFailure` int(11) DEFAULT NULL, `lockoutDuration` bigint(20) DEFAULT NULL, `requireUnlock` tinyint(4) DEFAULT NULL, `resetFailureCount` bigint(20) DEFAULT NULL, `resetTicketMaxAge` bigint(20) 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=utf8; /*!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,'dcdbcbb7-ed2f-d341-0460-acce78569895',20129,20101,20105,NULL,'2020-08-26 09:46:18.536000','2020-08-26 09:46:18.536000',1,'Default Password Policy','Default Password Policy',1,1,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),(0,'c944a831-d922-bdf4-7587-8f9f0f085bf5',34032,34004,34008,NULL,'2020-08-26 10:17:37.393000','2020-08-26 10:17:37.393000',1,'Default Password Policy','Default Password Policy',1,1,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `passwordpolicyrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `passwordPolicyRelId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `passwordPolicyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, PRIMARY KEY (`passwordPolicyRelId`), UNIQUE KEY `IX_C3A17327` (`classNameId`,`classPK`), KEY `IX_CD25266E` (`passwordPolicyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `passwordtracker` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `passwordTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, PRIMARY KEY (`passwordTrackerId`), KEY `IX_326F75BD` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `phone` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `phoneId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `number_` varchar(75) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `typeId` bigint(20) DEFAULT NULL, `primary_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `pluginsetting` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `pluginSettingId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `pluginId` varchar(75) DEFAULT NULL, `pluginType` varchar(75) DEFAULT NULL, `roles` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`pluginSettingId`), UNIQUE KEY `IX_7171B2E8` (`companyId`,`pluginId`,`pluginType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `pollschoice` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `choiceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `questionId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `pollsquestion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `questionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `pollsvote` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `voteId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `questionId` bigint(20) DEFAULT NULL, `choiceId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `portalpreferences` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `portalPreferencesId` bigint(20) NOT NULL, `ownerId` bigint(20) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `preferences` longtext, PRIMARY KEY (`portalPreferencesId`), KEY `IX_D1F795F1` (`ownerId`,`ownerType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 (0,20102,20101,1,''),(0,20131,0,1,''),(0,33976,20105,4,''),(3,33987,20130,4,'com.liferay.portal.kernel.util.SessionClicks#cmdsetcom.liferay.portal.kernel.util.SessionClicks#com.liferay.product.navigation.product.menu.web_productMenuStateopencom.liferay.portal.kernel.util.SessionClicks#com.liferay.site.util_recentGroups20124'),(0,34005,34004,1,''); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `portlet` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `id_` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `roles` longtext, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`id_`), UNIQUE KEY `IX_12B5E51D` (`companyId`,`portletId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,33801,20101,'com_liferay_comment_web_portlet_CommentPortlet',NULL,1),(0,33802,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',NULL,1),(0,33803,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',NULL,1),(0,33805,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',NULL,1),(0,33806,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',NULL,1),(0,33807,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',NULL,1),(0,33808,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',NULL,1),(0,33809,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',NULL,1),(0,33811,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',NULL,1),(0,33812,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',NULL,1),(0,33813,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',NULL,1),(0,33814,20101,'com_liferay_sharing_web_portlet_SharingPortlet',NULL,1),(0,33815,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',NULL,1),(0,33816,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',NULL,1),(0,33817,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',NULL,1),(0,33819,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',NULL,1),(0,33820,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',NULL,1),(0,33821,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',NULL,1),(0,33822,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',NULL,1),(0,33824,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',NULL,1),(0,33825,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',NULL,1),(0,33826,20101,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',NULL,1),(0,33827,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',NULL,1),(0,33828,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',NULL,1),(0,33829,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',NULL,1),(0,33830,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',NULL,1),(0,33832,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',NULL,1),(0,33833,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',NULL,1),(0,33834,20101,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',NULL,1),(0,33835,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',NULL,1),(0,33836,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',NULL,1),(0,33837,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',NULL,1),(0,33838,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',NULL,1),(0,33839,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',NULL,1),(0,33840,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',NULL,1),(0,33841,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',NULL,1),(0,33842,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',NULL,1),(0,33843,20101,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',NULL,1),(0,33844,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',NULL,1),(0,33845,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',NULL,1),(0,33846,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',NULL,1),(0,33847,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',NULL,1),(0,33848,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',NULL,1),(0,33849,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',NULL,1),(0,33850,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',NULL,1),(0,33851,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',NULL,1),(0,33852,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',NULL,1),(0,33853,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',NULL,1),(0,33854,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',NULL,1),(0,33855,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',NULL,1),(0,33856,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',NULL,1),(0,33857,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',NULL,1),(0,33858,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',NULL,1),(0,33859,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',NULL,1),(0,33860,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',NULL,1),(0,33861,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',NULL,1),(0,33862,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',NULL,1),(0,33863,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',NULL,1),(0,33864,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',NULL,1),(0,33865,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',NULL,1),(0,33866,20101,'com_liferay_polls_web_portlet_PollsPortlet',NULL,1),(0,33867,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',NULL,1),(0,33868,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',NULL,1),(0,33869,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',NULL,1),(0,33870,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',NULL,1),(0,33871,20101,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',NULL,1),(0,33872,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',NULL,1),(0,33873,20101,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',NULL,1),(0,33874,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',NULL,1),(0,33875,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',NULL,1),(0,33876,20101,'com_liferay_flags_web_portlet_FlagsPortlet',NULL,1),(0,33877,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',NULL,1),(0,33878,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',NULL,1),(0,33879,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',NULL,1),(0,33880,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',NULL,1),(0,33881,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',NULL,1),(0,33882,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',NULL,1),(0,33883,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',NULL,1),(0,33884,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',NULL,1),(0,33885,20101,'com_liferay_contacts_web_portlet_MembersPortlet',NULL,1),(0,33886,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',NULL,1),(0,33887,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',NULL,1),(0,33888,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',NULL,1),(0,33889,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',NULL,1),(0,33890,20101,'com_liferay_login_web_portlet_FastLoginPortlet',NULL,1),(0,33891,20101,'com_liferay_login_web_portlet_LoginPortlet',NULL,1),(0,33892,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',NULL,1),(0,33893,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',NULL,1),(0,33894,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',NULL,1),(0,33895,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',NULL,1),(0,33896,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',NULL,1),(0,33897,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',NULL,1),(0,33898,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',NULL,1),(0,33899,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',NULL,1),(0,33900,20101,'com_liferay_iframe_web_portlet_IFramePortlet',NULL,1),(0,33901,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',NULL,1),(0,33902,20101,'com_liferay_journal_web_portlet_JournalPortlet',NULL,1),(0,33903,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',NULL,1),(0,33904,20101,'com_liferay_rss_web_portlet_RSSPortlet',NULL,1),(0,33905,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',NULL,1),(0,33906,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',NULL,1),(0,33907,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',NULL,1),(0,33908,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',NULL,1),(0,33909,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',NULL,1),(0,33910,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',NULL,1),(0,33911,20101,'com_liferay_trash_web_portlet_TrashPortlet',NULL,1),(0,33912,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',NULL,1),(0,33913,20101,'com_liferay_document_library_web_portlet_DLPortlet',NULL,1),(0,33914,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',NULL,1),(0,33915,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',NULL,1),(0,33916,20101,'com_liferay_message_boards_web_portlet_MBPortlet',NULL,1),(0,33917,20101,'com_liferay_wiki_web_portlet_WikiAdminPortlet',NULL,1),(0,33918,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',NULL,1),(0,33919,20101,'com_liferay_wiki_web_portlet_WikiPortlet',NULL,1),(0,33926,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',NULL,1),(0,33927,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',NULL,1),(0,33928,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',NULL,1),(0,33936,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',NULL,1),(0,33937,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',NULL,1),(0,33938,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',NULL,1),(0,33939,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',NULL,1),(0,33940,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',NULL,1),(0,33942,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',NULL,1),(0,33943,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',NULL,1),(0,33944,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',NULL,1),(0,33945,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',NULL,1),(0,33946,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',NULL,1),(0,33947,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',NULL,1),(0,33948,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',NULL,1),(0,33949,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',NULL,1),(0,33950,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',NULL,1),(0,33951,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',NULL,1),(0,33971,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',NULL,1),(0,33972,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',NULL,1),(0,33973,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',NULL,1),(0,33974,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',NULL,1),(0,33975,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',NULL,1),(0,34041,34004,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',NULL,1),(0,34042,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',NULL,1),(0,34043,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',NULL,1),(0,34044,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',NULL,1),(0,34045,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',NULL,1),(0,34046,34004,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',NULL,1),(0,34047,34004,'com_liferay_exportimport_web_portlet_ChangesetPortlet',NULL,1),(0,34048,34004,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',NULL,1),(0,34049,34004,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',NULL,1),(0,34050,34004,'com_liferay_adaptive_media_web_portlet_AMPortlet',NULL,1),(0,34051,34004,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',NULL,1),(0,34052,34004,'com_liferay_comment_web_portlet_CommentPortlet',NULL,1),(0,34053,34004,'com_liferay_knowledge_base_web_portlet_AdminPortlet',NULL,1),(0,34054,34004,'com_liferay_blogs_web_portlet_BlogsPortlet',NULL,1),(0,34055,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',NULL,1),(0,34056,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',NULL,1),(0,34057,34004,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',NULL,1),(0,34058,34004,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',NULL,1),(0,34059,34004,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',NULL,1),(0,34060,34004,'com_liferay_monitoring_web_portlet_MonitoringPortlet',NULL,1),(0,34061,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',NULL,1),(0,34062,34004,'com_liferay_flags_web_portlet_FlagsPortlet',NULL,1),(0,34063,34004,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',NULL,1),(0,34064,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',NULL,1),(0,34065,34004,'com_liferay_fragment_web_portlet_FragmentPortlet',NULL,1),(0,34066,34004,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',NULL,1),(0,34067,34004,'com_liferay_document_library_web_portlet_DLPortlet',NULL,1),(0,34068,34004,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',NULL,1),(0,34069,34004,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',NULL,1),(0,34070,34004,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',NULL,1),(0,34071,34004,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',NULL,1),(0,34072,34004,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',NULL,1),(0,34073,34004,'com_liferay_message_boards_web_portlet_MBAdminPortlet',NULL,1),(0,34074,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',NULL,1),(0,34075,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',NULL,1),(0,34076,34004,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',NULL,1),(0,34077,34004,'com_liferay_journal_web_portlet_JournalPortlet',NULL,1),(0,34078,34004,'com_liferay_sharing_web_portlet_SharingPortlet',NULL,1),(0,34079,34004,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',NULL,1),(0,34080,34004,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',NULL,1),(0,34081,34004,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',NULL,1),(0,34082,34004,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',NULL,1),(0,34083,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',NULL,1),(0,34084,34004,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',NULL,1),(0,34085,34004,'com_liferay_announcements_web_portlet_AlertsPortlet',NULL,1),(0,34086,34004,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',NULL,1),(0,34087,34004,'com_liferay_flags_web_portlet_PageFlagsPortlet',NULL,1),(0,34088,34004,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',NULL,1),(0,34089,34004,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',NULL,1),(0,34090,34004,'com_liferay_journal_content_web_portlet_JournalContentPortlet',NULL,1),(0,34091,34004,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',NULL,1),(0,34092,34004,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',NULL,1),(0,34093,34004,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',NULL,1),(0,34094,34004,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',NULL,1),(0,34095,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',NULL,1),(0,34096,34004,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',NULL,1),(0,34097,34004,'com_liferay_iframe_web_portlet_IFramePortlet',NULL,1),(0,34098,34004,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',NULL,1),(0,34099,34004,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',NULL,1),(0,34100,34004,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',NULL,1),(0,34101,34004,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',NULL,1),(0,34102,34004,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',NULL,1),(0,34103,34004,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',NULL,1),(0,34104,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',NULL,1),(0,34105,34004,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',NULL,1),(0,34106,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',NULL,1),(0,34107,34004,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',NULL,1),(0,34108,34004,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',NULL,1),(0,34109,34004,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',NULL,1),(0,34110,34004,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',NULL,1),(0,34111,34004,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',NULL,1),(0,34112,34004,'com_liferay_login_web_portlet_LoginPortlet',NULL,1),(0,34113,34004,'com_liferay_wiki_web_portlet_WikiPortlet',NULL,1),(0,34114,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',NULL,1),(0,34115,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',NULL,1),(0,34116,34004,'com_liferay_wiki_web_portlet_WikiAdminPortlet',NULL,1),(0,34117,34004,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',NULL,1),(0,34118,34004,'com_liferay_polls_web_portlet_PollsDisplayPortlet',NULL,1),(0,34119,34004,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',NULL,1),(0,34120,34004,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',NULL,1),(0,34121,34004,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',NULL,1),(0,34122,34004,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',NULL,1),(0,34123,34004,'com_liferay_polls_web_portlet_PollsPortlet',NULL,1),(0,34124,34004,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',NULL,1),(0,34125,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',NULL,1),(0,34126,34004,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',NULL,1),(0,34127,34004,'com_liferay_document_library_web_portlet_IGDisplayPortlet',NULL,1),(0,34128,34004,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',NULL,1),(0,34129,34004,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',NULL,1),(0,34130,34004,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',NULL,1),(0,34131,34004,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',NULL,1),(0,34132,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',NULL,1),(0,34133,34004,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',NULL,1),(0,34134,34004,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',NULL,1),(0,34135,34004,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',NULL,1),(0,34136,34004,'com_liferay_message_boards_web_portlet_MBPortlet',NULL,1),(0,34137,34004,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',NULL,1),(0,34138,34004,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',NULL,1),(0,34139,34004,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',NULL,1),(0,34140,34004,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',NULL,1),(0,34141,34004,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',NULL,1),(0,34142,34004,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',NULL,1),(0,34143,34004,'com_liferay_mentions_web_portlet_MentionsPortlet',NULL,1),(0,34144,34004,'com_liferay_trash_web_portlet_TrashPortlet',NULL,1),(0,34145,34004,'com_liferay_document_library_web_portlet_DLAdminPortlet',NULL,1),(0,34146,34004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',NULL,1),(0,34147,34004,'com_liferay_calendar_web_portlet_CalendarPortlet',NULL,1),(0,34148,34004,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',NULL,1),(0,34149,34004,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',NULL,1),(0,34150,34004,'com_liferay_contacts_web_portlet_MembersPortlet',NULL,1),(0,34151,34004,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',NULL,1),(0,34152,34004,'com_liferay_asset_list_web_portlet_AssetListPortlet',NULL,1),(0,34153,34004,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',NULL,1),(0,34154,34004,'com_liferay_rss_web_portlet_RSSPortlet',NULL,1),(0,34155,34004,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',NULL,1),(0,34156,34004,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',NULL,1),(0,34157,34004,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',NULL,1),(0,34158,34004,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',NULL,1),(0,34159,34004,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',NULL,1),(0,34160,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',NULL,1),(0,34161,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',NULL,1),(0,34162,34004,'com_liferay_portal_search_web_portlet_SearchPortlet',NULL,1),(0,34163,34004,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',NULL,1),(0,34164,34004,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',NULL,1),(0,34165,34004,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',NULL,1),(0,34166,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',NULL,1),(0,34167,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',NULL,1),(0,34168,34004,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',NULL,1),(0,34169,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',NULL,1),(0,34170,34004,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',NULL,1),(0,34171,34004,'com_liferay_login_web_portlet_FastLoginPortlet',NULL,1),(0,34172,34004,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',NULL,1),(0,34173,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',NULL,1),(0,34174,34004,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',NULL,1),(0,34175,34004,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',NULL,1),(0,34176,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',NULL,1),(0,34177,34004,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `portletitem` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `portletItemId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `portletpreferences` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `portletPreferencesId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `ownerId` bigint(20) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `plid` bigint(20) 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=utf8; /*!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,20157,20101,0,3,5,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20158,20101,0,3,5,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20159,20101,0,3,5,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20160,20101,0,3,5,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20161,20101,0,3,5,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20162,20101,0,3,5,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20163,20101,0,3,5,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20164,20101,0,3,5,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20165,20101,0,3,5,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20166,20101,0,3,5,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20167,20101,0,3,5,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20170,20101,0,3,6,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20171,20101,0,3,6,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20172,20101,0,3,6,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20173,20101,0,3,6,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20174,20101,0,3,6,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20175,20101,0,3,6,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20176,20101,0,3,6,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20177,20101,0,3,6,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20178,20101,0,3,6,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20179,20101,0,3,6,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','portletSetupPortletDecoratorIdbarebone'),(1,20180,20101,0,3,6,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','portletSetupPortletDecoratorIdbarebone'),(1,33501,20101,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,33804,20101,20101,1,0,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,33810,20101,20101,1,0,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,33818,20101,20101,1,0,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,33823,20101,20101,1,0,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,33831,20101,20101,1,0,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,33925,20101,0,3,7,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_gUH4vVPKFSwV','showAssetCounttrueclassNameId22002'),(1,33934,20101,0,3,8,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_9pOAugZr3KA2','displayStylecloudshowAssetCounttruemaxAssetTags10showZeroAssetCountfalseclassNameId25101'),(1,33935,20101,20101,1,0,'com_liferay_my_account_web_portlet_MyAccountPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,33941,20101,20101,1,0,'com_liferay_notifications_web_portlet_NotificationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,33956,20101,0,3,9,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_SvYk8iRLmNXV','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent Content'),(1,33959,20101,0,3,10,'com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_1C8nhLODwy3K','portletSetupPortletDecoratorIdborderless'),(1,33962,20101,0,3,11,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_Cy5yCmR2xWar','portletSetupUseCustomTitletrueurlshttp://www.nytimes.com/services/xml/rss/userland/Technology.xmlportletSetupTitle_en_USTechnology newsexpandedEntriesPerFeed3'),(1,33963,20101,0,3,11,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_ukLwFvgvtyEN','portletSetupUseCustomTitletrueurlshttps://www.liferay.com/about-us/newsroom/press-releases/-/asset_publisher/2oZC/rssportletSetupTitle_en_USLiferay newsexpandedEntriesPerFeed0titlesLiferay Press Releases'),(1,33968,20101,0,3,12,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_cLB1gM6N57gV','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent ContentanyAssetTypefalse'),(0,33977,20101,20124,3,0,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch','portletSetupPortletDecoratorIdbarebonedestination/search'),(0,33978,20101,0,3,2,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_templateSearch','portletSetupPortletDecoratorIdbarebonedestination/search'),(0,33979,20101,20124,3,0,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',''),(0,33980,20101,0,3,2,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',''),(0,33981,20101,20124,3,0,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','portletSetupPortletDecoratorIdbarebonedestination/search'),(0,33982,20101,0,3,2,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','portletSetupPortletDecoratorIdbarebonedestination/search'),(0,33989,20101,20124,3,0,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,33990,20101,0,3,2,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,33997,20101,0,3,1,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,33999,20101,0,3,1,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',''),(0,34000,20101,20119,3,0,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,34001,20101,0,3,1,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',''),(0,34003,20101,0,3,1,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',''),(1,34006,20101,34004,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,34179,34004,34004,1,0,'com_liferay_my_account_web_portlet_MyAccountPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,34180,34004,34004,1,0,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,34181,34004,34004,1,0,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,34182,34004,34004,1,0,'com_liferay_notifications_web_portlet_NotificationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,34183,34004,34004,1,0,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,34184,34004,34004,1,0,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,34185,34004,34004,1,0,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,34195,34004,0,3,21,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_CAbHPCaHr1ee','portletSetupPortletDecoratorIdbarebone'),(1,34196,34004,0,3,21,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_vPT9fkgXIv9b','portletSetupPortletDecoratorIdbarebone'),(1,34197,34004,0,3,21,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_HjyUYxdkmS3r','portletSetupPortletDecoratorIdbarebone'),(1,34198,34004,0,3,21,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_You9v7kn5kKg','portletSetupPortletDecoratorIdbarebone'),(1,34199,34004,0,3,21,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_AoDNOkk9XYWC','portletSetupPortletDecoratorIdbarebone'),(1,34200,34004,0,3,21,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_R5yHm8PkxM3S','portletSetupPortletDecoratorIdbarebone'),(1,34201,34004,0,3,21,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_j6g9qOJhOQjJ','portletSetupPortletDecoratorIdbarebone'),(1,34202,34004,0,3,21,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_I54wSSvgjqSt','portletSetupPortletDecoratorIdbarebone'),(1,34203,34004,0,3,21,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_lY3NA72Myljm','portletSetupPortletDecoratorIdbarebone'),(1,34204,34004,0,3,21,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_Gi0s0Qblu93y','portletSetupPortletDecoratorIdbarebone'),(1,34205,34004,0,3,21,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_Cv6G8HeJhTBJ','portletSetupPortletDecoratorIdbarebone'),(1,34208,34004,0,3,22,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet_INSTANCE_CAbHPCaHr1ee','portletSetupPortletDecoratorIdbarebone'),(1,34209,34004,0,3,22,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet_INSTANCE_vPT9fkgXIv9b','portletSetupPortletDecoratorIdbarebone'),(1,34210,34004,0,3,22,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet_INSTANCE_AoDNOkk9XYWC','portletSetupPortletDecoratorIdbarebone'),(1,34211,34004,0,3,22,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet_INSTANCE_R5yHm8PkxM3S','portletSetupPortletDecoratorIdbarebone'),(1,34212,34004,0,3,22,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet_INSTANCE_j6g9qOJhOQjJ','portletSetupPortletDecoratorIdbarebone'),(1,34213,34004,0,3,22,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet_INSTANCE_I54wSSvgjqSt','portletSetupPortletDecoratorIdbarebone'),(1,34214,34004,0,3,22,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet_INSTANCE_lY3NA72Myljm','portletSetupPortletDecoratorIdbarebone'),(1,34215,34004,0,3,22,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet_INSTANCE_Gi0s0Qblu93y','portletSetupPortletDecoratorIdbarebone'),(1,34216,34004,0,3,22,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet_INSTANCE_Cv6G8HeJhTBJ','portletSetupPortletDecoratorIdbarebone'),(1,34217,34004,0,3,22,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet_INSTANCE_HjyUYxdkmS3r','portletSetupPortletDecoratorIdbarebone'),(1,34218,34004,0,3,22,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet_INSTANCE_You9v7kn5kKg','portletSetupPortletDecoratorIdbarebone'),(1,34469,34004,0,3,23,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_cXuKsRT3bRAX','showAssetCounttrueclassNameId22002'),(1,34475,34004,0,3,24,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_Rbfke6ZJV0yw','displayStylecloudshowAssetCounttruemaxAssetTags10showZeroAssetCountfalseclassNameId25101'),(1,34480,34004,0,3,25,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_AVSPvHdXpie2','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent Content'),(1,34483,34004,0,3,26,'com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_NPsmYxg5zDnq','portletSetupPortletDecoratorIdborderless'),(1,34486,34004,0,3,27,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_sVkdLUXHSvlz','portletSetupUseCustomTitletrueurlshttp://www.nytimes.com/services/xml/rss/userland/Technology.xmlportletSetupTitle_en_USTechnology newsexpandedEntriesPerFeed3'),(1,34487,34004,0,3,27,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_5m88fzdoGehN','portletSetupUseCustomTitletrueurlshttps://www.liferay.com/about-us/newsroom/press-releases/-/asset_publisher/2oZC/rssportletSetupTitle_en_USLiferay newsexpandedEntriesPerFeed0titlesLiferay Press Releases'),(1,34492,34004,0,3,28,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_jdo7gXyNCCZM','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent ContentanyAssetTypefalse'); /*!40000 ALTER TABLE `portletpreferences` 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 */; 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=utf8; /*!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 */; 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=utf8; /*!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 */; 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=utf8; /*!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 */; 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(20) NOT NULL, `PRIORITY` int(11) NOT NULL, `STATE` varchar(16) NOT NULL, `JOB_NAME` varchar(200) DEFAULT NULL, `JOB_GROUP` varchar(200) DEFAULT NULL, `IS_NONCONCURRENT` tinyint(4) DEFAULT NULL, `REQUESTS_RECOVERY` tinyint(4) 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=utf8; /*!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 */; 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(4) NOT NULL, `IS_NONCONCURRENT` tinyint(4) NOT NULL, `IS_UPDATE_DATA` tinyint(4) NOT NULL, `REQUESTS_RECOVERY` tinyint(4) 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=utf8; /*!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 */; 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=utf8; /*!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 */; 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=utf8; /*!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 */; 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(20) NOT NULL, `CHECKIN_INTERVAL` bigint(20) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`INSTANCE_NAME`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; 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(20) NOT NULL, `REPEAT_INTERVAL` bigint(20) NOT NULL, `TIMES_TRIGGERED` bigint(20) NOT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; 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(11) DEFAULT NULL, `INT_PROP_2` int(11) DEFAULT NULL, `LONG_PROP_1` bigint(20) DEFAULT NULL, `LONG_PROP_2` bigint(20) DEFAULT NULL, `DEC_PROP_1` decimal(13,4) DEFAULT NULL, `DEC_PROP_2` decimal(13,4) DEFAULT NULL, `BOOL_PROP_1` tinyint(4) DEFAULT NULL, `BOOL_PROP_2` tinyint(4) DEFAULT NULL, PRIMARY KEY (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; 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(20) DEFAULT NULL, `PREV_FIRE_TIME` bigint(20) DEFAULT NULL, `PRIORITY` int(11) DEFAULT NULL, `TRIGGER_STATE` varchar(16) NOT NULL, `TRIGGER_TYPE` varchar(8) NOT NULL, `START_TIME` bigint(20) NOT NULL, `END_TIME` bigint(20) DEFAULT NULL, `CALENDAR_NAME` varchar(200) DEFAULT NULL, `MISFIRE_INSTR` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ratingsentry` ( `uuid_` varchar(75) DEFAULT NULL, `entryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ratingsstats` ( `statsId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `totalEntries` int(11) DEFAULT NULL, `totalScore` double DEFAULT NULL, `averageScore` double DEFAULT NULL, PRIMARY KEY (`statsId`), UNIQUE KEY `IX_A6E99284` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `readingtimeentry` ( `uuid_` varchar(75) DEFAULT NULL, `readingTimeEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `readingTime` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `recentlayoutbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recentLayoutBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `layoutBranchId` bigint(20) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, PRIMARY KEY (`recentLayoutBranchId`), UNIQUE KEY `IX_C27D6369` (`userId`,`layoutSetBranchId`,`plid`), KEY `IX_B91F79BD` (`groupId`), KEY `IX_351E86E8` (`layoutBranchId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `recentlayoutrevision` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recentLayoutRevisionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `layoutRevisionId` bigint(20) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `plid` bigint(20) DEFAULT NULL, PRIMARY KEY (`recentLayoutRevisionId`), UNIQUE KEY `IX_4C600BD0` (`userId`,`layoutSetBranchId`,`plid`), KEY `IX_8D8A2724` (`groupId`), KEY `IX_DA0788DA` (`layoutRevisionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `recentlayoutsetbranch` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `recentLayoutSetBranchId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `layoutSetBranchId` bigint(20) DEFAULT NULL, `layoutSetId` bigint(20) DEFAULT NULL, PRIMARY KEY (`recentLayoutSetBranchId`), UNIQUE KEY `IX_4654D204` (`userId`,`layoutSetId`), KEY `IX_711995A5` (`groupId`), KEY `IX_23FF0700` (`layoutSetBranchId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `region` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `regionId` bigint(20) NOT NULL, `countryId` bigint(20) DEFAULT NULL, `regionCode` varchar(75) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `active_` tinyint(4) DEFAULT NULL, PRIMARY KEY (`regionId`), UNIQUE KEY `IX_A2635F5C` (`countryId`,`regionCode`), KEY `IX_2D9A426F` (`active_`), KEY `IX_11FB3E42` (`countryId`,`active_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,1001,1,'AB','Alberta',1),(0,1002,1,'BC','British Columbia',1),(0,1003,1,'MB','Manitoba',1),(0,1004,1,'NB','New Brunswick',1),(0,1005,1,'NL','Newfoundland and Labrador',1),(0,1006,1,'NT','Northwest Territories',1),(0,1007,1,'NS','Nova Scotia',1),(0,1008,1,'NU','Nunavut',1),(0,1009,1,'ON','Ontario',1),(0,1010,1,'PE','Prince Edward Island',1),(0,1011,1,'QC','Quebec',1),(0,1012,1,'SK','Saskatchewan',1),(0,1013,1,'YT','Yukon',1),(0,2001,2,'CN-34','Anhui',1),(0,2002,2,'CN-92','Aomen',1),(0,2003,2,'CN-11','Beijing',1),(0,2004,2,'CN-50','Chongqing',1),(0,2005,2,'CN-35','Fujian',1),(0,2006,2,'CN-62','Gansu',1),(0,2007,2,'CN-44','Guangdong',1),(0,2008,2,'CN-45','Guangxi',1),(0,2009,2,'CN-52','Guizhou',1),(0,2010,2,'CN-46','Hainan',1),(0,2011,2,'CN-13','Hebei',1),(0,2012,2,'CN-23','Heilongjiang',1),(0,2013,2,'CN-41','Henan',1),(0,2014,2,'CN-42','Hubei',1),(0,2015,2,'CN-43','Hunan',1),(0,2016,2,'CN-32','Jiangsu',1),(0,2017,2,'CN-36','Jiangxi',1),(0,2018,2,'CN-22','Jilin',1),(0,2019,2,'CN-21','Liaoning',1),(0,2020,2,'CN-15','Nei Mongol',1),(0,2021,2,'CN-64','Ningxia',1),(0,2022,2,'CN-63','Qinghai',1),(0,2023,2,'CN-61','Shaanxi',1),(0,2024,2,'CN-37','Shandong',1),(0,2025,2,'CN-31','Shanghai',1),(0,2026,2,'CN-14','Shanxi',1),(0,2027,2,'CN-51','Sichuan',1),(0,2028,2,'CN-71','Taiwan',1),(0,2029,2,'CN-12','Tianjin',1),(0,2030,2,'CN-91','Xianggang',1),(0,2031,2,'CN-65','Xinjiang',1),(0,2032,2,'CN-54','Xizang',1),(0,2033,2,'CN-53','Yunnan',1),(0,2034,2,'CN-33','Zhejiang',1),(0,3001,3,'A','Alsace',1),(0,3002,3,'B','Aquitaine',1),(0,3003,3,'C','Auvergne',1),(0,3004,3,'P','Basse-Normandie',1),(0,3005,3,'D','Bourgogne',1),(0,3006,3,'E','Bretagne',1),(0,3007,3,'F','Centre',1),(0,3008,3,'G','Champagne-Ardenne',1),(0,3009,3,'H','Corse',1),(0,3010,3,'GF','Guyane',1),(0,3011,3,'I','Franche Comté',1),(0,3012,3,'GP','Guadeloupe',1),(0,3013,3,'Q','Haute-Normandie',1),(0,3014,3,'J','Île-de-France',1),(0,3015,3,'K','Languedoc-Roussillon',1),(0,3016,3,'L','Limousin',1),(0,3017,3,'M','Lorraine',1),(0,3018,3,'MQ','Martinique',1),(0,3019,3,'N','Midi-Pyrénées',1),(0,3020,3,'O','Nord Pas de Calais',1),(0,3021,3,'R','Pays de la Loire',1),(0,3022,3,'S','Picardie',1),(0,3023,3,'T','Poitou-Charentes',1),(0,3024,3,'U','Provence-Alpes-Côte-d\'Azur',1),(0,3025,3,'RE','Réunion',1),(0,3026,3,'V','Rhône-Alpes',1),(0,4001,4,'BW','Baden-Württemberg',1),(0,4002,4,'BY','Bayern',1),(0,4003,4,'BE','Berlin',1),(0,4004,4,'BB','Brandenburg',1),(0,4005,4,'HB','Bremen',1),(0,4006,4,'HH','Hamburg',1),(0,4007,4,'HE','Hessen',1),(0,4008,4,'MV','Mecklenburg-Vorpommern',1),(0,4009,4,'NI','Niedersachsen',1),(0,4010,4,'NW','Nordrhein-Westfalen',1),(0,4011,4,'RP','Rheinland-Pfalz',1),(0,4012,4,'SL','Saarland',1),(0,4013,4,'SN','Sachsen',1),(0,4014,4,'ST','Sachsen-Anhalt',1),(0,4015,4,'SH','Schleswig-Holstein',1),(0,4016,4,'TH','Thüringen',1),(0,8001,8,'AG','Agrigento',1),(0,8002,8,'AL','Alessandria',1),(0,8003,8,'AN','Ancona',1),(0,8004,8,'AO','Aosta',1),(0,8005,8,'AR','Arezzo',1),(0,8006,8,'AP','Ascoli Piceno',1),(0,8007,8,'AT','Asti',1),(0,8008,8,'AV','Avellino',1),(0,8009,8,'BA','Bari',1),(0,8010,8,'BT','Barletta-Andria-Trani',1),(0,8011,8,'BL','Belluno',1),(0,8012,8,'BN','Benevento',1),(0,8013,8,'BG','Bergamo',1),(0,8014,8,'BI','Biella',1),(0,8015,8,'BO','Bologna',1),(0,8016,8,'BZ','Bolzano',1),(0,8017,8,'BS','Brescia',1),(0,8018,8,'BR','Brindisi',1),(0,8019,8,'CA','Cagliari',1),(0,8020,8,'CL','Caltanissetta',1),(0,8021,8,'CB','Campobasso',1),(0,8022,8,'CI','Carbonia-Iglesias',1),(0,8023,8,'CE','Caserta',1),(0,8024,8,'CT','Catania',1),(0,8025,8,'CZ','Catanzaro',1),(0,8026,8,'CH','Chieti',1),(0,8027,8,'CO','Como',1),(0,8028,8,'CS','Cosenza',1),(0,8029,8,'CR','Cremona',1),(0,8030,8,'KR','Crotone',1),(0,8031,8,'CN','Cuneo',1),(0,8032,8,'EN','Enna',1),(0,8033,8,'FM','Fermo',1),(0,8034,8,'FE','Ferrara',1),(0,8035,8,'FI','Firenze',1),(0,8036,8,'FG','Foggia',1),(0,8037,8,'FC','Forli-Cesena',1),(0,8038,8,'FR','Frosinone',1),(0,8039,8,'GE','Genova',1),(0,8040,8,'GO','Gorizia',1),(0,8041,8,'GR','Grosseto',1),(0,8042,8,'IM','Imperia',1),(0,8043,8,'IS','Isernia',1),(0,8044,8,'AQ','L\'Aquila',1),(0,8045,8,'SP','La Spezia',1),(0,8046,8,'LT','Latina',1),(0,8047,8,'LE','Lecce',1),(0,8048,8,'LC','Lecco',1),(0,8049,8,'LI','Livorno',1),(0,8050,8,'LO','Lodi',1),(0,8051,8,'LU','Lucca',1),(0,8052,8,'MC','Macerata',1),(0,8053,8,'MN','Mantova',1),(0,8054,8,'MS','Massa-Carrara',1),(0,8055,8,'MT','Matera',1),(0,8056,8,'MA','Medio Campidano',1),(0,8057,8,'ME','Messina',1),(0,8058,8,'MI','Milano',1),(0,8059,8,'MO','Modena',1),(0,8060,8,'MB','Monza e Brianza',1),(0,8061,8,'NA','Napoli',1),(0,8062,8,'NO','Novara',1),(0,8063,8,'NU','Nuoro',1),(0,8064,8,'OG','Ogliastra',1),(0,8065,8,'OT','Olbia-Tempio',1),(0,8066,8,'OR','Oristano',1),(0,8067,8,'PD','Padova',1),(0,8068,8,'PA','Palermo',1),(0,8069,8,'PR','Parma',1),(0,8070,8,'PV','Pavia',1),(0,8071,8,'PG','Perugia',1),(0,8072,8,'PU','Pesaro e Urbino',1),(0,8073,8,'PE','Pescara',1),(0,8074,8,'PC','Piacenza',1),(0,8075,8,'PI','Pisa',1),(0,8076,8,'PT','Pistoia',1),(0,8077,8,'PN','Pordenone',1),(0,8078,8,'PZ','Potenza',1),(0,8079,8,'PO','Prato',1),(0,8080,8,'RG','Ragusa',1),(0,8081,8,'RA','Ravenna',1),(0,8082,8,'RC','Reggio Calabria',1),(0,8083,8,'RE','Reggio Emilia',1),(0,8084,8,'RI','Rieti',1),(0,8085,8,'RN','Rimini',1),(0,8086,8,'RM','Roma',1),(0,8087,8,'RO','Rovigo',1),(0,8088,8,'SA','Salerno',1),(0,8089,8,'SS','Sassari',1),(0,8090,8,'SV','Savona',1),(0,8091,8,'SI','Siena',1),(0,8092,8,'SR','Siracusa',1),(0,8093,8,'SO','Sondrio',1),(0,8094,8,'TA','Taranto',1),(0,8095,8,'TE','Teramo',1),(0,8096,8,'TR','Terni',1),(0,8097,8,'TO','Torino',1),(0,8098,8,'TP','Trapani',1),(0,8099,8,'TN','Trento',1),(0,8100,8,'TV','Treviso',1),(0,8101,8,'TS','Trieste',1),(0,8102,8,'UD','Udine',1),(0,8103,8,'VA','Varese',1),(0,8104,8,'VE','Venezia',1),(0,8105,8,'VB','Verbano-Cusio-Ossola',1),(0,8106,8,'VC','Vercelli',1),(0,8107,8,'VR','Verona',1),(0,8108,8,'VV','Vibo Valentia',1),(0,8109,8,'VI','Vicenza',1),(0,8110,8,'VT','Viterbo',1),(0,9001,9,'JP-01','北海道',1),(0,9002,9,'JP-02','青森県',1),(0,9003,9,'JP-03','岩手県',1),(0,9004,9,'JP-04','宮城県',1),(0,9005,9,'JP-05','秋田県',1),(0,9006,9,'JP-06','山形県',1),(0,9007,9,'JP-07','福島県',1),(0,9008,9,'JP-08','茨城県',1),(0,9009,9,'JP-09','栃木県',1),(0,9010,9,'JP-10','群馬県',1),(0,9011,9,'JP-11','埼玉県',1),(0,9012,9,'JP-12','千葉県',1),(0,9013,9,'JP-13','東京都',1),(0,9014,9,'JP-14','神奈川県',1),(0,9015,9,'JP-15','新潟県',1),(0,9016,9,'JP-16','富山県',1),(0,9017,9,'JP-17','石川県',1),(0,9018,9,'JP-18','福井県',1),(0,9019,9,'JP-19','山梨県',1),(0,9020,9,'JP-20','長野県',1),(0,9021,9,'JP-21','岐阜県',1),(0,9022,9,'JP-22','静岡県',1),(0,9023,9,'JP-23','愛知県',1),(0,9024,9,'JP-24','三重県',1),(0,9025,9,'JP-25','滋賀県',1),(0,9026,9,'JP-26','京都府',1),(0,9027,9,'JP-27','大阪府',1),(0,9028,9,'JP-28','兵庫県',1),(0,9029,9,'JP-29','奈良県',1),(0,9030,9,'JP-30','和歌山県',1),(0,9031,9,'JP-31','鳥取県',1),(0,9032,9,'JP-32','島根県',1),(0,9033,9,'JP-33','岡山県',1),(0,9034,9,'JP-34','広島県',1),(0,9035,9,'JP-35','山口県',1),(0,9036,9,'JP-36','徳島県',1),(0,9037,9,'JP-37','香川県',1),(0,9038,9,'JP-38','愛媛県',1),(0,9039,9,'JP-39','高知県',1),(0,9040,9,'JP-40','福岡県',1),(0,9041,9,'JP-41','佐賀県',1),(0,9042,9,'JP-42','長崎県',1),(0,9043,9,'JP-43','熊本県',1),(0,9044,9,'JP-44','大分県',1),(0,9045,9,'JP-45','宮崎県',1),(0,9046,9,'JP-46','鹿児島県',1),(0,9047,9,'JP-47','沖縄県',1),(0,11001,11,'DR','Drenthe',1),(0,11002,11,'FL','Flevoland',1),(0,11003,11,'FR','Friesland',1),(0,11004,11,'GE','Gelderland',1),(0,11005,11,'GR','Groningen',1),(0,11006,11,'LI','Limburg',1),(0,11007,11,'NB','Noord-Brabant',1),(0,11008,11,'NH','Noord-Holland',1),(0,11009,11,'OV','Overijssel',1),(0,11010,11,'UT','Utrecht',1),(0,11011,11,'ZE','Zeeland',1),(0,11012,11,'ZH','Zuid-Holland',1),(0,15001,15,'AN','Andalusia',1),(0,15002,15,'AR','Aragon',1),(0,15003,15,'AS','Asturias',1),(0,15004,15,'IB','Balearic Islands',1),(0,15005,15,'PV','Basque Country',1),(0,15006,15,'CN','Canary Islands',1),(0,15007,15,'CB','Cantabria',1),(0,15008,15,'CL','Castile and Leon',1),(0,15009,15,'CM','Castile-La Mancha',1),(0,15010,15,'CT','Catalonia',1),(0,15011,15,'CE','Ceuta',1),(0,15012,15,'EX','Extremadura',1),(0,15013,15,'GA','Galicia',1),(0,15014,15,'LO','La Rioja',1),(0,15015,15,'M','Madrid',1),(0,15016,15,'ML','Melilla',1),(0,15017,15,'MU','Murcia',1),(0,15018,15,'NA','Navarra',1),(0,15019,15,'VC','Valencia',1),(0,19001,19,'AL','Alabama',1),(0,19002,19,'AK','Alaska',1),(0,19003,19,'AZ','Arizona',1),(0,19004,19,'AR','Arkansas',1),(0,19005,19,'CA','California',1),(0,19006,19,'CO','Colorado',1),(0,19007,19,'CT','Connecticut',1),(0,19008,19,'DC','District of Columbia',1),(0,19009,19,'DE','Delaware',1),(0,19010,19,'FL','Florida',1),(0,19011,19,'GA','Georgia',1),(0,19012,19,'HI','Hawaii',1),(0,19013,19,'ID','Idaho',1),(0,19014,19,'IL','Illinois',1),(0,19015,19,'IN','Indiana',1),(0,19016,19,'IA','Iowa',1),(0,19017,19,'KS','Kansas',1),(0,19018,19,'KY','Kentucky ',1),(0,19019,19,'LA','Louisiana ',1),(0,19020,19,'ME','Maine',1),(0,19021,19,'MD','Maryland',1),(0,19022,19,'MA','Massachusetts',1),(0,19023,19,'MI','Michigan',1),(0,19024,19,'MN','Minnesota',1),(0,19025,19,'MS','Mississippi',1),(0,19026,19,'MO','Missouri',1),(0,19027,19,'MT','Montana',1),(0,19028,19,'NE','Nebraska',1),(0,19029,19,'NV','Nevada',1),(0,19030,19,'NH','New Hampshire',1),(0,19031,19,'NJ','New Jersey',1),(0,19032,19,'NM','New Mexico',1),(0,19033,19,'NY','New York',1),(0,19034,19,'NC','North Carolina',1),(0,19035,19,'ND','North Dakota',1),(0,19036,19,'OH','Ohio',1),(0,19037,19,'OK','Oklahoma ',1),(0,19038,19,'OR','Oregon',1),(0,19039,19,'PA','Pennsylvania',1),(0,19040,19,'PR','Puerto Rico',1),(0,19041,19,'RI','Rhode Island',1),(0,19042,19,'SC','South Carolina',1),(0,19043,19,'SD','South Dakota',1),(0,19044,19,'TN','Tennessee',1),(0,19045,19,'TX','Texas',1),(0,19046,19,'UT','Utah',1),(0,19047,19,'VT','Vermont',1),(0,19048,19,'VA','Virginia',1),(0,19049,19,'WA','Washington',1),(0,19050,19,'WV','West Virginia',1),(0,19051,19,'WI','Wisconsin',1),(0,19052,19,'WY','Wyoming',1),(0,32001,32,'ACT','Australian Capital Territory',1),(0,32002,32,'NSW','New South Wales',1),(0,32003,32,'NT','Northern Territory',1),(0,32004,32,'QLD','Queensland',1),(0,32005,32,'SA','South Australia',1),(0,32006,32,'TAS','Tasmania',1),(0,32007,32,'VIC','Victoria',1),(0,32008,32,'WA','Western Australia',1),(0,33001,33,'AT-1','Burgenland',1),(0,33002,33,'AT-2','Kärnten',1),(0,33003,33,'AT-3','Niederösterreich',1),(0,33004,33,'AT-4','Oberösterreich',1),(0,33005,33,'AT-5','Salzburg',1),(0,33006,33,'AT-6','Steiermark',1),(0,33007,33,'AT-7','Tirol',1),(0,33008,33,'AT-8','Vorarlberg',1),(0,33009,33,'AT-9','Vienna',1),(0,144001,144,'MX-AGS','Aguascalientes',1),(0,144002,144,'MX-BCN','Baja California',1),(0,144003,144,'MX-BCS','Baja California Sur',1),(0,144004,144,'MX-CAM','Campeche',1),(0,144005,144,'MX-CHP','Chiapas',1),(0,144006,144,'MX-CHI','Chihuahua',1),(0,144007,144,'MX-COA','Coahuila',1),(0,144008,144,'MX-COL','Colima',1),(0,144009,144,'MX-DUR','Durango',1),(0,144010,144,'MX-GTO','Guanajuato',1),(0,144011,144,'MX-GRO','Guerrero',1),(0,144012,144,'MX-HGO','Hidalgo',1),(0,144013,144,'MX-JAL','Jalisco',1),(0,144014,144,'MX-MEX','Mexico',1),(0,144015,144,'MX-MIC','Michoacan',1),(0,144016,144,'MX-MOR','Morelos',1),(0,144017,144,'MX-NAY','Nayarit',1),(0,144018,144,'MX-NLE','Nuevo Leon',1),(0,144019,144,'MX-OAX','Oaxaca',1),(0,144020,144,'MX-PUE','Puebla',1),(0,144021,144,'MX-QRO','Queretaro',1),(0,144023,144,'MX-ROO','Quintana Roo',1),(0,144024,144,'MX-SLP','San Luis Potosí',1),(0,144025,144,'MX-SIN','Sinaloa',1),(0,144026,144,'MX-SON','Sonora',1),(0,144027,144,'MX-TAB','Tabasco',1),(0,144028,144,'MX-TAM','Tamaulipas',1),(0,144029,144,'MX-TLX','Tlaxcala',1),(0,144030,144,'MX-VER','Veracruz',1),(0,144031,144,'MX-YUC','Yucatan',1),(0,144032,144,'MX-ZAC','Zacatecas',1),(0,164001,164,'01','Østfold',1),(0,164002,164,'02','Akershus',1),(0,164003,164,'03','Oslo',1),(0,164004,164,'04','Hedmark',1),(0,164005,164,'05','Oppland',1),(0,164006,164,'06','Buskerud',1),(0,164007,164,'07','Vestfold',1),(0,164008,164,'08','Telemark',1),(0,164009,164,'09','Aust-Agder',1),(0,164010,164,'10','Vest-Agder',1),(0,164011,164,'11','Rogaland',1),(0,164012,164,'12','Hordaland',1),(0,164013,164,'14','Sogn og Fjordane',1),(0,164014,164,'15','Møre of Romsdal',1),(0,164015,164,'16','Sør-Trøndelag',1),(0,164016,164,'17','Nord-Trøndelag',1),(0,164017,164,'18','Nordland',1),(0,164018,164,'19','Troms',1),(0,164019,164,'20','Finnmark',1),(0,202001,202,'AG','Aargau',1),(0,202002,202,'AR','Appenzell Ausserrhoden',1),(0,202003,202,'AI','Appenzell Innerrhoden',1),(0,202004,202,'BL','Basel-Landschaft',1),(0,202005,202,'BS','Basel-Stadt',1),(0,202006,202,'BE','Bern',1),(0,202007,202,'FR','Fribourg',1),(0,202008,202,'GE','Geneva',1),(0,202009,202,'GL','Glarus',1),(0,202010,202,'GR','Graubünden',1),(0,202011,202,'JU','Jura',1),(0,202012,202,'LU','Lucerne',1),(0,202013,202,'NE','Neuchâtel',1),(0,202014,202,'NW','Nidwalden',1),(0,202015,202,'OW','Obwalden',1),(0,202016,202,'SH','Schaffhausen',1),(0,202017,202,'SZ','Schwyz',1),(0,202018,202,'SO','Solothurn',1),(0,202019,202,'SG','St. Gallen',1),(0,202020,202,'TG','Thurgau',1),(0,202021,202,'TI','Ticino',1),(0,202022,202,'UR','Uri',1),(0,202023,202,'VS','Valais',1),(0,202024,202,'VD','Vaud',1),(0,202025,202,'ZG','Zug',1),(0,202026,202,'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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `release_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `releaseId` bigint(20) NOT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `servletContextName` varchar(75) DEFAULT NULL, `schemaVersion` varchar(75) DEFAULT NULL, `buildNumber` int(11) DEFAULT NULL, `buildDate` datetime(6) DEFAULT NULL, `verified` tinyint(4) DEFAULT NULL, `state_` int(11) DEFAULT NULL, `testString` varchar(1024) DEFAULT NULL, PRIMARY KEY (`releaseId`), UNIQUE KEY `IX_8BD6BCA7` (`servletContextName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,'2020-08-26 00:00:00.000000','2020-08-26 09:46:16.163000','portal','5.1.0',7201,'2019-11-11 16: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.'),(0,20135,'2020-08-26 09:46:19.160000','2020-08-26 09:46:19.160000','com.liferay.portal.scheduler.internal.verify',NULL,0,NULL,1,0,NULL),(0,20136,'2020-08-26 09:46:19.200000','2020-08-26 09:46:19.200000','com.liferay.portal.security.sso.opensso',NULL,0,NULL,1,0,NULL),(0,20137,'2020-08-26 09:46:19.226000','2020-08-26 09:46:19.226000','com.liferay.portal.security.sso.token.shibboleth',NULL,0,NULL,1,0,NULL),(0,20138,'2020-08-26 09:46:19.250000','2020-08-26 09:46:19.250000','com.liferay.portal.security.sso.token.siteminder',NULL,0,NULL,1,0,NULL),(0,20139,'2020-08-26 09:46:19.277000','2020-08-26 09:46:19.277000','com.liferay.portal.security.sso.cas',NULL,0,NULL,1,0,NULL),(0,20140,'2020-08-26 09:46:19.301000','2020-08-26 09:46:19.301000','com.liferay.portal.security.sso.facebook.connect',NULL,0,NULL,1,0,NULL),(0,20141,'2020-08-26 09:46:19.371000','2020-08-26 09:46:19.371000','com.liferay.systemevent.internal.verify',NULL,0,NULL,1,0,NULL),(0,20142,'2020-08-26 09:46:19.385000','2020-08-26 09:46:19.385000','com.liferay.portal.security.ldap',NULL,0,NULL,1,0,NULL),(2,20181,'2020-08-26 09:46:48.144000','2020-08-26 09:46:48.156000','com.liferay.contacts.service','3.0.0',2,NULL,0,0,NULL),(2,20203,'2020-08-26 09:46:49.457000','2020-08-26 09:46:49.474000','com.liferay.oauth2.provider.service','3.0.0',1,NULL,0,0,NULL),(2,20306,'2020-08-26 09:46:52.760000','2020-08-26 09:46:52.776000','com.liferay.journal.service','3.1.0',3,NULL,0,0,NULL),(2,20408,'2020-08-26 09:46:53.338000','2020-08-26 09:46:53.349000','com.liferay.data.engine.service','1.1.0',1,NULL,0,0,NULL),(2,20504,'2020-08-26 09:46:54.457000','2020-08-26 09:46:54.474000','com.liferay.asset.list.service','1.1.0',1,NULL,0,0,NULL),(2,20606,'2020-08-26 09:46:54.667000','2020-08-26 09:46:54.675000','com.liferay.html.preview.service','2.0.0',1,NULL,0,0,NULL),(2,20703,'2020-08-26 09:46:56.651000','2020-08-26 09:46:56.669000','com.liferay.layout.page.template.service','3.1.0',1,NULL,0,0,NULL),(2,20806,'2020-08-26 09:46:57.019000','2020-08-26 09:46:57.036000','com.liferay.invitation.invite.members.service','2.0.0',1,NULL,0,0,NULL),(2,20901,'2020-08-26 09:46:57.070000','2020-08-26 09:46:57.082000','com.liferay.screens.service','1.0.8',2,NULL,0,0,NULL),(2,21002,'2020-08-26 09:46:57.384000','2020-08-26 09:46:57.391000','com.liferay.friendly.url.service','2.0.0',1,NULL,0,0,NULL),(2,21105,'2020-08-26 09:46:58.531000','2020-08-26 09:46:58.546000','com.liferay.fragment.service','2.2.0',1,NULL,0,0,NULL),(2,21205,'2020-08-26 09:46:58.736000','2020-08-26 09:46:58.743000','com.liferay.reading.time.service','2.0.0',1,NULL,0,0,NULL),(2,21303,'2020-08-26 09:46:58.972000','2020-08-26 09:46:58.979000','com.liferay.document.library.file.rank.service','2.1.0',1,NULL,0,0,NULL),(2,21403,'2020-08-26 09:46:59.296000','2020-08-26 09:46:59.306000','com.liferay.asset.display.page.service','2.2.0',1,NULL,0,0,NULL),(2,21503,'2020-08-26 09:46:59.501000','2020-08-26 09:46:59.511000','com.liferay.asset.tag.stats.service','1.0.0',1,NULL,0,0,NULL),(2,21602,'2020-08-26 09:46:59.527000','2020-08-26 09:46:59.534000','com.liferay.portal.instances.service','1.0.0',1,NULL,0,0,NULL),(2,21702,'2020-08-26 09:46:59.743000','2020-08-26 09:46:59.751000','com.liferay.layout.seo.service','1.0.0',1,NULL,0,0,NULL),(2,21801,'2020-08-26 09:46:59.767000','2020-08-26 09:46:59.773000','com.liferay.external.reference.service','1.0.0',1,NULL,0,0,NULL),(2,21902,'2020-08-26 09:47:02.174000','2020-08-26 09:47:02.209000','com.liferay.wiki.service','2.1.0',2,NULL,0,0,NULL),(2,22005,'2020-08-26 09:47:02.455000','2020-08-26 09:47:02.466000','com.liferay.asset.category.property.service','2.1.0',1,NULL,0,0,NULL),(3,22102,'2020-08-26 09:47:02.672000','2020-08-26 09:47:26.334000','com.liferay.document.library.service','1.1.0',1,NULL,1,0,NULL),(2,22202,'2020-08-26 09:47:03.593000','2020-08-26 09:47:03.628000','com.liferay.marketplace.service','2.0.2',6,NULL,0,0,NULL),(2,22301,'2020-08-26 09:47:03.670000','2020-08-26 09:47:03.684000','com.liferay.flags.service','2.0.1',2,NULL,0,0,NULL),(2,22405,'2020-08-26 09:47:03.888000','2020-08-26 09:47:03.912000','com.liferay.asset.entry.rel.service','1.1.0',1,NULL,0,0,NULL),(2,22515,'2020-08-26 09:47:04.058000','2020-08-26 09:47:04.065000','com.liferay.asset.auto.tagger.service','1.1.0',1,NULL,0,0,NULL),(2,22617,'2020-08-26 09:47:04.192000','2020-08-26 09:47:04.200000','com.liferay.document.library.sync.service','1.0.0',1,NULL,0,0,NULL),(2,22731,'2020-08-26 09:47:04.469000','2020-08-26 09:47:04.480000','com.liferay.subscription.service','2.0.0',1,NULL,0,0,NULL),(2,22969,'2020-08-26 09:47:06.670000','2020-08-26 09:47:06.716000','com.liferay.segments.service','2.1.0',1,NULL,0,0,NULL),(3,23094,'2020-08-26 09:47:08.209000','2020-08-26 09:47:18.910000','com.liferay.mobile.device.rules.service','2.1.0',3,NULL,1,0,NULL),(2,23128,'2020-08-26 09:47:08.591000','2020-08-26 09:47:08.598000','com.liferay.sharing.service','1.0.0',1,NULL,0,0,NULL),(2,23302,'2020-08-26 09:47:10.046000','2020-08-26 09:47:10.108000','com.liferay.dynamic.data.lists.service','2.1.0',1,NULL,0,0,NULL),(3,23663,'2020-08-26 09:47:13.518000','2020-08-26 09:47:13.673000','com.liferay.message.boards.service','2.0.0',1,NULL,1,0,NULL),(2,23867,'2020-08-26 09:47:16.430000','2020-08-26 09:47:16.440000','com.liferay.knowledge.base.service','3.1.0',15,NULL,0,0,NULL),(2,23910,'2020-08-26 09:47:16.577000','2020-08-26 09:47:16.585000','com.liferay.document.library.opener.service','1.1.0',1,NULL,0,0,NULL),(2,24028,'2020-08-26 09:47:17.298000','2020-08-26 09:47:17.305000','com.liferay.site.navigation.service','2.1.0',1,NULL,0,0,NULL),(2,24106,'2020-08-26 09:47:17.561000','2020-08-26 09:47:17.570000','com.liferay.trash.service','2.1.0',1,NULL,0,0,NULL),(2,24212,'2020-08-26 09:47:17.811000','2020-08-26 09:47:17.870000','com.liferay.portal.lock.service','2.0.1',2,NULL,0,0,NULL),(3,24360,'2020-08-26 09:47:21.127000','2020-08-26 09:47:25.189000','com.liferay.dynamic.data.mapping.service','3.2.1',2,NULL,1,0,NULL),(2,24403,'2020-08-26 09:47:21.843000','2020-08-26 09:47:21.849000','com.liferay.blogs.service','2.1.0',1,NULL,0,0,NULL),(2,24503,'2020-08-26 09:47:22.251000','2020-08-26 09:47:22.267000','com.liferay.adaptive.media.image.service','2.0.0',1,NULL,0,0,NULL),(2,24617,'2020-08-26 09:47:22.414000','2020-08-26 09:47:22.421000','com.liferay.portal.security.audit.storage.service','2.0.1',2,NULL,0,0,NULL),(2,24701,'2020-08-26 09:47:22.635000','2020-08-26 09:47:22.641000','com.liferay.asset.service','1.1.0',1,NULL,0,0,NULL),(2,24805,'2020-08-26 09:47:23.170000','2020-08-26 09:47:23.197000','com.liferay.portal.background.task.service','2.0.0',2,NULL,0,0,NULL),(2,24922,'2020-08-26 09:47:23.420000','2020-08-26 09:47:23.449000','com.liferay.site.service','2.1.0',1,NULL,0,0,NULL),(3,25050,'2020-08-26 09:47:23.925000','2020-08-26 09:47:29.933000','com.liferay.polls.service','2.1.0',2,NULL,1,0,NULL),(3,25104,'2020-08-26 09:47:24.117000','2020-08-26 09:47:32.313000','com.liferay.portal.security.service.access.policy.service','3.0.0',3,NULL,1,0,NULL),(2,25207,'2020-08-26 09:47:24.397000','2020-08-26 09:47:24.406000','com.liferay.document.library.content.service','1.1.0',1,NULL,0,0,NULL),(2,25308,'2020-08-26 09:47:25.392000','2020-08-26 09:47:25.405000','com.liferay.calendar.service','4.1.0',6,NULL,0,0,NULL),(2,25531,'2020-08-26 09:47:32.063000','2020-08-26 09:47:32.092000','com.liferay.portal.workflow.kaleo.service','2.0.1',10,NULL,0,0,NULL),(2,25609,'2020-08-26 09:47:32.544000','2020-08-26 09:47:32.551000','com.liferay.changeset.service','2.0.0',1,NULL,0,0,NULL),(2,25701,'2020-08-26 09:47:32.602000','2020-08-26 09:47:32.609000','com.liferay.announcements.web','2.0.0',0,NULL,0,0,NULL),(3,25801,'2020-08-26 09:47:32.638000','2020-08-26 09:47:32.701000','com.liferay.blogs.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,25902,'2020-08-26 09:47:32.722000','2020-08-26 09:47:32.732000','com.liferay.blogs.recent.bloggers.web','1.0.0',0,NULL,0,0,NULL),(3,26001,'2020-08-26 09:47:32.785000','2020-08-26 09:47:32.844000','com.liferay.document.library.layout.set.prototype','1.0.1',0,NULL,0,0,NULL),(2,26101,'2020-08-26 09:47:32.871000','2020-08-26 09:47:32.879000','com.liferay.document.library.repository.cmis.impl','1.0.0',0,NULL,0,0,NULL),(2,26201,'2020-08-26 09:47:32.920000','2020-08-26 09:47:32.928000','com.liferay.flags.web','1.0.1',0,NULL,0,0,NULL),(2,26301,'2020-08-26 09:47:32.959000','2020-08-26 09:47:32.969000','com.liferay.image.uploader.web','1.0.0',0,NULL,0,0,NULL),(2,26407,'2020-08-26 09:47:33.007000','2020-08-26 09:47:33.017000','com.liferay.item.selector.web','1.0.0',0,NULL,0,0,NULL),(3,26501,'2020-08-26 09:47:33.064000','2020-08-26 09:47:33.108000','com.liferay.message.boards.layout.set.prototype','1.0.1',0,NULL,0,0,NULL),(2,26601,'2020-08-26 09:47:33.134000','2020-08-26 09:47:33.143000','com.liferay.ratings.page.ratings.web','1.0.0',0,NULL,0,0,NULL),(2,26701,'2020-08-26 09:47:33.182000','2020-08-26 09:47:33.195000','com.liferay.social.activities.web','1.0.0',0,NULL,0,0,NULL),(3,26801,'2020-08-26 09:47:33.233000','2020-08-26 09:47:33.419000','com.liferay.wiki.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,26901,'2020-08-26 09:47:33.448000','2020-08-26 09:47:33.457000','com.liferay.dynamic.data.mapping.web','1.0.0',0,NULL,0,0,NULL),(3,27001,'2020-08-26 09:47:33.555000','2020-08-26 09:47:33.701000','com.liferay.contacts.web','1.0.1',0,NULL,0,0,NULL),(2,27101,'2020-08-26 09:47:33.744000','2020-08-26 09:47:33.751000','com.liferay.hello.world.web','1.0.0',0,NULL,0,0,NULL),(3,27201,'2020-08-26 09:47:33.778000','2020-08-26 09:47:33.808000','com.liferay.license.manager.web','1.0.1',0,NULL,0,0,NULL),(2,27301,'2020-08-26 09:47:33.833000','2020-08-26 09:47:33.840000','com.liferay.login.web','1.0.0',0,NULL,0,0,NULL),(2,27401,'2020-08-26 09:47:33.873000','2020-08-26 09:47:33.879000','com.liferay.monitoring.web','1.0.0',0,NULL,0,0,NULL),(2,27501,'2020-08-26 09:47:33.926000','2020-08-26 09:47:33.933000','com.liferay.plugins.admin.web','1.0.0',0,NULL,0,0,NULL),(2,27601,'2020-08-26 09:47:33.960000','2020-08-26 09:47:33.970000','com.liferay.portal.messaging','1.0.0',0,NULL,0,0,NULL),(2,27701,'2020-08-26 09:47:33.990000','2020-08-26 09:47:33.999000','com.liferay.portal.monitoring','1.0.0',0,NULL,0,0,NULL),(2,27802,'2020-08-26 09:47:34.023000','2020-08-26 09:47:34.035000','com.liferay.portal.instances.web','1.0.0',0,NULL,0,0,NULL),(3,27901,'2020-08-26 09:47:34.071000','2020-08-26 09:47:34.088000','com.liferay.portal.remote.soap.extender.impl','1.0.0',0,NULL,0,0,NULL),(3,28001,'2020-08-26 09:47:34.120000','2020-08-26 09:47:34.160000','com.liferay.portal.search.web','2.0.0',0,NULL,0,0,NULL),(7,28101,'2020-08-26 09:47:34.190000','2020-08-26 09:47:34.230000','com.liferay.portal.security.auth.verifier','1.0.0',0,NULL,0,0,NULL),(3,28201,'2020-08-26 09:47:34.261000','2020-08-26 09:47:34.300000','com.liferay.portal.settings.web','1.0.1',0,NULL,0,0,NULL),(2,28301,'2020-08-26 09:47:34.320000','2020-08-26 09:47:34.327000','com.liferay.portal.scheduler.quartz','1.0.0',0,NULL,0,0,NULL),(2,28435,'2020-08-26 09:47:35.767000','2020-08-26 09:47:35.777000','com.liferay.exportimport.service','1.0.0',0,NULL,0,0,NULL),(2,28501,'2020-08-26 09:47:35.871000','2020-08-26 09:47:35.878000','com.liferay.portal.template.soy.impl','1.0.0',0,NULL,0,0,NULL),(2,28601,'2020-08-26 09:47:35.922000','2020-08-26 09:47:35.950000','com.liferay.portal.security.sso.token.impl','1.0.0',0,NULL,0,0,NULL),(2,28701,'2020-08-26 09:47:35.975000','2020-08-26 09:47:35.981000','com.liferay.server.admin.web','1.0.0',0,NULL,0,0,NULL),(2,28801,'2020-08-26 09:47:36.012000','2020-08-26 09:47:36.019000','com.liferay.asset.browser.web','1.0.0',0,NULL,0,0,NULL),(2,28901,'2020-08-26 09:47:36.052000','2020-08-26 09:47:36.072000','com.liferay.asset.categories.navigation.web','1.0.0',0,NULL,0,0,NULL),(2,29001,'2020-08-26 09:47:36.100000','2020-08-26 09:47:36.111000','com.liferay.asset.categories.selector.web','1.0.0',0,NULL,0,0,NULL),(2,29101,'2020-08-26 09:47:36.139000','2020-08-26 09:47:36.152000','com.liferay.asset.display.web','1.0.0',0,NULL,0,0,NULL),(3,29201,'2020-08-26 09:47:36.210000','2020-08-26 09:47:36.290000','com.liferay.asset.publisher.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,29301,'2020-08-26 09:47:36.348000','2020-08-26 09:47:36.362000','com.liferay.asset.tags.compiler.web','1.0.0',0,NULL,0,0,NULL),(2,29401,'2020-08-26 09:47:36.407000','2020-08-26 09:47:36.421000','com.liferay.asset.tags.navigation.web','1.0.0',0,NULL,0,0,NULL),(2,29501,'2020-08-26 09:47:36.466000','2020-08-26 09:47:36.482000','com.liferay.asset.tags.selector.web','1.0.0',0,NULL,0,0,NULL),(2,29601,'2020-08-26 09:47:36.524000','2020-08-26 09:47:36.538000','com.liferay.exportimport.web','1.0.0',0,NULL,0,0,NULL),(2,29701,'2020-08-26 09:47:36.611000','2020-08-26 09:47:36.621000','com.liferay.iframe.web','1.0.0',0,NULL,0,0,NULL),(2,29801,'2020-08-26 09:47:36.655000','2020-08-26 09:47:36.662000','com.liferay.journal.content.web','1.0.0',0,NULL,0,0,NULL),(3,29901,'2020-08-26 09:47:36.701000','2020-08-26 09:47:36.713000','com.liferay.journal.web','1.0.1',0,NULL,0,0,NULL),(2,30001,'2020-08-26 09:47:36.745000','2020-08-26 09:47:36.751000','com.liferay.layout.impl','1.0.0',0,NULL,0,0,NULL),(2,30101,'2020-08-26 09:47:36.770000','2020-08-26 09:47:36.776000','com.liferay.nested.portlets.web','1.0.0',0,NULL,0,0,NULL),(2,30201,'2020-08-26 09:47:36.799000','2020-08-26 09:47:36.810000','com.liferay.portlet.configuration.css.web','1.0.0',0,NULL,0,0,NULL),(2,30301,'2020-08-26 09:47:36.857000','2020-08-26 09:47:36.869000','com.liferay.portlet.configuration.sharing.web','1.0.0',0,NULL,0,0,NULL),(2,30401,'2020-08-26 09:47:36.917000','2020-08-26 09:47:36.932000','com.liferay.portlet.configuration.web','1.0.0',0,NULL,0,0,NULL),(2,30501,'2020-08-26 09:47:36.994000','2020-08-26 09:47:37.004000','com.liferay.product.navigation.personal.menu.web','1.0.0',0,NULL,0,0,NULL),(2,30601,'2020-08-26 09:47:37.111000','2020-08-26 09:47:37.136000','com.liferay.product.navigation.product.menu.web','1.0.0',0,NULL,0,0,NULL),(4,30701,'2020-08-26 09:47:37.184000','2020-08-26 09:47:37.225000','com.liferay.rss.web','3.0.1',0,NULL,0,0,NULL),(2,30801,'2020-08-26 09:47:37.274000','2020-08-26 09:47:37.287000','com.liferay.site.browser.web','1.0.0',0,NULL,0,0,NULL),(2,30901,'2020-08-26 09:47:37.333000','2020-08-26 09:47:37.346000','com.liferay.site.my.sites.web','1.0.0',0,NULL,0,0,NULL),(2,31001,'2020-08-26 09:47:37.396000','2020-08-26 09:47:37.404000','com.liferay.site.navigation.breadcrumb.web','1.0.0',0,NULL,0,0,NULL),(2,31101,'2020-08-26 09:47:37.426000','2020-08-26 09:47:37.431000','com.liferay.site.navigation.directory.web','1.0.0',0,NULL,0,0,NULL),(2,31201,'2020-08-26 09:47:37.451000','2020-08-26 09:47:37.458000','com.liferay.site.navigation.language.web','1.0.0',0,NULL,0,0,NULL),(3,31301,'2020-08-26 09:47:37.482000','2020-08-26 09:47:37.601000','com.liferay.site.navigation.menu.web','1.0.1',0,NULL,0,0,NULL),(2,31401,'2020-08-26 09:47:37.659000','2020-08-26 09:47:37.672000','com.liferay.site.navigation.site.map.web','1.0.0',0,NULL,0,0,NULL),(2,31501,'2020-08-26 09:47:37.716000','2020-08-26 09:47:37.729000','com.liferay.staging.bar.web','1.0.0',0,NULL,0,0,NULL),(2,31601,'2020-08-26 09:47:37.770000','2020-08-26 09:47:37.777000','com.liferay.trash.web','1.0.0',0,NULL,0,0,NULL),(3,31701,'2020-08-26 09:47:37.799000','2020-08-26 09:47:37.814000','com.liferay.captcha.impl','1.0.0',0,NULL,0,0,NULL),(3,31801,'2020-08-26 09:47:37.831000','2020-08-26 09:47:37.846000','com.liferay.portal.upload','1.0.0',0,NULL,0,0,NULL),(3,31901,'2020-08-26 09:47:37.870000','2020-08-26 09:47:37.884000','com.liferay.document.library.document.conversion','1.0.0',0,NULL,0,0,NULL),(2,32001,'2020-08-26 09:47:37.959000','2020-08-26 09:47:37.965000','com.liferay.document.library.web','1.0.2',0,NULL,0,0,NULL),(3,32101,'2020-08-26 09:47:37.986000','2020-08-26 09:47:38.016000','com.liferay.message.boards.web','1.0.1',0,NULL,0,0,NULL),(5,32201,'2020-08-26 09:47:38.050000','2020-08-26 09:47:38.103000','com.liferay.wiki.web','1.0.2',0,NULL,0,0,NULL),(5,32301,'2020-08-26 09:47:38.146000','2020-08-26 09:47:38.213000','com.liferay.blogs.web','1.2.1',0,NULL,0,0,NULL),(4,32401,'2020-08-26 09:47:38.237000','2020-08-26 09:47:38.296000','com.liferay.users.admin.web','1.0.1',0,NULL,0,0,NULL),(6,32501,'2020-08-26 09:47:38.325000','2020-08-26 09:47:38.516000','com.liferay.calendar.web','1.1.1',0,NULL,0,0,NULL),(2,32601,'2020-08-26 09:47:38.588000','2020-08-26 09:47:38.597000','com.liferay.dynamic.data.lists.web','1.0.0',0,NULL,0,0,NULL),(4,32701,'2020-08-26 09:47:38.665000','2020-08-26 09:47:38.738000','com.liferay.dynamic.data.mapping.form.web','1.0.0',0,NULL,0,0,NULL),(2,32801,'2020-08-26 09:47:38.808000','2020-08-26 09:47:38.815000','com.liferay.notifications.web','2.1.0',0,NULL,0,0,NULL),(4,32901,'2020-08-26 09:47:38.870000','2020-08-26 09:47:38.925000','com.liferay.knowledge.base.web','1.2.0',0,NULL,0,0,NULL),(2,33001,'2020-08-26 09:47:39.013000','2020-08-26 09:47:39.021000','com.liferay.wiki.navigation.web','1.0.1',0,NULL,0,0,NULL),(2,33101,'2020-08-26 09:47:39.051000','2020-08-26 09:47:39.058000','com.liferay.layout.admin.web','1.0.3',0,NULL,0,0,NULL),(2,33201,'2020-08-26 09:47:39.085000','2020-08-26 09:47:39.092000','com.liferay.mobile.device.rules.web','1.0.2',0,NULL,0,0,NULL),(4,33301,'2020-08-26 09:47:39.119000','2020-08-26 09:47:39.173000','com.liferay.comment.page.comments.web','2.0.0',0,NULL,0,0,NULL),(2,33401,'2020-08-26 09:47:39.267000','2020-08-26 09:47:39.273000','com.liferay.segments.content.targeting.upgrade','1.0.0',0,NULL,0,0,NULL),(2,33502,'2020-08-26 09:47:39.404000','2020-08-26 09:47:39.411000','com.liferay.adaptive.media.document.library.thumbnails','1.0.1',0,NULL,0,0,NULL),(2,33601,'2020-08-26 09:47:39.492000','2020-08-26 09:47:39.505000','com.liferay.asset.publisher.web','1.0.3',0,NULL,0,0,NULL),(2,33701,'2020-08-26 09:47:39.627000','2020-08-26 09:47:39.634000','com.liferay.adaptive.media.web','1.0.2',0,NULL,0,0,NULL); /*!40000 ALTER TABLE `release_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `repository` -- DROP TABLE IF EXISTS `repository`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `repository` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `repositoryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `name` varchar(200) DEFAULT NULL, `description` longtext, `portletId` varchar(200) DEFAULT NULL, `typeSettings` longtext, `dlFolderId` bigint(20) 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=utf8; /*!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,'18e0552f-54dc-f9ab-0e97-ac620d278cf2',25523,20128,20101,20105,NULL,'2020-08-26 09:47:30.570000','2020-08-26 09:47:30.570000',25522,'com.liferay.oauth2.provider',NULL,'com.liferay.oauth2.provider','',25524,NULL),(0,'6ad44b73-e9fa-c72a-4c6f-1bc8cfd511f2',34413,34031,34004,34008,NULL,'2020-08-26 10:17:52.302000','2020-08-26 10:17:52.302000',25522,'com.liferay.oauth2.provider',NULL,'com.liferay.oauth2.provider','',34414,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `repositoryentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `repositoryEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `mappedId` varchar(255) DEFAULT NULL, `manualCheckInRequired` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `resourceaction` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `resourceActionId` bigint(20) NOT NULL, `name` varchar(255) DEFAULT NULL, `actionId` varchar(75) DEFAULT NULL, `bitwiseValue` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceActionId`), UNIQUE KEY `IX_EDB9986E` (`name`,`actionId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,401,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','ADD_TO_PAGE',2),(0,402,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','CONFIGURATION',4),(0,403,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','PERMISSIONS',8),(0,404,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','PREFERENCES',16),(0,405,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','VIEW',1),(0,406,'com.liferay.oauth2.provider','PERMISSIONS',2),(0,407,'com.liferay.oauth2.provider','ADD_APPLICATION',4),(0,408,'com.liferay.oauth2.provider.model.OAuth2Application','DELETE',2),(0,409,'com.liferay.oauth2.provider.model.OAuth2Application','PERMISSIONS',4),(0,410,'com.liferay.oauth2.provider.model.OAuth2Application','UPDATE',8),(0,411,'com.liferay.oauth2.provider.model.OAuth2Application','CREATE_TOKEN',16),(0,412,'com.liferay.oauth2.provider.model.OAuth2Application','REVOKE_TOKEN',32),(0,413,'com.liferay.oauth2.provider.model.OAuth2Application','VIEW',1),(0,501,'com_liferay_journal_web_portlet_JournalPortlet','ADD_TO_PAGE',2),(0,502,'com_liferay_journal_web_portlet_JournalPortlet','CONFIGURATION',4),(0,503,'com_liferay_journal_web_portlet_JournalPortlet','PERMISSIONS',8),(0,504,'com_liferay_journal_web_portlet_JournalPortlet','PREFERENCES',16),(0,505,'com_liferay_journal_web_portlet_JournalPortlet','VIEW',1),(0,506,'com.liferay.journal.model.JournalFeed','DELETE',2),(0,507,'com.liferay.journal.model.JournalFeed','PERMISSIONS',4),(0,508,'com.liferay.journal.model.JournalFeed','UPDATE',8),(0,509,'com.liferay.journal.model.JournalFeed','VIEW',1),(0,510,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','DELETE',2),(0,511,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','PERMISSIONS',4),(0,512,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','UPDATE',8),(0,513,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','VIEW',1),(0,514,'com.liferay.journal.model.JournalArticle','UPDATE_DISCUSSION',2),(0,515,'com.liferay.journal.model.JournalArticle','DELETE',4),(0,516,'com.liferay.journal.model.JournalArticle','PERMISSIONS',8),(0,517,'com.liferay.journal.model.JournalArticle','EXPIRE',16),(0,518,'com.liferay.journal.model.JournalArticle','DELETE_DISCUSSION',32),(0,519,'com.liferay.journal.model.JournalArticle','UPDATE',64),(0,520,'com.liferay.journal.model.JournalArticle','SUBSCRIBE',128),(0,521,'com.liferay.journal.model.JournalArticle','VIEW',1),(0,522,'com.liferay.journal.model.JournalArticle','ADD_DISCUSSION',256),(0,523,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','DELETE',2),(0,524,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','PERMISSIONS',4),(0,525,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','UPDATE',8),(0,526,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','VIEW',1),(0,527,'com.liferay.journal','PERMISSIONS',2),(0,528,'com.liferay.journal','ADD_FEED',4),(0,529,'com.liferay.journal','ADD_TEMPLATE',8),(0,530,'com.liferay.journal','UPDATE',16),(0,531,'com.liferay.journal','ADD_ARTICLE',32),(0,532,'com.liferay.journal','SUBSCRIBE',64),(0,533,'com.liferay.journal','VIEW',1),(0,534,'com.liferay.journal','ADD_FOLDER',128),(0,535,'com.liferay.journal','ADD_STRUCTURE',256),(0,536,'com.liferay.journal.model.JournalFolder','DELETE',2),(0,537,'com.liferay.journal.model.JournalFolder','PERMISSIONS',4),(0,538,'com.liferay.journal.model.JournalFolder','ADD_SUBFOLDER',8),(0,539,'com.liferay.journal.model.JournalFolder','UPDATE',16),(0,540,'com.liferay.journal.model.JournalFolder','ADD_ARTICLE',32),(0,541,'com.liferay.journal.model.JournalFolder','SUBSCRIBE',64),(0,542,'com.liferay.journal.model.JournalFolder','VIEW',1),(0,543,'com.liferay.journal.model.JournalFolder','ACCESS',128),(0,601,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','ADD_TO_PAGE',2),(0,602,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','CONFIGURATION',4),(0,603,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','PERMISSIONS',8),(0,604,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','PREFERENCES',16),(0,605,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','VIEW',1),(0,606,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','VIEW_DATA_RECORD',2),(0,607,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','ADD_DATA_RECORD',4),(0,608,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','DELETE',8),(0,609,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','PERMISSIONS',16),(0,610,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','UPDATE',32),(0,611,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','EXPORT_DATA_RECORDS',64),(0,612,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','UPDATE_DATA_RECORD',128),(0,613,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','VIEW',1),(0,614,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection','DELETE_DATA_RECORD',256),(0,615,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','ADD_TO_PAGE',2),(0,616,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','CONFIGURATION',4),(0,617,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','PERMISSIONS',8),(0,618,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','PREFERENCES',16),(0,619,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','VIEW',1),(0,620,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','DELETE',2),(0,621,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','PERMISSIONS',4),(0,622,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','UPDATE',8),(0,623,'com.liferay.data.engine.rest.internal.model.InternalDataLayout','VIEW',1),(0,624,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','ADD_TO_PAGE',2),(0,625,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','CONFIGURATION',4),(0,626,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','PERMISSIONS',8),(0,627,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','PREFERENCES',16),(0,628,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','VIEW',1),(0,629,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','DELETE',2),(0,630,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','PERMISSIONS',4),(0,631,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','UPDATE',8),(0,632,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition','VIEW',1),(0,633,'com.liferay.data.engine','PERMISSIONS',2),(0,634,'com.liferay.data.engine','DEFINE_PERMISSIONS',4),(0,635,'com.liferay.data.engine','ADD_DATA_RECORD_COLLECTION',8),(0,636,'com.liferay.data.engine','ADD_DATA_DEFINITION',16),(0,637,'com.liferay.data.engine','ADD_DATA_LAYOUT',32),(0,701,'com_liferay_asset_list_web_portlet_AssetListPortlet','ADD_TO_PAGE',2),(0,702,'com_liferay_asset_list_web_portlet_AssetListPortlet','CONFIGURATION',4),(0,703,'com_liferay_asset_list_web_portlet_AssetListPortlet','PERMISSIONS',8),(0,704,'com_liferay_asset_list_web_portlet_AssetListPortlet','PREFERENCES',16),(0,705,'com_liferay_asset_list_web_portlet_AssetListPortlet','VIEW',1),(0,706,'com.liferay.asset.list.model.AssetListEntry','DELETE',2),(0,707,'com.liferay.asset.list.model.AssetListEntry','PERMISSIONS',4),(0,708,'com.liferay.asset.list.model.AssetListEntry','UPDATE',8),(0,709,'com.liferay.asset.list.model.AssetListEntry','VIEW',1),(0,710,'com.liferay.asset.list','PERMISSIONS',2),(0,711,'com.liferay.asset.list','ADD_ASSET_LIST_ENTRY',4),(0,712,'com.liferay.asset.list','UPDATE',8),(0,713,'com.liferay.asset.list','VIEW',1),(0,801,'com.liferay.layout.page.template','PERMISSIONS',2),(0,802,'com.liferay.layout.page.template','ADD_LAYOUT_PAGE_TEMPLATE_COLLECTION',4),(0,803,'com.liferay.layout.page.template','ADD_LAYOUT_PAGE_TEMPLATE_ENTRY',8),(0,804,'com.liferay.layout.page.template','VIEW',1),(0,805,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','DELETE',2),(0,806,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','PERMISSIONS',4),(0,807,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','UPDATE',8),(0,808,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection','VIEW',1),(0,809,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','DELETE',2),(0,810,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','PERMISSIONS',4),(0,811,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','UPDATE',8),(0,812,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry','VIEW',1),(0,901,'com_liferay_fragment_web_portlet_FragmentPortlet','ADD_TO_PAGE',2),(0,902,'com_liferay_fragment_web_portlet_FragmentPortlet','CONFIGURATION',4),(0,903,'com_liferay_fragment_web_portlet_FragmentPortlet','PERMISSIONS',8),(0,904,'com_liferay_fragment_web_portlet_FragmentPortlet','PREFERENCES',16),(0,905,'com_liferay_fragment_web_portlet_FragmentPortlet','VIEW',1),(0,906,'com.liferay.fragment','PERMISSIONS',2),(0,907,'com.liferay.fragment','MANAGE_FRAGMENT_ENTRIES',4),(0,1001,'com_liferay_wiki_web_portlet_WikiPortlet','ADD_TO_PAGE',2),(0,1002,'com_liferay_wiki_web_portlet_WikiPortlet','CONFIGURATION',4),(0,1003,'com_liferay_wiki_web_portlet_WikiPortlet','PERMISSIONS',8),(0,1004,'com_liferay_wiki_web_portlet_WikiPortlet','PREFERENCES',16),(0,1005,'com_liferay_wiki_web_portlet_WikiPortlet','VIEW',1),(0,1006,'com.liferay.wiki.model.WikiPage','UPDATE_DISCUSSION',2),(0,1007,'com.liferay.wiki.model.WikiPage','DELETE',4),(0,1008,'com.liferay.wiki.model.WikiPage','PERMISSIONS',8),(0,1009,'com.liferay.wiki.model.WikiPage','DELETE_DISCUSSION',16),(0,1010,'com.liferay.wiki.model.WikiPage','UPDATE',32),(0,1011,'com.liferay.wiki.model.WikiPage','SUBSCRIBE',64),(0,1012,'com.liferay.wiki.model.WikiPage','VIEW',1),(0,1013,'com.liferay.wiki.model.WikiPage','ADD_DISCUSSION',128),(0,1014,'com.liferay.wiki','PERMISSIONS',2),(0,1015,'com.liferay.wiki','ADD_NODE',4),(0,1016,'com.liferay.wiki.model.WikiNode','ADD_PAGE',2),(0,1017,'com.liferay.wiki.model.WikiNode','IMPORT',4),(0,1018,'com.liferay.wiki.model.WikiNode','DELETE',8),(0,1019,'com.liferay.wiki.model.WikiNode','PERMISSIONS',16),(0,1020,'com.liferay.wiki.model.WikiNode','UPDATE',32),(0,1021,'com.liferay.wiki.model.WikiNode','ADD_ATTACHMENT',64),(0,1022,'com.liferay.wiki.model.WikiNode','SUBSCRIBE',128),(0,1023,'com.liferay.wiki.model.WikiNode','VIEW',1),(0,1024,'com_liferay_wiki_web_portlet_WikiAdminPortlet','ADD_TO_PAGE',2),(0,1025,'com_liferay_wiki_web_portlet_WikiAdminPortlet','CONFIGURATION',4),(0,1026,'com_liferay_wiki_web_portlet_WikiAdminPortlet','PERMISSIONS',8),(0,1027,'com_liferay_wiki_web_portlet_WikiAdminPortlet','PREFERENCES',16),(0,1028,'com_liferay_wiki_web_portlet_WikiAdminPortlet','VIEW',1),(0,1101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','ADD_TO_PAGE',2),(0,1102,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','CONFIGURATION',4),(0,1103,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','PERMISSIONS',8),(0,1104,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','PREFERENCES',16),(0,1105,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','VIEW',1),(0,1201,'com.liferay.marketplace','PERMISSIONS',2),(0,1202,'com.liferay.marketplace','CONFIGURATION',4),(0,1203,'com.liferay.marketplace','ACCESS_IN_CONTROL_PANEL',8),(0,1204,'com.liferay.marketplace','VIEW',1),(0,1205,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','ADD_TO_PAGE',2),(0,1206,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','CONFIGURATION',4),(0,1207,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','PERMISSIONS',8),(0,1208,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','PREFERENCES',16),(0,1209,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','VIEW',1),(0,1210,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','ADD_TO_PAGE',2),(0,1211,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','CONFIGURATION',4),(0,1212,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','PERMISSIONS',8),(0,1213,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','PREFERENCES',16),(0,1214,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','VIEW',1),(0,1301,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','ADD_TO_PAGE',2),(0,1302,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','CONFIGURATION',4),(0,1303,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','PERMISSIONS',8),(0,1304,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','PREFERENCES',16),(0,1305,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','VIEW',1),(0,1306,'com.liferay.segments','PERMISSIONS',2),(0,1307,'com.liferay.segments','MANAGE_SEGMENTS_ENTRIES',4),(0,1308,'com.liferay.segments','UPDATE',8),(0,1309,'com.liferay.segments','SIMULATE_SEGMENTS_ENTRIES',16),(0,1310,'com.liferay.segments','VIEW',1),(0,1311,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','ADD_TO_PAGE',2),(0,1312,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','CONFIGURATION',4),(0,1313,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','PERMISSIONS',8),(0,1314,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','PREFERENCES',16),(0,1315,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','VIEW',1),(0,1316,'com.liferay.segments.model.SegmentsExperience','DELETE',2),(0,1317,'com.liferay.segments.model.SegmentsExperience','PERMISSIONS',4),(0,1318,'com.liferay.segments.model.SegmentsExperience','UPDATE',8),(0,1319,'com.liferay.segments.model.SegmentsExperience','VIEW',1),(0,1320,'com.liferay.segments.model.SegmentsEntry','DELETE',2),(0,1321,'com.liferay.segments.model.SegmentsEntry','PERMISSIONS',4),(0,1322,'com.liferay.segments.model.SegmentsEntry','UPDATE',8),(0,1323,'com.liferay.segments.model.SegmentsEntry','VIEW',1),(0,1324,'com.liferay.segments.model.SegmentsExperiment','DELETE',2),(0,1325,'com.liferay.segments.model.SegmentsExperiment','PERMISSIONS',4),(0,1326,'com.liferay.segments.model.SegmentsExperiment','UPDATE',8),(0,1327,'com.liferay.segments.model.SegmentsExperiment','VIEW',1),(0,1328,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','ADD_TO_PAGE',2),(0,1329,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','CONFIGURATION',4),(0,1330,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','PERMISSIONS',8),(0,1331,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','PREFERENCES',16),(0,1332,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','VIEW',1),(0,1333,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','DELETE',2),(0,1334,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','PERMISSIONS',4),(0,1335,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','UPDATE',8),(0,1336,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','VIEW',1),(0,1337,'com.liferay.mobile.device.rules.model.MDRRuleGroup','DELETE',2),(0,1338,'com.liferay.mobile.device.rules.model.MDRRuleGroup','PERMISSIONS',4),(0,1339,'com.liferay.mobile.device.rules.model.MDRRuleGroup','UPDATE',8),(0,1340,'com.liferay.mobile.device.rules.model.MDRRuleGroup','VIEW',1),(0,1341,'com.liferay.mobile.device.rules','PERMISSIONS',2),(0,1342,'com.liferay.mobile.device.rules','ADD_RULE_GROUP',4),(0,1343,'com.liferay.mobile.device.rules','ADD_RULE_GROUP_INSTANCE',8),(0,1344,'com.liferay.mobile.device.rules','CONFIGURATION',16),(0,1345,'com.liferay.mobile.device.rules','VIEW',1),(0,1346,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','ADD_TO_PAGE',2),(0,1347,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','CONFIGURATION',4),(0,1348,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','PERMISSIONS',8),(0,1349,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','PREFERENCES',16),(0,1350,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','VIEW',1),(0,1351,'com.liferay.dynamic.data.lists','PERMISSIONS',2),(0,1352,'com.liferay.dynamic.data.lists','ADD_RECORD_SET',4),(0,1353,'com.liferay.dynamic.data.lists','ADD_TEMPLATE',8),(0,1354,'com.liferay.dynamic.data.lists','ADD_STRUCTURE',16),(0,1355,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,1356,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,1357,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,1358,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,1359,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','DELETE',2),(0,1360,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','PERMISSIONS',4),(0,1361,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','UPDATE',8),(0,1362,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','VIEW',1),(0,1363,'com.liferay.dynamic.data.lists.model.DDLRecordSet','DELETE',2),(0,1364,'com.liferay.dynamic.data.lists.model.DDLRecordSet','PERMISSIONS',4),(0,1365,'com.liferay.dynamic.data.lists.model.DDLRecordSet','ADD_RECORD',8),(0,1366,'com.liferay.dynamic.data.lists.model.DDLRecordSet','UPDATE',16),(0,1367,'com.liferay.dynamic.data.lists.model.DDLRecordSet','VIEW',1),(0,1368,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','ADD_TO_PAGE',2),(0,1369,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','CONFIGURATION',4),(0,1370,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','PERMISSIONS',8),(0,1371,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','PREFERENCES',16),(0,1372,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','VIEW',1),(0,1373,'com_liferay_message_boards_web_portlet_MBPortlet','ADD_TO_PAGE',2),(0,1374,'com_liferay_message_boards_web_portlet_MBPortlet','CONFIGURATION',4),(0,1375,'com_liferay_message_boards_web_portlet_MBPortlet','PERMISSIONS',8),(0,1376,'com_liferay_message_boards_web_portlet_MBPortlet','PREFERENCES',16),(0,1377,'com_liferay_message_boards_web_portlet_MBPortlet','VIEW',1),(0,1378,'com.liferay.message.boards.model.MBCategory','DELETE',2),(0,1379,'com.liferay.message.boards.model.MBCategory','PERMISSIONS',4),(0,1380,'com.liferay.message.boards.model.MBCategory','ADD_FILE',8),(0,1381,'com.liferay.message.boards.model.MBCategory','REPLY_TO_MESSAGE',16),(0,1382,'com.liferay.message.boards.model.MBCategory','LOCK_THREAD',32),(0,1383,'com.liferay.message.boards.model.MBCategory','UPDATE',64),(0,1384,'com.liferay.message.boards.model.MBCategory','SUBSCRIBE',128),(0,1385,'com.liferay.message.boards.model.MBCategory','VIEW',1),(0,1386,'com.liferay.message.boards.model.MBCategory','ADD_MESSAGE',256),(0,1387,'com.liferay.message.boards.model.MBCategory','MOVE_THREAD',512),(0,1388,'com.liferay.message.boards.model.MBCategory','ADD_SUBCATEGORY',1024),(0,1389,'com.liferay.message.boards.model.MBCategory','UPDATE_THREAD_PRIORITY',2048),(0,1390,'com.liferay.message.boards.model.MBThread','DELETE',2),(0,1391,'com.liferay.message.boards.model.MBThread','PERMISSIONS',4),(0,1392,'com.liferay.message.boards.model.MBThread','SUBSCRIBE',8),(0,1393,'com.liferay.message.boards.model.MBThread','VIEW',1),(0,1394,'com.liferay.message.boards.model.MBMessage','DELETE',2),(0,1395,'com.liferay.message.boards.model.MBMessage','PERMISSIONS',4),(0,1396,'com.liferay.message.boards.model.MBMessage','UPDATE',8),(0,1397,'com.liferay.message.boards.model.MBMessage','SUBSCRIBE',16),(0,1398,'com.liferay.message.boards.model.MBMessage','VIEW',1),(0,1401,'com.liferay.message.boards','PERMISSIONS',2),(0,1402,'com.liferay.message.boards','ADD_FILE',4),(0,1403,'com.liferay.message.boards','BAN_USER',8),(0,1404,'com.liferay.message.boards','ADD_CATEGORY',16),(0,1405,'com.liferay.message.boards','REPLY_TO_MESSAGE',32),(0,1406,'com.liferay.message.boards','LOCK_THREAD',64),(0,1407,'com.liferay.message.boards','SUBSCRIBE',128),(0,1408,'com.liferay.message.boards','VIEW',1),(0,1409,'com.liferay.message.boards','ADD_MESSAGE',256),(0,1410,'com.liferay.message.boards','MOVE_THREAD',512),(0,1411,'com.liferay.message.boards','UPDATE_THREAD_PRIORITY',1024),(0,1412,'com_liferay_message_boards_web_portlet_MBAdminPortlet','ADD_TO_PAGE',2),(0,1413,'com_liferay_message_boards_web_portlet_MBAdminPortlet','CONFIGURATION',4),(0,1414,'com_liferay_message_boards_web_portlet_MBAdminPortlet','PERMISSIONS',8),(0,1415,'com_liferay_message_boards_web_portlet_MBAdminPortlet','PREFERENCES',16),(0,1416,'com_liferay_message_boards_web_portlet_MBAdminPortlet','VIEW',1),(0,1417,'com_liferay_knowledge_base_web_portlet_AdminPortlet','ADD_TO_PAGE',2),(0,1418,'com_liferay_knowledge_base_web_portlet_AdminPortlet','CONFIGURATION',4),(0,1419,'com_liferay_knowledge_base_web_portlet_AdminPortlet','PERMISSIONS',8),(0,1420,'com_liferay_knowledge_base_web_portlet_AdminPortlet','PREFERENCES',16),(0,1421,'com_liferay_knowledge_base_web_portlet_AdminPortlet','VIEW',1),(0,1422,'com.liferay.knowledge.base.admin','VIEW_SUGGESTIONS',2),(0,1423,'com.liferay.knowledge.base.admin','PERMISSIONS',4),(0,1424,'com.liferay.knowledge.base.admin','UPDATE_KB_ARTICLES_PRIORITIES',8),(0,1425,'com.liferay.knowledge.base.admin','ADD_KB_ARTICLE',16),(0,1426,'com.liferay.knowledge.base.admin','DELETE_KB_TEMPLATES',32),(0,1427,'com.liferay.knowledge.base.admin','ADD_KB_FOLDER',64),(0,1428,'com.liferay.knowledge.base.admin','IMPORT_KB_ARTICLES',128),(0,1429,'com.liferay.knowledge.base.admin','DELETE_KB_ARTICLES',256),(0,1430,'com.liferay.knowledge.base.admin','ADD_KB_TEMPLATE',512),(0,1431,'com.liferay.knowledge.base.admin','SUBSCRIBE',1024),(0,1432,'com.liferay.knowledge.base.admin','VIEW_KB_TEMPLATES',2048),(0,1433,'com.liferay.knowledge.base.model.KBFolder','DELETE',2),(0,1434,'com.liferay.knowledge.base.model.KBFolder','PERMISSIONS',4),(0,1435,'com.liferay.knowledge.base.model.KBFolder','ADD_KB_ARTICLE',8),(0,1436,'com.liferay.knowledge.base.model.KBFolder','ADD_KB_FOLDER',16),(0,1437,'com.liferay.knowledge.base.model.KBFolder','MOVE_KB_FOLDER',32),(0,1438,'com.liferay.knowledge.base.model.KBFolder','UPDATE',64),(0,1439,'com.liferay.knowledge.base.model.KBFolder','VIEW',1),(0,1440,'com.liferay.knowledge.base.model.KBTemplate','DELETE',2),(0,1441,'com.liferay.knowledge.base.model.KBTemplate','PERMISSIONS',4),(0,1442,'com.liferay.knowledge.base.model.KBTemplate','UPDATE',8),(0,1443,'com.liferay.knowledge.base.model.KBTemplate','VIEW',1),(0,1444,'com.liferay.knowledge.base.model.KBArticle','DELETE',2),(0,1445,'com.liferay.knowledge.base.model.KBArticle','PERMISSIONS',4),(0,1446,'com.liferay.knowledge.base.model.KBArticle','UPDATE',8),(0,1447,'com.liferay.knowledge.base.model.KBArticle','MOVE_KB_ARTICLE',16),(0,1448,'com.liferay.knowledge.base.model.KBArticle','SUBSCRIBE',32),(0,1449,'com.liferay.knowledge.base.model.KBArticle','VIEW',1),(0,1450,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','ADD_TO_PAGE',2),(0,1451,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','CONFIGURATION',4),(0,1452,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','PERMISSIONS',8),(0,1453,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','PREFERENCES',16),(0,1454,'com_liferay_knowledge_base_web_portlet_DisplayPortlet','VIEW',1),(0,1455,'com.liferay.knowledge.base.display','ADMINISTRATOR',2),(0,1456,'com.liferay.knowledge.base.display','PERMISSIONS',4),(0,1457,'com.liferay.knowledge.base.display','ADD_KB_ARTICLE',8),(0,1458,'com.liferay.knowledge.base.display','ADD_KB_TEMPLATE',16),(0,1459,'com.liferay.knowledge.base.display','SUBSCRIBE',32),(0,1460,'com.liferay.knowledge.base.display','VIEW_KB_TEMPLATES',64),(0,1461,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','ADD_TO_PAGE',2),(0,1462,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','CONFIGURATION',4),(0,1463,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','PERMISSIONS',8),(0,1464,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','PREFERENCES',16),(0,1465,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','VIEW',1),(0,1466,'com.liferay.site.navigation.model.SiteNavigationMenuItem','DELETE',2),(0,1467,'com.liferay.site.navigation.model.SiteNavigationMenuItem','PERMISSIONS',4),(0,1468,'com.liferay.site.navigation.model.SiteNavigationMenuItem','UPDATE',8),(0,1469,'com.liferay.site.navigation.model.SiteNavigationMenuItem','VIEW',1),(0,1470,'com.liferay.site.navigation.model.SiteNavigationMenu','DELETE',2),(0,1471,'com.liferay.site.navigation.model.SiteNavigationMenu','PERMISSIONS',4),(0,1472,'com.liferay.site.navigation.model.SiteNavigationMenu','UPDATE',8),(0,1473,'com.liferay.site.navigation.model.SiteNavigationMenu','VIEW',1),(0,1474,'com.liferay.site.navigation','PERMISSIONS',2),(0,1475,'com.liferay.site.navigation','ADD_SITE_NAVIGATION_MENU',4),(0,1501,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','ADD_TO_PAGE',2),(0,1502,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','CONFIGURATION',4),(0,1503,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','PERMISSIONS',8),(0,1504,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','PREFERENCES',16),(0,1505,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','VIEW',1),(0,1506,'com.liferay.dynamic.data.mapping.model.DDMTemplate','DELETE',2),(0,1507,'com.liferay.dynamic.data.mapping.model.DDMTemplate','PERMISSIONS',4),(0,1508,'com.liferay.dynamic.data.mapping.model.DDMTemplate','UPDATE',8),(0,1509,'com.liferay.dynamic.data.mapping.model.DDMTemplate','VIEW',1),(0,1510,'com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,1511,'com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,1512,'com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,1513,'com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,1514,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','ADD_TO_PAGE',2),(0,1515,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','CONFIGURATION',4),(0,1516,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','PERMISSIONS',8),(0,1517,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','PREFERENCES',16),(0,1518,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','VIEW',1),(0,1601,'com.liferay.dynamic.data.mapping','PERMISSIONS',2),(0,1602,'com.liferay.dynamic.data.mapping','ADD_DATA_PROVIDER_INSTANCE',4),(0,1603,'com.liferay.dynamic.data.mapping','ADD_FORM_INSTANCE',8),(0,1604,'com.liferay.dynamic.data.mapping','ADD_STRUCTURE',16),(0,1605,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','DELETE',2),(0,1606,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','PERMISSIONS',4),(0,1607,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','UPDATE',8),(0,1608,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','VIEW',1),(0,1609,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','DELETE',2),(0,1610,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','PERMISSIONS',4),(0,1611,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','UPDATE',8),(0,1612,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','ADD_FORM_INSTANCE_RECORD',16),(0,1613,'com.liferay.dynamic.data.mapping.model.DDMFormInstance','VIEW',1),(0,1614,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','ADD_TO_PAGE',2),(0,1615,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','CONFIGURATION',4),(0,1616,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','PERMISSIONS',8),(0,1617,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','PREFERENCES',16),(0,1618,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet','VIEW',1),(0,1701,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','ADD_TO_PAGE',2),(0,1702,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','CONFIGURATION',4),(0,1703,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','PERMISSIONS',8),(0,1704,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','PREFERENCES',16),(0,1705,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','VIEW',1),(0,1801,'com.liferay.blogs','ADD_ENTRY',2),(0,1802,'com.liferay.blogs','PERMISSIONS',4),(0,1803,'com.liferay.blogs','SUBSCRIBE',8),(0,1804,'com.liferay.blogs.model.BlogsEntry','UPDATE_DISCUSSION',2),(0,1805,'com.liferay.blogs.model.BlogsEntry','DELETE',4),(0,1806,'com.liferay.blogs.model.BlogsEntry','PERMISSIONS',8),(0,1807,'com.liferay.blogs.model.BlogsEntry','DELETE_DISCUSSION',16),(0,1808,'com.liferay.blogs.model.BlogsEntry','UPDATE',32),(0,1809,'com.liferay.blogs.model.BlogsEntry','VIEW',1),(0,1810,'com.liferay.blogs.model.BlogsEntry','ADD_DISCUSSION',64),(0,1811,'com_liferay_blogs_web_portlet_BlogsPortlet','ADD_TO_PAGE',2),(0,1812,'com_liferay_blogs_web_portlet_BlogsPortlet','CONFIGURATION',4),(0,1813,'com_liferay_blogs_web_portlet_BlogsPortlet','PERMISSIONS',8),(0,1814,'com_liferay_blogs_web_portlet_BlogsPortlet','PREFERENCES',16),(0,1815,'com_liferay_blogs_web_portlet_BlogsPortlet','VIEW',1),(0,1901,'com_liferay_audit_web_portlet_AuditPortlet','ADD_TO_PAGE',2),(0,1902,'com_liferay_audit_web_portlet_AuditPortlet','CONFIGURATION',4),(0,1903,'com_liferay_audit_web_portlet_AuditPortlet','PERMISSIONS',8),(0,1904,'com_liferay_audit_web_portlet_AuditPortlet','PREFERENCES',16),(0,1905,'com_liferay_audit_web_portlet_AuditPortlet','VIEW',1),(0,2001,'com_liferay_polls_web_portlet_PollsPortlet','ADD_TO_PAGE',2),(0,2002,'com_liferay_polls_web_portlet_PollsPortlet','CONFIGURATION',4),(0,2003,'com_liferay_polls_web_portlet_PollsPortlet','PERMISSIONS',8),(0,2004,'com_liferay_polls_web_portlet_PollsPortlet','PREFERENCES',16),(0,2005,'com_liferay_polls_web_portlet_PollsPortlet','VIEW',1),(0,2006,'com.liferay.polls.model.PollsQuestion','DELETE',2),(0,2007,'com.liferay.polls.model.PollsQuestion','PERMISSIONS',4),(0,2008,'com.liferay.polls.model.PollsQuestion','ADD_VOTE',8),(0,2009,'com.liferay.polls.model.PollsQuestion','UPDATE',16),(0,2010,'com.liferay.polls.model.PollsQuestion','VIEW',1),(0,2011,'com.liferay.polls','PERMISSIONS',2),(0,2012,'com.liferay.polls','ADD_QUESTION',4),(0,2013,'com_liferay_polls_web_portlet_PollsDisplayPortlet','ADD_TO_PAGE',2),(0,2014,'com_liferay_polls_web_portlet_PollsDisplayPortlet','CONFIGURATION',4),(0,2015,'com_liferay_polls_web_portlet_PollsDisplayPortlet','PERMISSIONS',8),(0,2016,'com_liferay_polls_web_portlet_PollsDisplayPortlet','PREFERENCES',16),(0,2017,'com_liferay_polls_web_portlet_PollsDisplayPortlet','VIEW',1),(0,2018,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','ADD_TO_PAGE',2),(0,2019,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','CONFIGURATION',4),(0,2020,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','PERMISSIONS',8),(0,2021,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','PREFERENCES',16),(0,2022,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','VIEW',1),(0,2023,'com.liferay.portal.security.service.access.policy','PERMISSIONS',2),(0,2024,'com.liferay.portal.security.service.access.policy','ADD_SAP_ENTRY',4),(0,2025,'com.liferay.portal.security.service.access.policy.model.SAPEntry','DELETE',2),(0,2026,'com.liferay.portal.security.service.access.policy.model.SAPEntry','PERMISSIONS',4),(0,2027,'com.liferay.portal.security.service.access.policy.model.SAPEntry','UPDATE',8),(0,2028,'com.liferay.portal.security.service.access.policy.model.SAPEntry','VIEW',1),(0,2101,'com_liferay_calendar_web_portlet_CalendarPortlet','ADD_TO_PAGE',2),(0,2102,'com_liferay_calendar_web_portlet_CalendarPortlet','CONFIGURATION',4),(0,2103,'com_liferay_calendar_web_portlet_CalendarPortlet','PERMISSIONS',8),(0,2104,'com_liferay_calendar_web_portlet_CalendarPortlet','PREFERENCES',16),(0,2105,'com_liferay_calendar_web_portlet_CalendarPortlet','VIEW',1),(0,2106,'com.liferay.calendar.model.CalendarResource','DELETE',2),(0,2107,'com.liferay.calendar.model.CalendarResource','PERMISSIONS',4),(0,2108,'com.liferay.calendar.model.CalendarResource','ADD_CALENDAR',8),(0,2109,'com.liferay.calendar.model.CalendarResource','UPDATE',16),(0,2110,'com.liferay.calendar.model.CalendarResource','VIEW',1),(0,2111,'com.liferay.calendar.model.CalendarBooking','UPDATE_DISCUSSION',2),(0,2112,'com.liferay.calendar.model.CalendarBooking','PERMISSIONS',4),(0,2113,'com.liferay.calendar.model.CalendarBooking','DELETE_DISCUSSION',8),(0,2114,'com.liferay.calendar.model.CalendarBooking','ADD_DISCUSSION',16),(0,2115,'com.liferay.calendar','PERMISSIONS',2),(0,2116,'com.liferay.calendar','ADD_RESOURCE',4),(0,2117,'com.liferay.calendar.model.Calendar','DELETE',2),(0,2118,'com.liferay.calendar.model.Calendar','PERMISSIONS',4),(0,2119,'com.liferay.calendar.model.Calendar','MANAGE_BOOKINGS',8),(0,2120,'com.liferay.calendar.model.Calendar','VIEW_BOOKING_DETAILS',16),(0,2121,'com.liferay.calendar.model.Calendar','UPDATE',32),(0,2122,'com.liferay.calendar.model.Calendar','VIEW',1),(0,2201,'com_liferay_comment_web_portlet_CommentPortlet','VIEW',1),(0,2202,'com_liferay_comment_web_portlet_CommentPortlet','ADD_TO_PAGE',2),(0,2203,'com_liferay_comment_web_portlet_CommentPortlet','CONFIGURATION',4),(0,2204,'com_liferay_comment_web_portlet_CommentPortlet','PERMISSIONS',8),(0,2205,'com_liferay_comment_web_portlet_CommentPortlet','PREFERENCES',16),(0,2206,'com_liferay_comment_web_portlet_CommentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2207,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','VIEW',1),(0,2208,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','ADD_TO_PAGE',2),(0,2209,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','CONFIGURATION',4),(0,2210,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','PERMISSIONS',8),(0,2211,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','PREFERENCES',16),(0,2212,'com_liferay_reading_time_web_portlet_ReadingTimePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2213,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','VIEW',1),(0,2214,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','ADD_TO_PAGE',2),(0,2215,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','CONFIGURATION',4),(0,2216,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','PERMISSIONS',8),(0,2217,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','PREFERENCES',16),(0,2218,'com_liferay_sharing_web_portlet_SharedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2219,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','VIEW',1),(0,2220,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','ADD_TO_PAGE',2),(0,2221,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','CONFIGURATION',4),(0,2222,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','PERMISSIONS',8),(0,2223,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','PREFERENCES',16),(0,2224,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2225,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2226,'com_liferay_data_engine_web_portlet_DataLayoutPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2227,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2228,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','VIEW',1),(0,2229,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','ADD_TO_PAGE',2),(0,2230,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','CONFIGURATION',4),(0,2231,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','PERMISSIONS',8),(0,2232,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','PREFERENCES',16),(0,2233,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2234,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','VIEW',1),(0,2235,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','ADD_TO_PAGE',2),(0,2236,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','CONFIGURATION',4),(0,2237,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','PERMISSIONS',8),(0,2238,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','PREFERENCES',16),(0,2239,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2240,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','VIEW',1),(0,2241,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','ADD_TO_PAGE',2),(0,2242,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','CONFIGURATION',4),(0,2243,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','PERMISSIONS',8),(0,2244,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','PREFERENCES',16),(0,2245,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2246,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','VIEW',1),(0,2247,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','ADD_TO_PAGE',2),(0,2248,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','CONFIGURATION',4),(0,2249,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','PERMISSIONS',8),(0,2250,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','PREFERENCES',16),(0,2251,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2252,'com_liferay_sharing_web_portlet_SharingPortlet','VIEW',1),(0,2253,'com_liferay_sharing_web_portlet_SharingPortlet','ADD_TO_PAGE',2),(0,2254,'com_liferay_sharing_web_portlet_SharingPortlet','CONFIGURATION',4),(0,2255,'com_liferay_sharing_web_portlet_SharingPortlet','PERMISSIONS',8),(0,2256,'com_liferay_sharing_web_portlet_SharingPortlet','PREFERENCES',16),(0,2257,'com_liferay_sharing_web_portlet_SharingPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2258,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','VIEW',1),(0,2259,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','ADD_TO_PAGE',2),(0,2260,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','CONFIGURATION',4),(0,2261,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','PERMISSIONS',8),(0,2262,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','PREFERENCES',16),(0,2263,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2264,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2265,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','VIEW',1),(0,2266,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','ADD_TO_PAGE',2),(0,2267,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','CONFIGURATION',4),(0,2268,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','PERMISSIONS',8),(0,2269,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','PREFERENCES',16),(0,2270,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','ACCESS_IN_CONTROL_PANEL',32),(0,2271,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','VIEW',1),(0,2272,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','ADD_TO_PAGE',2),(0,2273,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','CONFIGURATION',4),(0,2274,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','PERMISSIONS',8),(0,2275,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','PREFERENCES',16),(0,2276,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2277,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2278,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','EXPORT_USER',64),(0,2279,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','VIEW_GRANTED_AUTHORIZATIONS',32),(0,2280,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,2281,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','PERMISSIONS',2),(0,2282,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','PREFERENCES',4),(0,2283,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','CONFIGURATION',8),(0,2284,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2285,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet','VIEW',1),(0,2286,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','PERMISSIONS',2),(0,2287,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','PREFERENCES',4),(0,2288,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','CONFIGURATION',8),(0,2289,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2290,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet','VIEW',1),(0,2291,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','VIEW',1),(0,2292,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','ADD_TO_PAGE',2),(0,2293,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','CONFIGURATION',4),(0,2294,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','PERMISSIONS',8),(0,2295,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','PREFERENCES',16),(0,2296,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2301,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','VIEW',1),(0,2302,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','ADD_TO_PAGE',2),(0,2303,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','CONFIGURATION',4),(0,2304,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','PERMISSIONS',8),(0,2305,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','PREFERENCES',16),(0,2306,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2307,'com_liferay_asset_web_portlet_AssetPortlet','VIEW',1),(0,2308,'com_liferay_asset_web_portlet_AssetPortlet','ADD_TO_PAGE',2),(0,2309,'com_liferay_asset_web_portlet_AssetPortlet','CONFIGURATION',4),(0,2310,'com_liferay_asset_web_portlet_AssetPortlet','PERMISSIONS',8),(0,2311,'com_liferay_asset_web_portlet_AssetPortlet','PREFERENCES',16),(0,2312,'com_liferay_asset_web_portlet_AssetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2313,'com_liferay_exportimport_web_portlet_ChangesetPortlet','VIEW',1),(0,2314,'com_liferay_exportimport_web_portlet_ChangesetPortlet','ADD_TO_PAGE',2),(0,2315,'com_liferay_exportimport_web_portlet_ChangesetPortlet','CONFIGURATION',4),(0,2316,'com_liferay_exportimport_web_portlet_ChangesetPortlet','PERMISSIONS',8),(0,2317,'com_liferay_exportimport_web_portlet_ChangesetPortlet','PREFERENCES',16),(0,2318,'com_liferay_exportimport_web_portlet_ChangesetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2319,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2320,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','VIEW',1),(0,2321,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','ADD_TO_PAGE',2),(0,2322,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','CONFIGURATION',4),(0,2323,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','PERMISSIONS',8),(0,2324,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','PREFERENCES',16),(0,2325,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2326,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','VIEW',1),(0,2327,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','ADD_TO_PAGE',2),(0,2328,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','CONFIGURATION',4),(0,2329,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','PERMISSIONS',8),(0,2330,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','PREFERENCES',16),(0,2331,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2332,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','VIEW',1),(0,2333,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','ADD_TO_PAGE',2),(0,2334,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','CONFIGURATION',4),(0,2335,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','PERMISSIONS',8),(0,2336,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','PREFERENCES',16),(0,2337,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2338,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','VIEW',1),(0,2339,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','ADD_TO_PAGE',2),(0,2340,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','CONFIGURATION',4),(0,2341,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','PERMISSIONS',8),(0,2342,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','PREFERENCES',16),(0,2343,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2344,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','VIEW',1),(0,2345,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','ADD_TO_PAGE',2),(0,2346,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','CONFIGURATION',4),(0,2347,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','PERMISSIONS',8),(0,2348,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','PREFERENCES',16),(0,2349,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2350,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','VIEW',1),(0,2351,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','ADD_TO_PAGE',2),(0,2352,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','CONFIGURATION',4),(0,2353,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','PERMISSIONS',8),(0,2354,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','PREFERENCES',16),(0,2355,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2356,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','PERMISSIONS',2),(0,2357,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','PREFERENCES',4),(0,2358,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','CONFIGURATION',8),(0,2359,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2360,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet','VIEW',1),(0,2361,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','VIEW',1),(0,2362,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','ADD_TO_PAGE',2),(0,2363,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','CONFIGURATION',4),(0,2364,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','PERMISSIONS',8),(0,2365,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','PREFERENCES',16),(0,2366,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2367,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','VIEW',1),(0,2368,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','ADD_TO_PAGE',2),(0,2369,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','CONFIGURATION',4),(0,2370,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','PERMISSIONS',8),(0,2371,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','PREFERENCES',16),(0,2372,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2373,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','VIEW',1),(0,2374,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','ADD_TO_PAGE',2),(0,2375,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','CONFIGURATION',4),(0,2376,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','PERMISSIONS',8),(0,2377,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','PREFERENCES',16),(0,2378,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2379,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2380,'com_liferay_expando_web_portlet_ExpandoPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2381,'com_liferay_expando_web_portlet_ExpandoPortlet','ADD_EXPANDO',64),(0,2382,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','VIEW',1),(0,2383,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','ADD_TO_PAGE',2),(0,2384,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','CONFIGURATION',4),(0,2385,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','PERMISSIONS',8),(0,2386,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','PREFERENCES',16),(0,2387,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2388,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','VIEW',1),(0,2389,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','ADD_TO_PAGE',2),(0,2390,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','CONFIGURATION',4),(0,2391,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','PERMISSIONS',8),(0,2392,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','PREFERENCES',16),(0,2393,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2394,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','VIEW',1),(0,2395,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','ADD_TO_PAGE',2),(0,2396,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','CONFIGURATION',4),(0,2397,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','PERMISSIONS',8),(0,2398,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','PREFERENCES',16),(0,2399,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2401,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','VIEW',1),(0,2402,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','ADD_TO_PAGE',2),(0,2403,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','CONFIGURATION',4),(0,2404,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','PERMISSIONS',8),(0,2405,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','PREFERENCES',16),(0,2406,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2407,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','VIEW',1),(0,2408,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','ADD_TO_PAGE',2),(0,2409,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','CONFIGURATION',4),(0,2410,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','PERMISSIONS',8),(0,2411,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','PREFERENCES',16),(0,2412,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2413,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','VIEW',1),(0,2414,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','ADD_TO_PAGE',2),(0,2415,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','CONFIGURATION',4),(0,2416,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','PERMISSIONS',8),(0,2417,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','PREFERENCES',16),(0,2418,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2419,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','VIEW',1),(0,2420,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','ADD_TO_PAGE',2),(0,2421,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','CONFIGURATION',4),(0,2422,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','PERMISSIONS',8),(0,2423,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','PREFERENCES',16),(0,2424,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2425,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','VIEW',1),(0,2426,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','ADD_TO_PAGE',2),(0,2427,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','CONFIGURATION',4),(0,2428,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','PERMISSIONS',8),(0,2429,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','PREFERENCES',16),(0,2430,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2431,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','VIEW',1),(0,2432,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','ADD_TO_PAGE',2),(0,2433,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','CONFIGURATION',4),(0,2434,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','PERMISSIONS',8),(0,2435,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','PREFERENCES',16),(0,2436,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2437,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','VIEW',1),(0,2438,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','ADD_TO_PAGE',2),(0,2439,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','CONFIGURATION',4),(0,2440,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','PERMISSIONS',8),(0,2441,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','PREFERENCES',16),(0,2442,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2443,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','VIEW',1),(0,2444,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','ADD_TO_PAGE',2),(0,2445,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','CONFIGURATION',4),(0,2446,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','PERMISSIONS',8),(0,2447,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','PREFERENCES',16),(0,2448,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2449,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','VIEW',1),(0,2450,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','ADD_TO_PAGE',2),(0,2451,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','CONFIGURATION',4),(0,2452,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','PERMISSIONS',8),(0,2453,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','PREFERENCES',16),(0,2454,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2455,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','VIEW',1),(0,2456,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','ADD_TO_PAGE',2),(0,2457,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','CONFIGURATION',4),(0,2458,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','PERMISSIONS',8),(0,2459,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','PREFERENCES',16),(0,2460,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2461,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','VIEW',1),(0,2462,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','ADD_TO_PAGE',2),(0,2463,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','CONFIGURATION',4),(0,2464,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','PERMISSIONS',8),(0,2465,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','PREFERENCES',16),(0,2466,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2467,'com_liferay_mentions_web_portlet_MentionsPortlet','VIEW',1),(0,2468,'com_liferay_mentions_web_portlet_MentionsPortlet','ADD_TO_PAGE',2),(0,2469,'com_liferay_mentions_web_portlet_MentionsPortlet','CONFIGURATION',4),(0,2470,'com_liferay_mentions_web_portlet_MentionsPortlet','PERMISSIONS',8),(0,2471,'com_liferay_mentions_web_portlet_MentionsPortlet','PREFERENCES',16),(0,2472,'com_liferay_mentions_web_portlet_MentionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2473,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2474,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2475,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2476,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2477,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','VIEW',1),(0,2478,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','ADD_TO_PAGE',2),(0,2479,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','CONFIGURATION',4),(0,2480,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','PERMISSIONS',8),(0,2481,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','PREFERENCES',16),(0,2482,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2483,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','VIEW',1),(0,2484,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','ADD_TO_PAGE',2),(0,2485,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','CONFIGURATION',4),(0,2486,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','PERMISSIONS',8),(0,2487,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','PREFERENCES',16),(0,2488,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2489,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2490,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2491,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','VIEW',1),(0,2492,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','ADD_TO_PAGE',2),(0,2493,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','CONFIGURATION',4),(0,2494,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','PERMISSIONS',8),(0,2495,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','PREFERENCES',16),(0,2496,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2501,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','VIEW',1),(0,2502,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','ADD_TO_PAGE',2),(0,2503,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','CONFIGURATION',4),(0,2504,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','PERMISSIONS',8),(0,2505,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','PREFERENCES',16),(0,2506,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2507,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','VIEW',1),(0,2508,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','ADD_TO_PAGE',2),(0,2509,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','CONFIGURATION',4),(0,2510,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','PERMISSIONS',8),(0,2511,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','PREFERENCES',16),(0,2512,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2513,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','VIEW',1),(0,2514,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','ADD_TO_PAGE',2),(0,2515,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','CONFIGURATION',4),(0,2516,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','PERMISSIONS',8),(0,2517,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','PREFERENCES',16),(0,2518,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2519,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2520,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2521,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2522,'com_liferay_segments_web_internal_portlet_SegmentsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2523,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2524,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet','ADD_SITE_NAVIGATION_MENU',64),(0,2525,'com_liferay_fragment_web_portlet_FragmentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2526,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','VIEW',1),(0,2527,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','ADD_TO_PAGE',2),(0,2528,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','CONFIGURATION',4),(0,2529,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','PERMISSIONS',8),(0,2530,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','PREFERENCES',16),(0,2531,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2532,'com_liferay_exportimport_web_portlet_ExportPortlet','VIEW',1),(0,2533,'com_liferay_exportimport_web_portlet_ExportPortlet','ADD_TO_PAGE',2),(0,2534,'com_liferay_exportimport_web_portlet_ExportPortlet','CONFIGURATION',4),(0,2535,'com_liferay_exportimport_web_portlet_ExportPortlet','PERMISSIONS',8),(0,2536,'com_liferay_exportimport_web_portlet_ExportPortlet','PREFERENCES',16),(0,2537,'com_liferay_exportimport_web_portlet_ExportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2538,'com_liferay_exportimport_web_portlet_ImportPortlet','VIEW',1),(0,2539,'com_liferay_exportimport_web_portlet_ImportPortlet','ADD_TO_PAGE',2),(0,2540,'com_liferay_exportimport_web_portlet_ImportPortlet','CONFIGURATION',4),(0,2541,'com_liferay_exportimport_web_portlet_ImportPortlet','PERMISSIONS',8),(0,2542,'com_liferay_exportimport_web_portlet_ImportPortlet','PREFERENCES',16),(0,2543,'com_liferay_exportimport_web_portlet_ImportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2544,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','VIEW',1),(0,2545,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','ADD_TO_PAGE',2),(0,2546,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','CONFIGURATION',4),(0,2547,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','PERMISSIONS',8),(0,2548,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','PREFERENCES',16),(0,2549,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2550,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','VIEW',1),(0,2551,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','ADD_TO_PAGE',2),(0,2552,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','CONFIGURATION',4),(0,2553,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','PERMISSIONS',8),(0,2554,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','PREFERENCES',16),(0,2555,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2556,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','VIEW',1),(0,2557,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','ADD_TO_PAGE',2),(0,2558,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','CONFIGURATION',4),(0,2559,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','PERMISSIONS',8),(0,2560,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','PREFERENCES',16),(0,2561,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2562,'com_liferay_polls_web_portlet_PollsDisplayPortlet','CONFIG',32),(0,2563,'com_liferay_polls_web_portlet_PollsDisplayPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,2564,'com_liferay_polls_web_portlet_PollsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2565,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2566,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','VIEW',1),(0,2567,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','ADD_TO_PAGE',2),(0,2568,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','CONFIGURATION',4),(0,2569,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','PERMISSIONS',8),(0,2570,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','PREFERENCES',16),(0,2571,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2572,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2573,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2574,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','VIEW',1),(0,2575,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','ADD_TO_PAGE',2),(0,2576,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','CONFIGURATION',4),(0,2577,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','PERMISSIONS',8),(0,2578,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','PREFERENCES',16),(0,2579,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2580,'com_liferay_asset_list_web_portlet_AssetListPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2581,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2582,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','PERMISSIONS',2),(0,2583,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','PREFERENCES',4),(0,2584,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','CONFIGURATION',8),(0,2585,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2586,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','VIEW',1),(0,2587,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','VIEW',1),(0,2588,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','ADD_TO_PAGE',2),(0,2589,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','CONFIGURATION',4),(0,2590,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','PERMISSIONS',8),(0,2591,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','PREFERENCES',16),(0,2592,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2593,'com_liferay_flags_web_portlet_FlagsPortlet','VIEW',1),(0,2594,'com_liferay_flags_web_portlet_FlagsPortlet','ADD_TO_PAGE',2),(0,2595,'com_liferay_flags_web_portlet_FlagsPortlet','CONFIGURATION',4),(0,2596,'com_liferay_flags_web_portlet_FlagsPortlet','PERMISSIONS',8),(0,2597,'com_liferay_flags_web_portlet_FlagsPortlet','PREFERENCES',16),(0,2598,'com_liferay_flags_web_portlet_FlagsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2601,'com_liferay_flags_web_portlet_PageFlagsPortlet','VIEW',1),(0,2602,'com_liferay_flags_web_portlet_PageFlagsPortlet','ADD_TO_PAGE',2),(0,2603,'com_liferay_flags_web_portlet_PageFlagsPortlet','CONFIGURATION',4),(0,2604,'com_liferay_flags_web_portlet_PageFlagsPortlet','PERMISSIONS',8),(0,2605,'com_liferay_flags_web_portlet_PageFlagsPortlet','PREFERENCES',16),(0,2606,'com_liferay_flags_web_portlet_PageFlagsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2607,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','VIEW',1),(0,2608,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','ADD_TO_PAGE',2),(0,2609,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','CONFIGURATION',4),(0,2610,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','PERMISSIONS',8),(0,2611,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','PREFERENCES',16),(0,2612,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2613,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','VIEW',1),(0,2614,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','ADD_TO_PAGE',2),(0,2615,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','CONFIGURATION',4),(0,2616,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','PERMISSIONS',8),(0,2617,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','PREFERENCES',16),(0,2618,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2619,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','VIEW',1),(0,2620,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','ADD_TO_PAGE',2),(0,2621,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','CONFIGURATION',4),(0,2622,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','PERMISSIONS',8),(0,2623,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','PREFERENCES',16),(0,2624,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2625,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','VIEW',1),(0,2626,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','ADD_TO_PAGE',2),(0,2627,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','CONFIGURATION',4),(0,2628,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','PERMISSIONS',8),(0,2629,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','PREFERENCES',16),(0,2630,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2631,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2632,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','VIEW',1),(0,2633,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','ADD_TO_PAGE',2),(0,2634,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','CONFIGURATION',4),(0,2635,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','PERMISSIONS',8),(0,2636,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','PREFERENCES',16),(0,2637,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2638,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2639,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2640,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','PERMISSIONS',2),(0,2641,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','PREFERENCES',4),(0,2642,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','CONFIGURATION',8),(0,2643,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2644,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','VIEW',1),(0,2645,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','ADD_TO_PAGE',32),(0,2646,'com_liferay_contacts_web_portlet_MembersPortlet','VIEW',1),(0,2647,'com_liferay_contacts_web_portlet_MembersPortlet','CONFIG',2),(0,2648,'com_liferay_contacts_web_portlet_MembersPortlet','ADD_TO_PAGE',4),(0,2649,'com_liferay_contacts_web_portlet_MembersPortlet','CONFIGURATION',8),(0,2650,'com_liferay_contacts_web_portlet_MembersPortlet','PERMISSIONS',16),(0,2651,'com_liferay_contacts_web_portlet_MembersPortlet','PREFERENCES',32),(0,2652,'com_liferay_contacts_web_portlet_MembersPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,2653,'com_liferay_contacts_web_portlet_MyContactsPortlet','VIEW',1),(0,2654,'com_liferay_contacts_web_portlet_MyContactsPortlet','ADD_TO_PAGE',2),(0,2655,'com_liferay_contacts_web_portlet_MyContactsPortlet','CONFIGURATION',4),(0,2656,'com_liferay_contacts_web_portlet_MyContactsPortlet','PERMISSIONS',8),(0,2657,'com_liferay_contacts_web_portlet_MyContactsPortlet','PREFERENCES',16),(0,2658,'com_liferay_contacts_web_portlet_MyContactsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2659,'com_liferay_contacts_web_portlet_ProfilePortlet','VIEW',1),(0,2660,'com_liferay_contacts_web_portlet_ProfilePortlet','CONFIG',2),(0,2661,'com_liferay_contacts_web_portlet_ProfilePortlet','ADD_TO_PAGE',4),(0,2662,'com_liferay_contacts_web_portlet_ProfilePortlet','CONFIGURATION',8),(0,2663,'com_liferay_contacts_web_portlet_ProfilePortlet','PERMISSIONS',16),(0,2664,'com_liferay_contacts_web_portlet_ProfilePortlet','PREFERENCES',32),(0,2665,'com_liferay_contacts_web_portlet_ProfilePortlet','ACCESS_IN_CONTROL_PANEL',64),(0,2666,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','VIEW',1),(0,2667,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','ADD_TO_PAGE',2),(0,2668,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','CONFIGURATION',4),(0,2669,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','PERMISSIONS',8),(0,2670,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','PREFERENCES',16),(0,2671,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2672,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','VIEW',1),(0,2673,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','ADD_TO_PAGE',2),(0,2674,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','CONFIGURATION',4),(0,2675,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','PERMISSIONS',8),(0,2676,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','PREFERENCES',16),(0,2677,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2678,'com_liferay_login_web_portlet_FastLoginPortlet','VIEW',1),(0,2679,'com_liferay_login_web_portlet_FastLoginPortlet','CONFIG',2),(0,2680,'com_liferay_login_web_portlet_FastLoginPortlet','ADD_TO_PAGE',4),(0,2681,'com_liferay_login_web_portlet_FastLoginPortlet','CONFIGURATION',8),(0,2682,'com_liferay_login_web_portlet_FastLoginPortlet','PERMISSIONS',16),(0,2683,'com_liferay_login_web_portlet_FastLoginPortlet','PREFERENCES',32),(0,2684,'com_liferay_login_web_portlet_FastLoginPortlet','ACCESS_IN_CONTROL_PANEL',64),(0,2685,'com_liferay_login_web_portlet_LoginPortlet','PERMISSIONS',2),(0,2686,'com_liferay_login_web_portlet_LoginPortlet','PREFERENCES',4),(0,2687,'com_liferay_login_web_portlet_LoginPortlet','CONFIGURATION',8),(0,2688,'com_liferay_login_web_portlet_LoginPortlet','VIEW',1),(0,2689,'com_liferay_login_web_portlet_LoginPortlet','ADD_TO_PAGE',16),(0,2690,'com_liferay_monitoring_web_portlet_MonitoringPortlet','PERMISSIONS',2),(0,2691,'com_liferay_monitoring_web_portlet_MonitoringPortlet','PREFERENCES',4),(0,2692,'com_liferay_monitoring_web_portlet_MonitoringPortlet','CONFIGURATION',8),(0,2693,'com_liferay_monitoring_web_portlet_MonitoringPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2694,'com_liferay_monitoring_web_portlet_MonitoringPortlet','VIEW',1),(0,2695,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','PERMISSIONS',2),(0,2696,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','PREFERENCES',4),(0,2697,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','CONFIGURATION',8),(0,2698,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2699,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','VIEW',1),(0,2701,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','PERMISSIONS',2),(0,2702,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','PREFERENCES',4),(0,2703,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','CONFIGURATION',8),(0,2704,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2705,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','VIEW',1),(0,2706,'com_liferay_portal_search_web_portlet_SearchPortlet','VIEW',1),(0,2707,'com_liferay_portal_search_web_portlet_SearchPortlet','ADD_TO_PAGE',2),(0,2708,'com_liferay_portal_search_web_portlet_SearchPortlet','CONFIGURATION',4),(0,2709,'com_liferay_portal_search_web_portlet_SearchPortlet','PERMISSIONS',8),(0,2710,'com_liferay_portal_search_web_portlet_SearchPortlet','PREFERENCES',16),(0,2711,'com_liferay_portal_search_web_portlet_SearchPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2712,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','VIEW',1),(0,2713,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','ADD_TO_PAGE',2),(0,2714,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','CONFIGURATION',4),(0,2715,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','PERMISSIONS',8),(0,2716,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','PREFERENCES',16),(0,2717,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2718,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','PERMISSIONS',2),(0,2719,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','PREFERENCES',4),(0,2720,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','CONFIGURATION',8),(0,2721,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2722,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','VIEW',1),(0,2723,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','VIEW',1),(0,2724,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','ADD_TO_PAGE',2),(0,2725,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','CONFIGURATION',4),(0,2726,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','PERMISSIONS',8),(0,2727,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','PREFERENCES',16),(0,2728,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2729,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2730,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','PERMISSIONS',4),(0,2731,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','PREFERENCES',8),(0,2732,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','CONFIGURATION',16),(0,2733,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','VIEW',1),(0,2734,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','ADD_TO_PAGE',32),(0,2735,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','VIEW',1),(0,2736,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','ADD_TO_PAGE',2),(0,2737,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','CONFIGURATION',4),(0,2738,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','PERMISSIONS',8),(0,2739,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','PREFERENCES',16),(0,2740,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2741,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','VIEW',1),(0,2742,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','ADD_TO_PAGE',2),(0,2743,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','CONFIGURATION',4),(0,2744,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','PERMISSIONS',8),(0,2745,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','PREFERENCES',16),(0,2746,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2747,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2748,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','PERMISSIONS',4),(0,2749,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','PREFERENCES',8),(0,2750,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','CONFIGURATION',16),(0,2751,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','VIEW',1),(0,2752,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','ADD_TO_PAGE',32),(0,2753,'com_liferay_exportimport_web_portlet_ExportImportPortlet','VIEW',1),(0,2754,'com_liferay_exportimport_web_portlet_ExportImportPortlet','ADD_TO_PAGE',2),(0,2755,'com_liferay_exportimport_web_portlet_ExportImportPortlet','CONFIGURATION',4),(0,2756,'com_liferay_exportimport_web_portlet_ExportImportPortlet','PERMISSIONS',8),(0,2757,'com_liferay_exportimport_web_portlet_ExportImportPortlet','PREFERENCES',16),(0,2758,'com_liferay_exportimport_web_portlet_ExportImportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2759,'com_liferay_iframe_web_portlet_IFramePortlet','VIEW',1),(0,2760,'com_liferay_iframe_web_portlet_IFramePortlet','ADD_TO_PAGE',2),(0,2761,'com_liferay_iframe_web_portlet_IFramePortlet','CONFIGURATION',4),(0,2762,'com_liferay_iframe_web_portlet_IFramePortlet','PERMISSIONS',8),(0,2763,'com_liferay_iframe_web_portlet_IFramePortlet','PREFERENCES',16),(0,2764,'com_liferay_iframe_web_portlet_IFramePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2765,'com_liferay_journal_content_web_portlet_JournalContentPortlet','PERMISSIONS',2),(0,2766,'com_liferay_journal_content_web_portlet_JournalContentPortlet','PREFERENCES',4),(0,2767,'com_liferay_journal_content_web_portlet_JournalContentPortlet','CONFIGURATION',8),(0,2768,'com_liferay_journal_content_web_portlet_JournalContentPortlet','VIEW',1),(0,2769,'com_liferay_journal_content_web_portlet_JournalContentPortlet','ADD_TO_PAGE',16),(0,2770,'com_liferay_journal_web_portlet_JournalPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2771,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','VIEW',1),(0,2772,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','ADD_TO_PAGE',2),(0,2773,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','CONFIGURATION',4),(0,2774,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','PERMISSIONS',8),(0,2775,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','PREFERENCES',16),(0,2776,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2777,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','VIEW',1),(0,2778,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','ADD_TO_PAGE',2),(0,2779,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','CONFIGURATION',4),(0,2780,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','PERMISSIONS',8),(0,2781,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','PREFERENCES',16),(0,2782,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2783,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','VIEW',1),(0,2784,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','ADD_TO_PAGE',2),(0,2785,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','CONFIGURATION',4),(0,2786,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','PERMISSIONS',8),(0,2787,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','PREFERENCES',16),(0,2788,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2789,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','VIEW',1),(0,2790,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','ADD_TO_PAGE',2),(0,2791,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','CONFIGURATION',4),(0,2792,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','PERMISSIONS',8),(0,2793,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','PREFERENCES',16),(0,2794,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2795,'com_liferay_rss_web_portlet_RSSPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2796,'com_liferay_rss_web_portlet_RSSPortlet','PERMISSIONS',4),(0,2797,'com_liferay_rss_web_portlet_RSSPortlet','PREFERENCES',8),(0,2798,'com_liferay_rss_web_portlet_RSSPortlet','CONFIGURATION',16),(0,2799,'com_liferay_rss_web_portlet_RSSPortlet','VIEW',1),(0,2800,'com_liferay_rss_web_portlet_RSSPortlet','ADD_TO_PAGE',32),(0,2801,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','VIEW',1),(0,2802,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','ADD_TO_PAGE',2),(0,2803,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','CONFIGURATION',4),(0,2804,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','PERMISSIONS',8),(0,2805,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','PREFERENCES',16),(0,2806,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2807,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','PERMISSIONS',2),(0,2808,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','PREFERENCES',4),(0,2809,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','CONFIGURATION',8),(0,2810,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','VIEW',1),(0,2811,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','ADD_TO_PAGE',16),(0,2812,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2813,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','PERMISSIONS',4),(0,2814,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','PREFERENCES',8),(0,2815,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','CONFIGURATION',16),(0,2816,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','VIEW',1),(0,2817,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','ADD_TO_PAGE',32),(0,2818,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','VIEW',1),(0,2819,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','ADD_TO_PAGE',2),(0,2820,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','CONFIGURATION',4),(0,2821,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','PERMISSIONS',8),(0,2822,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','PREFERENCES',16),(0,2823,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2824,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2825,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','PERMISSIONS',4),(0,2826,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','PREFERENCES',8),(0,2827,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','CONFIGURATION',16),(0,2828,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','VIEW',1),(0,2829,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','ADD_TO_PAGE',32),(0,2830,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2831,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','PERMISSIONS',4),(0,2832,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','PREFERENCES',8),(0,2833,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','CONFIGURATION',16),(0,2834,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','VIEW',1),(0,2835,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','ADD_TO_PAGE',32),(0,2836,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2837,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','PERMISSIONS',4),(0,2838,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','PREFERENCES',8),(0,2839,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','CONFIGURATION',16),(0,2840,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','VIEW',1),(0,2841,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','ADD_TO_PAGE',32),(0,2842,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','VIEW',1),(0,2843,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','ADD_TO_PAGE',2),(0,2844,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','CONFIGURATION',4),(0,2845,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','PERMISSIONS',8),(0,2846,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','PREFERENCES',16),(0,2847,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2848,'com_liferay_trash_web_portlet_TrashPortlet','VIEW',1),(0,2849,'com_liferay_trash_web_portlet_TrashPortlet','ADD_TO_PAGE',2),(0,2850,'com_liferay_trash_web_portlet_TrashPortlet','CONFIGURATION',4),(0,2851,'com_liferay_trash_web_portlet_TrashPortlet','PERMISSIONS',8),(0,2852,'com_liferay_trash_web_portlet_TrashPortlet','PREFERENCES',16),(0,2853,'com_liferay_trash_web_portlet_TrashPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2854,'com_liferay_document_library_web_portlet_DLAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2855,'com_liferay_document_library_web_portlet_DLPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,2856,'com_liferay_document_library_web_portlet_IGDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2857,'com_liferay_message_boards_web_portlet_MBAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2858,'com_liferay_wiki_web_portlet_WikiAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2859,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','VIEW',1),(0,2860,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','ADD_TO_PAGE',2),(0,2861,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','CONFIGURATION',4),(0,2862,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','PERMISSIONS',8),(0,2863,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','PREFERENCES',16),(0,2864,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2865,'com_liferay_wiki_web_portlet_WikiPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,2866,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2867,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','VIEW',1),(0,2868,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','ADD_TO_PAGE',2),(0,2869,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','CONFIGURATION',4),(0,2870,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','PERMISSIONS',8),(0,2871,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','PREFERENCES',16),(0,2872,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2873,'com_liferay_blogs_web_portlet_BlogsPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,2874,'com_liferay_my_account_web_portlet_MyAccountPortlet','PERMISSIONS',2),(0,2875,'com_liferay_my_account_web_portlet_MyAccountPortlet','PREFERENCES',4),(0,2876,'com_liferay_my_account_web_portlet_MyAccountPortlet','CONFIGURATION',8),(0,2877,'com_liferay_my_account_web_portlet_MyAccountPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2878,'com_liferay_my_account_web_portlet_MyAccountPortlet','VIEW',1),(0,2879,'com_liferay_calendar_web_portlet_CalendarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2880,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2881,'com_liferay_notifications_web_portlet_NotificationsPortlet','VIEW',1),(0,2882,'com_liferay_notifications_web_portlet_NotificationsPortlet','ADD_TO_PAGE',2),(0,2883,'com_liferay_notifications_web_portlet_NotificationsPortlet','CONFIGURATION',4),(0,2884,'com_liferay_notifications_web_portlet_NotificationsPortlet','PERMISSIONS',8),(0,2885,'com_liferay_notifications_web_portlet_NotificationsPortlet','PREFERENCES',16),(0,2886,'com_liferay_notifications_web_portlet_NotificationsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2887,'com_liferay_knowledge_base_web_portlet_AdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2888,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','PERMISSIONS',2),(0,2889,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','PREFERENCES',4),(0,2890,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','CONFIGURATION',8),(0,2891,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','VIEW',1),(0,2892,'com_liferay_knowledge_base_web_portlet_ArticlePortlet','ADD_TO_PAGE',16),(0,2893,'com_liferay_knowledge_base_web_portlet_SearchPortlet','PERMISSIONS',2),(0,2894,'com_liferay_knowledge_base_web_portlet_SearchPortlet','PREFERENCES',4),(0,2895,'com_liferay_knowledge_base_web_portlet_SearchPortlet','CONFIGURATION',8),(0,2896,'com_liferay_knowledge_base_web_portlet_SearchPortlet','VIEW',1),(0,2897,'com_liferay_knowledge_base_web_portlet_SearchPortlet','ADD_TO_PAGE',16),(0,2901,'com_liferay_knowledge_base_web_portlet_SectionPortlet','PERMISSIONS',2),(0,2902,'com_liferay_knowledge_base_web_portlet_SectionPortlet','PREFERENCES',4),(0,2903,'com_liferay_knowledge_base_web_portlet_SectionPortlet','CONFIGURATION',8),(0,2904,'com_liferay_knowledge_base_web_portlet_SectionPortlet','VIEW',1),(0,2905,'com_liferay_knowledge_base_web_portlet_SectionPortlet','ADD_TO_PAGE',16),(0,2906,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','VIEW',1),(0,2907,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','ADD_TO_PAGE',2),(0,2908,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','CONFIGURATION',4),(0,2909,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','PERMISSIONS',8),(0,2910,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','PREFERENCES',16),(0,2911,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2912,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','VIEW',1),(0,2913,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','ADD_TO_PAGE',2),(0,2914,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','CONFIGURATION',4),(0,2915,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','PERMISSIONS',8),(0,2916,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','PREFERENCES',16),(0,2917,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2918,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2919,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','VIEW',1),(0,2920,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','ADD_TO_PAGE',2),(0,2921,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','CONFIGURATION',4),(0,2922,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','PERMISSIONS',8),(0,2923,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','PREFERENCES',16),(0,2924,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2925,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2926,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','PERMISSIONS',4),(0,2927,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','PREFERENCES',8),(0,2928,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','CONFIGURATION',16),(0,2929,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','SUBSCRIBE',32),(0,2930,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','VIEW',1),(0,2931,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','ADD_TO_PAGE',64),(0,2932,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','VIEW',1),(0,2933,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','ADD_TO_PAGE',2),(0,2934,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','CONFIGURATION',4),(0,2935,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','PERMISSIONS',8),(0,2936,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','PREFERENCES',16),(0,2937,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2938,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','VIEW',1),(0,2939,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','ADD_TO_PAGE',2),(0,2940,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','CONFIGURATION',4),(0,2941,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','PERMISSIONS',8),(0,2942,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','PREFERENCES',16),(0,2943,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2944,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','VIEW',1),(0,2945,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','ADD_TO_PAGE',2),(0,2946,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','CONFIGURATION',4),(0,2947,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','PERMISSIONS',8),(0,2948,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','PREFERENCES',16),(0,2949,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2950,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','VIEW',1),(0,2951,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','ADD_TO_PAGE',2),(0,2952,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','CONFIGURATION',4),(0,2953,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','PERMISSIONS',8),(0,2954,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','PREFERENCES',16),(0,2955,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2956,'com_liferay_adaptive_media_web_portlet_AMPortlet','VIEW',1),(0,2957,'com_liferay_adaptive_media_web_portlet_AMPortlet','ADD_TO_PAGE',2),(0,2958,'com_liferay_adaptive_media_web_portlet_AMPortlet','CONFIGURATION',4),(0,2959,'com_liferay_adaptive_media_web_portlet_AMPortlet','PERMISSIONS',8),(0,2960,'com_liferay_adaptive_media_web_portlet_AMPortlet','PREFERENCES',16),(0,2961,'com_liferay_adaptive_media_web_portlet_AMPortlet','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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `resourceblock` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `resourceBlockId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `permissionsHash` varchar(75) DEFAULT NULL, `referenceCount` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceBlockId`), UNIQUE KEY `IX_AEEA209C` (`companyId`,`groupId`,`name`,`permissionsHash`), KEY `IX_2D4CC782` (`companyId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `resourceblockpermission` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `resourceBlockPermissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `resourceBlockId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, PRIMARY KEY (`resourceBlockPermissionId`), UNIQUE KEY `IX_D63D20BB` (`resourceBlockId`,`roleId`), KEY `IX_20A2E3D9` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `resourcepermission` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `resourcePermissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `scope` int(11) DEFAULT NULL, `primKey` varchar(255) DEFAULT NULL, `primKeyId` bigint(20) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `ownerId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) DEFAULT NULL, `viewActionId` tinyint(4) 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=utf8; /*!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.portal.kernel.model.Layout',4,'3',3,20110,20105,1023,1),(0,47,20101,'com.liferay.portal.kernel.model.Layout',4,'3',3,20117,0,529,1),(0,48,20101,'com.liferay.portal.kernel.model.Layout',4,'3',3,20109,0,1,1),(0,49,20101,'com.liferay.portal.kernel.model.Layout',4,'4',4,20110,20105,1023,1),(0,50,20101,'com.liferay.portal.kernel.model.Layout',4,'4',4,20117,0,529,1),(0,51,20101,'com.liferay.portal.kernel.model.Layout',2,'20123',20123,20112,0,1,1),(0,52,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20149',20149,20110,0,15,1),(0,53,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20150',20150,20110,0,15,1),(0,54,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20151',20151,20110,0,15,1),(0,55,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20152',20152,20110,0,15,1),(0,56,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'20153',20153,20110,20105,15,1),(0,57,20101,'com.liferay.portal.kernel.model.Group',4,'20154',20154,20110,0,33554431,1),(0,58,20101,'com.liferay.portal.kernel.model.Layout',4,'5',5,20110,20105,1023,1),(0,59,20101,'com.liferay.portal.kernel.model.Layout',4,'5',5,20117,0,529,1),(0,60,20101,'com.liferay.portal.kernel.model.Layout',4,'6',6,20110,20105,1023,1),(0,61,20101,'com.liferay.portal.kernel.model.Layout',4,'6',6,20117,0,529,1),(0,62,20101,'com.liferay.portal.kernel.model.Layout',4,'6',6,20109,0,1,1),(0,101,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24803',24803,20110,20105,15,1),(0,102,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24803',24803,20109,0,1,1),(0,201,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24902',24902,20110,20105,15,1),(0,202,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24902',24902,20109,0,1,1),(0,203,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24905',24905,20110,20105,15,1),(0,204,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24905',24905,20109,0,1,1),(0,205,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24908',24908,20110,20105,15,1),(0,206,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24908',24908,20109,0,1,1),(0,207,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24912',24912,20110,20105,15,1),(0,208,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24912',24912,20109,0,1,1),(0,209,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24916',24916,20110,20105,15,1),(0,210,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24916',24916,20109,0,1,1),(0,211,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24919',24919,20110,20105,15,1),(0,212,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24919',24919,20109,0,1,1),(0,213,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24923',24923,20110,20105,15,1),(0,214,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24923',24923,20109,0,1,1),(0,215,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24926',24926,20110,20105,15,1),(0,216,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'24926',24926,20109,0,1,1),(0,301,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25001',25001,20110,20105,15,1),(0,302,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25001',25001,20109,0,1,1),(0,303,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25004',25004,20110,20105,15,1),(0,304,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25004',25004,20109,0,1,1),(0,305,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25007',25007,20110,20105,15,1),(0,306,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25007',25007,20109,0,1,1),(0,307,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25010',25010,20110,20105,15,1),(0,308,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25010',25010,20109,0,1,1),(0,309,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25013',25013,20110,20105,15,1),(0,310,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25013',25013,20109,0,1,1),(0,311,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25016',25016,20110,20105,15,1),(0,312,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25016',25016,20109,0,1,1),(0,313,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25019',25019,20110,20105,15,1),(0,314,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25019',25019,20109,0,1,1),(0,315,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25022',25022,20110,20105,15,1),(0,316,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25022',25022,20109,0,1,1),(0,317,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25025',25025,20110,20105,15,1),(0,318,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25025',25025,20109,0,1,1),(0,319,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25028',25028,20110,20105,15,1),(0,320,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25028',25028,20109,0,1,1),(0,321,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25031',25031,20110,20105,15,1),(0,322,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25031',25031,20109,0,1,1),(0,323,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25035',25035,20110,20105,15,1),(0,324,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25035',25035,20109,0,1,1),(0,325,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25038',25038,20110,20105,15,1),(0,326,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25038',25038,20109,0,1,1),(0,327,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25041',25041,20110,20105,15,1),(0,328,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25041',25041,20109,0,1,1),(0,329,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25044',25044,20110,20105,15,1),(0,330,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25044',25044,20109,0,1,1),(0,331,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25047',25047,20110,20105,15,1),(0,332,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25047',25047,20109,0,1,1),(0,401,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25201',25201,20110,20105,15,1),(0,402,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25201',25201,20109,0,1,1),(0,403,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25204',25204,20110,20105,15,1),(0,404,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25204',25204,20109,0,1,1),(0,501,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25401',25401,20110,20105,15,1),(0,502,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25401',25401,20112,0,1,1),(0,503,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25401',25401,20109,0,1,1),(0,504,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25405',25405,20110,20105,15,1),(0,505,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25405',25405,20112,0,1,1),(0,506,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25405',25405,20109,0,1,1),(0,507,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25409',25409,20110,20105,15,1),(0,508,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25409',25409,20112,0,1,1),(0,509,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25409',25409,20109,0,1,1),(0,510,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25413',25413,20110,20105,15,1),(0,511,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25413',25413,20112,0,1,1),(0,512,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25413',25413,20109,0,1,1),(0,513,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25417',25417,20110,20105,15,1),(0,514,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25417',25417,20112,0,1,1),(0,515,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25417',25417,20109,0,1,1),(0,516,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25421',25421,20110,20105,15,1),(0,517,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25421',25421,20112,0,1,1),(0,518,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25421',25421,20109,0,1,1),(0,519,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25426',25426,20110,20105,15,1),(0,520,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25426',25426,20112,0,1,1),(0,521,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'25426',25426,20109,0,1,1),(0,522,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25430',25430,20110,20105,15,1),(0,523,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25430',25430,20109,0,1,1),(0,524,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25433',25433,20110,20105,15,1),(0,525,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'25433',25433,20109,0,1,1),(0,526,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'25436',25436,20110,20105,15,1),(0,527,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'25436',25436,20112,0,1,1),(0,528,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'25436',25436,20109,0,1,1),(0,529,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'25440',25440,20110,20105,15,1),(0,530,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'25440',25440,20112,0,1,1),(0,531,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'25440',25440,20109,0,1,1),(0,532,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'1',1,20110,20105,63,1),(0,533,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25515',25515,20110,20105,15,1),(0,534,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25516',25516,20110,20105,15,1),(0,535,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25517',25517,20110,20105,15,1),(0,536,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25518',25518,20110,20105,15,1),(0,537,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25519',25519,20110,20105,15,1),(0,538,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25520',25520,20110,20105,15,1),(0,539,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25521',25521,20110,20105,15,1),(0,540,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'2',2,20110,20105,63,1),(0,541,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'25524',25524,20110,20105,511,1),(0,542,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'25524',25524,20109,0,1,1),(0,543,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'25525',25525,20110,20105,511,1),(0,544,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'25525',25525,20109,0,1,1),(0,545,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'25526',25526,20110,20105,255,1),(0,546,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'25526',25526,20112,0,129,1),(0,547,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'25526',25526,20109,0,129,1),(0,548,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'2',2,20108,0,17,1),(0,549,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25529',25529,20110,20105,15,1),(0,550,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25530',25530,20110,20105,15,1),(0,551,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25532',25532,20110,20105,15,1),(0,601,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25601',25601,20110,20105,15,1),(0,602,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25601',25601,20109,0,1,1),(0,603,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25602',25602,20110,20105,15,1),(0,604,20101,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'25602',25602,20109,0,1,1),(0,701,20101,'com.liferay.portal.kernel.model.Role',4,'28415',28415,20110,0,127,1),(0,702,20101,'com.liferay.portal.kernel.model.Role',4,'28421',28421,20110,0,127,1),(0,703,20101,'com.liferay.portal.kernel.model.Role',4,'28424',28424,20110,0,127,1),(0,801,20101,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20109,0,1,1),(0,802,20101,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20110,0,63,1),(0,803,20101,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20117,0,1,1),(0,804,20101,'com_liferay_comment_web_portlet_CommentPortlet',1,'20101',20101,20109,0,2,0),(0,805,20101,'com_liferay_comment_web_portlet_CommentPortlet',1,'20101',20101,20111,0,2,0),(0,806,20101,'com_liferay_comment_web_portlet_CommentPortlet',1,'20101',20101,20112,0,2,0),(0,807,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,20109,0,1,1),(0,808,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,20110,0,63,1),(0,809,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,20117,0,1,1),(0,810,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'20101',20101,20109,0,2,0),(0,811,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'20101',20101,20111,0,2,0),(0,812,20101,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'20101',20101,20112,0,2,0),(0,813,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,20109,0,1,1),(0,814,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,20110,0,63,1),(0,815,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,20117,0,1,1),(0,816,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20107,0,2,0),(0,817,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,818,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20111,0,2,0),(1,819,20101,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'20101',20101,20112,0,34,0),(0,820,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,20109,0,1,1),(0,821,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,20110,0,63,1),(0,822,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,20117,0,1,1),(0,823,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'20101',20101,20109,0,2,0),(0,824,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'20101',20101,20111,0,2,0),(0,825,20101,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'20101',20101,20112,0,2,0),(0,826,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,20109,0,1,1),(0,827,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,20110,0,63,1),(0,828,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,20117,0,1,1),(0,829,20101,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',4,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',0,20109,0,1,1),(0,830,20101,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',4,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',0,20110,0,15,1),(0,831,20101,'com.liferay.data.engine',4,'com.liferay.data.engine',0,20110,0,62,0),(0,832,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20107,0,2,0),(0,833,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20109,0,2,0),(0,834,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20111,0,2,0),(0,835,20101,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'20101',20101,20112,0,2,0),(0,836,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,20109,0,1,1),(0,837,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,20110,0,63,1),(0,838,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,20117,0,1,1),(0,839,20101,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',4,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',0,20109,0,1,1),(0,840,20101,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',4,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',0,20110,0,15,1),(0,841,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20107,0,2,0),(0,842,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20109,0,2,0),(0,843,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20111,0,2,0),(0,844,20101,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'20101',20101,20112,0,2,0),(0,845,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,20109,0,1,1),(0,846,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,20110,0,63,1),(0,847,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,20117,0,1,1),(0,848,20101,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',4,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',0,20109,0,3,1),(0,849,20101,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',4,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',0,20110,0,511,1),(0,850,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20107,0,2,0),(0,851,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20109,0,2,0),(0,852,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20111,0,2,0),(0,853,20101,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'20101',20101,20112,0,2,0),(0,854,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20109,0,1,1),(0,855,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20110,0,63,1),(0,856,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20117,0,1,1),(0,857,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'20101',20101,20111,0,2,0),(1,858,20101,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'20101',20101,20112,0,34,0),(0,859,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,20109,0,1,1),(0,860,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,20110,0,63,1),(0,861,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,20117,0,1,1),(0,862,20101,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',1,'20101',20101,20107,0,2,0),(0,863,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20109,0,1,1),(0,864,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20110,0,63,1),(0,865,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20117,0,1,1),(0,866,20101,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',1,'20101',20101,20107,0,2,0),(0,867,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,20109,0,1,1),(0,868,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,20110,0,63,1),(0,869,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,20117,0,1,1),(0,870,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'20101',20101,20109,0,2,0),(0,871,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'20101',20101,20111,0,2,0),(0,872,20101,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'20101',20101,20112,0,2,0),(0,873,20101,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,20109,0,1,1),(0,874,20101,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,20110,0,63,1),(0,875,20101,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,20117,0,1,1),(0,876,20101,'com_liferay_sharing_web_portlet_SharingPortlet',1,'20101',20101,20109,0,2,0),(0,877,20101,'com_liferay_sharing_web_portlet_SharingPortlet',1,'20101',20101,20111,0,2,0),(0,878,20101,'com_liferay_sharing_web_portlet_SharingPortlet',1,'20101',20101,20112,0,2,0),(0,879,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20109,0,1,1),(0,880,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20110,0,63,1),(0,881,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20117,0,1,1),(0,882,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20101',20101,20109,0,2,0),(0,883,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20101',20101,20111,0,2,0),(0,884,20101,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20101',20101,20112,0,2,0),(0,885,20101,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,20109,0,1,1),(0,886,20101,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,20110,0,63,1),(0,887,20101,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,20117,0,1,1),(0,888,20101,'com.liferay.segments',4,'com.liferay.segments',0,20109,0,1,1),(0,889,20101,'com.liferay.segments',4,'com.liferay.segments',0,20110,0,31,1),(0,890,20101,'com.liferay.segments',4,'com.liferay.segments',0,20117,0,1,1),(0,891,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20109,0,1,1),(0,892,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20110,0,63,1),(0,893,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20117,0,1,1),(0,894,20101,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',1,'20101',20101,20107,0,2,0),(0,895,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20109,0,1,1),(0,896,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20110,0,63,1),(0,897,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20117,0,1,1),(0,898,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'20101',20101,20107,0,2,0),(0,899,20101,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'20101',20101,20112,0,32,0),(0,900,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20109,0,1,1),(0,901,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20110,0,125,1),(0,902,20101,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20117,0,1,1),(0,903,20101,'com.liferay.portal.kernel.model.User',4,'com.liferay.portal.kernel.model.User',0,20110,0,31,1),(0,904,20101,'com.liferay.portal.kernel.model.Organization',4,'com.liferay.portal.kernel.model.Organization',0,20110,0,2047,1),(0,905,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',0,20110,0,125,1),(0,906,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',0,20117,0,1,1),(0,907,20101,'com.liferay.oauth2.provider',4,'com.liferay.oauth2.provider',0,20110,0,6,0),(0,908,20101,'com.liferay.oauth2.provider.model.OAuth2Application',4,'com.liferay.oauth2.provider.model.OAuth2Application',0,20110,0,63,1),(0,909,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',0,20109,0,1,1),(0,910,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',0,20110,0,31,1),(0,911,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',0,20110,0,31,1),(0,912,20101,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',1,'20101',20101,20112,0,16,0),(0,913,20101,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20109,0,1,1),(0,914,20101,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20110,0,63,1),(0,915,20101,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20117,0,1,1),(0,916,20101,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,20109,0,1,1),(0,917,20101,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,20110,0,63,1),(0,918,20101,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,20117,0,1,1),(0,919,20101,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20109,0,1,1),(0,920,20101,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20110,0,63,1),(0,921,20101,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20117,0,1,1),(0,922,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,20109,0,1,1),(0,923,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,20110,0,63,1),(0,924,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,20117,0,1,1),(0,925,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',1,'20101',20101,20111,0,2,0),(0,926,20101,'com_liferay_exportimport_web_portlet_ChangesetPortlet',1,'20101',20101,20112,0,2,0),(0,927,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20109,0,1,1),(0,928,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20110,0,63,1),(0,929,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20117,0,1,1),(0,930,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'com.liferay.portal.kernel.model.LayoutPrototype',0,20109,0,1,1),(0,931,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'com.liferay.portal.kernel.model.LayoutPrototype',0,20110,0,15,1),(0,932,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20107,0,2,0),(0,933,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20109,0,2,0),(0,934,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20111,0,2,0),(0,935,20101,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'20101',20101,20112,0,2,0),(0,936,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,937,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,938,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,939,20101,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',1,'20101',20101,20107,0,2,0),(0,940,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,20109,0,1,1),(0,941,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,20110,0,63,1),(0,942,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,20117,0,1,1),(0,943,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',1,'20101',20101,20111,0,2,0),(0,944,20101,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',1,'20101',20101,20112,0,2,0),(0,945,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,20109,0,1,1),(0,946,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,20110,0,63,1),(0,947,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,20117,0,1,1),(0,948,20101,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',1,'20101',20101,20107,0,2,0),(0,949,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,20109,0,1,1),(0,950,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,20110,0,63,1),(0,951,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,20117,0,1,1),(0,952,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',1,'20101',20101,20111,0,2,0),(0,953,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',1,'20101',20101,20112,0,2,0),(0,954,20101,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',2,'20127',20127,20111,0,63,1),(0,955,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,20109,0,1,1),(0,956,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,20110,0,63,1),(0,957,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,20117,0,1,1),(0,958,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',1,'20101',20101,20111,0,2,0),(1,959,20101,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',1,'20101',20101,20112,0,34,0),(0,960,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,20109,0,1,1),(0,961,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,20110,0,63,1),(0,962,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,20117,0,1,1),(0,963,20101,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',1,'20101',20101,20107,0,2,0),(0,964,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,20109,0,1,1),(0,965,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,20110,0,31,1),(0,966,20101,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,20117,0,1,1),(0,967,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,968,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,969,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,970,20101,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',1,'20101',20101,20107,0,2,0),(0,971,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,972,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,973,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,974,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'20101',20101,20109,0,2,0),(0,975,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'20101',20101,20111,0,2,0),(0,976,20101,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'20101',20101,20112,0,2,0),(0,977,20101,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,20109,0,1,1),(0,978,20101,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,20110,0,63,1),(0,979,20101,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,20117,0,1,1),(0,980,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20109,0,1,1),(0,981,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20110,0,61,1),(0,982,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20117,0,1,1),(0,983,20101,'com.liferay.asset.tags',4,'com.liferay.asset.tags',0,20110,0,6,0),(0,984,20101,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',2,'20127',20127,20111,0,61,1),(0,985,20101,'com.liferay.asset.tags',2,'20127',20127,20111,0,6,0),(0,986,20101,'com_liferay_expando_web_portlet_ExpandoPortlet',4,'com_liferay_expando_web_portlet_ExpandoPortlet',0,20110,0,125,1),(0,987,20101,'com.liferay.expando.kernel.model.ExpandoColumn',4,'com.liferay.expando.kernel.model.ExpandoColumn',0,20110,0,15,1),(0,988,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,989,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,990,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,991,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'20101',20101,20109,0,2,0),(0,992,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'20101',20101,20111,0,2,0),(0,993,20101,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'20101',20101,20112,0,2,0),(0,994,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,995,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,996,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,997,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'20101',20101,20109,0,2,0),(0,998,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'20101',20101,20111,0,2,0),(0,999,20101,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1000,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,1001,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,1002,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,1003,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'20101',20101,20109,0,2,0),(0,1004,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'20101',20101,20111,0,2,0),(0,1005,20101,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'20101',20101,20112,0,2,0),(0,1006,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,1007,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,1008,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,1009,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1010,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1011,20101,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1012,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,1013,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,1014,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,1015,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1016,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1017,20101,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1018,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,1019,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,1020,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,1021,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'20101',20101,20109,0,2,0),(0,1022,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'20101',20101,20111,0,2,0),(0,1023,20101,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'20101',20101,20112,0,2,0),(0,1024,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,1025,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,1026,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,1027,20101,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',1,'20101',20101,20107,0,2,0),(0,1028,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,1029,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,1030,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,1031,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'20101',20101,20109,0,2,0),(0,1032,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'20101',20101,20111,0,2,0),(0,1033,20101,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'20101',20101,20112,0,2,0),(0,1034,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,1035,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,1036,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,1037,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1038,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1039,20101,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1040,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,1041,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,1042,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,1043,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20107,0,2,0),(0,1044,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20109,0,2,0),(0,1045,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20111,0,2,0),(0,1046,20101,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'20101',20101,20112,0,2,0),(0,1047,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,20109,0,1,1),(0,1048,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,20110,0,63,1),(0,1049,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,20117,0,1,1),(0,1050,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'20101',20101,20109,0,2,0),(0,1051,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'20101',20101,20111,0,2,0),(0,1052,20101,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'20101',20101,20112,0,2,0),(0,1053,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,1054,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,1055,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,1056,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1057,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1058,20101,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1059,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,1060,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,1061,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,1062,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1063,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1064,20101,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1065,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,1066,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,1067,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,1068,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'20101',20101,20109,0,2,0),(0,1069,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'20101',20101,20111,0,2,0),(0,1070,20101,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'20101',20101,20112,0,2,0),(0,1071,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20109,0,1,1),(0,1072,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20110,0,63,1),(0,1073,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20117,0,1,1),(0,1074,20101,'com_liferay_mentions_web_portlet_MentionsPortlet',1,'20101',20101,20107,0,2,0),(0,1075,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20109,0,1,1),(0,1076,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20110,0,61,1),(0,1077,20101,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20117,0,1,1),(0,1078,20101,'com.liferay.portal.kernel.model.PasswordPolicy',4,'com.liferay.portal.kernel.model.PasswordPolicy',0,20110,0,31,1),(0,1079,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20109,0,1,1),(0,1080,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20110,0,63,1),(0,1081,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20117,0,1,1),(0,1082,20101,'com.liferay.portal.kernel.model.UserGroup',4,'com.liferay.portal.kernel.model.UserGroup',0,20110,0,127,1),(0,1083,20101,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',1,'20101',20101,20107,0,2,0),(0,1084,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20109,0,1,1),(0,1085,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20110,0,63,1),(0,1086,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20117,0,1,1),(0,1087,20101,'com.liferay.portal.kernel.model.Team',4,'com.liferay.portal.kernel.model.Team',0,20110,0,31,1),(0,1088,20101,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',2,'20127',20127,20111,0,63,1),(0,1089,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20109,0,1,1),(0,1090,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20110,0,63,1),(0,1091,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20117,0,1,1),(0,1092,20101,'com.liferay.portal.kernel.model.Group',4,'com.liferay.portal.kernel.model.Group',0,20110,0,33554431,1),(0,1093,20101,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',2,'20127',20127,20111,0,63,1),(0,1094,20101,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20109,0,1,1),(0,1095,20101,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20110,0,63,1),(0,1096,20101,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20117,0,1,1),(0,1097,20101,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20109,0,1,1),(0,1098,20101,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20110,0,63,1),(0,1099,20101,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20117,0,1,1),(0,1100,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20109,0,1,1),(0,1101,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20110,0,61,1),(0,1102,20101,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20117,0,1,1),(0,1103,20101,'com.liferay.portal.kernel.model.Role',4,'com.liferay.portal.kernel.model.Role',0,20110,0,127,1),(0,1104,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20109,0,1,1),(0,1105,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20110,0,61,1),(0,1106,20101,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20117,0,1,1),(0,1107,20101,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'com.liferay.portal.kernel.model.LayoutSetPrototype',0,20110,0,15,1),(0,1108,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20109,0,1,1),(0,1109,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20110,0,63,1),(0,1110,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20117,0,1,1),(0,1111,20101,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',2,'20127',20127,20111,0,63,1),(0,1112,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,1113,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,1114,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,1115,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'20101',20101,20111,0,2,0),(0,1116,20101,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'20101',20101,20112,0,2,0),(0,1117,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,1118,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,1119,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,1120,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20109,0,1,1),(0,1121,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20110,0,63,1),(0,1122,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20117,0,1,1),(0,1123,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20101',20101,20109,0,2,0),(0,1124,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20101',20101,20111,0,2,0),(0,1125,20101,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20101',20101,20112,0,2,0),(0,1126,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20109,0,1,1),(0,1127,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20110,0,63,1),(0,1128,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20117,0,1,1),(0,1129,20101,'com.liferay.marketplace',4,'com.liferay.marketplace',0,20110,0,15,1),(0,1130,20101,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',1,'20101',20101,20107,0,2,0),(0,1131,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20109,0,1,1),(0,1132,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20110,0,63,1),(0,1133,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20117,0,1,1),(0,1134,20101,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',1,'20101',20101,20107,0,2,0),(0,1135,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20109,0,1,1),(0,1136,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20110,0,63,1),(0,1137,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20117,0,1,1),(0,1138,20101,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',1,'20101',20101,20107,0,2,0),(0,1139,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,20109,0,1,1),(0,1140,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,20110,0,63,1),(0,1141,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,20117,0,1,1),(0,1142,20101,'com.liferay.segments.model.SegmentsExperience',4,'com.liferay.segments.model.SegmentsExperience',0,20109,0,1,1),(0,1143,20101,'com.liferay.segments.model.SegmentsExperience',4,'com.liferay.segments.model.SegmentsExperience',0,20110,0,15,1),(0,1144,20101,'com.liferay.segments.model.SegmentsEntry',4,'com.liferay.segments.model.SegmentsEntry',0,20109,0,1,1),(0,1145,20101,'com.liferay.segments.model.SegmentsEntry',4,'com.liferay.segments.model.SegmentsEntry',0,20110,0,15,1),(0,1146,20101,'com.liferay.segments.model.SegmentsExperiment',4,'com.liferay.segments.model.SegmentsExperiment',0,20109,0,1,1),(0,1147,20101,'com.liferay.segments.model.SegmentsExperiment',4,'com.liferay.segments.model.SegmentsExperiment',0,20110,0,15,1),(0,1148,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',1,'20101',20101,20111,0,2,0),(0,1149,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',1,'20101',20101,20112,0,2,0),(0,1150,20101,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',2,'20127',20127,20111,0,63,1),(0,1151,20101,'com.liferay.segments',2,'20127',20127,20111,0,31,1),(0,1152,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,20109,0,1,1),(0,1153,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,20110,0,125,1),(0,1154,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,20117,0,1,1),(0,1155,20101,'com.liferay.site.navigation.model.SiteNavigationMenuItem',4,'com.liferay.site.navigation.model.SiteNavigationMenuItem',0,20109,0,1,1),(0,1156,20101,'com.liferay.site.navigation.model.SiteNavigationMenuItem',4,'com.liferay.site.navigation.model.SiteNavigationMenuItem',0,20110,0,15,1),(0,1157,20101,'com.liferay.site.navigation.model.SiteNavigationMenu',4,'com.liferay.site.navigation.model.SiteNavigationMenu',0,20109,0,1,1),(0,1158,20101,'com.liferay.site.navigation.model.SiteNavigationMenu',4,'com.liferay.site.navigation.model.SiteNavigationMenu',0,20110,0,15,1),(0,1159,20101,'com.liferay.site.navigation',4,'com.liferay.site.navigation',0,20110,0,6,0),(0,1160,20101,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',2,'20127',20127,20111,0,125,1),(0,1161,20101,'com.liferay.site.navigation',2,'20127',20127,20111,0,6,0),(0,1162,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,20109,0,1,1),(0,1163,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,20110,0,61,1),(0,1164,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,20117,0,1,1),(0,1165,20101,'com.liferay.fragment',4,'com.liferay.fragment',0,20110,0,6,0),(0,1166,20101,'com_liferay_fragment_web_portlet_FragmentPortlet',2,'20127',20127,20111,0,61,1),(0,1167,20101,'com.liferay.fragment',2,'20127',20127,20111,0,6,0),(0,1168,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20109,0,1,1),(0,1169,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20110,0,63,1),(0,1170,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20117,0,1,1),(0,1171,20101,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',2,'20127',20127,20111,0,63,1),(0,1172,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20109,0,1,1),(0,1173,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20110,0,63,1),(0,1174,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20117,0,1,1),(0,1175,20101,'com_liferay_exportimport_web_portlet_ExportPortlet',2,'20127',20127,20111,0,63,1),(0,1176,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20109,0,1,1),(0,1177,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20110,0,63,1),(0,1178,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20117,0,1,1),(0,1179,20101,'com_liferay_exportimport_web_portlet_ImportPortlet',2,'20127',20127,20111,0,63,1),(0,1180,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,1181,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,1182,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,1183,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'20101',20101,20111,0,2,0),(0,1184,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'20101',20101,20112,0,2,0),(0,1185,20101,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',2,'20127',20127,20111,0,63,1),(0,1186,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,1187,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,1188,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,1189,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,1190,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,1191,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,1192,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20109,0,1,1),(0,1193,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20110,0,127,1),(0,1194,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20117,0,1,1),(0,1195,20101,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,20109,0,1,1),(0,1196,20101,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,20110,0,31,1),(0,1197,20101,'com.liferay.polls',4,'com.liferay.polls',0,20110,0,6,0),(0,1198,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,1199,20101,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,1200,20101,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20109,0,1,1),(0,1201,20101,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20110,0,63,1),(0,1202,20101,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20117,0,1,1),(0,1203,20101,'com_liferay_polls_web_portlet_PollsPortlet',1,'20101',20101,20111,0,2,0),(0,1204,20101,'com_liferay_polls_web_portlet_PollsPortlet',1,'20101',20101,20112,0,2,0),(0,1205,20101,'com_liferay_polls_web_portlet_PollsPortlet',2,'20127',20127,20111,0,63,1),(0,1206,20101,'com.liferay.polls',2,'20127',20127,20111,0,6,0),(0,1207,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20109,0,1,1),(0,1208,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20110,0,63,1),(0,1209,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20117,0,1,1),(0,1210,20101,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,20109,0,1,1),(0,1211,20101,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,20110,0,15,1),(0,1212,20101,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,20117,0,1,1),(0,1213,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',4,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',0,20109,0,1,1),(0,1214,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',4,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',0,20110,0,15,1),(0,1215,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',0,20109,0,1,1),(0,1216,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',0,20110,0,15,1),(0,1217,20101,'com.liferay.portal.kernel.model.LayoutSetBranch',4,'com.liferay.portal.kernel.model.LayoutSetBranch',0,20110,0,30,0),(0,1218,20101,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,20109,0,1,1),(0,1219,20101,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,20110,0,1023,1),(0,1220,20101,'com.liferay.portal.kernel.model.LayoutBranch',4,'com.liferay.portal.kernel.model.LayoutBranch',0,20110,0,14,0),(0,1221,20101,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',2,'20127',20127,20111,0,63,1),(0,1222,20101,'com.liferay.layout.page.template',2,'20127',20127,20111,0,15,1),(0,1223,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,1224,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,1225,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,1226,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20107,0,2,0),(0,1227,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20109,0,2,0),(0,1228,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20111,0,2,0),(0,1229,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'20101',20101,20112,0,2,0),(0,1230,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20109,0,1,1),(0,1231,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20110,0,63,1),(0,1232,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20117,0,1,1),(0,1233,20101,'com.liferay.dynamic.data.lists',4,'com.liferay.dynamic.data.lists',0,20110,0,30,0),(0,1234,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,20109,0,1,1),(0,1235,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,1236,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,20109,0,1,1),(0,1237,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,1238,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet',0,20109,0,1,1),(0,1239,20101,'com.liferay.dynamic.data.lists.model.DDLRecordSet',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet',0,20110,0,31,1),(0,1240,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'20101',20101,20111,0,2,0),(0,1241,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'20101',20101,20112,0,2,0),(0,1242,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',2,'20127',20127,20111,0,63,1),(0,1243,20101,'com.liferay.dynamic.data.lists',2,'20127',20127,20111,0,30,0),(0,1244,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20109,0,1,1),(0,1245,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20110,0,61,1),(0,1246,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20117,0,1,1),(0,1247,20101,'com.liferay.asset.categories',4,'com.liferay.asset.categories',0,20110,0,14,0),(0,1248,20101,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,20109,0,1,1),(0,1249,20101,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,20110,0,31,1),(0,1250,20101,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,20109,0,1,1),(0,1251,20101,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,20110,0,15,1),(0,1252,20101,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1253,20101,'com.liferay.asset.categories',2,'20127',20127,20111,0,14,0),(0,1254,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,1255,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,1256,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,1257,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,20109,0,1,1),(0,1258,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,20110,0,63,1),(0,1259,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,20117,0,1,1),(0,1260,20101,'com.liferay.asset.list.model.AssetListEntry',4,'com.liferay.asset.list.model.AssetListEntry',0,20109,0,1,1),(0,1261,20101,'com.liferay.asset.list.model.AssetListEntry',4,'com.liferay.asset.list.model.AssetListEntry',0,20110,0,15,1),(0,1262,20101,'com.liferay.asset.list',4,'com.liferay.asset.list',0,20110,0,15,1),(0,1263,20101,'com.liferay.asset.list',4,'com.liferay.asset.list',0,20117,0,1,1),(0,1264,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',1,'20101',20101,20107,0,2,0),(0,1265,20101,'com_liferay_asset_list_web_portlet_AssetListPortlet',2,'20127',20127,20111,0,63,1),(0,1266,20101,'com.liferay.asset.list',2,'20127',20127,20111,0,15,1),(0,1267,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,1268,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,1269,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,1270,20101,'com.liferay.portal.security.service.access.policy',4,'com.liferay.portal.security.service.access.policy',0,20110,0,6,0),(0,1271,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,1272,20101,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',1,'20101',20101,20107,0,2,0),(0,1273,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20109,0,1,1),(0,1274,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20110,0,31,1),(0,1275,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20117,0,1,1),(0,1276,20101,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,20109,0,1,1),(0,1277,20101,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,20110,0,15,1),(0,1278,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'20101',20101,20111,0,2,0),(0,1279,20101,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'20101',20101,20112,0,2,0),(0,1280,20101,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',0,20110,0,31,1),(0,1281,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20109,0,1,1),(0,1282,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20110,0,31,1),(0,1283,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20117,0,1,1),(0,1284,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'20101',20101,20111,0,2,0),(0,1285,20101,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'20101',20101,20112,0,2,0),(0,1286,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20109,0,1,1),(0,1287,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20110,0,63,1),(0,1288,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20117,0,1,1),(0,1289,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20101',20101,20109,0,2,0),(0,1290,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20101',20101,20111,0,2,0),(0,1291,20101,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20101',20101,20112,0,2,0),(0,1292,20101,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20109,0,1,1),(0,1293,20101,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20110,0,63,1),(0,1294,20101,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20117,0,1,1),(0,1295,20101,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20101',20101,20109,0,2,0),(0,1296,20101,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20101',20101,20111,0,2,0),(0,1297,20101,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20101',20101,20112,0,2,0),(0,1298,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20109,0,1,1),(0,1299,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20110,0,63,1),(0,1300,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20117,0,1,1),(0,1301,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20101',20101,20109,0,2,0),(0,1302,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20101',20101,20111,0,2,0),(0,1303,20101,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20101',20101,20112,0,2,0),(0,1304,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20109,0,1,1),(0,1305,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20110,0,63,1),(0,1306,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20117,0,1,1),(0,1307,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20101',20101,20109,0,2,0),(0,1308,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20101',20101,20111,0,2,0),(0,1309,20101,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20101',20101,20112,0,2,0),(0,1310,20101,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20109,0,1,1),(0,1311,20101,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20110,0,63,1),(0,1312,20101,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20117,0,1,1),(0,1313,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20109,0,1,1),(0,1314,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20110,0,63,1),(0,1315,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20117,0,1,1),(0,1316,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'20101',20101,20111,0,2,0),(0,1317,20101,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'20101',20101,20112,0,2,0),(0,1318,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20109,0,1,1),(0,1319,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20110,0,63,1),(0,1320,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20117,0,1,1),(0,1321,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20101',20101,20109,0,2,0),(0,1322,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20101',20101,20111,0,2,0),(0,1323,20101,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20101',20101,20112,0,2,0),(0,1324,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20109,0,1,1),(0,1325,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20110,0,63,1),(0,1326,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20117,0,1,1),(0,1327,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate',0,20109,0,1,1),(0,1328,20101,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate',0,20110,0,15,1),(0,1329,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.mapping.model.DDMStructure',0,20109,0,1,1),(0,1330,20101,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.mapping.model.DDMStructure',0,20110,0,15,1),(0,1331,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'20101',20101,20111,0,2,0),(0,1332,20101,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'20101',20101,20112,0,2,0),(0,1333,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20109,0,1,1),(0,1334,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20110,0,63,1),(0,1335,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20117,0,1,1),(0,1336,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',1,'20101',20101,20107,0,2,0),(0,1337,20101,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',2,'20127',20127,20111,0,63,1),(0,1338,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20109,0,1,1),(0,1339,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20110,0,61,1),(0,1340,20101,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20117,0,1,1),(0,1341,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20109,0,1,1),(0,1342,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20110,0,63,1),(0,1343,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20117,0,1,1),(0,1344,20101,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',2,'20127',20127,20111,0,63,1),(0,1345,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20109,0,1,1),(0,1346,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20110,0,63,1),(0,1347,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20117,0,1,1),(0,1348,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20101',20101,20107,0,32,0),(0,1349,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20101',20101,20111,0,32,0),(0,1350,20101,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20101',20101,20112,0,32,0),(0,1351,20101,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20109,0,1,1),(0,1352,20101,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20110,0,127,1),(0,1353,20101,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20117,0,1,1),(0,1354,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20107,0,4,0),(0,1355,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20109,0,4,0),(0,1356,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20111,0,4,0),(0,1357,20101,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20101',20101,20112,0,4,0),(0,1358,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20109,0,1,1),(0,1359,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20110,0,63,1),(0,1360,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20117,0,1,1),(0,1361,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20107,0,2,0),(0,1362,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20109,0,2,0),(0,1363,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20111,0,2,0),(0,1364,20101,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20101',20101,20112,0,2,0),(0,1365,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20109,0,1,1),(0,1366,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20110,0,127,1),(0,1367,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20117,0,1,1),(0,1368,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20107,0,4,0),(0,1369,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20109,0,4,0),(0,1370,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20111,0,4,0),(0,1371,20101,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20101',20101,20112,0,4,0),(0,1372,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20109,0,1,1),(0,1373,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20110,0,63,1),(0,1374,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20117,0,1,1),(0,1375,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20101',20101,20109,0,2,0),(0,1376,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20101',20101,20111,0,2,0),(0,1377,20101,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20101',20101,20112,0,2,0),(0,1378,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20109,0,1,1),(0,1379,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20110,0,63,1),(0,1380,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20117,0,1,1),(0,1381,20101,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',1,'20101',20101,20107,0,2,0),(0,1382,20101,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20109,0,1,1),(0,1383,20101,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20110,0,127,1),(0,1384,20101,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20117,0,1,1),(0,1385,20101,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20101',20101,20109,0,4,0),(0,1386,20101,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20101',20101,20111,0,4,0),(0,1387,20101,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20101',20101,20112,0,4,0),(0,1388,20101,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20109,0,1,1),(0,1389,20101,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20110,0,31,1),(0,1390,20101,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20117,0,1,1),(0,1391,20101,'com_liferay_login_web_portlet_LoginPortlet',1,'20101',20101,20109,0,16,0),(0,1392,20101,'com_liferay_login_web_portlet_LoginPortlet',1,'20101',20101,20111,0,16,0),(0,1393,20101,'com_liferay_login_web_portlet_LoginPortlet',1,'20101',20101,20112,0,16,0),(0,1394,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20109,0,1,1),(0,1395,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20110,0,31,1),(0,1396,20101,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20117,0,1,1),(0,1397,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20109,0,1,1),(0,1398,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20110,0,31,1),(0,1399,20101,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20117,0,1,1),(0,1400,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20109,0,1,1),(0,1401,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20110,0,31,1),(0,1402,20101,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20117,0,1,1),(0,1403,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20109,0,1,1),(0,1404,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20110,0,63,1),(0,1405,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20117,0,1,1),(0,1406,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20101',20101,20109,0,2,0),(0,1407,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20101',20101,20111,0,2,0),(0,1408,20101,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20101',20101,20112,0,2,0),(0,1409,20101,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20109,0,1,1),(0,1410,20101,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20110,0,63,1),(0,1411,20101,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20117,0,1,1),(0,1412,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20109,0,1,1),(0,1413,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20110,0,31,1),(0,1414,20101,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20117,0,1,1),(0,1415,20101,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20109,0,1,1),(0,1416,20101,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20110,0,63,1),(0,1417,20101,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20117,0,1,1),(0,1418,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20109,0,1,1),(0,1419,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20110,0,63,1),(0,1420,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20117,0,1,1),(0,1421,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20101',20101,20109,0,32,0),(0,1422,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20101',20101,20111,0,32,0),(0,1423,20101,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20101',20101,20112,0,32,0),(0,1424,20101,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20109,0,1,1),(0,1425,20101,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20110,0,63,1),(0,1426,20101,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20117,0,1,1),(0,1427,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20109,0,1,1),(0,1428,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20110,0,63,1),(0,1429,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20117,0,1,1),(0,1430,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20101',20101,20109,0,2,0),(0,1431,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20101',20101,20111,0,2,0),(0,1432,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20101',20101,20112,0,2,0),(0,1433,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20109,0,1,1),(0,1434,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20110,0,63,1),(0,1435,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20117,0,1,1),(0,1436,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20101',20101,20109,0,32,0),(0,1437,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20101',20101,20111,0,32,0),(0,1438,20101,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20101',20101,20112,0,32,0),(0,1439,20101,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20109,0,1,1),(0,1440,20101,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20110,0,63,1),(0,1441,20101,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20117,0,1,1),(0,1442,20101,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20109,0,1,1),(0,1443,20101,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20110,0,63,1),(0,1444,20101,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20117,0,1,1),(0,1445,20101,'com_liferay_iframe_web_portlet_IFramePortlet',1,'20101',20101,20111,0,2,0),(0,1446,20101,'com_liferay_iframe_web_portlet_IFramePortlet',1,'20101',20101,20112,0,2,0),(0,1447,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20109,0,1,1),(0,1448,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20110,0,31,1),(0,1449,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20117,0,1,1),(0,1450,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20101',20101,20109,0,16,0),(0,1451,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20101',20101,20111,0,16,0),(0,1452,20101,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20101',20101,20112,0,16,0),(0,1453,20101,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20109,0,1,1),(0,1454,20101,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20110,0,63,1),(0,1455,20101,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20117,0,1,1),(0,1456,20101,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,20109,0,1,1),(0,1457,20101,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,20110,0,15,1),(0,1458,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,1459,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,1460,20101,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,20109,0,257,1),(0,1461,20101,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,20110,0,511,1),(0,1462,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,1463,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,1464,20101,'com.liferay.journal',4,'com.liferay.journal',0,20109,0,1,1),(0,1465,20101,'com.liferay.journal',4,'com.liferay.journal',0,20110,0,511,1),(0,1466,20101,'com.liferay.journal',4,'com.liferay.journal',0,20117,0,1,1),(0,1467,20101,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,20109,0,1,1),(0,1468,20101,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,20110,0,255,1),(0,1469,20101,'com_liferay_journal_web_portlet_JournalPortlet',1,'20101',20101,20111,0,2,0),(0,1470,20101,'com_liferay_journal_web_portlet_JournalPortlet',1,'20101',20101,20112,0,2,0),(0,1471,20101,'com_liferay_journal_web_portlet_JournalPortlet',2,'20127',20127,20111,0,63,1),(0,1472,20101,'com.liferay.journal',2,'20127',20127,20111,0,511,1),(0,1473,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20109,0,1,1),(0,1474,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20110,0,63,1),(0,1475,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20117,0,1,1),(0,1476,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20101',20101,20109,0,2,0),(0,1477,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20101',20101,20111,0,2,0),(0,1478,20101,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20101',20101,20112,0,2,0),(0,1479,20101,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20109,0,1,1),(0,1480,20101,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20110,0,63,1),(0,1481,20101,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20117,0,1,1),(0,1482,20101,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20109,0,1,1),(0,1483,20101,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20110,0,63,1),(0,1484,20101,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20117,0,1,1),(0,1485,20101,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20109,0,1,1),(0,1486,20101,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20110,0,63,1),(0,1487,20101,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20117,0,1,1),(0,1488,20101,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20109,0,1,1),(0,1489,20101,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20110,0,63,1),(0,1490,20101,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20117,0,1,1),(0,1491,20101,'com_liferay_rss_web_portlet_RSSPortlet',1,'20101',20101,20111,0,32,0),(0,1492,20101,'com_liferay_rss_web_portlet_RSSPortlet',1,'20101',20101,20112,0,32,0),(0,1493,20101,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20109,0,1,1),(0,1494,20101,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20110,0,63,1),(0,1495,20101,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20117,0,1,1),(0,1496,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,20110,0,31,1),(0,1497,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,20117,0,1,1),(0,1498,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'20101',20101,20111,0,16,0),(0,1499,20101,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'20101',20101,20112,0,16,0),(0,1500,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20109,0,1,1),(0,1501,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20110,0,63,1),(0,1502,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20117,0,1,1),(0,1503,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20101',20101,20109,0,32,0),(0,1504,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20101',20101,20111,0,32,0),(0,1505,20101,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20101',20101,20112,0,32,0),(0,1506,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20109,0,1,1),(0,1507,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20110,0,63,1),(0,1508,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20117,0,1,1),(0,1509,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20101',20101,20109,0,2,0),(0,1510,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20101',20101,20111,0,2,0),(0,1511,20101,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20101',20101,20112,0,2,0),(0,1512,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20109,0,1,1),(0,1513,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20110,0,63,1),(0,1514,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20117,0,1,1),(0,1515,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20101',20101,20109,0,32,0),(0,1516,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20101',20101,20111,0,32,0),(0,1517,20101,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20101',20101,20112,0,32,0),(0,1518,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20109,0,1,1),(0,1519,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20110,0,63,1),(0,1520,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20117,0,1,1),(0,1521,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20101',20101,20109,0,32,0),(0,1522,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20101',20101,20111,0,32,0),(0,1523,20101,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20101',20101,20112,0,32,0),(0,1524,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,1525,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,1526,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,1527,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20101',20101,20109,0,32,0),(0,1528,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20101',20101,20111,0,32,0),(0,1529,20101,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20101',20101,20112,0,32,0),(0,1530,20101,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20109,0,1,1),(0,1531,20101,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20110,0,63,1),(0,1532,20101,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20117,0,1,1),(0,1533,20101,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20109,0,1,1),(0,1534,20101,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20110,0,63,1),(0,1535,20101,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20117,0,1,1),(0,1536,20101,'com_liferay_trash_web_portlet_TrashPortlet',1,'20101',20101,20107,0,2,0),(0,1537,20101,'com_liferay_trash_web_portlet_TrashPortlet',2,'20127',20127,20111,0,63,1),(0,1538,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20109,0,1,1),(0,1539,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20110,0,61,1),(0,1540,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20117,0,1,1),(0,1541,20101,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,20109,0,1,1),(0,1542,20101,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,20110,0,15,1),(0,1543,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,20109,0,129,1),(0,1544,20101,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,20110,0,255,1),(0,1545,20101,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,20109,0,1,1),(0,1546,20101,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,20110,0,15,1),(0,1547,20101,'com.liferay.document.library',4,'com.liferay.document.library',0,20109,0,1,1),(0,1548,20101,'com.liferay.document.library',4,'com.liferay.document.library',0,20110,0,1023,1),(0,1549,20101,'com.liferay.document.library',4,'com.liferay.document.library',0,20117,0,465,1),(0,1550,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,1551,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,1552,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,20109,0,1,1),(0,1553,20101,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,20110,0,511,1),(0,1554,20101,'com_liferay_document_library_web_portlet_DLAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1555,20101,'com.liferay.document.library',2,'20127',20127,20111,0,1023,1),(0,1556,20101,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20109,0,1,1),(0,1557,20101,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20110,0,63,1),(0,1558,20101,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20117,0,1,1),(0,1559,20101,'com_liferay_document_library_web_portlet_DLPortlet',1,'20101',20101,20109,0,2,0),(0,1560,20101,'com_liferay_document_library_web_portlet_DLPortlet',1,'20101',20101,20111,0,2,0),(0,1561,20101,'com_liferay_document_library_web_portlet_DLPortlet',1,'20101',20101,20112,0,2,0),(0,1562,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20109,0,1,1),(0,1563,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20110,0,63,1),(0,1564,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20117,0,1,1),(0,1565,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20101',20101,20109,0,2,0),(0,1566,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,1567,20101,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,1568,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20109,0,1,1),(0,1569,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20110,0,61,1),(0,1570,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20117,0,1,1),(0,1571,20101,'com.liferay.message.boards.model.MBCategory',4,'com.liferay.message.boards.model.MBCategory',0,20109,0,1,1),(0,1572,20101,'com.liferay.message.boards.model.MBCategory',4,'com.liferay.message.boards.model.MBCategory',0,20110,0,4095,1),(0,1573,20101,'com.liferay.message.boards.model.MBThread',4,'com.liferay.message.boards.model.MBThread',0,20109,0,1,1),(0,1574,20101,'com.liferay.message.boards.model.MBThread',4,'com.liferay.message.boards.model.MBThread',0,20110,0,15,1),(0,1575,20101,'com.liferay.message.boards.model.MBMessage',4,'com.liferay.message.boards.model.MBMessage',0,20109,0,1,1),(0,1576,20101,'com.liferay.message.boards.model.MBMessage',4,'com.liferay.message.boards.model.MBMessage',0,20110,0,31,1),(0,1577,20101,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20109,0,1,1),(0,1578,20101,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20110,0,2047,1),(0,1579,20101,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20117,0,421,1),(0,1580,20101,'com_liferay_message_boards_web_portlet_MBAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1581,20101,'com.liferay.message.boards',2,'20127',20127,20111,0,2047,1),(0,1582,20101,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20109,0,1,1),(0,1583,20101,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20110,0,31,1),(0,1584,20101,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20117,0,1,1),(0,1585,20101,'com_liferay_message_boards_web_portlet_MBPortlet',1,'20101',20101,20111,0,2,0),(0,1586,20101,'com_liferay_message_boards_web_portlet_MBPortlet',1,'20101',20101,20112,0,2,0),(0,1587,20101,'com_liferay_wiki_web_portlet_WikiAdminPortlet',4,'com_liferay_wiki_web_portlet_WikiAdminPortlet',0,20110,0,61,1),(0,1588,20101,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,20109,0,129,1),(0,1589,20101,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,20110,0,255,1),(0,1590,20101,'com.liferay.wiki',4,'com.liferay.wiki',0,20110,0,6,0),(0,1591,20101,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,20109,0,1,1),(0,1592,20101,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,20110,0,255,1),(0,1593,20101,'com_liferay_wiki_web_portlet_WikiAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1594,20101,'com.liferay.wiki',2,'20127',20127,20111,0,6,0),(0,1595,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20109,0,1,1),(0,1596,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20110,0,63,1),(0,1597,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20117,0,1,1),(0,1598,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,1599,20101,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,1600,20101,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20109,0,1,1),(0,1601,20101,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20110,0,63,1),(0,1602,20101,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20117,0,1,1),(0,1603,20101,'com_liferay_wiki_web_portlet_WikiPortlet',1,'20101',20101,20111,0,2,0),(0,1604,20101,'com_liferay_wiki_web_portlet_WikiPortlet',1,'20101',20101,20112,0,2,0),(0,1605,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'33920',33920,20110,20105,15,1),(0,1606,20101,'com.liferay.portal.kernel.model.Group',4,'33921',33921,20110,0,33554431,1),(0,1607,20101,'com.liferay.portal.kernel.model.Layout',4,'7',7,20110,20105,1023,1),(0,1608,20101,'com.liferay.portal.kernel.model.Layout',4,'7',7,20117,0,529,1),(0,1609,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33924',33924,20110,20105,15,1),(0,1610,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33924',33924,20112,0,1,1),(0,1611,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33924',33924,20109,0,1,1),(0,1612,20101,'com.liferay.wiki',4,'33921',33921,20110,0,6,0),(0,1613,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20109,0,1,1),(0,1614,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20110,0,61,1),(0,1615,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20117,0,1,1),(0,1616,20101,'com.liferay.blogs',4,'com.liferay.blogs',0,20110,0,14,0),(0,1617,20101,'com.liferay.blogs',4,'com.liferay.blogs',0,20117,0,8,0),(0,1618,20101,'com.liferay.blogs.model.BlogsEntry',4,'com.liferay.blogs.model.BlogsEntry',0,20109,0,65,1),(0,1619,20101,'com.liferay.blogs.model.BlogsEntry',4,'com.liferay.blogs.model.BlogsEntry',0,20110,0,127,1),(0,1620,20101,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',2,'20127',20127,20111,0,61,1),(0,1621,20101,'com.liferay.blogs',2,'20127',20127,20111,0,14,0),(0,1622,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20109,0,1,1),(0,1623,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20110,0,63,1),(0,1624,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20117,0,1,1),(0,1625,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20101',20101,20109,0,2,0),(0,1626,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20101',20101,20111,0,2,0),(0,1627,20101,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20101',20101,20112,0,2,0),(0,1628,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20109,0,1,1),(0,1629,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20110,0,63,1),(0,1630,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20117,0,1,1),(0,1631,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20101',20101,20109,0,2,0),(0,1632,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20101',20101,20111,0,2,0),(0,1633,20101,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20101',20101,20112,0,2,0),(0,1634,20101,'com.liferay.portal.kernel.model.LayoutPrototype',4,'33929',33929,20110,20105,15,1),(0,1635,20101,'com.liferay.portal.kernel.model.Group',4,'33930',33930,20110,0,33554431,1),(0,1636,20101,'com.liferay.portal.kernel.model.Layout',4,'8',8,20110,20105,1023,1),(0,1637,20101,'com.liferay.portal.kernel.model.Layout',4,'8',8,20117,0,529,1),(0,1638,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33933',33933,20110,20105,15,1),(0,1639,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33933',33933,20112,0,1,1),(0,1640,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33933',33933,20109,0,1,1),(0,1641,20101,'com.liferay.blogs',4,'33930',33930,20110,0,14,0),(0,1642,20101,'com.liferay.blogs',4,'33930',33930,20117,0,8,0),(0,1643,20101,'com_liferay_my_account_web_portlet_MyAccountPortlet',4,'com_liferay_my_account_web_portlet_MyAccountPortlet',0,20110,0,31,1),(0,1644,20101,'com_liferay_my_account_web_portlet_MyAccountPortlet',1,'20101',20101,20112,0,16,0),(0,1645,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20109,0,1,1),(0,1646,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20110,0,63,1),(0,1647,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20117,0,1,1),(0,1648,20101,'com.liferay.calendar.model.CalendarResource',4,'com.liferay.calendar.model.CalendarResource',0,20110,0,31,1),(0,1649,20101,'com.liferay.calendar.model.CalendarBooking',4,'com.liferay.calendar.model.CalendarBooking',0,20110,0,30,0),(0,1650,20101,'com.liferay.calendar',4,'com.liferay.calendar',0,20110,0,6,0),(0,1651,20101,'com.liferay.calendar.model.Calendar',4,'com.liferay.calendar.model.Calendar',0,20109,0,1,1),(0,1652,20101,'com.liferay.calendar.model.Calendar',4,'com.liferay.calendar.model.Calendar',0,20110,0,63,1),(0,1653,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20101',20101,20107,0,2,0),(0,1654,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20101',20101,20111,0,2,0),(0,1655,20101,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20101',20101,20112,0,2,0),(0,1656,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20109,0,1,1),(0,1657,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20110,0,31,1),(0,1658,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20117,0,1,1),(0,1659,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20101',20101,20109,0,2,0),(0,1660,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20101',20101,20111,0,2,0),(0,1661,20101,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20101',20101,20112,0,2,0),(0,1662,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,1663,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,1664,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,1665,20101,'com.liferay.dynamic.data.mapping',4,'com.liferay.dynamic.data.mapping',0,20110,0,30,0),(0,1666,20101,'com.liferay.dynamic.data.mapping',4,'com.liferay.dynamic.data.mapping',0,20117,0,28,0),(0,1667,20101,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',4,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',0,20110,0,15,1),(0,1668,20101,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',4,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',0,20109,0,1,1),(0,1669,20101,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',4,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',0,20110,0,31,1),(0,1670,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',1,'20101',20101,20111,0,2,0),(0,1671,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',1,'20101',20101,20112,0,2,0),(0,1672,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',2,'20127',20127,20111,0,63,1),(0,1673,20101,'com.liferay.dynamic.data.mapping',2,'20127',20127,20111,0,30,0),(0,1674,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,1675,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,1676,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,1677,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'20101',20101,20109,0,2,0),(0,1678,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'20101',20101,20111,0,2,0),(0,1679,20101,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'20101',20101,20112,0,2,0),(0,1680,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20109,0,1,1),(0,1681,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20110,0,63,1),(0,1682,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20117,0,1,1),(0,1683,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20107,0,2,0),(0,1684,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20109,0,2,0),(0,1685,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20111,0,2,0),(1,1686,20101,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20101',20101,20112,0,34,0),(0,1687,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',4,'com_liferay_knowledge_base_web_portlet_AdminPortlet',0,20110,0,63,1),(0,1688,20101,'com.liferay.knowledge.base.admin',4,'com.liferay.knowledge.base.admin',0,20110,0,4094,0),(0,1689,20101,'com.liferay.knowledge.base.admin',4,'com.liferay.knowledge.base.admin',0,20117,0,1024,0),(0,1690,20101,'com.liferay.knowledge.base.model.KBFolder',4,'com.liferay.knowledge.base.model.KBFolder',0,20109,0,1,1),(0,1691,20101,'com.liferay.knowledge.base.model.KBFolder',4,'com.liferay.knowledge.base.model.KBFolder',0,20110,0,127,1),(0,1692,20101,'com.liferay.knowledge.base.model.KBTemplate',4,'com.liferay.knowledge.base.model.KBTemplate',0,20109,0,1,1),(0,1693,20101,'com.liferay.knowledge.base.model.KBTemplate',4,'com.liferay.knowledge.base.model.KBTemplate',0,20110,0,15,1),(0,1694,20101,'com.liferay.knowledge.base.model.KBArticle',4,'com.liferay.knowledge.base.model.KBArticle',0,20109,0,1,1),(0,1695,20101,'com.liferay.knowledge.base.model.KBArticle',4,'com.liferay.knowledge.base.model.KBArticle',0,20110,0,63,1),(0,1696,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20107,0,2,0),(0,1697,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20109,0,2,0),(0,1698,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20111,0,2,0),(0,1699,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'20101',20101,20112,0,2,0),(0,1700,20101,'com_liferay_knowledge_base_web_portlet_AdminPortlet',2,'20127',20127,20111,0,63,1),(0,1701,20101,'com.liferay.knowledge.base.admin',2,'20127',20127,20111,0,4094,0),(0,1702,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,20109,0,1,1),(0,1703,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,20110,0,31,1),(0,1704,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,20117,0,1,1),(0,1705,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20107,0,16,0),(0,1706,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20109,0,16,0),(0,1707,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20111,0,16,0),(0,1708,20101,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'20101',20101,20112,0,16,0),(0,1709,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,20109,0,1,1),(0,1710,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,20110,0,31,1),(0,1711,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,20117,0,1,1),(0,1712,20101,'com.liferay.knowledge.base.display',4,'com.liferay.knowledge.base.display',0,20110,0,126,0),(0,1713,20101,'com.liferay.knowledge.base.display',4,'com.liferay.knowledge.base.display',0,20117,0,32,0),(0,1714,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20107,0,2,0),(0,1715,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20109,0,2,0),(0,1716,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20111,0,2,0),(0,1717,20101,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'20101',20101,20112,0,2,0),(0,1718,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,20109,0,1,1),(0,1719,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,20110,0,31,1),(0,1720,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,20117,0,1,1),(0,1721,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20107,0,16,0),(0,1722,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20109,0,16,0),(0,1723,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20111,0,16,0),(0,1724,20101,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'20101',20101,20112,0,16,0),(0,1725,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,20109,0,1,1),(0,1726,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,20110,0,31,1),(0,1727,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,20117,0,1,1),(0,1728,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20107,0,16,0),(0,1729,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20109,0,16,0),(0,1730,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20111,0,16,0),(0,1731,20101,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'20101',20101,20112,0,16,0),(0,1732,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20109,0,1,1),(0,1733,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20110,0,63,1),(0,1734,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20117,0,1,1),(0,1735,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20107,0,2,0),(0,1736,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20109,0,2,0),(0,1737,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20111,0,2,0),(0,1738,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20101',20101,20112,0,2,0),(0,1739,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20109,0,1,1),(0,1740,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20110,0,63,1),(0,1741,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20117,0,1,1),(0,1742,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20107,0,2,0),(0,1743,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20109,0,2,0),(0,1744,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20111,0,2,0),(0,1745,20101,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20101',20101,20112,0,2,0),(0,1746,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20109,0,1,1),(0,1747,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20110,0,63,1),(0,1748,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20117,0,1,1),(0,1749,20101,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',4,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',0,20110,0,15,1),(0,1750,20101,'com.liferay.mobile.device.rules.model.MDRRuleGroup',4,'com.liferay.mobile.device.rules.model.MDRRuleGroup',0,20110,0,15,1),(0,1751,20101,'com.liferay.mobile.device.rules',4,'com.liferay.mobile.device.rules',0,20110,0,31,1),(0,1752,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'20101',20101,20111,0,2,0),(0,1753,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'20101',20101,20112,0,2,0),(0,1754,20101,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',2,'20127',20127,20111,0,63,1),(0,1755,20101,'com.liferay.mobile.device.rules',2,'20127',20127,20111,0,31,1),(0,1756,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20109,0,1,1),(0,1757,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20110,0,63,1),(0,1758,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20117,0,1,1),(0,1759,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'20101',20101,20111,0,2,0),(0,1760,20101,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'20101',20101,20112,0,2,0),(0,1761,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20109,0,1,1),(0,1762,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20110,0,127,1),(0,1763,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20117,0,33,1),(0,1764,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'20101',20101,20111,0,64,0),(0,1765,20101,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'20101',20101,20112,0,64,0),(0,1766,20101,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'33952',33952,20110,20105,15,1),(0,1767,20101,'com.liferay.portal.kernel.model.Group',4,'33953',33953,20110,0,33554431,1),(0,1768,20101,'com.liferay.portal.kernel.model.Layout',4,'9',9,20110,20105,1023,1),(0,1769,20101,'com.liferay.portal.kernel.model.Layout',4,'9',9,20117,0,529,1),(0,1770,20101,'com.liferay.portal.kernel.model.Layout',4,'9',9,20109,0,1,1),(0,1771,20101,'com.liferay.portal.kernel.model.Layout',4,'10',10,20110,20105,1023,1),(0,1772,20101,'com.liferay.portal.kernel.model.Layout',4,'10',10,20117,0,529,1),(0,1773,20101,'com.liferay.portal.kernel.model.Layout',4,'10',10,20109,0,1,1),(0,1774,20101,'com.liferay.document.library',4,'33953',33953,20110,0,1023,1),(0,1775,20101,'com.liferay.document.library',4,'33953',33953,20117,0,465,1),(0,1776,20101,'com.liferay.document.library',4,'33953',33953,20109,0,1,1),(0,1777,20101,'com.liferay.portal.kernel.model.Layout',4,'11',11,20110,20105,1023,1),(0,1778,20101,'com.liferay.portal.kernel.model.Layout',4,'11',11,20117,0,529,1),(0,1779,20101,'com.liferay.portal.kernel.model.Layout',4,'11',11,20109,0,1,1),(0,1780,20101,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'33964',33964,20110,20105,15,1),(0,1781,20101,'com.liferay.portal.kernel.model.Group',4,'33965',33965,20110,0,33554431,1),(0,1782,20101,'com.liferay.portal.kernel.model.Layout',4,'12',12,20110,20105,1023,1),(0,1783,20101,'com.liferay.portal.kernel.model.Layout',4,'12',12,20117,0,529,1),(0,1784,20101,'com.liferay.portal.kernel.model.Layout',4,'12',12,20109,0,1,1),(0,1785,20101,'com.liferay.message.boards',4,'33965',33965,20110,0,2047,1),(0,1786,20101,'com.liferay.message.boards',4,'33965',33965,20117,0,421,1),(0,1787,20101,'com.liferay.message.boards',4,'33965',33965,20109,0,1,1),(0,1788,20101,'com.liferay.polls',4,'33965',33965,20110,0,6,0),(0,1789,20101,'com.liferay.portal.kernel.model.Layout',4,'13',13,20110,20105,1023,1),(0,1790,20101,'com.liferay.portal.kernel.model.Layout',4,'13',13,20117,0,529,1),(0,1791,20101,'com.liferay.portal.kernel.model.Layout',4,'13',13,20109,0,1,1),(0,1792,20101,'com.liferay.wiki',4,'33965',33965,20110,0,6,0),(0,1793,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20109,0,1,1),(0,1794,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20110,0,63,1),(0,1795,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20117,0,1,1),(0,1796,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,1797,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20101',20101,20111,0,2,0),(0,1798,20101,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20101',20101,20112,0,2,0),(0,1799,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20109,0,1,1),(0,1800,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20110,0,63,1),(0,1801,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20117,0,1,1),(0,1802,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,1803,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20101',20101,20111,0,2,0),(0,1804,20101,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20101',20101,20112,0,2,0),(0,1805,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20109,0,1,1),(0,1806,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20110,0,63,1),(0,1807,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20117,0,1,1),(0,1808,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20101',20101,20109,0,2,0),(0,1809,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20101',20101,20111,0,2,0),(0,1810,20101,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20101',20101,20112,0,2,0),(0,1811,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20109,0,1,1),(0,1812,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20110,0,63,1),(0,1813,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20117,0,1,1),(0,1814,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20101',20101,20109,0,2,0),(0,1815,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20101',20101,20111,0,2,0),(0,1816,20101,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20101',20101,20112,0,2,0),(0,1817,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,20109,0,1,1),(0,1818,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,20110,0,63,1),(0,1819,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,20117,0,1,1),(0,1820,20101,'com_liferay_adaptive_media_web_portlet_AMPortlet',1,'20101',20101,20107,0,2,0),(0,1821,20101,'com.liferay.portal.kernel.model.Layout',4,'14',14,20110,20130,1023,1),(0,1822,20101,'com.liferay.portal.kernel.model.Layout',4,'15',15,20110,20130,1023,1),(0,1823,20101,'com.liferay.portal.kernel.model.Layout',4,'15',15,20112,0,529,1),(0,1824,20101,'com.liferay.portal.kernel.model.Layout',4,'15',15,20109,0,1,1),(0,1825,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33991',33991,20110,20105,15,1),(0,1826,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33991',33991,20112,0,1,1),(0,1827,20101,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'33991',33991,20109,0,1,1),(0,1828,20101,'com.liferay.portal.kernel.model.Layout',4,'16',16,20110,20105,1023,1),(0,1829,20101,'com.liferay.portal.kernel.model.Layout',4,'16',16,20117,0,529,1),(0,1830,20101,'com.liferay.portal.kernel.model.Layout',4,'16',16,20109,0,1,1),(0,1831,20101,'com.liferay.calendar.model.CalendarResource',4,'33994',33994,20110,20130,31,1),(0,1832,20101,'com.liferay.calendar.model.Calendar',4,'33995',33995,20110,20130,63,1),(0,1833,20101,'com.liferay.calendar.model.Calendar',4,'33995',33995,20117,0,17,1),(0,1834,20101,'com.liferay.calendar.model.Calendar',4,'33995',33995,20109,0,1,1),(0,1835,34004,'com.liferay.portal.kernel.model.Group',1,'34004',34004,34012,0,1,1),(0,1836,34004,'com.liferay.portal.kernel.model.User',1,'34004',34004,34012,0,1,1),(0,1837,34004,'com.liferay.portal.kernel.model.Organization',1,'34004',34004,34012,0,64,0),(0,1838,34004,'com.liferay.portal.kernel.model.UserGroup',1,'34004',34004,34012,0,16,0),(0,1839,34004,'com_liferay_my_account_web_portlet_MyAccountPortlet',1,'34004',34004,34016,0,16,0),(1,1840,34004,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'34004',34004,34016,0,34,0),(0,1841,34004,'com.liferay.portal.kernel.model.Role',4,'34011',34011,34014,0,127,1),(0,1842,34004,'com.liferay.portal.kernel.model.Role',4,'34012',34012,34014,0,127,1),(0,1843,34004,'com.liferay.portal.kernel.model.Role',4,'34013',34013,34014,0,127,1),(0,1844,34004,'com.liferay.portal.kernel.model.Role',4,'34014',34014,34014,0,127,1),(0,1845,34004,'com.liferay.portal.kernel.model.Role',4,'34015',34015,34014,0,127,1),(0,1846,34004,'com.liferay.portal.kernel.model.Role',4,'34016',34016,34014,0,127,1),(0,1847,34004,'com.liferay.portal.kernel.model.Role',4,'34017',34017,34014,0,127,1),(0,1848,34004,'com.liferay.portal.kernel.model.Role',4,'34018',34018,34014,0,127,1),(0,1849,34004,'com.liferay.portal.kernel.model.Role',4,'34019',34019,34014,0,127,1),(0,1850,34004,'com.liferay.portal.kernel.model.Role',4,'34020',34020,34014,0,127,1),(0,1851,34004,'com.liferay.portal.kernel.model.Role',4,'34021',34021,34014,0,127,1),(0,1852,34004,'com.liferay.portal.kernel.model.Role',4,'34022',34022,34014,0,127,1),(0,1853,34004,'com.liferay.portal.kernel.model.Role',4,'34011',34011,34016,0,1,1),(0,1854,34004,'com.liferay.portal.kernel.model.Role',4,'34012',34012,34016,0,1,1),(0,1855,34004,'com.liferay.portal.kernel.model.Role',4,'34013',34013,34016,0,1,1),(0,1856,34004,'com.liferay.portal.kernel.model.Role',4,'34014',34014,34016,0,1,1),(0,1857,34004,'com.liferay.portal.kernel.model.Role',4,'34015',34015,34016,0,1,1),(0,1858,34004,'com.liferay.portal.kernel.model.Role',4,'34016',34016,34016,0,1,1),(0,1859,34004,'com.liferay.portal.kernel.model.Role',4,'34017',34017,34016,0,1,1),(0,1860,34004,'com.liferay.portal.kernel.model.Role',4,'34018',34018,34016,0,1,1),(0,1861,34004,'com.liferay.portal.kernel.model.Role',4,'34019',34019,34016,0,1,1),(0,1862,34004,'com.liferay.portal.kernel.model.Role',4,'34020',34020,34016,0,1,1),(0,1863,34004,'com.liferay.portal.kernel.model.Role',4,'34021',34021,34016,0,1,1),(0,1864,34004,'com.liferay.portal.kernel.model.Role',4,'34022',34022,34016,0,1,1),(0,1865,34004,'com.liferay.portal.kernel.model.Group',4,'34023',34023,34014,0,33554431,1),(0,1866,34004,'com.liferay.portal.kernel.model.Layout',4,'17',17,34014,34008,1023,1),(0,1867,34004,'com.liferay.portal.kernel.model.Layout',4,'17',17,34021,0,529,1),(0,1868,34004,'com.liferay.portal.kernel.model.Layout',4,'17',17,34013,0,1,1),(0,1869,34004,'com.liferay.portal.kernel.model.Group',4,'34026',34026,34014,0,33554431,1),(0,1870,34004,'com.liferay.portal.kernel.model.Group',4,'34027',34027,34014,0,33554431,1),(0,1871,34004,'com.liferay.portal.kernel.model.Layout',4,'18',18,34014,34008,1023,1),(0,1872,34004,'com.liferay.portal.kernel.model.Layout',4,'18',18,34021,0,529,1),(0,1873,34004,'com.liferay.portal.kernel.model.Layout',4,'18',18,34013,0,1,1),(0,1874,34004,'com.liferay.portal.kernel.model.Group',4,'34030',34030,34014,0,33554431,1),(0,1875,34004,'com.liferay.portal.kernel.model.Layout',2,'34030',34030,34016,0,1,1),(0,1876,34004,'com.liferay.portal.kernel.model.Group',2,'34030',34030,34015,0,1280,0),(0,1877,34004,'com.liferay.portal.kernel.model.Group',4,'34031',34031,34014,0,33554431,1),(0,1878,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34033',34033,34014,34008,15,1),(0,1879,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34033',34033,34013,0,1,1),(0,1880,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34034',34034,34014,34008,15,1),(0,1881,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34034',34034,34013,0,1,1),(0,1882,34004,'com.liferay.portal.kernel.model.PasswordPolicy',4,'34032',34032,34014,0,31,1),(0,1883,34004,'com.liferay.portal.kernel.model.Group',4,'34038',34038,34014,0,33554431,1),(0,1884,34004,'com.liferay.portal.kernel.model.User',4,'34035',34035,34014,34035,31,1),(0,1885,34004,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,34013,0,1,1),(0,1886,34004,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,34014,0,61,1),(0,1887,34004,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,34021,0,1,1),(0,1888,34004,'com.liferay.portal.kernel.model.PasswordPolicy',4,'com.liferay.portal.kernel.model.PasswordPolicy',0,34014,0,31,1),(0,1889,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',0,34013,0,1,1),(0,1890,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',0,34014,0,63,1),(0,1891,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',0,34021,0,1,1),(0,1892,34004,'com.liferay.dynamic.data.mapping',4,'com.liferay.dynamic.data.mapping',0,34014,0,30,0),(0,1893,34004,'com.liferay.dynamic.data.mapping',4,'com.liferay.dynamic.data.mapping',0,34021,0,28,0),(0,1894,34004,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',4,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',0,34014,0,15,1),(0,1895,34004,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',4,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',0,34013,0,1,1),(0,1896,34004,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',4,'com.liferay.dynamic.data.mapping.model.DDMFormInstance',0,34014,0,31,1),(0,1897,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',1,'34004',34004,34015,0,2,0),(0,1898,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',1,'34004',34004,34016,0,2,0),(0,1899,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',4,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',0,34013,0,1,1),(0,1900,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',4,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',0,34014,0,63,1),(0,1901,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',4,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',0,34021,0,1,1),(0,1902,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'34004',34004,34011,0,2,0),(0,1903,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'34004',34004,34013,0,2,0),(0,1904,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'34004',34004,34015,0,2,0),(0,1905,34004,'com_liferay_portal_search_web_internal_sort_portlet_SortPortlet',1,'34004',34004,34016,0,2,0),(0,1906,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,34013,0,1,1),(0,1907,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,34014,0,31,1),(0,1908,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',4,'com_liferay_knowledge_base_web_portlet_SearchPortlet',0,34021,0,1,1),(0,1909,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'34004',34004,34011,0,16,0),(0,1910,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'34004',34004,34013,0,16,0),(0,1911,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'34004',34004,34015,0,16,0),(0,1912,34004,'com_liferay_knowledge_base_web_portlet_SearchPortlet',1,'34004',34004,34016,0,16,0),(0,1913,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,34013,0,1,1),(0,1914,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,34014,0,63,1),(0,1915,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',4,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',0,34021,0,1,1),(0,1916,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'34004',34004,34011,0,2,0),(0,1917,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'34004',34004,34013,0,2,0),(0,1918,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'34004',34004,34015,0,2,0),(1,1919,34004,'com_liferay_sharing_web_portlet_SharedAssetsPortlet',1,'34004',34004,34016,0,34,0),(0,1920,34004,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',4,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',0,34013,0,1,1),(0,1921,34004,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',4,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',0,34014,0,63,1),(0,1922,34004,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',4,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',0,34021,0,1,1),(0,1923,34004,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'34004',34004,34013,0,2,0),(0,1924,34004,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'34004',34004,34015,0,2,0),(0,1925,34004,'com_liferay_portal_search_web_modified_facet_portlet_ModifiedFacetPortlet',1,'34004',34004,34016,0,2,0),(0,1926,34004,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,34013,0,1,1),(0,1927,34004,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,34014,0,63,1),(0,1928,34004,'com_liferay_exportimport_web_portlet_ChangesetPortlet',4,'com_liferay_exportimport_web_portlet_ChangesetPortlet',0,34021,0,1,1),(0,1929,34004,'com_liferay_exportimport_web_portlet_ChangesetPortlet',1,'34004',34004,34015,0,2,0),(0,1930,34004,'com_liferay_exportimport_web_portlet_ChangesetPortlet',1,'34004',34004,34016,0,2,0),(0,1931,34004,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',4,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',0,34013,0,1,1),(0,1932,34004,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',4,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',0,34014,0,63,1),(0,1933,34004,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',4,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',0,34021,0,1,1),(0,1934,34004,'com_liferay_product_navigation_personal_menu_web_internal_portlet_PersonalMenuPortlet',1,'34004',34004,34011,0,2,0),(0,1935,34004,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',0,34013,0,1,1),(0,1936,34004,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',0,34014,0,63,1),(0,1937,34004,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageToolbarPortlet',0,34021,0,1,1),(0,1938,34004,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,34014,0,31,1),(0,1939,34004,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,34021,0,1,1),(0,1940,34004,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'34004',34004,34015,0,16,0),(0,1941,34004,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'34004',34004,34016,0,16,0),(0,1942,34004,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,34013,0,1,1),(0,1943,34004,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,34014,0,63,1),(0,1944,34004,'com_liferay_adaptive_media_web_portlet_AMPortlet',4,'com_liferay_adaptive_media_web_portlet_AMPortlet',0,34021,0,1,1),(0,1945,34004,'com_liferay_adaptive_media_web_portlet_AMPortlet',1,'34004',34004,34011,0,2,0),(0,1946,34004,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,34013,0,1,1),(0,1947,34004,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,34014,0,63,1),(0,1948,34004,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,34021,0,1,1),(0,1949,34004,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,34013,0,1,1),(0,1950,34004,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,34014,0,31,1),(0,1951,34004,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,34021,0,1,1),(0,1952,34004,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,34013,0,1,1),(0,1953,34004,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,34014,0,63,1),(0,1954,34004,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,34021,0,1,1),(0,1955,34004,'com_liferay_comment_web_portlet_CommentPortlet',1,'34004',34004,34013,0,2,0),(0,1956,34004,'com_liferay_comment_web_portlet_CommentPortlet',1,'34004',34004,34015,0,2,0),(0,1957,34004,'com_liferay_comment_web_portlet_CommentPortlet',1,'34004',34004,34016,0,2,0),(0,1958,34004,'com_liferay_knowledge_base_web_portlet_AdminPortlet',4,'com_liferay_knowledge_base_web_portlet_AdminPortlet',0,34014,0,63,1),(0,1959,34004,'com.liferay.knowledge.base.admin',4,'com.liferay.knowledge.base.admin',0,34014,0,4094,0),(0,1960,34004,'com.liferay.knowledge.base.admin',4,'com.liferay.knowledge.base.admin',0,34021,0,1024,0),(0,1961,34004,'com.liferay.knowledge.base.model.KBFolder',4,'com.liferay.knowledge.base.model.KBFolder',0,34013,0,1,1),(0,1962,34004,'com.liferay.knowledge.base.model.KBFolder',4,'com.liferay.knowledge.base.model.KBFolder',0,34014,0,127,1),(0,1963,34004,'com.liferay.knowledge.base.model.KBTemplate',4,'com.liferay.knowledge.base.model.KBTemplate',0,34013,0,1,1),(0,1964,34004,'com.liferay.knowledge.base.model.KBTemplate',4,'com.liferay.knowledge.base.model.KBTemplate',0,34014,0,15,1),(0,1965,34004,'com.liferay.knowledge.base.model.KBArticle',4,'com.liferay.knowledge.base.model.KBArticle',0,34013,0,1,1),(0,1966,34004,'com.liferay.knowledge.base.model.KBArticle',4,'com.liferay.knowledge.base.model.KBArticle',0,34014,0,63,1),(0,1967,34004,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'34004',34004,34011,0,2,0),(0,1968,34004,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'34004',34004,34013,0,2,0),(0,1969,34004,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'34004',34004,34015,0,2,0),(0,1970,34004,'com_liferay_knowledge_base_web_portlet_AdminPortlet',1,'34004',34004,34016,0,2,0),(0,1971,34004,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,34013,0,1,1),(0,1972,34004,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,34014,0,63,1),(0,1973,34004,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,34021,0,1,1),(0,1974,34004,'com.liferay.blogs',4,'com.liferay.blogs',0,34014,0,14,0),(0,1975,34004,'com.liferay.blogs',4,'com.liferay.blogs',0,34021,0,8,0),(0,1976,34004,'com.liferay.blogs.model.BlogsEntry',4,'com.liferay.blogs.model.BlogsEntry',0,34013,0,65,1),(0,1977,34004,'com.liferay.blogs.model.BlogsEntry',4,'com.liferay.blogs.model.BlogsEntry',0,34014,0,127,1),(0,1978,34004,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'34004',34004,34013,0,2,0),(0,1979,34004,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'34004',34004,34015,0,2,0),(0,1980,34004,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'34004',34004,34016,0,2,0),(0,1981,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,34013,0,1,1),(0,1982,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,34014,0,63,1),(0,1983,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,34021,0,1,1),(0,1984,34004,'com.liferay.dynamic.data.lists',4,'com.liferay.dynamic.data.lists',0,34014,0,30,0),(0,1985,34004,'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,34013,0,1,1),(0,1986,34004,'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,34014,0,15,1),(0,1987,34004,'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,34013,0,1,1),(0,1988,34004,'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,34014,0,15,1),(0,1989,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet',0,34013,0,1,1),(0,1990,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet',0,34014,0,31,1),(0,1991,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'34004',34004,34015,0,2,0),(0,1992,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'34004',34004,34016,0,2,0),(0,1993,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,34013,0,1,1),(0,1994,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,34014,0,63,1),(0,1995,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,34021,0,1,1),(0,1996,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'34004',34004,34011,0,2,0),(0,1997,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'34004',34004,34013,0,2,0),(0,1998,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'34004',34004,34015,0,2,0),(1,1999,34004,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'34004',34004,34016,0,34,0),(0,2000,34004,'90',4,'90',90,34014,0,65534,0),(0,2001,34004,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,34013,0,1,1),(0,2002,34004,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,34014,0,63,1),(0,2003,34004,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',0,34021,0,1,1),(0,2004,34004,'com_liferay_configuration_admin_web_portlet_InstanceSettingsPortlet',1,'34004',34004,34011,0,2,0),(0,2005,34004,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',4,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',0,34013,0,1,1),(0,2006,34004,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',4,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',0,34014,0,63,1),(0,2007,34004,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',4,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',0,34021,0,1,1),(0,2008,34004,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'34004',34004,34013,0,2,0),(0,2009,34004,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'34004',34004,34015,0,2,0),(0,2010,34004,'com_liferay_portal_search_web_user_facet_portlet_UserFacetPortlet',1,'34004',34004,34016,0,2,0),(0,2011,34004,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,34013,0,1,1),(0,2012,34004,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,34014,0,127,1),(0,2013,34004,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,34021,0,33,1),(0,2014,34004,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'34004',34004,34015,0,64,0),(0,2015,34004,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'34004',34004,34016,0,64,0),(0,2016,34004,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,34013,0,1,1),(0,2017,34004,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,34014,0,31,1),(0,2018,34004,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,34021,0,1,1),(0,2019,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,34013,0,1,1),(0,2020,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,34014,0,63,1),(0,2021,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,34021,0,1,1),(0,2022,34004,'com.liferay.portal.kernel.model.LayoutPrototype',4,'com.liferay.portal.kernel.model.LayoutPrototype',0,34013,0,1,1),(0,2023,34004,'com.liferay.portal.kernel.model.LayoutPrototype',4,'com.liferay.portal.kernel.model.LayoutPrototype',0,34014,0,15,1),(0,2024,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'34004',34004,34011,0,2,0),(0,2025,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'34004',34004,34013,0,2,0),(0,2026,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'34004',34004,34015,0,2,0),(0,2027,34004,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',1,'34004',34004,34016,0,2,0),(0,2028,34004,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,34013,0,1,1),(0,2029,34004,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,34014,0,63,1),(0,2030,34004,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,34021,0,1,1),(0,2031,34004,'com_liferay_flags_web_portlet_FlagsPortlet',1,'34004',34004,34013,0,2,0),(0,2032,34004,'com_liferay_flags_web_portlet_FlagsPortlet',1,'34004',34004,34015,0,2,0),(0,2033,34004,'com_liferay_flags_web_portlet_FlagsPortlet',1,'34004',34004,34016,0,2,0),(0,2034,34004,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,34013,0,1,1),(0,2035,34004,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,34014,0,63,1),(0,2036,34004,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,34021,0,1,1),(0,2037,34004,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'34004',34004,34015,0,2,0),(0,2038,34004,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'34004',34004,34016,0,2,0),(0,2039,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,34013,0,1,1),(0,2040,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,34014,0,31,1),(0,2041,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',4,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',0,34021,0,1,1),(0,2042,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'34004',34004,34011,0,16,0),(0,2043,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'34004',34004,34013,0,16,0),(0,2044,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'34004',34004,34015,0,16,0),(0,2045,34004,'com_liferay_knowledge_base_web_portlet_ArticlePortlet',1,'34004',34004,34016,0,16,0),(0,2046,34004,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,34013,0,1,1),(0,2047,34004,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,34014,0,61,1),(0,2048,34004,'com_liferay_fragment_web_portlet_FragmentPortlet',4,'com_liferay_fragment_web_portlet_FragmentPortlet',0,34021,0,1,1),(0,2049,34004,'com.liferay.fragment',4,'com.liferay.fragment',0,34014,0,6,0),(0,2050,34004,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,34013,0,1,1),(0,2051,34004,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,34014,0,63,1),(0,2052,34004,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,34021,0,1,1),(0,2053,34004,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,34013,0,1,1),(0,2054,34004,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,34014,0,15,1),(0,2055,34004,'com.liferay.layout.page.template',4,'com.liferay.layout.page.template',0,34021,0,1,1),(0,2056,34004,'com.liferay.portal.kernel.model.Group',4,'com.liferay.portal.kernel.model.Group',0,34014,0,33554431,1),(0,2057,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',4,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',0,34013,0,1,1),(0,2058,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',4,'com.liferay.layout.page.template.model.LayoutPageTemplateCollection',0,34014,0,15,1),(0,2059,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',0,34013,0,1,1),(0,2060,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',0,34014,0,15,1),(0,2061,34004,'com.liferay.portal.kernel.model.LayoutSetBranch',4,'com.liferay.portal.kernel.model.LayoutSetBranch',0,34014,0,30,0),(0,2062,34004,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,34013,0,1,1),(0,2063,34004,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,34014,0,1023,1),(0,2064,34004,'com.liferay.portal.kernel.model.LayoutBranch',4,'com.liferay.portal.kernel.model.LayoutBranch',0,34014,0,14,0),(0,2065,34004,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,34013,0,1,1),(0,2066,34004,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,34014,0,125,1),(0,2067,34004,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,34021,0,1,1),(0,2068,34004,'com.liferay.portal.kernel.model.User',4,'com.liferay.portal.kernel.model.User',0,34014,0,31,1),(0,2069,34004,'com.liferay.portal.kernel.model.Organization',4,'com.liferay.portal.kernel.model.Organization',0,34014,0,2047,1),(0,2070,34004,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,34013,0,1,1),(0,2071,34004,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,34014,0,63,1),(0,2072,34004,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,34021,0,1,1),(0,2073,34004,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,34013,0,1,1),(0,2074,34004,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,34014,0,63,1),(0,2075,34004,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,34021,0,1,1),(0,2076,34004,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,34013,0,1,1),(0,2077,34004,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,34014,0,15,1),(0,2078,34004,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,34013,0,129,1),(0,2079,34004,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,34014,0,255,1),(0,2080,34004,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,34013,0,1,1),(0,2081,34004,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,34014,0,15,1),(0,2082,34004,'com.liferay.document.library',4,'com.liferay.document.library',0,34013,0,1,1),(0,2083,34004,'com.liferay.document.library',4,'com.liferay.document.library',0,34014,0,1023,1),(0,2084,34004,'com.liferay.document.library',4,'com.liferay.document.library',0,34021,0,465,1),(0,2085,34004,'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,34013,0,1,1),(0,2086,34004,'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,34014,0,15,1),(0,2087,34004,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,34013,0,1,1),(0,2088,34004,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,34014,0,511,1),(0,2089,34004,'com_liferay_document_library_web_portlet_DLPortlet',1,'34004',34004,34013,0,2,0),(0,2090,34004,'com_liferay_document_library_web_portlet_DLPortlet',1,'34004',34004,34015,0,2,0),(0,2091,34004,'com_liferay_document_library_web_portlet_DLPortlet',1,'34004',34004,34016,0,2,0),(0,2092,34004,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,34013,0,1,1),(0,2093,34004,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,34014,0,63,1),(0,2094,34004,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,34021,0,1,1),(0,2095,34004,'com.liferay.portal.security.service.access.policy',4,'com.liferay.portal.security.service.access.policy',0,34014,0,6,0),(0,2096,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'com.liferay.portal.security.service.access.policy.model.SAPEntry',0,34014,0,15,1),(0,2097,34004,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',1,'34004',34004,34011,0,2,0),(0,2098,34004,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,34013,0,1,1),(0,2099,34004,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,34014,0,63,1),(0,2100,34004,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,34021,0,1,1),(0,2101,34004,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'34004',34004,34011,0,2,0),(0,2102,34004,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,34013,0,1,1),(0,2103,34004,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,34014,0,63,1),(0,2104,34004,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,34021,0,1,1),(0,2105,34004,'com.liferay.portal.kernel.model.Team',4,'com.liferay.portal.kernel.model.Team',0,34014,0,31,1),(0,2106,34004,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,34013,0,1,1),(0,2107,34004,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,34014,0,63,1),(0,2108,34004,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,34021,0,1,1),(0,2109,34004,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'34004',34004,34013,0,32,0),(0,2110,34004,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'34004',34004,34015,0,32,0),(0,2111,34004,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'34004',34004,34016,0,32,0),(0,2112,34004,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',4,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',0,34013,0,1,1),(0,2113,34004,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',4,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',0,34014,0,63,1),(0,2114,34004,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',4,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',0,34021,0,1,1),(0,2115,34004,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'34004',34004,34013,0,2,0),(0,2116,34004,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'34004',34004,34015,0,2,0),(0,2117,34004,'com_liferay_portal_search_web_custom_facet_portlet_CustomFacetPortlet',1,'34004',34004,34016,0,2,0),(0,2118,34004,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,34013,0,1,1),(0,2119,34004,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,34014,0,63,1),(0,2120,34004,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,34021,0,1,1),(0,2121,34004,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'34004',34004,34013,0,2,0),(0,2122,34004,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'34004',34004,34015,0,2,0),(0,2123,34004,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'34004',34004,34016,0,2,0),(0,2124,34004,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,34013,0,1,1),(0,2125,34004,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,34014,0,61,1),(0,2126,34004,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,34021,0,1,1),(0,2127,34004,'com.liferay.message.boards.model.MBCategory',4,'com.liferay.message.boards.model.MBCategory',0,34013,0,1,1),(0,2128,34004,'com.liferay.message.boards.model.MBCategory',4,'com.liferay.message.boards.model.MBCategory',0,34014,0,4095,1),(0,2129,34004,'com.liferay.message.boards.model.MBThread',4,'com.liferay.message.boards.model.MBThread',0,34013,0,1,1),(0,2130,34004,'com.liferay.message.boards.model.MBThread',4,'com.liferay.message.boards.model.MBThread',0,34014,0,15,1),(0,2131,34004,'com.liferay.message.boards.model.MBMessage',4,'com.liferay.message.boards.model.MBMessage',0,34013,0,1,1),(0,2132,34004,'com.liferay.message.boards.model.MBMessage',4,'com.liferay.message.boards.model.MBMessage',0,34014,0,31,1),(0,2133,34004,'com.liferay.message.boards',4,'com.liferay.message.boards',0,34013,0,1,1),(0,2134,34004,'com.liferay.message.boards',4,'com.liferay.message.boards',0,34014,0,2047,1),(0,2135,34004,'com.liferay.message.boards',4,'com.liferay.message.boards',0,34021,0,421,1),(0,2136,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,34013,0,1,1),(0,2137,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,34014,0,63,1),(0,2138,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',4,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',0,34021,0,1,1),(0,2139,34004,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',4,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',0,34013,0,1,1),(0,2140,34004,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',4,'com.liferay.data.engine.rest.internal.model.InternalDataLayout',0,34014,0,15,1),(0,2141,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'34004',34004,34011,0,2,0),(0,2142,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'34004',34004,34013,0,2,0),(0,2143,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'34004',34004,34015,0,2,0),(0,2144,34004,'com_liferay_data_engine_web_portlet_DataLayoutPortlet',1,'34004',34004,34016,0,2,0),(0,2145,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,34013,0,1,1),(0,2146,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,34014,0,31,1),(0,2147,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',4,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',0,34021,0,1,1),(0,2148,34004,'com.liferay.knowledge.base.display',4,'com.liferay.knowledge.base.display',0,34014,0,126,0),(0,2149,34004,'com.liferay.knowledge.base.display',4,'com.liferay.knowledge.base.display',0,34021,0,32,0),(0,2150,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'34004',34004,34011,0,2,0),(0,2151,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'34004',34004,34013,0,2,0),(0,2152,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'34004',34004,34015,0,2,0),(0,2153,34004,'com_liferay_knowledge_base_web_portlet_DisplayPortlet',1,'34004',34004,34016,0,2,0),(0,2154,34004,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,34013,0,1,1),(0,2155,34004,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,34014,0,63,1),(0,2156,34004,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,34021,0,1,1),(0,2157,34004,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'34004',34004,34013,0,2,0),(0,2158,34004,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'34004',34004,34015,0,2,0),(0,2159,34004,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'34004',34004,34016,0,2,0),(0,2160,34004,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,34013,0,1,1),(0,2161,34004,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,34014,0,63,1),(0,2162,34004,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,34021,0,1,1),(0,2163,34004,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,34013,0,1,1),(0,2164,34004,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,34014,0,15,1),(0,2165,34004,'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,34013,0,1,1),(0,2166,34004,'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,34014,0,15,1),(0,2167,34004,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,34013,0,257,1),(0,2168,34004,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,34014,0,511,1),(0,2169,34004,'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,34013,0,1,1),(0,2170,34004,'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,34014,0,15,1),(0,2171,34004,'com.liferay.journal',4,'com.liferay.journal',0,34013,0,1,1),(0,2172,34004,'com.liferay.journal',4,'com.liferay.journal',0,34014,0,511,1),(0,2173,34004,'com.liferay.journal',4,'com.liferay.journal',0,34021,0,1,1),(0,2174,34004,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,34013,0,1,1),(0,2175,34004,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,34014,0,255,1),(0,2176,34004,'com_liferay_journal_web_portlet_JournalPortlet',1,'34004',34004,34015,0,2,0),(0,2177,34004,'com_liferay_journal_web_portlet_JournalPortlet',1,'34004',34004,34016,0,2,0),(0,2178,34004,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,34013,0,1,1),(0,2179,34004,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,34014,0,63,1),(0,2180,34004,'com_liferay_sharing_web_portlet_SharingPortlet',4,'com_liferay_sharing_web_portlet_SharingPortlet',0,34021,0,1,1),(0,2181,34004,'com_liferay_sharing_web_portlet_SharingPortlet',1,'34004',34004,34013,0,2,0),(0,2182,34004,'com_liferay_sharing_web_portlet_SharingPortlet',1,'34004',34004,34015,0,2,0),(0,2183,34004,'com_liferay_sharing_web_portlet_SharingPortlet',1,'34004',34004,34016,0,2,0),(0,2184,34004,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,34013,0,1,1),(0,2185,34004,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,34014,0,63,1),(0,2186,34004,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,34021,0,1,1),(0,2187,34004,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'34004',34004,34013,0,32,0),(0,2188,34004,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'34004',34004,34015,0,32,0),(0,2189,34004,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'34004',34004,34016,0,32,0),(0,2190,34004,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,34013,0,1,1),(0,2191,34004,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,34014,0,63,1),(0,2192,34004,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',4,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',0,34021,0,1,1),(0,2193,34004,'com.liferay.segments.model.SegmentsExperience',4,'com.liferay.segments.model.SegmentsExperience',0,34013,0,1,1),(0,2194,34004,'com.liferay.segments.model.SegmentsExperience',4,'com.liferay.segments.model.SegmentsExperience',0,34014,0,15,1),(0,2195,34004,'com.liferay.segments',4,'com.liferay.segments',0,34013,0,1,1),(0,2196,34004,'com.liferay.segments',4,'com.liferay.segments',0,34014,0,31,1),(0,2197,34004,'com.liferay.segments',4,'com.liferay.segments',0,34021,0,1,1),(0,2198,34004,'com.liferay.segments.model.SegmentsEntry',4,'com.liferay.segments.model.SegmentsEntry',0,34013,0,1,1),(0,2199,34004,'com.liferay.segments.model.SegmentsEntry',4,'com.liferay.segments.model.SegmentsEntry',0,34014,0,15,1),(0,2200,34004,'com.liferay.segments.model.SegmentsExperiment',4,'com.liferay.segments.model.SegmentsExperiment',0,34013,0,1,1),(0,2201,34004,'com.liferay.segments.model.SegmentsExperiment',4,'com.liferay.segments.model.SegmentsExperiment',0,34014,0,15,1),(0,2202,34004,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',1,'34004',34004,34015,0,2,0),(0,2203,34004,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',1,'34004',34004,34016,0,2,0),(0,2204,34004,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,34013,0,1,1),(0,2205,34004,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,34014,0,63,1),(0,2206,34004,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,34021,0,1,1),(0,2207,34004,'com.liferay.marketplace',4,'com.liferay.marketplace',0,34014,0,15,1),(0,2208,34004,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',1,'34004',34004,34011,0,2,0),(0,2209,34004,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,34013,0,1,1),(0,2210,34004,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,34014,0,63,1),(0,2211,34004,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,34021,0,1,1),(0,2212,34004,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'34004',34004,34013,0,2,0),(0,2213,34004,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'34004',34004,34015,0,2,0),(0,2214,34004,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'34004',34004,34016,0,2,0),(0,2215,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',0,34013,0,1,1),(0,2216,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',0,34014,0,31,1),(0,2217,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',0,34021,0,1,1),(0,2218,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'34004',34004,34013,0,2,0),(0,2219,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'34004',34004,34015,0,2,0),(0,2220,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormPortlet',1,'34004',34004,34016,0,2,0),(0,2221,34004,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,34013,0,1,1),(0,2222,34004,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,34014,0,63,1),(0,2223,34004,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,34021,0,1,1),(0,2224,34004,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'34004',34004,34015,0,2,0),(0,2225,34004,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,34013,0,1,1),(0,2226,34004,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,34014,0,63,1),(0,2227,34004,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,34021,0,1,1),(0,2228,34004,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,34013,0,1,1),(0,2229,34004,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,34014,0,31,1),(0,2230,34004,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,34021,0,1,1),(0,2231,34004,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,34013,0,1,1),(0,2232,34004,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,34014,0,15,1),(0,2233,34004,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'34004',34004,34015,0,2,0),(0,2234,34004,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'34004',34004,34016,0,2,0),(0,2235,34004,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',0,34014,0,31,1),(0,2236,34004,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,34013,0,1,1),(0,2237,34004,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,34014,0,63,1),(0,2238,34004,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,34021,0,1,1),(0,2239,34004,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'34004',34004,34013,0,2,0),(0,2240,34004,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'34004',34004,34015,0,2,0),(0,2241,34004,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'34004',34004,34016,0,2,0),(0,2242,34004,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,34013,0,1,1),(0,2243,34004,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,34014,0,63,1),(0,2244,34004,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,34021,0,1,1),(0,2245,34004,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',1,'34004',34004,34011,0,2,0),(0,2246,34004,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',4,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',0,34013,0,1,1),(0,2247,34004,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',4,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',0,34014,0,63,1),(0,2248,34004,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',4,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',0,34021,0,1,1),(0,2249,34004,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'34004',34004,34013,0,2,0),(0,2250,34004,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'34004',34004,34015,0,2,0),(0,2251,34004,'com_liferay_portal_search_web_search_options_portlet_SearchOptionsPortlet',1,'34004',34004,34016,0,2,0),(0,2252,34004,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,34013,0,1,1),(0,2253,34004,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,34014,0,31,1),(0,2254,34004,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,34021,0,1,1),(0,2255,34004,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'34004',34004,34013,0,16,0),(0,2256,34004,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'34004',34004,34015,0,16,0),(0,2257,34004,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'34004',34004,34016,0,16,0),(0,2258,34004,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,34013,0,1,1),(0,2259,34004,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,34014,0,63,1),(0,2260,34004,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,34021,0,1,1),(0,2261,34004,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'34004',34004,34013,0,2,0),(0,2262,34004,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'34004',34004,34015,0,2,0),(0,2263,34004,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'34004',34004,34016,0,2,0),(0,2264,34004,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,34013,0,1,1),(0,2265,34004,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,34014,0,63,1),(0,2266,34004,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',4,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',0,34021,0,1,1),(0,2267,34004,'com_liferay_gogo_shell_web_internal_portlet_GogoShellPortlet',1,'34004',34004,34011,0,2,0),(0,2268,34004,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,34013,0,1,1),(0,2269,34004,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,34014,0,63,1),(0,2270,34004,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,34021,0,1,1),(0,2271,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate',0,34013,0,1,1),(0,2272,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate',0,34014,0,15,1),(0,2273,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.mapping.model.DDMStructure',0,34013,0,1,1),(0,2274,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.mapping.model.DDMStructure',0,34014,0,15,1),(0,2275,34004,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'34004',34004,34015,0,2,0),(0,2276,34004,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'34004',34004,34016,0,2,0),(0,2277,34004,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,34013,0,1,1),(0,2278,34004,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,34014,0,63,1),(0,2279,34004,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',4,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',0,34021,0,1,1),(0,2280,34004,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'34004',34004,34013,0,2,0),(0,2281,34004,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'34004',34004,34015,0,2,0),(0,2282,34004,'com_liferay_reading_time_web_portlet_ReadingTimePortlet',1,'34004',34004,34016,0,2,0),(0,2283,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,34013,0,1,1),(0,2284,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,34014,0,63,1),(0,2285,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',4,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',0,34021,0,1,1),(0,2286,34004,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',4,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',0,34013,0,3,1),(0,2287,34004,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',4,'com.liferay.data.engine.rest.internal.model.InternalDataRecordCollection',0,34014,0,511,1),(0,2288,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'34004',34004,34011,0,2,0),(0,2289,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'34004',34004,34013,0,2,0),(0,2290,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'34004',34004,34015,0,2,0),(0,2291,34004,'com_liferay_data_engine_web_portlet_DataRecordCollectionPortlet',1,'34004',34004,34016,0,2,0),(0,2292,34004,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,34013,0,1,1),(0,2293,34004,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,34014,0,63,1),(0,2294,34004,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',4,'com_liferay_asset_categories_selector_web_portlet_AssetCategoriesSelectorPortlet',0,34021,0,1,1),(0,2295,34004,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,34013,0,1,1),(0,2296,34004,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,34014,0,61,1),(0,2297,34004,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,34021,0,1,1),(0,2298,34004,'com.liferay.asset.tags',4,'com.liferay.asset.tags',0,34014,0,6,0),(0,2299,34004,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,34013,0,1,1),(0,2300,34004,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,34014,0,63,1),(0,2301,34004,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,34021,0,1,1),(0,2302,34004,'com_liferay_iframe_web_portlet_IFramePortlet',1,'34004',34004,34015,0,2,0),(0,2303,34004,'com_liferay_iframe_web_portlet_IFramePortlet',1,'34004',34004,34016,0,2,0),(0,2304,34004,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,34013,0,1,1),(0,2305,34004,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,34014,0,31,1),(0,2306,34004,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',4,'com_liferay_portal_search_admin_web_portlet_SearchAdminPortlet',0,34021,0,1,1),(0,2307,34004,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,34013,0,1,1),(0,2308,34004,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,34014,0,63,1),(0,2309,34004,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,34021,0,1,1),(0,2310,34004,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'34004',34004,34015,0,2,0),(0,2311,34004,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'34004',34004,34016,0,2,0),(0,2312,34004,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,34013,0,1,1),(0,2313,34004,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,34014,0,63,1),(0,2314,34004,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,34021,0,1,1),(0,2315,34004,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',1,'34004',34004,34011,0,2,0),(0,2316,34004,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,34013,0,1,1),(0,2317,34004,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,34014,0,63,1),(0,2318,34004,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,34021,0,1,1),(0,2319,34004,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',1,'34004',34004,34011,0,2,0),(0,2320,34004,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,34013,0,1,1),(0,2321,34004,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,34014,0,63,1),(0,2322,34004,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,34021,0,1,1),(0,2323,34004,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,34013,0,1,1),(0,2324,34004,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,34014,0,63,1),(0,2325,34004,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,34021,0,1,1),(0,2326,34004,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'34004',34004,34013,0,2,0),(0,2327,34004,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'34004',34004,34015,0,2,0),(0,2328,34004,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'34004',34004,34016,0,2,0),(0,2329,34004,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,34013,0,1,1),(0,2330,34004,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,34014,0,63,1),(0,2331,34004,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,34021,0,1,1),(0,2332,34004,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'34004',34004,34013,0,32,0),(0,2333,34004,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'34004',34004,34015,0,32,0),(0,2334,34004,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'34004',34004,34016,0,32,0),(0,2335,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,34013,0,1,1),(0,2336,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,34014,0,63,1),(0,2337,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,34021,0,1,1),(0,2338,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'34004',34004,34011,0,2,0),(0,2339,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'34004',34004,34013,0,2,0),(0,2340,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'34004',34004,34015,0,2,0),(0,2341,34004,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'34004',34004,34016,0,2,0),(0,2342,34004,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,34013,0,1,1),(0,2343,34004,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,34014,0,125,1),(0,2344,34004,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',4,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',0,34021,0,1,1),(0,2345,34004,'com.liferay.site.navigation.model.SiteNavigationMenuItem',4,'com.liferay.site.navigation.model.SiteNavigationMenuItem',0,34013,0,1,1),(0,2346,34004,'com.liferay.site.navigation.model.SiteNavigationMenuItem',4,'com.liferay.site.navigation.model.SiteNavigationMenuItem',0,34014,0,15,1),(0,2347,34004,'com.liferay.site.navigation.model.SiteNavigationMenu',4,'com.liferay.site.navigation.model.SiteNavigationMenu',0,34013,0,1,1),(0,2348,34004,'com.liferay.site.navigation.model.SiteNavigationMenu',4,'com.liferay.site.navigation.model.SiteNavigationMenu',0,34014,0,15,1),(0,2349,34004,'com.liferay.site.navigation',4,'com.liferay.site.navigation',0,34014,0,6,0),(0,2350,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,34013,0,1,1),(0,2351,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,34014,0,31,1),(0,2352,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',4,'com_liferay_knowledge_base_web_portlet_SectionPortlet',0,34021,0,1,1),(0,2353,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'34004',34004,34011,0,16,0),(0,2354,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'34004',34004,34013,0,16,0),(0,2355,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'34004',34004,34015,0,16,0),(0,2356,34004,'com_liferay_knowledge_base_web_portlet_SectionPortlet',1,'34004',34004,34016,0,16,0),(0,2357,34004,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,34013,0,1,1),(0,2358,34004,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,34014,0,61,1),(0,2359,34004,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,34021,0,1,1),(0,2360,34004,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'com.liferay.portal.kernel.model.LayoutSetPrototype',0,34014,0,15,1),(0,2361,34004,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,34013,0,1,1),(0,2362,34004,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,34014,0,63,1),(0,2363,34004,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',4,'com_liferay_asset_tags_selector_web_portlet_AssetTagsSelectorPortlet',0,34021,0,1,1),(0,2364,34004,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,34013,0,1,1),(0,2365,34004,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,34014,0,61,1),(0,2366,34004,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,34021,0,1,1),(0,2367,34004,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,34013,0,1,1),(0,2368,34004,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,34014,0,31,1),(0,2369,34004,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,34021,0,1,1),(0,2370,34004,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'34004',34004,34015,0,2,0),(0,2371,34004,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'34004',34004,34016,0,2,0),(0,2372,34004,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,34013,0,1,1),(0,2373,34004,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,34014,0,63,1),(0,2374,34004,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,34021,0,1,1),(0,2375,34004,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'34004',34004,34013,0,2,0),(0,2376,34004,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'34004',34004,34015,0,2,0),(0,2377,34004,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'34004',34004,34016,0,2,0),(0,2378,34004,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,34013,0,1,1),(0,2379,34004,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,34014,0,63,1),(0,2380,34004,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,34021,0,1,1),(0,2381,34004,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'34004',34004,34013,0,2,0),(0,2382,34004,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'34004',34004,34015,0,2,0),(0,2383,34004,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'34004',34004,34016,0,2,0),(0,2384,34004,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,34013,0,1,1),(0,2385,34004,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,34014,0,31,1),(0,2386,34004,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,34021,0,1,1),(0,2387,34004,'com_liferay_login_web_portlet_LoginPortlet',1,'34004',34004,34013,0,16,0),(0,2388,34004,'com_liferay_login_web_portlet_LoginPortlet',1,'34004',34004,34015,0,16,0),(0,2389,34004,'com_liferay_login_web_portlet_LoginPortlet',1,'34004',34004,34016,0,16,0),(0,2390,34004,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,34013,0,1,1),(0,2391,34004,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,34014,0,63,1),(0,2392,34004,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,34021,0,1,1),(0,2393,34004,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,34013,0,129,1),(0,2394,34004,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,34014,0,255,1),(0,2395,34004,'com.liferay.wiki',4,'com.liferay.wiki',0,34014,0,6,0),(0,2396,34004,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,34013,0,1,1),(0,2397,34004,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,34014,0,255,1),(0,2398,34004,'com_liferay_wiki_web_portlet_WikiPortlet',1,'34004',34004,34015,0,2,0),(0,2399,34004,'com_liferay_wiki_web_portlet_WikiPortlet',1,'34004',34004,34016,0,2,0),(0,2400,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',0,34014,0,125,1),(0,2401,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AdminPortlet',0,34021,0,1,1),(0,2402,34004,'com.liferay.oauth2.provider',4,'com.liferay.oauth2.provider',0,34014,0,6,0),(0,2403,34004,'com.liferay.oauth2.provider.model.OAuth2Application',4,'com.liferay.oauth2.provider.model.OAuth2Application',0,34014,0,63,1),(0,2404,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,34013,0,1,1),(0,2405,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,34014,0,127,1),(0,2406,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,34021,0,1,1),(0,2407,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'34004',34004,34011,0,4,0),(0,2408,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'34004',34004,34013,0,4,0),(0,2409,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'34004',34004,34015,0,4,0),(0,2410,34004,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'34004',34004,34016,0,4,0),(0,2411,34004,'com_liferay_wiki_web_portlet_WikiAdminPortlet',4,'com_liferay_wiki_web_portlet_WikiAdminPortlet',0,34014,0,61,1),(0,2412,34004,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,34013,0,1,1),(0,2413,34004,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,34014,0,63,1),(0,2414,34004,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,34021,0,1,1),(0,2415,34004,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,34013,0,1,1),(0,2416,34004,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,34014,0,63,1),(0,2417,34004,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,34021,0,1,1),(0,2418,34004,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'34004',34004,34015,0,2,0),(0,2419,34004,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'34004',34004,34016,0,2,0),(0,2420,34004,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,34013,0,1,1),(0,2421,34004,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,34014,0,127,1),(0,2422,34004,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,34021,0,1,1),(0,2423,34004,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,34013,0,1,1),(0,2424,34004,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,34014,0,31,1),(0,2425,34004,'com.liferay.polls',4,'com.liferay.polls',0,34014,0,6,0),(0,2426,34004,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'34004',34004,34015,0,2,0),(0,2427,34004,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'34004',34004,34016,0,2,0),(0,2428,34004,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,34013,0,1,1),(0,2429,34004,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,34014,0,31,1),(0,2430,34004,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,34021,0,1,1),(0,2431,34004,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,34013,0,1,1),(0,2432,34004,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,34014,0,63,1),(0,2433,34004,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,34021,0,1,1),(0,2434,34004,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'34004',34004,34013,0,2,0),(0,2435,34004,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'34004',34004,34015,0,2,0),(0,2436,34004,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'34004',34004,34016,0,2,0),(0,2437,34004,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,34013,0,1,1),(0,2438,34004,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,34014,0,61,1),(0,2439,34004,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,34021,0,1,1),(0,2440,34004,'com_liferay_expando_web_portlet_ExpandoPortlet',4,'com_liferay_expando_web_portlet_ExpandoPortlet',0,34014,0,125,1),(0,2441,34004,'com.liferay.expando.kernel.model.ExpandoColumn',4,'com.liferay.expando.kernel.model.ExpandoColumn',0,34014,0,15,1),(0,2442,34004,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',4,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',0,34013,0,1,1),(0,2443,34004,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',4,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',0,34014,0,63,1),(0,2444,34004,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',4,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',0,34021,0,1,1),(0,2445,34004,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'34004',34004,34013,0,2,0),(0,2446,34004,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'34004',34004,34015,0,2,0),(0,2447,34004,'com_liferay_portal_search_web_tag_facet_portlet_TagFacetPortlet',1,'34004',34004,34016,0,2,0),(0,2448,34004,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,34013,0,1,1),(0,2449,34004,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,34014,0,63,1),(0,2450,34004,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,34021,0,1,1),(0,2451,34004,'com_liferay_polls_web_portlet_PollsPortlet',1,'34004',34004,34015,0,2,0),(0,2452,34004,'com_liferay_polls_web_portlet_PollsPortlet',1,'34004',34004,34016,0,2,0),(0,2453,34004,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,34013,0,1,1),(0,2454,34004,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,34014,0,63,1),(0,2455,34004,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,34021,0,1,1),(0,2456,34004,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,34013,0,1,1),(0,2457,34004,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,34014,0,63,1),(0,2458,34004,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',4,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',0,34021,0,1,1),(0,2459,34004,'com_liferay_portal_workflow_web_portlet_ControlPanelWorkflowPortlet',1,'34004',34004,34011,0,2,0),(0,2460,34004,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,34013,0,1,1),(0,2461,34004,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,34014,0,63,1),(0,2462,34004,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,34021,0,1,1),(0,2463,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,34013,0,1,1),(0,2464,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,34014,0,63,1),(0,2465,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',4,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',0,34021,0,1,1),(0,2466,34004,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',4,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',0,34013,0,1,1),(0,2467,34004,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',4,'com.liferay.data.engine.rest.internal.model.InternalDataDefinition',0,34014,0,15,1),(0,2468,34004,'com.liferay.data.engine',4,'com.liferay.data.engine',0,34014,0,62,0),(0,2469,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'34004',34004,34011,0,2,0),(0,2470,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'34004',34004,34013,0,2,0),(0,2471,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'34004',34004,34015,0,2,0),(0,2472,34004,'com_liferay_data_engine_web_portlet_DataDefinitionPortlet',1,'34004',34004,34016,0,2,0),(0,2473,34004,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',4,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',0,34013,0,1,1),(0,2474,34004,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',4,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',0,34014,0,63,1),(0,2475,34004,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',4,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',0,34021,0,1,1),(0,2476,34004,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'34004',34004,34013,0,2,0),(0,2477,34004,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'34004',34004,34015,0,2,0),(0,2478,34004,'com_liferay_portal_search_web_site_facet_portlet_SiteFacetPortlet',1,'34004',34004,34016,0,2,0),(0,2479,34004,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,34013,0,1,1),(0,2480,34004,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,34014,0,63,1),(0,2481,34004,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,34021,0,1,1),(0,2482,34004,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'34004',34004,34013,0,2,0),(0,2483,34004,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'34004',34004,34015,0,2,0),(0,2484,34004,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'34004',34004,34016,0,2,0),(0,2485,34004,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,34013,0,1,1),(0,2486,34004,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,34014,0,63,1),(0,2487,34004,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,34021,0,1,1),(0,2488,34004,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'34004',34004,34013,0,2,0),(0,2489,34004,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'34004',34004,34015,0,2,0),(0,2490,34004,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'34004',34004,34016,0,2,0),(0,2491,34004,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,34013,0,1,1),(0,2492,34004,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,34014,0,63,1),(0,2493,34004,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,34021,0,1,1),(0,2494,34004,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'34004',34004,34013,0,2,0),(0,2495,34004,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'34004',34004,34015,0,2,0),(0,2496,34004,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'34004',34004,34016,0,2,0),(0,2497,34004,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,34013,0,1,1),(0,2498,34004,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,34014,0,63,1),(0,2499,34004,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',0,34021,0,1,1),(0,2500,34004,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',1,'34004',34004,34015,0,2,0),(0,2501,34004,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',1,'34004',34004,34016,0,2,0),(0,2502,34004,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,34013,0,1,1),(0,2503,34004,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,34014,0,63,1),(0,2504,34004,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,34021,0,1,1),(0,2505,34004,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'34004',34004,34013,0,32,0),(0,2506,34004,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'34004',34004,34015,0,32,0),(0,2507,34004,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'34004',34004,34016,0,32,0),(0,2508,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,34013,0,1,1),(0,2509,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,34014,0,63,1),(0,2510,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,34021,0,1,1),(0,2511,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'34004',34004,34011,0,2,0),(0,2512,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'34004',34004,34013,0,2,0),(0,2513,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'34004',34004,34015,0,2,0),(0,2514,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'34004',34004,34016,0,2,0),(0,2515,34004,'com_liferay_my_account_web_portlet_MyAccountPortlet',4,'com_liferay_my_account_web_portlet_MyAccountPortlet',0,34014,0,31,1),(0,2516,34004,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',4,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',0,34013,0,1,1),(0,2517,34004,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',4,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',0,34014,0,63,1),(0,2518,34004,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',4,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',0,34021,0,1,1),(0,2519,34004,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'34004',34004,34013,0,2,0),(0,2520,34004,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'34004',34004,34015,0,2,0),(0,2521,34004,'com_liferay_portal_search_web_type_facet_portlet_TypeFacetPortlet',1,'34004',34004,34016,0,2,0),(0,2522,34004,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,34013,0,1,1),(0,2523,34004,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,34014,0,63,1),(0,2524,34004,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,34021,0,1,1),(0,2525,34004,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,34013,0,1,1),(0,2526,34004,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,34014,0,63,1),(0,2527,34004,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,34021,0,1,1),(0,2528,34004,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'34004',34004,34013,0,2,0),(0,2529,34004,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'34004',34004,34015,0,2,0),(0,2530,34004,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'34004',34004,34016,0,2,0),(0,2531,34004,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',4,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',0,34013,0,1,1),(0,2532,34004,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',4,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',0,34014,0,63,1),(0,2533,34004,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',4,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',0,34021,0,1,1),(0,2534,34004,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'34004',34004,34013,0,2,0),(0,2535,34004,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'34004',34004,34015,0,2,0),(0,2536,34004,'com_liferay_portal_search_web_search_results_portlet_SearchResultsPortlet',1,'34004',34004,34016,0,2,0),(0,2537,34004,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,34013,0,1,1),(0,2538,34004,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,34014,0,63,1),(0,2539,34004,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,34021,0,1,1),(0,2540,34004,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,34013,0,1,1),(0,2541,34004,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,34014,0,31,1),(0,2542,34004,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,34021,0,1,1),(0,2543,34004,'com_liferay_message_boards_web_portlet_MBPortlet',1,'34004',34004,34015,0,2,0),(0,2544,34004,'com_liferay_message_boards_web_portlet_MBPortlet',1,'34004',34004,34016,0,2,0),(0,2545,34004,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,34013,0,1,1),(0,2546,34004,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,34014,0,63,1),(0,2547,34004,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,34021,0,1,1),(0,2548,34004,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'34004',34004,34015,0,2,0),(0,2549,34004,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'34004',34004,34016,0,2,0),(0,2550,34004,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,34013,0,1,1),(0,2551,34004,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,34014,0,61,1),(0,2552,34004,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,34021,0,1,1),(0,2553,34004,'com.liferay.asset.categories',4,'com.liferay.asset.categories',0,34014,0,14,0),(0,2554,34004,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,34013,0,1,1),(0,2555,34004,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,34014,0,31,1),(0,2556,34004,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,34013,0,1,1),(0,2557,34004,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,34014,0,15,1),(0,2558,34004,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,34013,0,1,1),(0,2559,34004,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,34014,0,63,1),(0,2560,34004,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,34021,0,1,1),(0,2561,34004,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,34013,0,1,1),(0,2562,34004,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,34014,0,63,1),(0,2563,34004,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',4,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',0,34021,0,1,1),(0,2564,34004,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'34004',34004,34013,0,2,0),(0,2565,34004,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'34004',34004,34015,0,2,0),(0,2566,34004,'com_liferay_subscription_web_internal_portlet_UnsubscribePortlet',1,'34004',34004,34016,0,2,0),(0,2567,34004,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,34013,0,1,1),(0,2568,34004,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,34014,0,63,1),(0,2569,34004,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,34021,0,1,1),(0,2570,34004,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,34013,0,1,1),(0,2571,34004,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,34014,0,63,1),(0,2572,34004,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,34021,0,1,1),(0,2573,34004,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'34004',34004,34015,0,2,0),(0,2574,34004,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'34004',34004,34016,0,2,0),(0,2575,34004,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,34013,0,1,1),(0,2576,34004,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,34014,0,63,1),(0,2577,34004,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',4,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',0,34021,0,1,1),(0,2578,34004,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',1,'34004',34004,34015,0,2,0),(0,2579,34004,'com_liferay_portal_workflow_web_internal_portlet_ControlPanelWorkflowInstancePortlet',1,'34004',34004,34016,0,2,0),(0,2580,34004,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,34013,0,1,1),(0,2581,34004,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,34014,0,63,1),(0,2582,34004,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,34021,0,1,1),(0,2583,34004,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',1,'34004',34004,34011,0,2,0),(0,2584,34004,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,34013,0,1,1),(0,2585,34004,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,34014,0,63,1),(0,2586,34004,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,34021,0,1,1),(0,2587,34004,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,34013,0,1,1),(0,2588,34004,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,34014,0,63,1),(0,2589,34004,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,34021,0,1,1),(0,2590,34004,'com_liferay_mentions_web_portlet_MentionsPortlet',1,'34004',34004,34011,0,2,0),(0,2591,34004,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,34013,0,1,1),(0,2592,34004,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,34014,0,63,1),(0,2593,34004,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,34021,0,1,1),(0,2594,34004,'com_liferay_trash_web_portlet_TrashPortlet',1,'34004',34004,34011,0,2,0),(0,2595,34004,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,34013,0,1,1),(0,2596,34004,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,34014,0,61,1),(0,2597,34004,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,34021,0,1,1),(0,2598,34004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,34013,0,1,1),(0,2599,34004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,34014,0,63,1),(0,2600,34004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,34021,0,1,1),(0,2601,34004,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',4,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',0,34014,0,15,1),(0,2602,34004,'com.liferay.mobile.device.rules.model.MDRRuleGroup',4,'com.liferay.mobile.device.rules.model.MDRRuleGroup',0,34014,0,15,1),(0,2603,34004,'com.liferay.mobile.device.rules',4,'com.liferay.mobile.device.rules',0,34014,0,31,1),(0,2604,34004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'34004',34004,34015,0,2,0),(0,2605,34004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'34004',34004,34016,0,2,0),(0,2606,34004,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,34013,0,1,1),(0,2607,34004,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,34014,0,63,1),(0,2608,34004,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,34021,0,1,1),(0,2609,34004,'com.liferay.calendar.model.CalendarResource',4,'com.liferay.calendar.model.CalendarResource',0,34014,0,31,1),(0,2610,34004,'com.liferay.calendar.model.CalendarBooking',4,'com.liferay.calendar.model.CalendarBooking',0,34014,0,30,0),(0,2611,34004,'com.liferay.calendar',4,'com.liferay.calendar',0,34014,0,6,0),(0,2612,34004,'com.liferay.calendar.model.Calendar',4,'com.liferay.calendar.model.Calendar',0,34013,0,1,1),(0,2613,34004,'com.liferay.calendar.model.Calendar',4,'com.liferay.calendar.model.Calendar',0,34014,0,63,1),(0,2614,34004,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'34004',34004,34011,0,2,0),(0,2615,34004,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'34004',34004,34015,0,2,0),(0,2616,34004,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'34004',34004,34016,0,2,0),(0,2617,34004,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,34013,0,1,1),(0,2618,34004,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,34014,0,63,1),(0,2619,34004,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',4,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',0,34021,0,1,1),(0,2620,34004,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'34004',34004,34013,0,2,0),(0,2621,34004,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'34004',34004,34015,0,2,0),(0,2622,34004,'com_liferay_sharing_web_portlet_ManageCollaboratorsPortlet',1,'34004',34004,34016,0,2,0),(0,2623,34004,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,34013,0,1,1),(0,2624,34004,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,34014,0,63,1),(0,2625,34004,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',4,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',0,34021,0,1,1),(0,2626,34004,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'34004',34004,34013,0,2,0),(0,2627,34004,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'34004',34004,34015,0,2,0),(0,2628,34004,'com_liferay_portal_search_web_suggestions_portlet_SuggestionsPortlet',1,'34004',34004,34016,0,2,0),(0,2629,34004,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,34013,0,1,1),(0,2630,34004,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,34014,0,127,1),(0,2631,34004,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,34021,0,1,1),(0,2632,34004,'com_liferay_contacts_web_portlet_MembersPortlet',1,'34004',34004,34011,0,4,0),(0,2633,34004,'com_liferay_contacts_web_portlet_MembersPortlet',1,'34004',34004,34013,0,4,0),(0,2634,34004,'com_liferay_contacts_web_portlet_MembersPortlet',1,'34004',34004,34015,0,4,0),(0,2635,34004,'com_liferay_contacts_web_portlet_MembersPortlet',1,'34004',34004,34016,0,4,0),(0,2636,34004,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',4,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',0,34013,0,1,1),(0,2637,34004,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',4,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',0,34014,0,63,1),(0,2638,34004,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',4,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',0,34021,0,1,1),(0,2639,34004,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'34004',34004,34013,0,2,0),(0,2640,34004,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'34004',34004,34015,0,2,0),(0,2641,34004,'com_liferay_portal_search_web_category_facet_portlet_CategoryFacetPortlet',1,'34004',34004,34016,0,2,0),(0,2642,34004,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,34013,0,1,1),(0,2643,34004,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,34014,0,63,1),(0,2644,34004,'com_liferay_asset_list_web_portlet_AssetListPortlet',4,'com_liferay_asset_list_web_portlet_AssetListPortlet',0,34021,0,1,1),(0,2645,34004,'com.liferay.asset.list.model.AssetListEntry',4,'com.liferay.asset.list.model.AssetListEntry',0,34013,0,1,1),(0,2646,34004,'com.liferay.asset.list.model.AssetListEntry',4,'com.liferay.asset.list.model.AssetListEntry',0,34014,0,15,1),(0,2647,34004,'com.liferay.asset.list',4,'com.liferay.asset.list',0,34014,0,15,1),(0,2648,34004,'com.liferay.asset.list',4,'com.liferay.asset.list',0,34021,0,1,1),(0,2649,34004,'com_liferay_asset_list_web_portlet_AssetListPortlet',1,'34004',34004,34011,0,2,0),(0,2650,34004,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',4,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',0,34013,0,1,1),(0,2651,34004,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',4,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',0,34014,0,63,1),(0,2652,34004,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',4,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',0,34021,0,1,1),(0,2653,34004,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'34004',34004,34013,0,2,0),(0,2654,34004,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'34004',34004,34015,0,2,0),(0,2655,34004,'com_liferay_portal_search_web_search_bar_portlet_SearchBarPortlet',1,'34004',34004,34016,0,2,0),(0,2656,34004,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,34013,0,1,1),(0,2657,34004,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,34014,0,63,1),(0,2658,34004,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,34021,0,1,1),(0,2659,34004,'com_liferay_rss_web_portlet_RSSPortlet',1,'34004',34004,34015,0,32,0),(0,2660,34004,'com_liferay_rss_web_portlet_RSSPortlet',1,'34004',34004,34016,0,32,0),(0,2661,34004,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,34013,0,1,1),(0,2662,34004,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,34014,0,63,1),(0,2663,34004,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,34021,0,1,1),(0,2664,34004,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,34013,0,1,1),(0,2665,34004,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,34014,0,63,1),(0,2666,34004,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,34021,0,1,1),(0,2667,34004,'com.liferay.portal.kernel.model.UserGroup',4,'com.liferay.portal.kernel.model.UserGroup',0,34014,0,127,1),(0,2668,34004,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',1,'34004',34004,34011,0,2,0),(0,2669,34004,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,34013,0,1,1),(0,2670,34004,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,34014,0,63,1),(0,2671,34004,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,34021,0,1,1),(0,2672,34004,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',1,'34004',34004,34011,0,2,0),(0,2673,34004,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,34013,0,1,1),(0,2674,34004,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,34014,0,63,1),(0,2675,34004,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,34021,0,1,1),(0,2676,34004,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,34013,0,1,1),(0,2677,34004,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,34014,0,63,1),(0,2678,34004,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,34021,0,1,1),(0,2679,34004,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',4,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',0,34013,0,1,1),(0,2680,34004,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',4,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',0,34014,0,63,1),(0,2681,34004,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',4,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',0,34021,0,1,1),(0,2682,34004,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'34004',34004,34013,0,2,0),(0,2683,34004,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'34004',34004,34015,0,2,0),(0,2684,34004,'com_liferay_portal_search_web_internal_custom_filter_portlet_CustomFilterPortlet',1,'34004',34004,34016,0,2,0),(0,2685,34004,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,34013,0,1,1),(0,2686,34004,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,34014,0,63,1),(0,2687,34004,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,34021,0,1,1),(0,2688,34004,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',4,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',0,34013,0,1,1),(0,2689,34004,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',4,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',0,34014,0,63,1),(0,2690,34004,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',4,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',0,34021,0,1,1),(0,2691,34004,'com_liferay_portal_search_web_low_level_search_options_portlet_LowLevelSearchOptionsPortlet',1,'34004',34004,34011,0,2,0),(0,2692,34004,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,34013,0,1,1),(0,2693,34004,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,34014,0,63,1),(0,2694,34004,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,34021,0,1,1),(0,2695,34004,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'34004',34004,34013,0,2,0),(0,2696,34004,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'34004',34004,34015,0,2,0),(0,2697,34004,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'34004',34004,34016,0,2,0),(0,2698,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',0,34013,0,1,1),(0,2699,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2AuthorizePortlet',0,34014,0,31,1),(0,2700,34004,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',0,34013,0,1,1),(0,2701,34004,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',0,34014,0,63,1),(0,2702,34004,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',4,'com_liferay_layout_content_page_editor_web_internal_portlet_ContentPageEditorPortlet',0,34021,0,1,1),(0,2703,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',4,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',0,34014,0,31,1),(0,2704,34004,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,34013,0,1,1),(0,2705,34004,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,34014,0,63,1),(0,2706,34004,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,34021,0,1,1),(0,2707,34004,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'34004',34004,34013,0,2,0),(0,2708,34004,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'34004',34004,34015,0,2,0),(0,2709,34004,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'34004',34004,34016,0,2,0),(0,2710,34004,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,34013,0,1,1),(0,2711,34004,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,34014,0,63,1),(0,2712,34004,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',4,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',0,34021,0,1,1),(0,2713,34004,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',1,'34004',34004,34015,0,2,0),(1,2714,34004,'com_liferay_portal_workflow_web_internal_portlet_UserWorkflowPortlet',1,'34004',34004,34016,0,34,0),(0,2715,34004,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,34013,0,1,1),(0,2716,34004,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,34014,0,63,1),(0,2717,34004,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,34021,0,1,1),(0,2718,34004,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'34004',34004,34013,0,2,0),(0,2719,34004,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'34004',34004,34015,0,2,0),(0,2720,34004,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'34004',34004,34016,0,2,0),(0,2721,34004,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,34013,0,1,1),(0,2722,34004,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,34014,0,63,1),(0,2723,34004,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',4,'com_liferay_segments_simulation_web_internal_portlet_SegmentsSimulationPortlet',0,34021,0,1,1),(0,2724,34004,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,34013,0,1,1),(0,2725,34004,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,34014,0,63,1),(0,2726,34004,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,34021,0,1,1),(0,2727,34004,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'34004',34004,34011,0,32,0),(0,2728,34004,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'34004',34004,34015,0,32,0),(0,2729,34004,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'34004',34004,34016,0,32,0),(0,2730,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,34013,0,1,1),(0,2731,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,34014,0,63,1),(0,2732,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,34021,0,1,1),(0,2733,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'34004',34004,34013,0,2,0),(0,2734,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'34004',34004,34015,0,2,0),(0,2735,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'34004',34004,34016,0,2,0),(0,2736,34004,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,34013,0,1,1),(0,2737,34004,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,34014,0,63,1),(0,2738,34004,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,34021,0,1,1),(0,2739,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,34013,0,1,1),(0,2740,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,34014,0,31,1),(0,2741,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,34021,0,1,1),(0,2742,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'34004',34004,34013,0,2,0),(0,2743,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'34004',34004,34015,0,2,0),(0,2744,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'34004',34004,34016,0,2,0),(0,2745,34004,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,34013,0,1,1),(0,2746,34004,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,34014,0,63,1),(0,2747,34004,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,34021,0,1,1),(0,2748,34004,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'34004',34004,34013,0,32,0),(0,2749,34004,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'34004',34004,34015,0,32,0),(0,2750,34004,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'34004',34004,34016,0,32,0),(0,2751,34004,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,34013,0,1,1),(0,2752,34004,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,34014,0,63,1),(0,2753,34004,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,34021,0,1,1),(0,2754,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',0,34013,0,1,1),(0,2755,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',0,34014,0,63,1),(0,2756,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',4,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',0,34021,0,1,1),(0,2757,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'34004',34004,34011,0,2,0),(0,2758,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'34004',34004,34013,0,2,0),(0,2759,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'34004',34004,34015,0,2,0),(0,2760,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormBrowserPortlet',1,'34004',34004,34016,0,2,0),(0,2761,34004,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,34013,0,1,1),(0,2762,34004,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,34014,0,61,1),(0,2763,34004,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,34021,0,1,1),(0,2764,34004,'com.liferay.portal.kernel.model.Role',4,'com.liferay.portal.kernel.model.Role',0,34014,0,127,1),(0,2765,34004,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,34013,0,1,1),(0,2766,34004,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,34014,0,127,1),(0,2767,34004,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,34021,0,1,1),(0,2768,34004,'com_liferay_login_web_portlet_FastLoginPortlet',1,'34004',34004,34013,0,4,0),(0,2769,34004,'com_liferay_login_web_portlet_FastLoginPortlet',1,'34004',34004,34015,0,4,0),(0,2770,34004,'com_liferay_login_web_portlet_FastLoginPortlet',1,'34004',34004,34016,0,4,0),(0,2771,34004,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,34013,0,1,1),(0,2772,34004,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,34014,0,63,1),(0,2773,34004,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,34021,0,1,1),(0,2774,34004,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,34013,0,1,1),(0,2775,34004,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,34014,0,31,1),(0,2776,34004,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,34021,0,1,1),(0,2777,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,34013,0,1,1),(0,2778,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,34014,0,63,1),(0,2779,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,34021,0,1,1),(0,2780,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'34004',34004,34011,0,2,0),(0,2781,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'34004',34004,34013,0,2,0),(0,2782,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'34004',34004,34015,0,2,0),(0,2783,34004,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'34004',34004,34016,0,2,0),(0,2784,34004,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,34013,0,1,1),(0,2785,34004,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,34014,0,63,1),(0,2786,34004,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,34021,0,1,1),(0,2787,34004,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',1,'34004',34004,34011,0,2,0),(0,2788,34004,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,34013,0,1,1),(0,2789,34004,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,34014,0,63,1),(0,2790,34004,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,34021,0,1,1),(0,2791,34004,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,34013,0,1,1),(0,2792,34004,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,34014,0,63,1),(0,2793,34004,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,34021,0,1,1),(0,2794,34004,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',4,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',0,34013,0,1,1),(0,2795,34004,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',4,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',0,34014,0,63,1),(0,2796,34004,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',4,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',0,34021,0,1,1),(0,2797,34004,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'34004',34004,34013,0,2,0),(0,2798,34004,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'34004',34004,34015,0,2,0),(0,2799,34004,'com_liferay_portal_search_web_folder_facet_portlet_FolderFacetPortlet',1,'34004',34004,34016,0,2,0),(0,2800,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,34013,0,1,1),(0,2801,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,34014,0,63,1),(0,2802,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,34021,0,1,1),(0,2803,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'34004',34004,34013,0,32,0),(0,2804,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'34004',34004,34015,0,32,0),(0,2805,34004,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'34004',34004,34016,0,32,0),(0,2806,34004,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',4,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',0,34013,0,1,1),(0,2807,34004,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',4,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',0,34014,0,63,1),(0,2808,34004,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',4,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',0,34021,0,1,1),(0,2809,34004,'com_liferay_portal_search_web_search_insights_portlet_SearchInsightsPortlet',1,'34004',34004,34011,0,2,0),(0,2810,34004,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,34013,0,1,1),(0,2811,34004,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,34014,0,63,1),(0,2812,34004,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,34021,0,1,1),(0,2813,34004,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',2,'34030',34030,34015,0,63,1),(0,2814,34004,'com.liferay.layout.page.template',2,'34030',34030,34015,0,15,1),(0,2815,34004,'com_liferay_fragment_web_portlet_FragmentPortlet',2,'34030',34030,34015,0,61,1),(0,2816,34004,'com.liferay.fragment',2,'34030',34030,34015,0,6,0),(0,2817,34004,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',2,'34030',34030,34015,0,63,1),(0,2818,34004,'com_liferay_site_navigation_admin_web_portlet_SiteNavigationAdminPortlet',2,'34030',34030,34015,0,125,1),(0,2819,34004,'com.liferay.site.navigation',2,'34030',34030,34015,0,6,0),(0,2820,34004,'com_liferay_journal_web_portlet_JournalPortlet',2,'34030',34030,34015,0,63,1),(0,2821,34004,'com.liferay.journal',2,'34030',34030,34015,0,511,1),(0,2822,34004,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',2,'34030',34030,34015,0,61,1),(0,2823,34004,'com.liferay.blogs',2,'34030',34030,34015,0,14,0),(0,2824,34004,'com_liferay_document_library_web_portlet_DLAdminPortlet',2,'34030',34030,34015,0,61,1),(0,2825,34004,'com.liferay.document.library',2,'34030',34030,34015,0,1023,1),(0,2826,34004,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',2,'34030',34030,34015,0,63,1),(0,2827,34004,'com.liferay.dynamic.data.lists',2,'34030',34030,34015,0,30,0),(0,2828,34004,'com_liferay_dynamic_data_mapping_form_web_portlet_DDMFormAdminPortlet',2,'34030',34030,34015,0,63,1),(0,2829,34004,'com.liferay.dynamic.data.mapping',2,'34030',34030,34015,0,30,0),(0,2830,34004,'com_liferay_knowledge_base_web_portlet_AdminPortlet',2,'34030',34030,34015,0,63,1),(0,2831,34004,'com.liferay.knowledge.base.admin',2,'34030',34030,34015,0,4094,0),(0,2832,34004,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',2,'34030',34030,34015,0,63,1),(0,2833,34004,'com_liferay_message_boards_web_portlet_MBAdminPortlet',2,'34030',34030,34015,0,61,1),(0,2834,34004,'com.liferay.message.boards',2,'34030',34030,34015,0,2047,1),(0,2835,34004,'com_liferay_polls_web_portlet_PollsPortlet',2,'34030',34030,34015,0,63,1),(0,2836,34004,'com.liferay.polls',2,'34030',34030,34015,0,6,0),(0,2837,34004,'com_liferay_wiki_web_portlet_WikiAdminPortlet',2,'34030',34030,34015,0,61,1),(0,2838,34004,'com.liferay.wiki',2,'34030',34030,34015,0,6,0),(0,2839,34004,'com_liferay_asset_list_web_portlet_AssetListPortlet',2,'34030',34030,34015,0,63,1),(0,2840,34004,'com.liferay.asset.list',2,'34030',34030,34015,0,15,1),(0,2841,34004,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',2,'34030',34030,34015,0,61,1),(0,2842,34004,'com.liferay.asset.categories',2,'34030',34030,34015,0,14,0),(0,2843,34004,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',2,'34030',34030,34015,0,61,1),(0,2844,34004,'com.liferay.asset.tags',2,'34030',34030,34015,0,6,0),(0,2845,34004,'com_liferay_trash_web_portlet_TrashPortlet',2,'34030',34030,34015,0,63,1),(0,2846,34004,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',2,'34030',34030,34015,0,63,1),(0,2847,34004,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',2,'34030',34030,34015,0,63,1),(0,2848,34004,'com_liferay_segments_web_internal_portlet_SegmentsPortlet',2,'34030',34030,34015,0,63,1),(0,2849,34004,'com.liferay.segments',2,'34030',34030,34015,0,31,1),(0,2850,34004,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',2,'34030',34030,34015,0,63,1),(0,2851,34004,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',2,'34030',34030,34015,0,63,1),(0,2852,34004,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',2,'34030',34030,34015,0,63,1),(0,2853,34004,'com.liferay.mobile.device.rules',2,'34030',34030,34015,0,31,1),(0,2854,34004,'com_liferay_portal_workflow_web_internal_portlet_SiteAdministrationWorkflowPortlet',2,'34030',34030,34015,0,63,1),(0,2855,34004,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',2,'34030',34030,34015,0,63,1),(0,2856,34004,'com_liferay_exportimport_web_portlet_ExportPortlet',2,'34030',34030,34015,0,63,1),(0,2857,34004,'com_liferay_exportimport_web_portlet_ImportPortlet',2,'34030',34030,34015,0,63,1),(0,2858,34004,'com_liferay_oauth2_provider_web_internal_portlet_OAuth2ConnectedApplicationsPortlet',1,'34004',34004,34016,0,16,0),(0,2859,34004,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'34004',34004,34016,0,32,0),(0,2860,34004,'com.liferay.portal.kernel.model.Layout',4,'19',19,34014,34008,1023,1),(0,2861,34004,'com.liferay.portal.kernel.model.Layout',4,'19',19,34021,0,529,1),(0,2862,34004,'com.liferay.portal.kernel.model.Layout',4,'19',19,34013,0,1,1),(0,2863,34004,'com.liferay.portal.kernel.model.Layout',4,'20',20,34014,34008,1023,1),(0,2864,34004,'com.liferay.portal.kernel.model.Layout',4,'20',20,34021,0,529,1),(0,2865,34004,'com.liferay.portal.kernel.model.Layout',2,'34026',34026,34016,0,1,1),(0,2866,34004,'com.liferay.portal.kernel.model.LayoutPrototype',4,'34190',34190,34014,34008,15,1),(0,2867,34004,'com.liferay.portal.kernel.model.Group',4,'34191',34191,34014,0,33554431,1),(0,2868,34004,'com.liferay.portal.kernel.model.Layout',4,'21',21,34014,34008,1023,1),(0,2869,34004,'com.liferay.portal.kernel.model.Layout',4,'21',21,34021,0,529,1),(0,2870,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34194',34194,34014,34008,15,1),(0,2871,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34194',34194,34016,0,1,1),(0,2872,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34194',34194,34013,0,1,1),(0,2873,34004,'com.liferay.portal.kernel.model.Layout',4,'22',22,34014,34008,1023,1),(0,2874,34004,'com.liferay.portal.kernel.model.Layout',4,'22',22,34021,0,529,1),(0,2875,34004,'com.liferay.portal.kernel.model.Layout',4,'22',22,34013,0,1,1),(0,2876,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34220',34220,34014,34008,15,1),(0,2877,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34220',34220,34013,0,1,1),(0,2878,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34223',34223,34014,34008,15,1),(0,2879,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34223',34223,34013,0,1,1),(0,2880,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34226',34226,34014,34008,15,1),(0,2881,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34226',34226,34013,0,1,1),(0,2882,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34229',34229,34014,34008,15,1),(0,2883,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34229',34229,34013,0,1,1),(0,2884,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34232',34232,34014,34008,15,1),(0,2885,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34232',34232,34013,0,1,1),(0,2886,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34235',34235,34014,34008,15,1),(0,2887,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34235',34235,34013,0,1,1),(0,2888,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34238',34238,34014,34008,15,1),(0,2889,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34238',34238,34013,0,1,1),(0,2890,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34241',34241,34014,34008,15,1),(0,2891,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34241',34241,34013,0,1,1),(0,2892,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34244',34244,34014,34008,15,1),(0,2893,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34244',34244,34013,0,1,1),(0,2894,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34247',34247,34014,34008,15,1),(0,2895,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34247',34247,34013,0,1,1),(0,2896,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34250',34250,34014,34008,15,1),(0,2897,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34250',34250,34013,0,1,1),(0,2898,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34253',34253,34014,34008,15,1),(0,2899,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34253',34253,34013,0,1,1),(0,2900,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34256',34256,34014,34008,15,1),(0,2901,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34256',34256,34013,0,1,1),(0,2902,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34259',34259,34014,34008,15,1),(0,2903,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34259',34259,34013,0,1,1),(0,2904,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34262',34262,34014,34008,15,1),(0,2905,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34262',34262,34013,0,1,1),(0,2906,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34265',34265,34014,34008,15,1),(0,2907,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34265',34265,34013,0,1,1),(0,2908,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34268',34268,34014,34008,15,1),(0,2909,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34268',34268,34013,0,1,1),(0,2910,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34271',34271,34014,34008,15,1),(0,2911,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34271',34271,34013,0,1,1),(0,2912,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34274',34274,34014,34008,15,1),(0,2913,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34274',34274,34013,0,1,1),(0,2914,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34277',34277,34014,34008,15,1),(0,2915,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34277',34277,34013,0,1,1),(0,2916,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34280',34280,34014,34008,15,1),(0,2917,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34280',34280,34013,0,1,1),(0,2918,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34283',34283,34014,34008,15,1),(0,2919,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34283',34283,34013,0,1,1),(0,2920,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34286',34286,34014,34008,15,1),(0,2921,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34286',34286,34013,0,1,1),(0,2922,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34289',34289,34014,34008,15,1),(0,2923,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34289',34289,34013,0,1,1),(0,2924,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34292',34292,34014,34008,15,1),(0,2925,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34292',34292,34013,0,1,1),(0,2926,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34295',34295,34014,34008,15,1),(0,2927,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34295',34295,34013,0,1,1),(0,2928,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34298',34298,34014,34008,15,1),(0,2929,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34298',34298,34013,0,1,1),(0,2930,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34301',34301,34014,34008,15,1),(0,2931,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34301',34301,34016,0,1,1),(0,2932,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34301',34301,34013,0,1,1),(0,2933,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34305',34305,34014,34008,15,1),(0,2934,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34305',34305,34016,0,1,1),(0,2935,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34305',34305,34013,0,1,1),(0,2936,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34309',34309,34014,34008,15,1),(0,2937,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34309',34309,34016,0,1,1),(0,2938,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34309',34309,34013,0,1,1),(0,2939,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34313',34313,34014,34008,15,1),(0,2940,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34313',34313,34016,0,1,1),(0,2941,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34313',34313,34013,0,1,1),(0,2942,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34317',34317,34014,34008,15,1),(0,2943,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34317',34317,34016,0,1,1),(0,2944,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34317',34317,34013,0,1,1),(0,2945,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34321',34321,34014,34008,15,1),(0,2946,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34321',34321,34016,0,1,1),(0,2947,34004,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34321',34321,34013,0,1,1),(0,2948,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34325',34325,34014,34008,15,1),(0,2949,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34325',34325,34016,0,1,1),(0,2950,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'34325',34325,34013,0,1,1),(0,2951,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34329',34329,34014,34008,15,1),(0,2952,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34329',34329,34013,0,1,1),(0,2953,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34332',34332,34014,34008,15,1),(0,2954,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'34332',34332,34013,0,1,1),(0,2955,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'34335',34335,34014,34008,15,1),(0,2956,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'34335',34335,34016,0,1,1),(0,2957,34004,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'34335',34335,34013,0,1,1),(0,2958,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'34339',34339,34014,34008,15,1),(0,2959,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'34339',34339,34016,0,1,1),(0,2960,34004,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'34339',34339,34013,0,1,1),(0,2961,34004,'com.liferay.oauth2.provider.model.OAuth2Application',4,'101',101,34014,34008,63,1),(0,2962,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34404',34404,34014,34008,15,1),(0,2963,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34407',34407,34014,34008,15,1),(0,2964,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34408',34408,34014,34008,15,1),(0,2965,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34409',34409,34014,34008,15,1),(0,2966,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34410',34410,34014,34008,15,1),(0,2967,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34411',34411,34014,34008,15,1),(0,2968,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34412',34412,34014,34008,15,1),(0,2969,34004,'com.liferay.oauth2.provider.model.OAuth2Application',4,'102',102,34014,34008,63,1),(0,2970,34004,'com.liferay.document.library.kernel.model.DLFolder',4,'34414',34414,34014,34008,511,1),(0,2971,34004,'com.liferay.document.library.kernel.model.DLFolder',4,'34414',34414,34013,0,1,1),(0,2972,34004,'com.liferay.document.library.kernel.model.DLFolder',4,'34417',34417,34014,34008,511,1),(0,2973,34004,'com.liferay.document.library.kernel.model.DLFolder',4,'34417',34417,34013,0,1,1),(0,2974,34004,'com.liferay.document.library.kernel.model.DLFileEntry',4,'34418',34418,34014,34008,255,1),(0,2975,34004,'com.liferay.document.library.kernel.model.DLFileEntry',4,'34418',34418,34016,0,129,1),(0,2976,34004,'com.liferay.document.library.kernel.model.DLFileEntry',4,'34418',34418,34013,0,129,1),(0,2977,34004,'com.liferay.oauth2.provider.model.OAuth2Application',4,'102',102,34012,0,17,1),(0,2978,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34421',34421,34014,34008,15,1),(0,2979,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34422',34422,34014,34008,15,1),(0,2980,34004,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'34423',34423,34014,34008,15,1),(0,2981,34004,'com.liferay.portal.kernel.model.Role',4,'34444',34444,34014,0,127,1),(0,2982,34004,'com.liferay.portal.kernel.model.Role',4,'34450',34450,34014,0,127,1),(0,2983,34004,'com.liferay.portal.kernel.model.Role',4,'34453',34453,34014,0,127,1),(0,2984,34004,'com.liferay.portal.kernel.model.LayoutPrototype',4,'34464',34464,34014,34008,15,1),(0,2985,34004,'com.liferay.portal.kernel.model.Group',4,'34465',34465,34014,0,33554431,1),(0,2986,34004,'com.liferay.portal.kernel.model.Layout',4,'23',23,34014,34008,1023,1),(0,2987,34004,'com.liferay.portal.kernel.model.Layout',4,'23',23,34021,0,529,1),(0,2988,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34468',34468,34014,34008,15,1),(0,2989,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34468',34468,34016,0,1,1),(0,2990,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34468',34468,34013,0,1,1),(0,2991,34004,'com.liferay.wiki',4,'34465',34465,34014,0,6,0),(0,2992,34004,'com.liferay.portal.kernel.model.LayoutPrototype',4,'34470',34470,34014,34008,15,1),(0,2993,34004,'com.liferay.portal.kernel.model.Group',4,'34471',34471,34014,0,33554431,1),(0,2994,34004,'com.liferay.portal.kernel.model.Layout',4,'24',24,34014,34008,1023,1),(0,2995,34004,'com.liferay.portal.kernel.model.Layout',4,'24',24,34021,0,529,1),(0,2996,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34474',34474,34014,34008,15,1),(0,2997,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34474',34474,34016,0,1,1),(0,2998,34004,'com.liferay.layout.page.template.model.LayoutPageTemplateEntry',4,'34474',34474,34013,0,1,1),(0,2999,34004,'com.liferay.blogs',4,'34471',34471,34014,0,14,0),(0,3000,34004,'com.liferay.blogs',4,'34471',34471,34021,0,8,0),(0,3001,34004,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'34476',34476,34014,34008,15,1),(0,3002,34004,'com.liferay.portal.kernel.model.Group',4,'34477',34477,34014,0,33554431,1),(0,3003,34004,'com.liferay.portal.kernel.model.Layout',4,'25',25,34014,34008,1023,1),(0,3004,34004,'com.liferay.portal.kernel.model.Layout',4,'25',25,34021,0,529,1),(0,3005,34004,'com.liferay.portal.kernel.model.Layout',4,'25',25,34013,0,1,1),(0,3006,34004,'com.liferay.portal.kernel.model.Layout',4,'26',26,34014,34008,1023,1),(0,3007,34004,'com.liferay.portal.kernel.model.Layout',4,'26',26,34021,0,529,1),(0,3008,34004,'com.liferay.portal.kernel.model.Layout',4,'26',26,34013,0,1,1),(0,3009,34004,'com.liferay.document.library',4,'34477',34477,34014,0,1023,1),(0,3010,34004,'com.liferay.document.library',4,'34477',34477,34021,0,465,1),(0,3011,34004,'com.liferay.document.library',4,'34477',34477,34013,0,1,1),(0,3012,34004,'com.liferay.portal.kernel.model.Layout',4,'27',27,34014,34008,1023,1),(0,3013,34004,'com.liferay.portal.kernel.model.Layout',4,'27',27,34021,0,529,1),(0,3014,34004,'com.liferay.portal.kernel.model.Layout',4,'27',27,34013,0,1,1),(0,3015,34004,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'34488',34488,34014,34008,15,1),(0,3016,34004,'com.liferay.portal.kernel.model.Group',4,'34489',34489,34014,0,33554431,1),(0,3017,34004,'com.liferay.portal.kernel.model.Layout',4,'28',28,34014,34008,1023,1),(0,3018,34004,'com.liferay.portal.kernel.model.Layout',4,'28',28,34021,0,529,1),(0,3019,34004,'com.liferay.portal.kernel.model.Layout',4,'28',28,34013,0,1,1),(0,3020,34004,'com.liferay.message.boards',4,'34489',34489,34014,0,2047,1),(0,3021,34004,'com.liferay.message.boards',4,'34489',34489,34021,0,421,1),(0,3022,34004,'com.liferay.message.boards',4,'34489',34489,34013,0,1,1),(0,3023,34004,'com.liferay.polls',4,'34489',34489,34014,0,6,0),(0,3024,34004,'com.liferay.portal.kernel.model.Layout',4,'29',29,34014,34008,1023,1),(0,3025,34004,'com.liferay.portal.kernel.model.Layout',4,'29',29,34021,0,529,1),(0,3026,34004,'com.liferay.portal.kernel.model.Layout',4,'29',29,34013,0,1,1),(0,3027,34004,'com.liferay.wiki',4,'34489',34489,34014,0,6,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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `resourcetypepermission` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `resourceTypePermissionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `roleId` bigint(20) DEFAULT NULL, `actionIds` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `role_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `title` longtext, `description` longtext, `type_` int(11) 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=utf8; /*!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,'6f600819-d883-f696-6374-855eaf9ed8b7',20107,20101,20105,NULL,'2020-08-26 09:46:17.674000','2020-08-26 09:46:17.674000',20004,20107,'Administrator',NULL,'Administrators are super users who can do anything.',1,NULL),(0,'d89b5e15-588b-de48-5387-4d2861d36336',20108,20101,20105,NULL,'2020-08-26 09:46:17.705000','2020-08-26 09:46:17.705000',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,'7f08b9d8-0b70-2cf8-1245-5db6edcd2da3',20109,20101,20105,NULL,'2020-08-26 09:46:17.774000','2020-08-26 09:46:17.774000',20004,20109,'Guest',NULL,'Unauthenticated users always have this role.',1,NULL),(0,'baed3e88-3d05-6ec7-2463-aaf0ea671f2f',20110,20101,20105,NULL,'2020-08-26 09:46:17.780000','2020-08-26 09:46:17.780000',20004,20110,'Owner',NULL,'This is an implied role with respect to the objects users create.',1,NULL),(0,'1eae5c8e-1c03-4732-01d6-962131b397c7',20111,20101,20105,NULL,'2020-08-26 09:46:17.785000','2020-08-26 09:46:17.785000',20004,20111,'Power User',NULL,'Power Users have their own personal site.',1,NULL),(0,'05d11b78-d17d-4f97-dd8f-3a13a3d5af4f',20112,20101,20105,NULL,'2020-08-26 09:46:17.790000','2020-08-26 09:46:17.790000',20004,20112,'User',NULL,'Authenticated users should be assigned this role.',1,NULL),(0,'3b12e4e2-b923-08fd-4781-8740cf08a035',20113,20101,20105,NULL,'2020-08-26 09:46:17.848000','2020-08-26 09:46:17.848000',20004,20113,'Organization Administrator',NULL,'Organization Administrators are super users of their organization but cannot make other users into Organization Administrators.',3,NULL),(0,'5dc2cde4-1d8e-529d-7cd8-5faff83ddeb1',20114,20101,20105,NULL,'2020-08-26 09:46:17.856000','2020-08-26 09:46:17.856000',20004,20114,'Organization Owner',NULL,'Organization Owners are super users of their organization and can assign organization roles to users.',3,NULL),(0,'0709ce55-5905-7a79-689c-f341eb14cf53',20115,20101,20105,NULL,'2020-08-26 09:46:17.863000','2020-08-26 09:46:17.863000',20004,20115,'Organization User',NULL,'All users who belong to an organization have this role within that organization.',3,NULL),(0,'bf81cd2c-25bb-baad-efb7-e26eead50d98',20116,20101,20105,NULL,'2020-08-26 09:46:17.870000','2020-08-26 09:46:17.870000',20004,20116,'Site Administrator',NULL,'Site Administrators are super users of their site but cannot make other users into Site Administrators.',2,NULL),(0,'4dedd730-84f5-36d6-6030-0d4f5909a4e3',20117,20101,20105,NULL,'2020-08-26 09:46:17.877000','2020-08-26 09:46:17.877000',20004,20117,'Site Member',NULL,'All users who belong to a site have this role within that site.',2,NULL),(0,'4f5196b5-f898-c4f0-b4c2-63705f36a4dc',20118,20101,20105,NULL,'2020-08-26 09:46:17.884000','2020-08-26 09:46:17.884000',20004,20118,'Site Owner',NULL,'Site Owners are super users of their site and can assign site roles to users.',2,NULL),(0,'32e439e6-eecd-9bbd-d694-47d4eb365e57',28415,20101,20105,NULL,'2020-08-26 09:47:35.573000','2020-08-26 09:47:35.573000',20004,28415,'Organization Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',3,NULL),(0,'3aee596b-4481-b1bc-e5b5-ed1d7c01cf78',28421,20101,20105,NULL,'2020-08-26 09:47:35.610000','2020-08-26 09:47:35.610000',20004,28421,'Site Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',2,NULL),(0,'efe090ec-761b-66c1-f1e7-cf897e6067d1',28424,20101,20105,NULL,'2020-08-26 09:47:35.622000','2020-08-26 09:47:35.622000',20004,28424,'Portal Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',1,NULL),(0,'69dbae72-1a04-bd70-9336-4ddce678331f',34011,34004,34008,NULL,'2020-08-26 10:17:37.123000','2020-08-26 10:17:37.123000',20004,34011,'Administrator',NULL,'Administrators are super users who can do anything.',1,NULL),(0,'3b7fe172-8731-70b3-1964-a1177aec7ac6',34012,34004,34008,NULL,'2020-08-26 10:17:37.141000','2020-08-26 10:17:37.141000',20004,34012,'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,'8d2e284a-e941-0f35-03ab-ab9a229cd512',34013,34004,34008,NULL,'2020-08-26 10:17:37.165000','2020-08-26 10:17:37.165000',20004,34013,'Guest',NULL,'Unauthenticated users always have this role.',1,NULL),(0,'38ebf45b-bcf9-67fa-63cf-501c53977526',34014,34004,34008,NULL,'2020-08-26 10:17:37.171000','2020-08-26 10:17:37.171000',20004,34014,'Owner',NULL,'This is an implied role with respect to the objects users create.',1,NULL),(0,'31017bfb-b806-647d-0bd5-6dc714eaf974',34015,34004,34008,NULL,'2020-08-26 10:17:37.175000','2020-08-26 10:17:37.175000',20004,34015,'Power User',NULL,'Power Users have their own personal site.',1,NULL),(0,'4737478e-a7a0-15e6-3d6e-bce630cfba79',34016,34004,34008,NULL,'2020-08-26 10:17:37.179000','2020-08-26 10:17:37.179000',20004,34016,'User',NULL,'Authenticated users should be assigned this role.',1,NULL),(0,'c16dca37-4b3e-25d1-ab44-052d162fb9ad',34017,34004,34008,NULL,'2020-08-26 10:17:37.188000','2020-08-26 10:17:37.188000',20004,34017,'Organization Administrator',NULL,'Organization Administrators are super users of their organization but cannot make other users into Organization Administrators.',3,NULL),(0,'4acd0ce6-03ab-ab4f-1b16-d48d1b51fb33',34018,34004,34008,NULL,'2020-08-26 10:17:37.192000','2020-08-26 10:17:37.192000',20004,34018,'Organization Owner',NULL,'Organization Owners are super users of their organization and can assign organization roles to users.',3,NULL),(0,'a40ec54a-6c33-3bb7-045a-1c4eea7985fa',34019,34004,34008,NULL,'2020-08-26 10:17:37.195000','2020-08-26 10:17:37.195000',20004,34019,'Organization User',NULL,'All users who belong to an organization have this role within that organization.',3,NULL),(0,'bdee47b4-9da5-4070-16e2-3d13a142b9a7',34020,34004,34008,NULL,'2020-08-26 10:17:37.198000','2020-08-26 10:17:37.198000',20004,34020,'Site Administrator',NULL,'Site Administrators are super users of their site but cannot make other users into Site Administrators.',2,NULL),(0,'ecbb1ce7-5d0a-98bf-6f61-cf2fceea73a8',34021,34004,34008,NULL,'2020-08-26 10:17:37.201000','2020-08-26 10:17:37.201000',20004,34021,'Site Member',NULL,'All users who belong to a site have this role within that site.',2,NULL),(0,'00a5bf6c-a3aa-46cb-afd9-4cc9b0f5f290',34022,34004,34008,NULL,'2020-08-26 10:17:37.204000','2020-08-26 10:17:37.204000',20004,34022,'Site Owner',NULL,'Site Owners are super users of their site and can assign site roles to users.',2,NULL),(0,'e4e66720-f5b7-9301-6f22-134272c2802e',34444,34004,34008,NULL,'2020-08-26 10:17:52.959000','2020-08-26 10:17:52.959000',20004,34444,'Organization Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',3,NULL),(0,'7124ad40-cbb0-12d6-746c-8613a66a8893',34450,34004,34008,NULL,'2020-08-26 10:17:52.996000','2020-08-26 10:17:52.996000',20004,34450,'Site Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',2,NULL),(0,'b9d34000-db24-c43f-c1de-4bad876d969b',34453,34004,34008,NULL,'2020-08-26 10:17:53.006000','2020-08-26 10:17:53.006000',20004,34453,'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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `sapentry` ( `uuid_` varchar(75) DEFAULT NULL, `sapEntryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `allowedServiceSignatures` longtext, `defaultSAPEntry` tinyint(4) DEFAULT NULL, `enabled` tinyint(4) 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=utf8; /*!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 ('ebfbeb32-8ac7-9c37-81c7-c52e0c5dfd8b',25515,20101,20105,NULL,'2020-08-26 09:47:30.221000','2020-08-26 09:47:30.221000','*',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'),('665c916d-7fab-742a-9586-4e9bf0dc5283',25516,20101,20105,NULL,'2020-08-26 09:47:30.274000','2020-08-26 09:47:30.274000','#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'),('84c4bb06-13d9-5fdb-e291-7755388f0a1f',25517,20101,20105,NULL,'2020-08-26 09:47:30.286000','2020-08-26 09:47:30.286000','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'),('b5376325-b7bf-8f84-cb59-a79305ca5c97',25518,20101,20105,NULL,'2020-08-26 09:47:30.298000','2020-08-26 09:47:30.298000','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'),('a6b35d5e-d939-5292-be6b-a6cf4e57bd7e',25519,20101,20105,NULL,'2020-08-26 09:47:30.309000','2020-08-26 09:47:30.309000','#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'),('36f89f21-df88-fb74-3d5b-27a774889646',25520,20101,20105,NULL,'2020-08-26 09:47:30.392000','2020-08-26 09:47:30.392000','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'),('7e5159de-6ac7-62f8-07a8-e9f157a56c82',25521,20101,20105,NULL,'2020-08-26 09:47:30.412000','2020-08-26 09:47:30.412000','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'),('68c68ad2-81c2-fb15-1b76-68f8766d8111',25529,20101,20105,NULL,'2020-08-26 09:47:31.975000','2020-08-26 09:47:31.975000','*',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'),('7fa633eb-60a6-6484-d338-acdddc95c547',25530,20101,20105,NULL,'2020-08-26 09:47:32.029000','2020-08-26 09:47:32.029000','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公共访问资产条目 APIAcceso público a la API de entrada de activosPublieke toegang tot de API voor assetinvoer'),('742b2fac-e0c1-3e55-3f6d-983937d2315e',25532,20101,20105,NULL,'2020-08-26 09:47:32.081000','2020-08-26 09:47:32.081000','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公共访问日历搜索APIAcceso público al API de búsqueda en calendariosPublieke toegang tot de zoek-API voor de kalender'),('ceb9df9a-b6bf-43c0-3dc5-79ea3e649ad7',25601,20101,20105,NULL,'2020-08-26 09:47:32.267000','2020-08-26 09:47:32.267000','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'),('34c7d4a5-ae2d-3a76-5df2-009a4b5f8ebd',25602,20101,20105,NULL,'2020-08-26 09:47:32.286000','2020-08-26 09:47:32.286000','*',0,1,'SYSTEM_USER_PASSWORD','System Service Access Policy for Requests Authenticated Using User Password'),('bf209f90-c14f-0b74-3c4d-267501629bcb',34033,34004,34008,NULL,'2020-08-26 10:17:37.397000','2020-08-26 10:17:37.397000','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'),('aa38a674-1a44-6dd2-ba86-565edca9caaa',34034,34004,34008,NULL,'2020-08-26 10:17:37.412000','2020-08-26 10:17:37.412000','*',0,1,'SYSTEM_USER_PASSWORD','System Service Access Policy for Requests Authenticated Using User Password'),('4d6853b6-0d55-214d-eb41-3b0023699945',34404,34004,34008,NULL,'2020-08-26 10:17:51.878000','2020-08-26 10:17:51.878000','*',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'),('aa55b55d-5001-993d-f04d-6e9e2b25d524',34407,34004,34008,NULL,'2020-08-26 10:17:51.912000','2020-08-26 10:17:51.912000','#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'),('646f1f69-a193-5672-c725-e9ddbe363b82',34408,34004,34008,NULL,'2020-08-26 10:17:51.935000','2020-08-26 10:17:51.935000','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'),('fcee201a-6357-f866-d99c-773d20d33dc9',34409,34004,34008,NULL,'2020-08-26 10:17:51.988000','2020-08-26 10:17:51.988000','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'),('5b181234-eb81-32d9-dc16-cb572d779f60',34410,34004,34008,NULL,'2020-08-26 10:17:52.059000','2020-08-26 10:17:52.059000','#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'),('bc9b737e-a24d-6adf-dd0b-8ae58cea31d5',34411,34004,34008,NULL,'2020-08-26 10:17:52.193000','2020-08-26 10:17:52.193000','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'),('d06f8a2f-32a5-c020-f89d-f9ce968974e6',34412,34004,34008,NULL,'2020-08-26 10:17:52.222000','2020-08-26 10:17:52.222000','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'),('95bac07d-99f3-ed8a-e8c5-8aff99edb753',34421,34004,34008,NULL,'2020-08-26 10:17:52.595000','2020-08-26 10:17:52.595000','*',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'),('697736da-6419-d4fc-d8b9-614ebc83b0d5',34422,34004,34008,NULL,'2020-08-26 10:17:52.624000','2020-08-26 10:17:52.624000','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公共访问资产条目 APIAcceso público a la API de entrada de activosPublieke toegang tot de API voor assetinvoer'),('310e7479-7356-fab3-b292-a95e0ccac356',34423,34004,34008,NULL,'2020-08-26 10:17:52.651000','2020-08-26 10:17:52.651000','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公共访问日历搜索APIAcceso público al API de búsqueda en calendariosPublieke toegang tot de zoek-API voor de kalender'); /*!40000 ALTER TABLE `sapentry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `segmentsentry` -- DROP TABLE IF EXISTS `segmentsentry`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `segmentsentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `segmentsentryrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `segmentsEntryRelId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 `segmentsexperience` -- DROP TABLE IF EXISTS `segmentsexperience`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `segmentsexperience` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsExperienceId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `segmentsExperienceKey` varchar(75) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` longtext, `priority` int(11) DEFAULT NULL, `active_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `segmentsexperiment` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `segmentsExperimentId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsEntryId` bigint(20) DEFAULT NULL, `segmentsExperienceId` bigint(20) DEFAULT NULL, `segmentsExperimentKey` varchar(75) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `description` longtext, `typeSettings` longtext, `status` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `segmentsexperimentrel` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `segmentsExperimentRelId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `segmentsExperimentId` bigint(20) DEFAULT NULL, `segmentsExperienceId` bigint(20) DEFAULT NULL, `split` double DEFAULT NULL, PRIMARY KEY (`segmentsExperimentRelId`), UNIQUE KEY `IX_52421287` (`segmentsExperimentId`,`segmentsExperienceId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `servicecomponent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `serviceComponentId` bigint(20) NOT NULL, `buildNamespace` varchar(75) DEFAULT NULL, `buildNumber` bigint(20) DEFAULT NULL, `buildDate` bigint(20) DEFAULT NULL, `data_` longtext, PRIMARY KEY (`serviceComponentId`), UNIQUE KEY `IX_4F0315B8` (`buildNamespace`,`buildNumber`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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,20202,'Contacts',2,1343264272450,'\n\n\n \n \n \n'),(0,20305,'OAuthTwo',1,1511982781730,'\n\n\n \n \n \n'),(0,20407,'Journal',3,1470642961397,'\n\n\n \n \n \n'),(0,20503,'DE',1,1563319018369,'\n\n\n \n \n \n'),(0,20605,'AssetList',1,1535360103787,'\n\n\n \n \n \n'),(0,20702,'Preview',1,1512400763559,'\n\n\n \n \n \n'),(0,20805,'Layout',1,1506337823035,'\n\n\n \n \n \n'),(0,20903,'IM',1,1455550401806,'\n\n\n \n \n \n'),(0,21001,'Screens',2,1454719907378,'\n\n\n \n \n \n'),(0,21104,'FURL',1,1475068021017,'\n\n\n \n \n \n'),(0,21204,'Fragment',1,1505731263383,'\n\n\n \n \n \n'),(0,21302,'ReadingTime',1,1508406352137,'\n\n\n \n \n \n'),(0,21402,'DL',1,1507882500096,'\n\n\n \n \n \n'),(0,21502,'Asset',1,1525692303028,'\n\n\n \n \n \n'),(0,21701,'PortalInstances',1,1477512433639,'\n\n\n \n \n \n'),(0,21803,'LayoutSEO',1,1566913168076,'\n\n\n \n \n \n'),(0,21901,'ER',1,1528256740410,'\n\n\n \n \n \n'),(0,22004,'Wiki',2,1454719940880,'\n\n\n \n \n \n'),(0,22403,'Marketplace',6,1459893726893,'\n\n\n \n \n \n'),(0,24312,'Flags',2,1454719855705,'\n\n\n \n \n \n'),(0,24315,'AssetAutoTagger',1,1531464299736,'\n\n\n \n \n \n'),(0,24317,'DLSync',1,1506613159990,'\n\n\n \n \n \n'),(0,24319,'Subscription',1,1483356778593,'\n\n\n \n \n \n'),(0,24325,'Segments',1,1538130358960,'\n\n\n \n \n \n'),(0,24330,'MDR',3,1454719897533,'\n\n\n \n \n \n'),(0,24332,'Sharing',1,1531235274538,'\n\n\n \n \n \n'),(0,24337,'DDL',1,1455828666350,'\n\n\n \n \n \n'),(0,24346,'MB',1,1508406048120,'\n\n\n \n \n \n'),(0,24351,'KB',15,1423136031621,'\n\n\n \n \n \n'),(0,24353,'DLOpener',1,1531216816914,'\n\n\n \n \n \n'),(0,24356,'SiteNavigation',1,1506004262924,'\n\n\n \n \n \n'),(0,24359,'Trash',1,1491488486875,'\n\n\n \n \n \n'),(0,24402,'Lock',2,1454719810794,'\n\n\n \n \n \n'),(0,24616,'DDM',2,1454719850972,'\n\n\n \n \n \n'),(0,25103,'Blogs',1,1467883579789,'\n\n\n \n \n \n'),(0,25302,'AMImageEntry',1,1485270630845,'\n\n\n \n \n \n'),(0,25304,'Audit',2,1343264257622,'\n\n\n \n \n \n'),(0,25307,'BackgroundTask',2,1454719807550,'\n\n\n \n \n \n'),(0,25506,'Site',1,1490949819656,'\n\n\n \n \n \n'),(0,25510,'Polls',2,1454719903688,'\n\n\n \n \n \n'),(0,25514,'SAP',3,1454719911670,'\n\n\n \n \n \n'),(0,25608,'Calendar',6,1467385007967,'\n\n\n \n \n \n'),(0,26406,'Kaleo',10,1468446017884,'\n\n\n \n \n \n'),(0,26904,'Changeset',1,1525361743173,'\n\n\n \n \n \n'); /*!40000 ALTER TABLE `servicecomponent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `sharingentry` -- DROP TABLE IF EXISTS `sharingentry`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `sharingentry` ( `uuid_` varchar(75) DEFAULT NULL, `sharingEntryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `toUserId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `shareable` tinyint(4) DEFAULT NULL, `actionIds` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `sitefriendlyurl` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteFriendlyURLId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `groupId` bigint(20) 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_E6D46A97` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `sitenavigationmenu` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteNavigationMenuId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `auto_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `sitenavigationmenuitem` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `siteNavigationMenuItemId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `siteNavigationMenuId` bigint(20) DEFAULT NULL, `parentSiteNavigationMenuItemId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typeSettings` longtext, `order_` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialactivity` ( `activityId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `activitySetId` bigint(20) DEFAULT NULL, `mirrorActivityId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `parentClassNameId` bigint(20) DEFAULT NULL, `parentClassPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialactivityachievement` ( `activityAchievementId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `firstInGroup` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialactivitycounter` ( `activityCounterId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `name` varchar(75) DEFAULT NULL, `ownerType` int(11) DEFAULT NULL, `currentValue` int(11) DEFAULT NULL, `totalValue` int(11) DEFAULT NULL, `graceValue` int(11) DEFAULT NULL, `startPeriod` int(11) DEFAULT NULL, `endPeriod` int(11) DEFAULT NULL, `active_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialactivitylimit` ( `activityLimitId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `activityType` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialactivityset` ( `activitySetId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `modifiedDate` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `activityCount` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialactivitysetting` ( `activitySettingId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `activityType` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialrelation` ( `uuid_` varchar(75) DEFAULT NULL, `relationId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `userId1` bigint(20) DEFAULT NULL, `userId2` bigint(20) DEFAULT NULL, `type_` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `socialrequest` ( `uuid_` varchar(75) DEFAULT NULL, `requestId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `createDate` bigint(20) DEFAULT NULL, `modifiedDate` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, `receiverUserId` bigint(20) DEFAULT NULL, `status` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `subscription` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `subscriptionId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) 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=utf8; /*!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 `systemevent` -- DROP TABLE IF EXISTS `systemevent`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `systemevent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `systemEventId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `classUuid` varchar(75) DEFAULT NULL, `referrerClassNameId` bigint(20) DEFAULT NULL, `parentSystemEventId` bigint(20) DEFAULT NULL, `systemEventSetKey` bigint(20) DEFAULT NULL, `type_` int(11) DEFAULT NULL, `extraData` longtext, PRIMARY KEY (`systemEventId`), KEY `IX_FFCBB747` (`groupId`,`classNameId`,`classPK`,`type_`), KEY `IX_A19C89FF` (`groupId`,`systemEventSetKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `team` -- DROP TABLE IF EXISTS `team`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `team` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `teamId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `groupId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `ticket` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `ticketId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `key_` varchar(75) DEFAULT NULL, `type_` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `trashentry` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `entryId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `systemEventSetKey` bigint(20) DEFAULT NULL, `typeSettings` longtext, `status` int(11) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `trashversion` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `versionId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `entryId` bigint(20) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `typeSettings` longtext, `status` int(11) DEFAULT NULL, PRIMARY KEY (`versionId`), UNIQUE KEY `IX_630A643B` (`classNameId`,`classPK`), KEY `IX_72D58D37` (`entryId`,`classNameId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `user_` -- DROP TABLE IF EXISTS `user_`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `user_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `userId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `defaultUser` tinyint(4) DEFAULT NULL, `contactId` bigint(20) DEFAULT NULL, `password_` varchar(75) DEFAULT NULL, `passwordEncrypted` tinyint(4) DEFAULT NULL, `passwordReset` tinyint(4) DEFAULT NULL, `passwordModifiedDate` datetime(6) DEFAULT NULL, `digest` varchar(255) DEFAULT NULL, `reminderQueryQuestion` varchar(75) DEFAULT NULL, `reminderQueryAnswer` varchar(75) DEFAULT NULL, `graceLoginCount` int(11) DEFAULT NULL, `screenName` varchar(75) DEFAULT NULL, `emailAddress` varchar(254) DEFAULT NULL, `facebookId` bigint(20) DEFAULT NULL, `googleUserId` varchar(75) DEFAULT NULL, `ldapServerId` bigint(20) DEFAULT NULL, `openId` varchar(1024) DEFAULT NULL, `portraitId` bigint(20) 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(11) DEFAULT NULL, `lockout` tinyint(4) DEFAULT NULL, `lockoutDate` datetime(6) DEFAULT NULL, `agreedToTermsOfUse` tinyint(4) DEFAULT NULL, `emailAddressVerified` tinyint(4) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`userId`), UNIQUE KEY `IX_615E9F7A` (`companyId`,`emailAddress`), UNIQUE KEY `IX_C5806019` (`companyId`,`screenName`), UNIQUE KEY `IX_9782AD88` (`companyId`,`userId`), 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=utf8; /*!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,'c829bbf0-defd-653c-aa5a-d2871cb00319',NULL,20105,20101,'2020-08-26 09:46:17.631000','2020-08-26 09:46:17.631000',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,'2020-08-26 09:46:17.350000',NULL,NULL,NULL,NULL,0,0,NULL,1,0,0),(5,'a4780866-336b-7d22-4202-c8dc07a351a1',NULL,20130,20101,'2020-08-26 09:46:18.791000','2020-08-26 09:59:56.030000',0,20132,'AAAAoAAB9AD6PBbbiGTZw8JMtYkraObUhss+aRUDs862hRH5',1,0,NULL,'e5d86c6f3672e52795891c3597f20de0,751da756639bc033b572ba2e7849b589,19aa249f2efc6404b2d80fb518da5d00','what-is-your-father\'s-middle-name','test',0,'test','test@liferay.com',0,NULL,-1,NULL,0,'en_US','UTC','Welcome Test Test!',NULL,'Test',NULL,'Test',NULL,'2020-08-26 09:59:29.589000','127.0.0.1','2020-08-26 09:46:19.050000',NULL,'2020-08-26 09:59:26.773000',0,0,NULL,0,1,0),(0,'ab20de68-9cc6-fc50-f7e9-b4dcb8ea95cb',NULL,34008,34004,'2020-08-26 10:17:37.103000','2020-08-26 10:17:37.103000',1,34009,'password',0,0,NULL,'586a28e97360cc376aa72828cd7b303b,f302cf3c66938a77ab52b79e6b3a486d,f302cf3c66938a77ab52b79e6b3a486d',NULL,NULL,0,'34008','default@www.able.com',0,NULL,0,NULL,0,'en_US','UTC','Welcome!',NULL,NULL,NULL,NULL,NULL,'2020-08-26 10:17:36.904000',NULL,NULL,NULL,NULL,0,0,NULL,1,0,0),(1,'2f404c3a-cd55-3f62-5de8-daaea3f587d7',NULL,34035,34004,'2020-08-26 10:17:37.597000','2020-08-26 10:17:37.654000',0,34036,'AAAAoAAB9ADaM5cFiK4ZQuSg27YSBIUH1quQn36jOHW5ZEft',1,0,NULL,NULL,NULL,NULL,0,'test','test@www.able.com',0,NULL,-1,NULL,0,'en_US','UTC','Welcome Test Test!',NULL,'Test',NULL,'Test',NULL,'2020-08-26 10:17:37.653000',NULL,'2020-08-26 10:17:37.653000',NULL,NULL,0,0,NULL,0,1,0); /*!40000 ALTER TABLE `user_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `usergroup` -- DROP TABLE IF EXISTS `usergroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `usergroup` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `externalReferenceCode` varchar(75) DEFAULT NULL, `userGroupId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `parentUserGroupId` bigint(20) DEFAULT NULL, `name` varchar(255) DEFAULT NULL, `description` longtext, `addedByLDAPImport` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `usergroupgrouprole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userGroupId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, PRIMARY KEY (`userGroupId`,`groupId`,`roleId`), KEY `IX_CAB0CCC8` (`groupId`,`roleId`), KEY `IX_1CDF88C` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `usergrouprole` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, PRIMARY KEY (`userId`,`groupId`,`roleId`), KEY `IX_871412DF` (`groupId`,`roleId`), KEY `IX_887A2C95` (`roleId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `usergroups_teams` ( `companyId` bigint(20) NOT NULL, `teamId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, PRIMARY KEY (`teamId`,`userGroupId`), KEY `IX_2AC5356C` (`companyId`), KEY `IX_7F187E63` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `useridmapper` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userIdMapperId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `usernotificationdelivery` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userNotificationDeliveryId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `portletId` varchar(200) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `notificationType` int(11) DEFAULT NULL, `deliveryType` int(11) DEFAULT NULL, `deliver` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userNotificationDeliveryId`), UNIQUE KEY `IX_8B6E3ACE` (`userId`,`portletId`,`classNameId`,`notificationType`,`deliveryType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `usernotificationevent` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `userNotificationEventId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `type_` varchar(200) DEFAULT NULL, `timestamp` bigint(20) DEFAULT NULL, `deliveryType` int(11) DEFAULT NULL, `deliverBy` bigint(20) DEFAULT NULL, `delivered` tinyint(4) DEFAULT NULL, `payload` longtext, `actionRequired` tinyint(4) DEFAULT NULL, `archived` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userNotificationEventId`), KEY `IX_BF29100B` (`type_`), KEY `IX_5CE95F03` (`userId`,`actionRequired`,`archived`), KEY `IX_3DBB361A` (`userId`,`archived`), KEY `IX_E32CC19` (`userId`,`delivered`,`actionRequired`), KEY `IX_C4EFBD45` (`userId`,`deliveryType`,`actionRequired`,`archived`), KEY `IX_A87A585C` (`userId`,`deliveryType`,`archived`), KEY `IX_A6F83617` (`userId`,`deliveryType`,`delivered`,`actionRequired`), KEY `IX_8FB65EC1` (`userId`,`type_`,`deliveryType`,`delivered`), KEY `IX_A6BAFDFE` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `users_groups` -- DROP TABLE IF EXISTS `users_groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `users_groups` ( `companyId` bigint(20) NOT NULL, `groupId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`groupId`,`userId`), KEY `IX_3499B657` (`companyId`), KEY `IX_F10B6C6B` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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),(34004,34027,34035); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `users_orgs` ( `companyId` bigint(20) NOT NULL, `organizationId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`organizationId`,`userId`), KEY `IX_5FBB883C` (`companyId`), KEY `IX_FB646CA6` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `users_roles` ( `companyId` bigint(20) NOT NULL, `roleId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`roleId`,`userId`), KEY `IX_F987A0DC` (`companyId`), KEY `IX_C1A01806` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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),(34004,34011,34035),(34004,34013,34008),(34004,34015,34035),(34004,34016,34035); /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `users_teams` ( `companyId` bigint(20) NOT NULL, `teamId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, PRIMARY KEY (`teamId`,`userId`), KEY `IX_799F8283` (`companyId`), KEY `IX_A098EFBF` (`userId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `users_usergroups` ( `companyId` bigint(20) NOT NULL, `userId` bigint(20) NOT NULL, `userGroupId` bigint(20) NOT NULL, PRIMARY KEY (`userId`,`userGroupId`), KEY `IX_BB65040C` (`companyId`), KEY `IX_66FF2503` (`userGroupId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `usertracker` -- DROP TABLE IF EXISTS `usertracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `usertracker` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userTrackerId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `usertrackerpath` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `userTrackerPathId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userTrackerId` bigint(20) DEFAULT NULL, `path_` longtext, `pathDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`userTrackerPathId`), KEY `IX_14D8BCC0` (`userTrackerId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 `virtualhost` -- DROP TABLE IF EXISTS `virtualhost`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `virtualhost` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `virtualHostId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `layoutSetId` bigint(20) DEFAULT NULL, `hostname` varchar(200) DEFAULT NULL, PRIMARY KEY (`virtualHostId`), UNIQUE KEY `IX_A083D394` (`companyId`,`layoutSetId`), UNIQUE KEY `IX_431A3960` (`hostname`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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'),(0,34178,34004,0,'www.able.com'); /*!40000 ALTER TABLE `virtualhost` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `webdavprops` -- DROP TABLE IF EXISTS `webdavprops`; /*!40101 SET @saved_cs_client = @@character_set_client */; SET character_set_client = utf8mb4 ; CREATE TABLE `webdavprops` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `webDavPropsId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `props` longtext, PRIMARY KEY (`webDavPropsId`), UNIQUE KEY `IX_97DFA146` (`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `website` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `websiteId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `url` longtext, `typeId` bigint(20) DEFAULT NULL, `primary_` tinyint(4) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `wikinode` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `nodeId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) 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(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `wikipage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `pageId` bigint(20) NOT NULL, `resourcePrimKey` bigint(20) DEFAULT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `nodeId` bigint(20) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `version` double DEFAULT NULL, `minorEdit` tinyint(4) DEFAULT NULL, `content` longtext, `summary` longtext, `format` varchar(75) DEFAULT NULL, `head` tinyint(4) DEFAULT NULL, `parentTitle` varchar(255) DEFAULT NULL, `redirectTitle` varchar(255) DEFAULT NULL, `lastPublishDate` datetime(6) DEFAULT NULL, `status` int(11) DEFAULT NULL, `statusByUserId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `wikipageresource` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) DEFAULT NULL, `resourcePrimKey` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `nodeId` bigint(20) 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=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `workflowdefinitionlink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `workflowDefinitionLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `typePK` bigint(20) DEFAULT NULL, `workflowDefinitionName` varchar(75) DEFAULT NULL, `workflowDefinitionVersion` int(11) DEFAULT NULL, PRIMARY KEY (`workflowDefinitionLinkId`), KEY `IX_A4DB1F0F` (`companyId`,`workflowDefinitionName`,`workflowDefinitionVersion`), KEY `IX_705B40EE` (`groupId`,`companyId`,`classNameId`,`classPK`,`typePK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 */; SET character_set_client = utf8mb4 ; CREATE TABLE `workflowinstancelink` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `workflowInstanceLinkId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `classNameId` bigint(20) DEFAULT NULL, `classPK` bigint(20) DEFAULT NULL, `workflowInstanceId` bigint(20) DEFAULT NULL, PRIMARY KEY (`workflowInstanceLinkId`), KEY `IX_415A7007` (`groupId`,`companyId`,`classNameId`,`classPK`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!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 2020-08-26 10:18:31