-- MySQL dump 10.13 Distrib 5.7.31, for Linux (x86_64) -- -- Host: localhost Database: lportal -- ------------------------------------------------------ -- Server version 5.7.31 /*!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 */; /*!40101 SET NAMES utf8 */; /*!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 */; /*!40101 SET character_set_client = utf8 */; 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,20117,20115,0,NULL,'2020-08-27 22:40:21.892000','2020-08-27 22:40:21.892000',0,'Liferay DXP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `Account_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Address` -- DROP TABLE IF EXISTS `Address`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 `AnalyticsMessage` -- DROP TABLE IF EXISTS `AnalyticsMessage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AnalyticsMessage` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `analyticsMessageId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createDate` datetime(6) DEFAULT NULL, `body` longblob, PRIMARY KEY (`analyticsMessageId`), KEY `IX_3A69CC81` (`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `AnalyticsMessage` -- LOCK TABLES `AnalyticsMessage` WRITE; /*!40000 ALTER TABLE `AnalyticsMessage` DISABLE KEYS */; /*!40000 ALTER TABLE `AnalyticsMessage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AnnouncementsDelivery` -- DROP TABLE IF EXISTS `AnnouncementsDelivery`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_`) ) 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 */; INSERT INTO `AnnouncementsDelivery` VALUES (32041,20115,20155,'general',0,0,1),(32042,20115,20155,'news',0,0,1),(32043,20115,20155,'test',0,0,1); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_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 `AssetCategory` -- DROP TABLE IF EXISTS `AssetCategory`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetCategory` ( `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, `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_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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetCategoryProperty` ( `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 `AssetEntries_AssetCategories` -- DROP TABLE IF EXISTS `AssetEntries_AssetCategories`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 (20138,20132,20115,20119,NULL,'2020-08-27 22:40:23.351000','2020-08-27 22:40:23.351000',20047,20136,'b61db501-dcc5-4bcc-8595-3a27c3195121',0,1,0,NULL,NULL,NULL,NULL,'text/html','Control Panel','','',NULL,NULL,0,0,0,0),(20147,20142,20115,20119,NULL,'2020-08-27 22:40:23.607000','2020-08-27 22:40:23.607000',20047,20145,'0429df9f-780b-118c-451b-42613122a6d2',0,1,0,NULL,NULL,NULL,NULL,'text/html','Welcome','','',NULL,NULL,0,0,0,0),(20161,20151,20115,20155,'Test Test','2020-08-27 22:40:24.080000','2020-08-27 22:40:24.080000',20087,20155,'6583f443-d30f-2f61-ea3d-f56d3ab9db60',0,1,0,NULL,NULL,NULL,NULL,NULL,'Test Test','','',NULL,NULL,0,0,0,0),(20169,20139,20115,20119,NULL,'2020-08-27 22:40:24.466000','2020-08-27 22:40:24.466000',20047,20167,'595f4a13-1878-cfc0-b05d-4c5210aea917',0,1,0,NULL,NULL,NULL,NULL,'text/html','Shared','','',NULL,NULL,0,0,0,0),(31863,31858,20115,20119,NULL,'2020-08-27 22:41:39.604000','2020-08-27 22:41:39.604000',20047,31861,'34b76d43-7e80-215a-36d8-5f718cc2a131',0,1,0,NULL,NULL,NULL,NULL,'text/html','Content Display Page','','',NULL,NULL,0,0,0,0),(31923,31918,20115,20119,NULL,'2020-08-27 22:41:46.838000','2020-08-27 22:41:46.838000',20047,31921,'31a68aee-3880-6fbe-dd79-59b74ca3b70e',0,1,0,NULL,NULL,NULL,NULL,'text/html','Wiki','','',NULL,NULL,0,0,0,0),(31939,31928,20115,20119,NULL,'2020-08-27 22:41:47.630000','2020-08-27 22:41:47.630000',20047,31937,'f7b571b0-6078-1555-b17f-7fa10c5a180a',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(31943,31928,20115,20119,NULL,'2020-08-27 22:41:47.885000','2020-08-27 22:41:47.885000',20047,31941,'c70b8302-608b-c8d0-12e7-e0116c310d5a',0,1,0,NULL,NULL,NULL,NULL,'text/html','Wiki','','',NULL,NULL,0,0,0,0),(31953,31948,20115,20119,NULL,'2020-08-27 22:41:48.601000','2020-08-27 22:41:48.601000',20047,31951,'0427c8ac-8e10-6afe-2e81-78ed3b036759',0,1,0,NULL,NULL,NULL,NULL,'text/html','Blog','','',NULL,NULL,0,0,0,0),(31998,31987,20115,20119,NULL,'2020-08-27 22:41:52.169000','2020-08-27 22:41:52.169000',20047,31996,'84fc8221-2599-d7d9-4869-dd9106e95fb9',0,1,0,NULL,NULL,NULL,NULL,'text/html','Home','','',NULL,NULL,0,0,0,0),(32002,31987,20115,20119,NULL,'2020-08-27 22:41:52.392000','2020-08-27 22:41:52.392000',20047,32000,'44c16650-70ac-33a6-a484-80142d648859',0,1,0,NULL,NULL,NULL,NULL,'text/html','Documents and Media','','',NULL,NULL,0,0,0,0),(32006,31987,20115,20119,NULL,'2020-08-27 22:41:52.560000','2020-08-27 22:41:52.560000',20047,32004,'cdffc0ea-722d-dbec-2a6a-d3c267555488',0,1,0,NULL,NULL,NULL,NULL,'text/html','News','','',NULL,NULL,0,0,0,0),(32028,20158,20115,20155,'Test Test','2020-08-27 22:42:16.437000','2020-08-27 22:42:16.437000',20047,32026,'b3f49dfb-a988-bcc8-5fb7-fd2532b2f83c',0,1,0,NULL,NULL,NULL,NULL,'text/html','Welcome','','',NULL,NULL,0,0,0,0),(32031,20158,20115,20155,'Test Test','2020-08-27 22:42:16.692000','2020-08-27 22:42:16.692000',20047,32029,'74e83dfa-bf35-f12e-d097-717c7e344a8d',0,1,0,NULL,NULL,NULL,NULL,'text/html','Welcome','','',NULL,NULL,0,0,0,0); /*!40000 ALTER TABLE `AssetEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `AssetLink` -- DROP TABLE IF EXISTS `AssetLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 `AssetTag` -- DROP TABLE IF EXISTS `AssetTag`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `AssetVocabulary` ( `uuid_` 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_B22D908C` (`companyId`), 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 */; /*!40101 SET character_set_client = utf8 */; 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(75) 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 (30933,20115,0,NULL,'2020-08-27 22:41:03.485000','ADD','com.liferay.portal.kernel.model.Role','30932',NULL,NULL,NULL,NULL,0,NULL,'{}'),(30940,20115,0,NULL,'2020-08-27 22:41:03.534000','ADD','com.liferay.portal.kernel.model.Role','30939',NULL,NULL,NULL,NULL,0,NULL,'{}'),(30944,20115,0,NULL,'2020-08-27 22:41:03.551000','ADD','com.liferay.portal.kernel.model.Role','30943',NULL,NULL,NULL,NULL,0,NULL,'{}'),(32025,20115,20155,'Test Test','2020-08-27 22:42:16.396000','LOGIN','com.liferay.portal.kernel.model.User','20155',NULL,'127.0.0.1','127.0.0.1','localhost',8080,'AF21C281AA15DF96D7CBE107318366BD','null'),(32033,20115,20155,'Test Test','2020-08-27 22:42:21.700000','UPDATE','com.liferay.portal.kernel.model.User','20155',NULL,'127.0.0.1','127.0.0.1','localhost',8080,'AF21C281AA15DF96D7CBE107318366BD','{\"attributes\":[{\"newValue\":\"test\",\"name\":\"reminderQueryAnswer\",\"oldValue\":\"\"},{\"newValue\":\"what-is-your-father\'s-middle-name\",\"name\":\"reminderQueryQuestion\",\"oldValue\":\"\"}]}'); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; INSERT INTO `BackgroundTask` VALUES (2,29003,0,0,0,NULL,'2020-08-27 22:40:36.388000','2020-08-27 22:40:36.428000','reindexOnActivate#com.liferay.trash.kernel.model.TrashEntry',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.trash.kernel.model.TrashEntry\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.428000',2,''),(2,29004,0,0,0,NULL,'2020-08-27 22:40:36.411000','2020-08-27 22:40:36.453000','reindexOnActivate#com.liferay.portal.kernel.plugin.PluginPackage',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.portal.kernel.plugin.PluginPackage\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.453000',2,''),(2,29005,0,0,0,NULL,'2020-08-27 22:40:36.428000','2020-08-27 22:40:36.475000','reindexOnActivate#com.liferay.asset.kernel.model.AssetCategory',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.asset.kernel.model.AssetCategory\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.475000',2,''),(2,29006,0,0,0,NULL,'2020-08-27 22:40:36.455000','2020-08-27 22:40:36.496000','reindexOnActivate#com.liferay.asset.kernel.model.AssetEntry',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.asset.kernel.model.AssetEntry\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.496000',2,''),(2,29007,0,0,0,NULL,'2020-08-27 22:40:36.481000','2020-08-27 22:40:36.520000','reindexOnActivate#com.liferay.asset.kernel.model.AssetVocabulary',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.asset.kernel.model.AssetVocabulary\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.520000',2,''),(2,29008,0,0,0,NULL,'2020-08-27 22:40:36.498000','2020-08-27 22:40:36.537000','reindexOnActivate#com.liferay.portal.kernel.model.Contact',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.portal.kernel.model.Contact\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.537000',2,''),(2,29009,0,0,0,NULL,'2020-08-27 22:40:36.516000','2020-08-27 22:40:36.559000','reindexOnActivate#com.liferay.portal.kernel.model.Organization',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.portal.kernel.model.Organization\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.559000',2,''),(2,29010,0,0,0,NULL,'2020-08-27 22:40:36.539000','2020-08-27 22:40:36.581000','reindexOnActivate#com.liferay.document.library.kernel.model.DLFileEntry',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.document.library.kernel.model.DLFileEntry\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.581000',2,''),(2,29011,0,0,0,NULL,'2020-08-27 22:40:36.560000','2020-08-27 22:40:36.601000','reindexOnActivate#com.liferay.document.library.kernel.model.DLFileEntryMetadata',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.document.library.kernel.model.DLFileEntryMetadata\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.601000',2,''),(2,29012,0,0,0,NULL,'2020-08-27 22:40:36.581000','2020-08-27 22:40:36.621000','reindexOnActivate#com.liferay.document.library.kernel.model.DLFolder',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.document.library.kernel.model.DLFolder\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.621000',2,''),(2,29013,0,0,0,NULL,'2020-08-27 22:40:36.604000','2020-08-27 22:40:36.653000','reindexOnActivate#com.liferay.message.boards.kernel.model.MBMessage',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.message.boards.kernel.model.MBMessage\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.653000',2,''),(2,29014,0,0,0,NULL,'2020-08-27 22:40:36.625000','2020-08-27 22:40:36.671000','reindexOnActivate#com.liferay.message.boards.kernel.model.MBThread',NULL,'com.liferay.portal.search.internal.background.task.ReindexSingleIndexerBackgroundTaskExecutor','{\"javaClass\":\"java.util.HashMap\",\"map\":{\"deleteOnSuccess\":true,\"companyIds\":[20115],\"className\":\"com.liferay.message.boards.kernel.model.MBThread\",\"threadLocalValues\":{\"javaClass\":\"java.util.HashMap\",\"map\":{\"defaultLocale\":{\"javaClass\":\"java.util.Locale\",\"locale\":{\"country\":\"US\",\"variant\":\"\",\"language\":\"en\"}},\"companyId\":20115,\"clusterInvoke\":true,\"groupId\":0,\"principalName\":null,\"siteDefaultLocale\":null,\"themeDisplayLocale\":null}}}}',1,'2020-08-27 22:40:36.671000',2,''); /*!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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BlogsEntry` ( `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(150) 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BlogsStatsUser` ( `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 `BookmarksEntry` -- DROP TABLE IF EXISTS `BookmarksEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BookmarksEntry` ( `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, `resourceBlockId` bigint(20) DEFAULT NULL, `folderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `url` longtext, `description` longtext, `visits` int(11) DEFAULT NULL, `priority` 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 (`entryId`), UNIQUE KEY `IX_EAA02A91` (`uuid_`,`groupId`), KEY `IX_276C8C13` (`companyId`,`status`), KEY `IX_146382F2` (`groupId`,`folderId`,`status`), KEY `IX_416AD7D5` (`groupId`,`status`), KEY `IX_C78B61AC` (`groupId`,`userId`,`folderId`,`status`), KEY `IX_9D9CF70F` (`groupId`,`userId`,`status`), KEY `IX_E848278F` (`resourceBlockId`), KEY `IX_89BEDC4F` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BookmarksEntry` -- LOCK TABLES `BookmarksEntry` WRITE; /*!40000 ALTER TABLE `BookmarksEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `BookmarksEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BookmarksFolder` -- DROP TABLE IF EXISTS `BookmarksFolder`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `BookmarksFolder` ( `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, `resourceBlockId` bigint(20) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(75) DEFAULT NULL, `description` 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 (`folderId`), UNIQUE KEY `IX_DC2F8927` (`uuid_`,`groupId`), KEY `IX_C27C9DBD` (`companyId`,`status`), KEY `IX_D16018A6` (`groupId`,`parentFolderId`,`status`), KEY `IX_28A49BB9` (`resourceBlockId`), KEY `IX_54F0ED65` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `BookmarksFolder` -- LOCK TABLES `BookmarksFolder` WRITE; /*!40000 ALTER TABLE `BookmarksFolder` DISABLE KEYS */; /*!40000 ALTER TABLE `BookmarksFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `BrowserTracker` -- DROP TABLE IF EXISTS `BrowserTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Calendar` ( `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, `resourceBlockId` bigint(20) 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_F0FAF226` (`resourceBlockId`), 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 */; /*!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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `CalendarBooking` ( `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, `resourceBlockId` bigint(20) DEFAULT NULL, `calendarId` bigint(20) DEFAULT NULL, `calendarResourceId` bigint(20) DEFAULT NULL, `parentCalendarBookingId` 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_22DFDB49` (`resourceBlockId`), 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `CalendarNotificationTemplate` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `CalendarResource` ( `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, `resourceBlockId` bigint(20) 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_8BCB4D38` (`resourceBlockId`), 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 */; /*!40000 ALTER TABLE `CalendarResource` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ClassName_` -- DROP TABLE IF EXISTS `ClassName_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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.announcements.kernel.model.AnnouncementsDelivery'),(0,20002,'com.liferay.announcements.kernel.model.AnnouncementsEntry'),(0,20003,'com.liferay.announcements.kernel.model.AnnouncementsFlag'),(0,20004,'com.liferay.asset.kernel.model.AssetCategory'),(0,20005,'com.liferay.asset.kernel.model.AssetCategoryProperty'),(0,20006,'com.liferay.asset.kernel.model.AssetEntry'),(0,20007,'com.liferay.asset.kernel.model.AssetLink'),(0,20008,'com.liferay.asset.kernel.model.AssetTag'),(0,20009,'com.liferay.asset.kernel.model.AssetTagStats'),(0,20010,'com.liferay.asset.kernel.model.AssetVocabulary'),(0,20011,'com.liferay.blogs.kernel.model.BlogsEntry'),(0,20012,'com.liferay.blogs.kernel.model.BlogsStatsUser'),(0,20013,'com.liferay.counter.kernel.model.Counter'),(0,20014,'com.liferay.document.library.kernel.model.DLContent'),(0,20015,'com.liferay.document.library.kernel.model.DLFileEntry'),(0,20016,'com.liferay.document.library.kernel.model.DLFileEntryMetadata'),(0,20017,'com.liferay.document.library.kernel.model.DLFileEntryType'),(0,20018,'com.liferay.document.library.kernel.model.DLFileRank'),(0,20019,'com.liferay.document.library.kernel.model.DLFileShortcut'),(0,20020,'com.liferay.document.library.kernel.model.DLFileVersion'),(0,20021,'com.liferay.document.library.kernel.model.DLFolder'),(0,20022,'com.liferay.document.library.kernel.model.DLSyncEvent'),(0,20023,'com.liferay.expando.kernel.model.ExpandoColumn'),(0,20024,'com.liferay.expando.kernel.model.ExpandoRow'),(0,20025,'com.liferay.expando.kernel.model.ExpandoTable'),(0,20026,'com.liferay.expando.kernel.model.ExpandoValue'),(0,20027,'com.liferay.exportimport.kernel.model.ExportImportConfiguration'),(0,20028,'com.liferay.message.boards.kernel.model.MBBan'),(0,20029,'com.liferay.message.boards.kernel.model.MBCategory'),(0,20030,'com.liferay.message.boards.kernel.model.MBDiscussion'),(0,20031,'com.liferay.message.boards.kernel.model.MBMailingList'),(0,20032,'com.liferay.message.boards.kernel.model.MBMessage'),(0,20033,'com.liferay.message.boards.kernel.model.MBStatsUser'),(0,20034,'com.liferay.message.boards.kernel.model.MBThread'),(0,20035,'com.liferay.message.boards.kernel.model.MBThreadFlag'),(0,20036,'com.liferay.portal.kernel.model.Account'),(0,20037,'com.liferay.portal.kernel.model.Address'),(0,20038,'com.liferay.portal.kernel.model.BrowserTracker'),(0,20039,'com.liferay.portal.kernel.model.ClassName'),(0,20040,'com.liferay.portal.kernel.model.ClusterGroup'),(0,20041,'com.liferay.portal.kernel.model.Company'),(0,20042,'com.liferay.portal.kernel.model.Contact'),(0,20043,'com.liferay.portal.kernel.model.Country'),(0,20044,'com.liferay.portal.kernel.model.EmailAddress'),(0,20045,'com.liferay.portal.kernel.model.Group'),(0,20046,'com.liferay.portal.kernel.model.Image'),(0,20047,'com.liferay.portal.kernel.model.Layout'),(0,20048,'com.liferay.portal.kernel.model.LayoutBranch'),(0,20049,'com.liferay.portal.kernel.model.LayoutFriendlyURL'),(0,20050,'com.liferay.portal.kernel.model.LayoutPrototype'),(0,20051,'com.liferay.portal.kernel.model.LayoutRevision'),(0,20052,'com.liferay.portal.kernel.model.LayoutSet'),(0,20053,'com.liferay.portal.kernel.model.LayoutSetBranch'),(0,20054,'com.liferay.portal.kernel.model.LayoutSetPrototype'),(0,20055,'com.liferay.portal.kernel.model.ListType'),(0,20056,'com.liferay.portal.kernel.model.MembershipRequest'),(0,20057,'com.liferay.portal.kernel.model.OrgGroupRole'),(0,20058,'com.liferay.portal.kernel.model.OrgLabor'),(0,20059,'com.liferay.portal.kernel.model.Organization'),(0,20060,'com.liferay.portal.kernel.model.PasswordPolicy'),(0,20061,'com.liferay.portal.kernel.model.PasswordPolicyRel'),(0,20062,'com.liferay.portal.kernel.model.PasswordTracker'),(0,20063,'com.liferay.portal.kernel.model.Phone'),(0,20064,'com.liferay.portal.kernel.model.PluginSetting'),(0,20065,'com.liferay.portal.kernel.model.PortalPreferences'),(0,20066,'com.liferay.portal.kernel.model.Portlet'),(0,20067,'com.liferay.portal.kernel.model.PortletItem'),(0,20068,'com.liferay.portal.kernel.model.PortletPreferences'),(0,20069,'com.liferay.portal.kernel.model.RecentLayoutBranch'),(0,20070,'com.liferay.portal.kernel.model.RecentLayoutRevision'),(0,20071,'com.liferay.portal.kernel.model.RecentLayoutSetBranch'),(0,20072,'com.liferay.portal.kernel.model.Region'),(0,20073,'com.liferay.portal.kernel.model.Release'),(0,20074,'com.liferay.portal.kernel.model.Repository'),(0,20075,'com.liferay.portal.kernel.model.RepositoryEntry'),(0,20076,'com.liferay.portal.kernel.model.ResourceAction'),(0,20077,'com.liferay.portal.kernel.model.ResourceBlock'),(0,20078,'com.liferay.portal.kernel.model.ResourceBlockPermission'),(0,20079,'com.liferay.portal.kernel.model.ResourcePermission'),(0,20080,'com.liferay.portal.kernel.model.ResourceTypePermission'),(0,20081,'com.liferay.portal.kernel.model.Role'),(0,20082,'com.liferay.portal.kernel.model.ServiceComponent'),(0,20083,'com.liferay.portal.kernel.model.Subscription'),(0,20084,'com.liferay.portal.kernel.model.SystemEvent'),(0,20085,'com.liferay.portal.kernel.model.Team'),(0,20086,'com.liferay.portal.kernel.model.Ticket'),(0,20087,'com.liferay.portal.kernel.model.User'),(0,20088,'com.liferay.portal.kernel.model.UserGroup'),(0,20089,'com.liferay.portal.kernel.model.UserGroupGroupRole'),(0,20090,'com.liferay.portal.kernel.model.UserGroupRole'),(0,20091,'com.liferay.portal.kernel.model.UserIdMapper'),(0,20092,'com.liferay.portal.kernel.model.UserNotificationDelivery'),(0,20093,'com.liferay.portal.kernel.model.UserNotificationEvent'),(0,20094,'com.liferay.portal.kernel.model.UserTracker'),(0,20095,'com.liferay.portal.kernel.model.UserTrackerPath'),(0,20096,'com.liferay.portal.kernel.model.VirtualHost'),(0,20097,'com.liferay.portal.kernel.model.WebDAVProps'),(0,20098,'com.liferay.portal.kernel.model.Website'),(0,20099,'com.liferay.portal.kernel.model.WorkflowDefinitionLink'),(0,20100,'com.liferay.portal.kernel.model.WorkflowInstanceLink'),(0,20101,'com.liferay.portal.kernel.workflow.WorkflowTask'),(0,20102,'com.liferay.ratings.kernel.model.RatingsEntry'),(0,20103,'com.liferay.ratings.kernel.model.RatingsStats'),(0,20104,'com.liferay.social.kernel.model.SocialActivity'),(0,20105,'com.liferay.social.kernel.model.SocialActivityAchievement'),(0,20106,'com.liferay.social.kernel.model.SocialActivityCounter'),(0,20107,'com.liferay.social.kernel.model.SocialActivityLimit'),(0,20108,'com.liferay.social.kernel.model.SocialActivitySet'),(0,20109,'com.liferay.social.kernel.model.SocialActivitySetting'),(0,20110,'com.liferay.social.kernel.model.SocialRelation'),(0,20111,'com.liferay.social.kernel.model.SocialRequest'),(0,20112,'com.liferay.trash.kernel.model.TrashEntry'),(0,20113,'com.liferay.trash.kernel.model.TrashVersion'),(0,20114,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess'),(0,20134,'com.liferay.portal.kernel.model.UserPersonalSite'),(0,20173,'com.liferay.portal.kernel.theme.NavItem'),(0,22901,'com.liferay.document.library.model.DLFileVersionPreview'),(0,24501,'com.liferay.portlet.calendar.model.CalEvent'),(0,28401,'com.liferay.analytics.message.storage.model.AnalyticsMessage'),(0,28501,'com.liferay.contacts.model.Entry'),(0,28601,'com.liferay.mobile.device.rules.model.MDRAction'),(0,28602,'com.liferay.mobile.device.rules.model.MDRRule'),(0,28603,'com.liferay.mobile.device.rules.model.MDRRuleGroup'),(0,28604,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance'),(0,28801,'com.liferay.portal.background.task.model.BackgroundTask'),(0,29001,'com.liferay.portal.lock.model.Lock'),(0,29101,'com.liferay.portal.security.audit.storage.model.AuditEvent'),(0,29201,'com.liferay.portal.security.service.access.policy.model.SAPEntry'),(0,29301,'com.liferay.sync.model.SyncDevice'),(0,29302,'com.liferay.sync.model.SyncDLFileVersionDiff'),(0,29303,'com.liferay.sync.model.SyncDLObject'),(0,29401,'com.liferay.oauth.model.OAuthApplication'),(0,29402,'com.liferay.oauth.model.OAuthUser'),(0,29501,'com.liferay.bookmarks.model.BookmarksEntry'),(0,29502,'com.liferay.bookmarks.model.BookmarksFolder'),(0,29701,'com.liferay.invitation.invite.members.model.MemberRequest'),(0,29801,'com.liferay.microblogs.model.MicroblogsEntry'),(0,29901,'com.liferay.wiki.model.WikiNode'),(0,29902,'com.liferay.wiki.model.WikiPage'),(0,29903,'com.liferay.wiki.model.WikiPageResource'),(0,30001,'com.liferay.calendar.model.Calendar'),(0,30002,'com.liferay.calendar.model.CalendarBooking'),(0,30003,'com.liferay.calendar.model.CalendarNotificationTemplate'),(0,30004,'com.liferay.calendar.model.CalendarResource'),(0,30201,'com.liferay.dynamic.data.mapping.model.DDMContent'),(0,30202,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance'),(0,30203,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLink'),(0,30204,'com.liferay.dynamic.data.mapping.model.DDMStorageLink'),(0,30205,'com.liferay.dynamic.data.mapping.model.DDMStructure'),(0,30206,'com.liferay.dynamic.data.mapping.model.DDMStructureLayout'),(0,30207,'com.liferay.dynamic.data.mapping.model.DDMStructureLink'),(0,30208,'com.liferay.dynamic.data.mapping.model.DDMStructureVersion'),(0,30209,'com.liferay.dynamic.data.mapping.model.DDMTemplate'),(0,30210,'com.liferay.dynamic.data.mapping.model.DDMTemplateLink'),(0,30211,'com.liferay.dynamic.data.mapping.model.DDMTemplateVersion'),(0,30213,'com.liferay.dynamic.data.lists.model.DDLRecord'),(0,30214,'com.liferay.dynamic.data.lists.model.DDLRecordSet'),(0,30215,'com.liferay.dynamic.data.lists.model.DDLRecordVersion'),(0,30301,'com.liferay.portlet.display.template.PortletDisplayTemplate'),(0,30305,'com.liferay.rss.web.internal.util.RSSFeed'),(0,30354,'com.liferay.portal.kernel.servlet.taglib.ui.BreadcrumbEntry'),(0,30364,'com.liferay.portal.kernel.repository.model.FileEntry'),(0,30368,'com.liferay.portal.kernel.servlet.taglib.ui.LanguageEntry'),(0,30422,'com.liferay.document.library.kernel.util.RawMetadataProcessor'),(0,30501,'com.liferay.polls.model.PollsChoice'),(0,30502,'com.liferay.polls.model.PollsQuestion'),(0,30503,'com.liferay.polls.model.PollsVote'),(0,30601,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition'),(0,30701,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcessLink'),(0,30901,'com.liferay.portal.workflow.kaleo.model.KaleoAction'),(0,30902,'com.liferay.portal.workflow.kaleo.model.KaleoCondition'),(0,30903,'com.liferay.portal.workflow.kaleo.model.KaleoDefinition'),(0,30904,'com.liferay.portal.workflow.kaleo.model.KaleoInstance'),(0,30905,'com.liferay.portal.workflow.kaleo.model.KaleoInstanceToken'),(0,30906,'com.liferay.portal.workflow.kaleo.model.KaleoLog'),(0,30907,'com.liferay.portal.workflow.kaleo.model.KaleoNode'),(0,30908,'com.liferay.portal.workflow.kaleo.model.KaleoNotification'),(0,30909,'com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient'),(0,30910,'com.liferay.portal.workflow.kaleo.model.KaleoTask'),(0,30911,'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignment'),(0,30912,'com.liferay.portal.workflow.kaleo.model.KaleoTaskAssignmentInstance'),(0,30913,'com.liferay.portal.workflow.kaleo.model.KaleoTaskInstanceToken'),(0,30914,'com.liferay.portal.workflow.kaleo.model.KaleoTimer'),(0,30915,'com.liferay.portal.workflow.kaleo.model.KaleoTimerInstanceToken'),(0,30916,'com.liferay.portal.workflow.kaleo.model.KaleoTransition'),(0,31001,'com.liferay.journal.model.JournalArticle'),(0,31002,'com.liferay.journal.model.JournalArticleImage'),(0,31003,'com.liferay.journal.model.JournalArticleResource'),(0,31004,'com.liferay.journal.model.JournalContentSearch'),(0,31005,'com.liferay.journal.model.JournalFeed'),(0,31006,'com.liferay.journal.model.JournalFolder'),(0,31201,'com.liferay.marketplace.model.App'),(0,31202,'com.liferay.marketplace.model.Module'); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_35E3E7C6` (`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,20115,20117,'liferay.com','zove3M4EfoFdaUO0st6Z9Q==','liferay.com',NULL,0,0,0,1); /*!40000 ALTER TABLE `Company` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Configuration_` -- DROP TABLE IF EXISTS `Configuration_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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.BlogsConfiguration','displayTemplatesConfig=\"com/liferay/blogs/web/template/dependencies/portlet-display-templates.xml\"\r\nentryCheckInterval=I\"3\"\r\nlinkbackJobInterval=I\"10\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.blogs.configuration.BlogsConfiguration\"\r\n'),('com.liferay.blogs.configuration.BlogsGroupServiceConfiguration','enableRss=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.pid=\"com.liferay.blogs.configuration.BlogsGroupServiceConfiguration\"\r\nsmallImageWidth=I\"400\"\r\n'),('com.liferay.blogs.web.configuration.BlogsPortletInstanceConfiguration','displayStyle=\"abstract\"\r\ndisplayStyleGroupId=L\"1\"\r\nenableCommentRatings=B\"false\"\r\nenableComments=B\"false\"\r\nenableFlags=B\"false\"\r\nenableRatings=B\"false\"\r\nenableRelatedAssets=B\"false\"\r\nenableSocialBookmarks=B\"false\"\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.configuration.BlogsPortletInstanceConfiguration\"\r\nsocialBookmarksDisplayPosition=\"\"\r\nsocialBookmarksDisplayStyle=\"\"\r\nsocialBookmarksTypes=\"${server-property://com.liferay.portal/social.bookmark.types}\"\r\n'),('com.liferay.modules.compat.internal.configuration.ModuleCompatExtenderConfiguration','_felix_.cm.newConfiguration=B\"true\"\r\nservice.bundleLocation=\"?\"\r\nservice.pid=\"com.liferay.modules.compat.internal.configuration.ModuleCompatExtenderConfiguration\"\r\n'),('com.liferay.portal.security.auth.verifier.basic.auth.header.module.configuration.BasicAuthHeaderAuthVerifierConfiguration.9579bffe-bef5-4285-ba8c-df95311bd395','enabled=\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.basic.auth.header.module.configuration.BasicAuthHeaderAuthVerifierConfiguration-default.cfg\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.basic.auth.header.module.configuration.BasicAuthHeaderAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.basic.auth.header.module.configuration.BasicAuthHeaderAuthVerifierConfiguration.9579bffe-bef5-4285-ba8c-df95311bd395\"\r\nurlsExcludes=\"/api/liferay*\"\r\nurlsIncludes=\"/api/*,/xmlrpc*\"\r\n'),('com.liferay.portal.security.auth.verifier.basic.auth.header.module.configuration.BasicAuthHeaderAuthVerifierConfiguration.factory','factory.pid=\"com.liferay.portal.security.auth.verifier.basic.auth.header.module.configuration.BasicAuthHeaderAuthVerifierConfiguration\"\r\nfactory.pidList=[ \\\r\n \"com.liferay.portal.security.auth.verifier.basic.auth.header.module.configuration.BasicAuthHeaderAuthVerifierConfiguration.9579bffe-bef5-4285-ba8c-df95311bd395\", \\\r\n ]\r\n'),('com.liferay.portal.security.auth.verifier.portal.session.module.configuration.PortalSessionAuthVerifierConfiguration.e46b1245-e87a-4adb-b7ff-f9d59b55b869','checkCSRFToken=\"false\"\r\nenabled=\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.portal.session.module.configuration.PortalSessionAuthVerifierConfiguration-default.cfg\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.portal.session.module.configuration.PortalSessionAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.portal.session.module.configuration.PortalSessionAuthVerifierConfiguration.e46b1245-e87a-4adb-b7ff-f9d59b55b869\"\r\nurlsIncludes=\"/api/json*,/api/jsonws*,/c/portal/json_service*\"\r\n'),('com.liferay.portal.security.auth.verifier.portal.session.module.configuration.PortalSessionAuthVerifierConfiguration.factory','factory.pid=\"com.liferay.portal.security.auth.verifier.portal.session.module.configuration.PortalSessionAuthVerifierConfiguration\"\r\nfactory.pidList=[ \\\r\n \"com.liferay.portal.security.auth.verifier.portal.session.module.configuration.PortalSessionAuthVerifierConfiguration.e46b1245-e87a-4adb-b7ff-f9d59b55b869\", \\\r\n ]\r\n'),('com.liferay.portal.security.auth.verifier.tunnel.module.configuration.TunnelAuthVerifierConfiguration.56de0b64-ea79-41a3-8e93-c9c2836175a6','enabled=\"true\"\r\nfelix.fileinstall.filename=\"com.liferay.portal.security.auth.verifier.tunnel.module.configuration.TunnelAuthVerifierConfiguration-default.cfg\"\r\nhostsAllowed=\"127.0.0.1,SERVER_IP\"\r\nservice.factoryPid=\"com.liferay.portal.security.auth.verifier.tunnel.module.configuration.TunnelAuthVerifierConfiguration\"\r\nservice.pid=\"com.liferay.portal.security.auth.verifier.tunnel.module.configuration.TunnelAuthVerifierConfiguration.56de0b64-ea79-41a3-8e93-c9c2836175a6\"\r\nserviceAccessPolicyName=\"SYSTEM_USER_PASSWORD\"\r\nurlsIncludes=\"/api/liferay/do\"\r\n'),('com.liferay.portal.security.auth.verifier.tunnel.module.configuration.TunnelAuthVerifierConfiguration.factory','factory.pid=\"com.liferay.portal.security.auth.verifier.tunnel.module.configuration.TunnelAuthVerifierConfiguration\"\r\nfactory.pidList=[ \\\r\n \"com.liferay.portal.security.auth.verifier.tunnel.module.configuration.TunnelAuthVerifierConfiguration.56de0b64-ea79-41a3-8e93-c9c2836175a6\", \\\r\n ]\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 */; /*!40101 SET character_set_client = utf8 */; 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,20120,20115,20119,NULL,'2020-08-27 22:40:22.096000','2020-08-27 22:40:22.096000',20087,20119,20117,0,'default@liferay.com',NULL,NULL,NULL,0,0,1,'2020-08-27 22:40:21.720000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(0,20157,20115,20155,NULL,'2020-08-27 22:40:24.081000','2020-08-27 22:40:24.081000',20087,20155,20117,0,'test@liferay.com','Test',NULL,'Test',0,0,1,'1970-01-01 00:00:00.000000',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `Contact_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Contacts_Entry` -- DROP TABLE IF EXISTS `Contacts_Entry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Counter` ( `name` varchar(75) 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',32100),('com.liferay.portal.kernel.model.Layout#20132#true',1),('com.liferay.portal.kernel.model.Layout#20139#false',1),('com.liferay.portal.kernel.model.Layout#20142#false',1),('com.liferay.portal.kernel.model.Layout#20158#false',1),('com.liferay.portal.kernel.model.Layout#20158#true',1),('com.liferay.portal.kernel.model.Layout#31858#true',1),('com.liferay.portal.kernel.model.Layout#31918#true',1),('com.liferay.portal.kernel.model.Layout#31928#true',2),('com.liferay.portal.kernel.model.Layout#31948#true',1),('com.liferay.portal.kernel.model.Layout#31987#true',3),('com.liferay.portal.kernel.model.ResourceAction',2300),('com.liferay.portal.kernel.model.ResourcePermission',1600); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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,5,'hong-kong','HK','HKG','344','852',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,131,'macau','MO','MAC','446','853',0,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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDLRecord` ( `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, `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_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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDLRecordSet` ( `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, `createDate` datetime(6) DEFAULT NULL, `modifiedDate` datetime(6) DEFAULT NULL, `DDMStructureId` bigint(20) DEFAULT NULL, `recordSetKey` 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_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 `DDLRecordVersion` -- DROP TABLE IF EXISTS `DDLRecordVersion`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDLRecordVersion` ( `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, `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`) ) 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMContent` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMDataProviderInstance` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMDataProviderInstanceLink` ( `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 `DDMStorageLink` -- DROP TABLE IF EXISTS `DDMStorageLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStorageLink` ( `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, PRIMARY KEY (`storageLinkId`), UNIQUE KEY `IX_702D1AD5` (`classPK`), KEY `IX_81776090` (`structureId`), 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStructure` ( `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 ('767434bc-75a5-8288-86d4-26c8d76f92a5',30390,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:55.336000','2020-08-27 22:40:55.336000',0,20016,'LEARNING MODULE METADATA','1.0','Learning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module Metadata','Learning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module Metadata','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Product\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select2235\",\"options\":[{\"label\":{\"en_US\":\"Home Edition\"},\"value\":\"HE\"},{\"label\":{\"en_US\":\"Business Edition\"},\"value\":\"BE\"},{\"label\":{\"en_US\":\"Enterprise Edition\"},\"value\":\"EE\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Version\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select3212\",\"options\":[{\"label\":{\"en_US\":\"1.0\"},\"value\":\"1\"},{\"label\":{\"en_US\":\"2.0\"},\"value\":\"2\"},{\"label\":{\"en_US\":\"3.0\"},\"value\":\"3\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Topics\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select4115\",\"options\":[{\"label\":{\"en_US\":\"Administration\"},\"value\":\"admin\"},{\"label\":{\"en_US\":\"Installation\"},\"value\":\"install\"},{\"label\":{\"en_US\":\"Configuration\"},\"value\":\"config\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Level\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select5069\",\"options\":[{\"label\":{\"en_US\":\"Beginner\"},\"value\":\"beginner\"},{\"label\":{\"en_US\":\"Intermediate\"},\"value\":\"intermediate\"},{\"label\":{\"en_US\":\"Advanced\"},\"value\":\"advanced\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,NULL),('4f30e044-1257-cd05-edaa-867c3f22a99b',30393,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:55.484000','2020-08-27 22:40:55.484000',0,20016,'MARKETING CAMPAIGN THEME METADATA','1.0','Marketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme Metadata','Marketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme Metadata','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Select\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select2305\",\"options\":[{\"label\":{\"en_US\":\"Strong Company\"},\"value\":\"strong\"},{\"label\":{\"en_US\":\"New Product Launch\"},\"value\":\"product\"},{\"label\":{\"en_US\":\"Company Philosophy\"},\"value\":\"philosophy\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Campaign Theme\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select3229\",\"options\":[{\"label\":{\"en_US\":\"Your Trusted Advisor\"},\"value\":\"advisor\"},{\"label\":{\"en_US\":\"10 Years of Customer Solutions\"},\"value\":\"solutions\"},{\"label\":{\"en_US\":\"Making a Difference\"},\"value\":\"difference\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Business Goal\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select4282\",\"options\":[{\"label\":{\"en_US\":\"Awareness\"},\"value\":\"awareness\"},{\"label\":{\"en_US\":\"Lead Generation\"},\"value\":\"leads\"},{\"label\":{\"en_US\":\"Customer Service\"},\"value\":\"service\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,NULL),('0f91c334-8311-2a4d-a454-66d1e822554a',30396,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:55.560000','2020-08-27 22:40:55.560000',0,20016,'MEETING METADATA','1.0','Meeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting Metadata','Metadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meeting','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"ddm_date3054\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"text2217\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Meeting Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"text4569\",\"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\":\"text5638\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"textarea6584\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"textarea7502\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Participants\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),('96cc6aec-f30f-ecc8-7175-4e47d31b8aec',30400,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:55.655000','2020-08-27 22:40:55.655000',0,20016,'AUTO_AE6D191E-E031-23F4-6093-E45A1D386DFD','1.0','ContractContractes合同ContractenSopimusContratsVertragחוזיםSzerződés契約ContratoContratos','ContractContractes合同ContractenSopimusContratsVertragחוזיםSzerződés契約ContratoContratos','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Effective Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"ddm_date18949\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Expiration Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"ddm_date20127\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select4893\",\"options\":[{\"label\":{\"en_US\":\"Draft\"},\"value\":\"Draft\"},{\"label\":{\"en_US\":\"In Review\"},\"value\":\"Review\"},{\"label\":{\"en_US\":\"Suspended\"},\"value\":\"Suspended\"},{\"label\":{\"en_US\":\"Signed\"},\"value\":\"Signed\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Contract Type\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select10264\",\"options\":[{\"label\":{\"en_US\":\"NDA\"},\"value\":\"NDA\"},{\"label\":{\"en_US\":\"MSA\"},\"value\":\"MSA\"},{\"label\":{\"en_US\":\"License Agreement\"},\"value\":\"License\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Deal Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2087\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Legal Reviewer\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text14822\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Signing Authority\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text17700\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,NULL),('a3e7ce79-70bd-43bb-0942-ae2775d3ff22',30405,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:55.788000','2020-08-27 22:40:55.788000',0,20016,'AUTO_71525BD1-FA6C-2AC8-59BC-3C688CBE6792','1.0','Marketing BannerBàner de màrqueting营销标语MarketingbannerMarkkinointimainospalkkiBannière commercialeMarketingbannerבאנר שיווקיHírdetési csíkマーケティングバナーBanner de MarketingBanner comercial','Marketing BannerBàner de màrqueting营销标语MarketingbannerMarkkinointimainospalkkiBannière commercialeMarketingbannerבאנר שיווקיHírdetési csíkマーケティングバナーBanner de MarketingBanner comercial','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Needs Legal Review\"},\"type\":\"radio\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"radio5547\",\"options\":[{\"label\":{\"en_US\":\"Yes\"},\"value\":\"yes\"},{\"label\":{\"en_US\":\"No\"},\"value\":\"no\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Banner Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2033\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true,\"indexType\":\"text\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"textarea2873\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,NULL),('211abd8c-c1d6-56ff-37fa-cbab9f2d439e',30411,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:56.128000','2020-08-27 22:40:56.128000',0,20016,'AUTO_2BEBB5DF-FCE3-C016-3CB3-00EBA5BD650B','1.0','Online TrainingFromació en línia在线培训Online trainingOnline koulutusFormation en ligneOnline-Trainingהכשרה מקוונתOnline tanfolyamオンライントレーニングTreinamento OnlineFormación en línea','Online TrainingFromació en línia在线培训Online trainingOnline koulutusFormation en ligneOnline-Trainingהכשרה מקוונתOnline tanfolyamオンライントレーニングTreinamento OnlineFormación en línea','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Lesson Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2082\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Author\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2979\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,NULL),('b7859d90-dbd1-a5f3-2981-b953397abb25',30417,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:56.221000','2020-08-27 22:40:56.221000',0,20016,'AUTO_822B1EB2-7195-A99D-1C3B-EF818A64D3DB','1.0','Sales PresentationPresentació de vendes销售报告VerkooppresentatieMyynti esitysPrésentation des ventesVertriebspräsentationמצגת מכירותKereskedői előadásセールスプレゼンテーションApresentação de VendasPresentación de ventas','Sales PresentationPresentació de vendes销售报告VerkooppresentatieMyynti esitysPrésentation des ventesVertriebspräsentationמצגת מכירותKereskedői előadásセールスプレゼンテーションApresentação de VendasPresentación de ventas','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Product\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select2890\",\"options\":[{\"label\":{\"en_US\":\"Home Edition\"},\"value\":\"HE\"},{\"label\":{\"en_US\":\"Business Edition\"},\"value\":\"BE\"},{\"label\":{\"en_US\":\"Enterprise Edition\"},\"value\":\"EE\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Version\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select3864\",\"options\":[{\"label\":{\"en_US\":\"1.0\"},\"value\":\"1\"},{\"label\":{\"en_US\":\"2.0\"},\"value\":\"2\"},{\"label\":{\"en_US\":\"3.0\"},\"value\":\"3\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Areas of Interest\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select4831\",\"options\":[{\"label\":{\"en_US\":\"Website\"},\"value\":\"website\"},{\"label\":{\"en_US\":\"Collaboration\"},\"value\":\"collaboration\"},{\"label\":{\"en_US\":\"Intranet\"},\"value\":\"intranet\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Competitors\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select5929\",\"options\":[{\"label\":{\"en_US\":\"ACME\"},\"value\":\"acme\"},{\"label\":{\"en_US\":\"SevenCogs\"},\"value\":\"sevencogs\"},{\"label\":{\"en_US\":\"FreePlus\"},\"value\":\"freeplus\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Prospect Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text1993\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,NULL),('80b140ce-a6b1-654f-3c44-b9e1c9eaed1e',30423,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:56.407000','2020-08-27 22:40:56.407000',0,30422,'TIKARAWMETADATA','1.0','TIKARAWMETADATA','TIKARAWMETADATA','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROGRAM_ID\",\"localizable\":false,\"readOnly\":false,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_ASPECT_RATIO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),('59a5d1f3-66bb-2fe8-45b0-bd81df2d1209',30426,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:56.574000','2020-08-27 22:40:56.574000',0,30214,'CONTACTS','1.0','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"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,\"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,\"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},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"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,\"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,\"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,\"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,\"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,\"label\":{\"en_US\":\"Phone (Office)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),('f5392137-e3ee-3135-adce-e31de8ca4ed0',30429,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:56.631000','2020-08-27 22:40:56.631000',0,30214,'EVENTS','1.0','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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),('f26388a5-a8c5-5739-5c0b-75b0a7be3bfa',30432,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:56.685000','2020-08-27 22:40:56.685000',0,30214,'INVENTORY','1.0','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','{\"availableLanguageIds\":[\"en_US\"],\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,NULL),('f0d0b8d4-4a37-cecc-04c1-b06a96e0ff8d',30435,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:56.938000','2020-08-27 22:40:56.938000',0,30214,'ISSUES TRACKING','1.0','Issues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues Tracking','Issue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue Tracking','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"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,\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"dueDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Due Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"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},{\"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},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),('75a5007e-caa0-4c77-fe31-7a28b084b204',30438,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:57.012000','2020-08-27 22:40:57.012000',0,30214,'MEETING MINUTES','1.0','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"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,\"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,\"label\":{\"en_US\":\"Meeting Duration\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"meetingDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Meeting Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"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,\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),('837e222d-79ba-0104-208a-8f33da16edb9',30441,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:57.087000','2020-08-27 22:40:57.087000',0,30214,'TO DO','1.0','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"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,\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"endDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"End Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"en_US\":\"% Complete\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"startDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Start Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"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},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,NULL),('d0413a7b-f241-f351-4064-09e287197a7c',31008,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:41:05.709000','2020-08-27 22:41:05.709000',0,31001,'BASIC-WEB-CONTENT','1.0','Basic Web ContentContigut web bàsic基本 Web 内容BasiswebcontentTavallinen web-sisältöContenu web basiqueEinfacher Webcontentתוכן אינטרנטי בסיסיAlapvető webtartalom基本WebコンテンツConteúdo Web básicoContenido web básico','Basic Web ContentContigut web bàsic基本 Web 内容BasiswebcontentTavallinen web-sisältöContenu web basiqueEinfacher Webcontentתוכן אינטרנטי בסיסיAlapvető webtartalom基本WebコンテンツConteúdo Web básicoContenido web básico','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"html\",\"readOnly\":false,\"label\":{\"en_US\":\"Content\"},\"type\":\"ddm-text-html\",\"required\":false,\"showLabel\":true,\"indexType\":\"text\",\"visibilityExpression\":\"\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"content\",\"localizable\":true,\"validation\":{}}]}','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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStructureLayout` ( `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, `structureVersionId` bigint(20) DEFAULT NULL, `definition` longtext, PRIMARY KEY (`structureLayoutId`), UNIQUE KEY `IX_B7158C0A` (`structureVersionId`), UNIQUE KEY `IX_C9A0402C` (`uuid_`,`groupId`), 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 ('0944a31a-8ccb-4db6-0788-3df7febb958c',30392,20151,20115,20119,NULL,'2020-08-27 22:40:55.365000','2020-08-27 22:40:55.365000',30391,'{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"select2235\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select3212\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select4115\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select5069\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),('c49d5162-3950-4931-48e6-901f625f2e3d',30395,20151,20115,20119,NULL,'2020-08-27 22:40:55.497000','2020-08-27 22:40:55.497000',30394,'{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"select2305\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select3229\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select4282\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),('4a1ce4a2-0e85-70c6-e0a9-519b6a677a1d',30398,20151,20115,20119,NULL,'2020-08-27 22:40:55.573000','2020-08-27 22:40:55.573000',30397,'{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"ddm_date3054\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text2217\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text4569\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text5638\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"textarea6584\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"textarea7502\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),('00e1da94-a865-f516-0d03-3b1c9fd63e88',30402,20151,20115,20119,NULL,'2020-08-27 22:40:55.680000','2020-08-27 22:40:55.680000',30401,'{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"ddm_date18949\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"ddm_date20127\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select4893\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select10264\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text2087\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text14822\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text17700\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),('c65f6533-7f3d-4ebd-12a5-fdefdd8f4d5c',30407,20151,20115,20119,NULL,'2020-08-27 22:40:55.793000','2020-08-27 22:40:55.793000',30406,'{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"radio5547\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text2033\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"textarea2873\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),('54cabae0-cd9a-44d5-2478-fcfa547ec1e7',30413,20151,20115,20119,NULL,'2020-08-27 22:40:56.132000','2020-08-27 22:40:56.132000',30412,'{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"text2082\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text2979\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),('e8768aa8-adae-d8ee-770a-ac36f960ff63',30419,20151,20115,20119,NULL,'2020-08-27 22:40:56.228000','2020-08-27 22:40:56.228000',30418,'{\"pages\":[{\"rows\":[{\"columns\":[{\"size\":12,\"fieldNames\":[\"select2890\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select3864\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select4831\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"select5929\"]}]},{\"columns\":[{\"size\":12,\"fieldNames\":[\"text1993\"]}]}],\"title\":{\"en_US\":\"\"}}],\"paginationMode\":\"single-page\",\"defaultLanguageId\":\"en_US\"}'),('c58e3563-0bda-b690-8289-175fbc0d3a7f',30425,20151,20115,20119,NULL,'2020-08-27 22:40:56.471000','2020-08-27 22:40:56.471000',30424,'{\"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\"}'),('71750a51-7e41-5d6d-1753-ff825b9b6986',30428,20151,20115,20119,NULL,'2020-08-27 22:40:56.586000','2020-08-27 22:40:56.586000',30427,'{\"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\"}'),('21593ed6-9422-3b82-a418-01eaebcf11e9',30431,20151,20115,20119,NULL,'2020-08-27 22:40:56.641000','2020-08-27 22:40:56.641000',30430,'{\"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\"}'),('f888195e-2f52-17ed-d9c2-9b778bdf8fca',30434,20151,20115,20119,NULL,'2020-08-27 22:40:56.708000','2020-08-27 22:40:56.708000',30433,'{\"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\"}'),('f63aac2b-5fa0-c77d-8791-5ff30ff77568',30437,20151,20115,20119,NULL,'2020-08-27 22:40:56.948000','2020-08-27 22:40:56.948000',30436,'{\"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\"}'),('07b40f3b-7fa3-8985-399f-53f658638527',30440,20151,20115,20119,NULL,'2020-08-27 22:40:57.023000','2020-08-27 22:40:57.023000',30439,'{\"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\"}'),('7a32da13-df10-a755-1f84-375fa6c4bdc4',30443,20151,20115,20119,NULL,'2020-08-27 22:40:57.097000','2020-08-27 22:40:57.097000',30442,'{\"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\"}'),('f424e02d-99d9-ffb5-af6f-313afea62bd5',31010,20151,20115,20119,NULL,'2020-08-27 22:41:05.726000','2020-08-27 22:41:05.726000',31009,'{\"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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStructureLink` ( `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 */; INSERT INTO `DDMStructureLink` VALUES (30403,20115,20017,30399,30400),(30408,20115,20017,30404,30393),(30409,20115,20017,30404,30405),(30414,20115,20017,30410,30390),(30415,20115,20017,30410,30411),(30420,20115,20017,30416,30396),(30421,20115,20017,30416,30417); /*!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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMStructureVersion` ( `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 (30391,20151,20115,20119,NULL,'2020-08-27 22:40:55.336000',30390,'1.0',0,'Learning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module Metadata','Learning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module MetadataLearning Module Metadata','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Product\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select2235\",\"options\":[{\"label\":{\"en_US\":\"Home Edition\"},\"value\":\"HE\"},{\"label\":{\"en_US\":\"Business Edition\"},\"value\":\"BE\"},{\"label\":{\"en_US\":\"Enterprise Edition\"},\"value\":\"EE\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Version\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select3212\",\"options\":[{\"label\":{\"en_US\":\"1.0\"},\"value\":\"1\"},{\"label\":{\"en_US\":\"2.0\"},\"value\":\"2\"},{\"label\":{\"en_US\":\"3.0\"},\"value\":\"3\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Topics\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select4115\",\"options\":[{\"label\":{\"en_US\":\"Administration\"},\"value\":\"admin\"},{\"label\":{\"en_US\":\"Installation\"},\"value\":\"install\"},{\"label\":{\"en_US\":\"Configuration\"},\"value\":\"config\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Level\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select5069\",\"options\":[{\"label\":{\"en_US\":\"Beginner\"},\"value\":\"beginner\"},{\"label\":{\"en_US\":\"Intermediate\"},\"value\":\"intermediate\"},{\"label\":{\"en_US\":\"Advanced\"},\"value\":\"advanced\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,0,20119,NULL,'2020-08-27 22:40:55.336000'),(30394,20151,20115,20119,NULL,'2020-08-27 22:40:55.484000',30393,'1.0',0,'Marketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme Metadata','Marketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme MetadataMarketing Campaign Theme Metadata','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Select\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select2305\",\"options\":[{\"label\":{\"en_US\":\"Strong Company\"},\"value\":\"strong\"},{\"label\":{\"en_US\":\"New Product Launch\"},\"value\":\"product\"},{\"label\":{\"en_US\":\"Company Philosophy\"},\"value\":\"philosophy\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Campaign Theme\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select3229\",\"options\":[{\"label\":{\"en_US\":\"Your Trusted Advisor\"},\"value\":\"advisor\"},{\"label\":{\"en_US\":\"10 Years of Customer Solutions\"},\"value\":\"solutions\"},{\"label\":{\"en_US\":\"Making a Difference\"},\"value\":\"difference\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Business Goal\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"repeatable\":false,\"name\":\"select4282\",\"options\":[{\"label\":{\"en_US\":\"Awareness\"},\"value\":\"awareness\"},{\"label\":{\"en_US\":\"Lead Generation\"},\"value\":\"leads\"},{\"label\":{\"en_US\":\"Customer Service\"},\"value\":\"service\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,0,20119,NULL,'2020-08-27 22:40:55.484000'),(30397,20151,20115,20119,NULL,'2020-08-27 22:40:55.560000',30396,'1.0',0,'Meeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting MetadataMeeting Metadata','Metadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meetingMetadata for meeting','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"ddm_date3054\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"text2217\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Meeting Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"text4569\",\"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\":\"text5638\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Location\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"textarea6584\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"textarea7502\",\"localizable\":true,\"readOnly\":false,\"tip\":{\"en_US\":\"\"},\"label\":{\"en_US\":\"Participants\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true}]}','json',0,0,20119,NULL,'2020-08-27 22:40:55.560000'),(30401,20151,20115,20119,NULL,'2020-08-27 22:40:55.655000',30400,'1.0',0,'ContractContractes合同ContractenSopimusContratsVertragחוזיםSzerződés契約ContratoContratos','ContractContractes合同ContractenSopimusContratsVertragחוזיםSzerződés契約ContratoContratos','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Effective Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"ddm_date18949\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Expiration Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"ddm_date20127\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Status\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select4893\",\"options\":[{\"label\":{\"en_US\":\"Draft\"},\"value\":\"Draft\"},{\"label\":{\"en_US\":\"In Review\"},\"value\":\"Review\"},{\"label\":{\"en_US\":\"Suspended\"},\"value\":\"Suspended\"},{\"label\":{\"en_US\":\"Signed\"},\"value\":\"Signed\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Contract Type\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select10264\",\"options\":[{\"label\":{\"en_US\":\"NDA\"},\"value\":\"NDA\"},{\"label\":{\"en_US\":\"MSA\"},\"value\":\"MSA\"},{\"label\":{\"en_US\":\"License Agreement\"},\"value\":\"License\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Deal Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2087\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Legal Reviewer\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text14822\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Signing Authority\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text17700\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,0,20119,NULL,'2020-08-27 22:40:55.655000'),(30406,20151,20115,20119,NULL,'2020-08-27 22:40:55.788000',30405,'1.0',0,'Marketing BannerBàner de màrqueting营销标语MarketingbannerMarkkinointimainospalkkiBannière commercialeMarketingbannerבאנר שיווקיHírdetési csíkマーケティングバナーBanner de MarketingBanner comercial','Marketing BannerBàner de màrqueting营销标语MarketingbannerMarkkinointimainospalkkiBannière commercialeMarketingbannerבאנר שיווקיHírdetési csíkマーケティングバナーBanner de MarketingBanner comercial','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Needs Legal Review\"},\"type\":\"radio\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"radio5547\",\"options\":[{\"label\":{\"en_US\":\"Yes\"},\"value\":\"yes\"},{\"label\":{\"en_US\":\"No\"},\"value\":\"no\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Banner Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2033\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true,\"indexType\":\"text\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"textarea2873\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,0,20119,NULL,'2020-08-27 22:40:55.788000'),(30412,20151,20115,20119,NULL,'2020-08-27 22:40:56.128000',30411,'1.0',0,'Online TrainingFromació en línia在线培训Online trainingOnline koulutusFormation en ligneOnline-Trainingהכשרה מקוונתOnline tanfolyamオンライントレーニングTreinamento OnlineFormación en línea','Online TrainingFromació en línia在线培训Online trainingOnline koulutusFormation en ligneOnline-Trainingהכשרה מקוונתOnline tanfolyamオンライントレーニングTreinamento OnlineFormación en línea','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Lesson Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2082\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Author\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text2979\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,0,20119,NULL,'2020-08-27 22:40:56.128000'),(30418,20151,20115,20119,NULL,'2020-08-27 22:40:56.221000',30417,'1.0',0,'Sales PresentationPresentació de vendes销售报告VerkooppresentatieMyynti esitysPrésentation des ventesVertriebspräsentationמצגת מכירותKereskedői előadásセールスプレゼンテーションApresentação de VendasPresentación de ventas','Sales PresentationPresentació de vendes销售报告VerkooppresentatieMyynti esitysPrésentation des ventesVertriebspräsentationמצגת מכירותKereskedői előadásセールスプレゼンテーションApresentação de VendasPresentación de ventas','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Product\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select2890\",\"options\":[{\"label\":{\"en_US\":\"Home Edition\"},\"value\":\"HE\"},{\"label\":{\"en_US\":\"Business Edition\"},\"value\":\"BE\"},{\"label\":{\"en_US\":\"Enterprise Edition\"},\"value\":\"EE\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":false,\"readOnly\":false,\"label\":{\"en_US\":\"Version\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select3864\",\"options\":[{\"label\":{\"en_US\":\"1.0\"},\"value\":\"1\"},{\"label\":{\"en_US\":\"2.0\"},\"value\":\"2\"},{\"label\":{\"en_US\":\"3.0\"},\"value\":\"3\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Areas of Interest\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select4831\",\"options\":[{\"label\":{\"en_US\":\"Website\"},\"value\":\"website\"},{\"label\":{\"en_US\":\"Collaboration\"},\"value\":\"collaboration\"},{\"label\":{\"en_US\":\"Intranet\"},\"value\":\"intranet\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"multiple\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Competitors\"},\"type\":\"select\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"select5929\",\"options\":[{\"label\":{\"en_US\":\"ACME\"},\"value\":\"acme\"},{\"label\":{\"en_US\":\"SevenCogs\"},\"value\":\"sevencogs\"},{\"label\":{\"en_US\":\"FreePlus\"},\"value\":\"freeplus\"}],\"localizable\":true,\"tip\":{\"en_US\":\"\"}},{\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Prospect Name\"},\"type\":\"text\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"\",\"repeatable\":false,\"name\":\"text1993\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',1,0,20119,NULL,'2020-08-27 22:40:56.221000'),(30424,20151,20115,20119,NULL,'2020-08-27 22:40:56.407000',30423,'1.0',0,'TIKARAWMETADATA','TIKARAWMETADATA','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"ClimateForcast_PROGRAM_ID\",\"localizable\":false,\"readOnly\":false,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"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,\"label\":{\"en_US\":\"metadata.XMPDM.VIDEO_PIXEL_ASPECT_RATIO\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20119,NULL,'2020-08-27 22:40:56.407000'),(30427,20151,20115,20119,NULL,'2020-08-27 22:40:56.574000',30426,'1.0',0,'ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','ContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContactsContacts','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"company\",\"localizable\":true,\"readOnly\":false,\"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,\"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,\"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},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"imUserName\",\"localizable\":true,\"readOnly\":false,\"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,\"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,\"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,\"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,\"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,\"label\":{\"en_US\":\"Phone (Office)\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20119,NULL,'2020-08-27 22:40:56.574000'),(30430,20151,20115,20119,NULL,'2020-08-27 22:40:56.631000',30429,'1.0',0,'EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','EventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEventsEvents','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,20119,NULL,'2020-08-27 22:40:56.631000'),(30433,20151,20115,20119,NULL,'2020-08-27 22:40:56.685000',30432,'1.0',0,'InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','InventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventoryInventory','{\"availableLanguageIds\":[\"en_US\"],\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"quantity\",\"localizable\":true,\"tip\":{\"en_US\":\"\"}}]}','json',0,0,20119,NULL,'2020-08-27 22:40:56.685000'),(30436,20151,20115,20119,NULL,'2020-08-27 22:40:56.938000',30435,'1.0',0,'Issues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues TrackingIssues Tracking','Issue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue TrackingIssue Tracking','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"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,\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"dueDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Due Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"issueId\",\"localizable\":true,\"readOnly\":false,\"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},{\"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},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20119,NULL,'2020-08-27 22:40:56.938000'),(30439,20151,20115,20119,NULL,'2020-08-27 22:40:57.012000',30438,'1.0',0,'Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','Meeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting MinutesMeeting Minutes','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"document-library\",\"predefinedValue\":{\"en_US\":\"\"},\"readOnly\":false,\"label\":{\"en_US\":\"Attachment\"},\"type\":\"ddm-documentlibrary\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"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,\"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,\"label\":{\"en_US\":\"Meeting Duration\"},\"type\":\"text\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"meetingDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Meeting Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"indexType\":\"text\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"minutes\",\"localizable\":true,\"readOnly\":false,\"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,\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20119,NULL,'2020-08-27 22:40:57.012000'),(30442,20151,20115,20119,NULL,'2020-08-27 22:40:57.087000',30441,'1.0',0,'To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','To DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo DoTo Do','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"assignedTo\",\"localizable\":true,\"readOnly\":false,\"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,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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,\"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,\"label\":{\"en_US\":\"Description\"},\"type\":\"textarea\",\"required\":false,\"showLabel\":true},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"endDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"End Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"dataType\":\"integer\",\"predefinedValue\":{\"en_US\":\"0\"},\"readOnly\":false,\"label\":{\"en_US\":\"% Complete\"},\"type\":\"ddm-integer\",\"required\":false,\"showLabel\":true,\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"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},{\"indexType\":\"keyword\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"dataType\":\"date\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"startDate\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Start Date\"},\"type\":\"ddm-date\",\"required\":false,\"showLabel\":true},{\"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},{\"indexType\":\"keyword\",\"repeatable\":false,\"dataType\":\"string\",\"predefinedValue\":{\"en_US\":\"\"},\"name\":\"title\",\"localizable\":true,\"readOnly\":false,\"label\":{\"en_US\":\"Title\"},\"type\":\"text\",\"required\":false,\"showLabel\":true}]}','json',0,0,20119,NULL,'2020-08-27 22:40:57.087000'),(31009,20151,20115,20119,NULL,'2020-08-27 22:41:05.709000',31008,'1.0',0,'Basic Web ContentContigut web bàsic基本 Web 内容BasiswebcontentTavallinen web-sisältöContenu web basiqueEinfacher Webcontentתוכן אינטרנטי בסיסיAlapvető webtartalom基本WebコンテンツConteúdo Web básicoContenido web básico','Basic Web ContentContigut web bàsic基本 Web 内容BasiswebcontentTavallinen web-sisältöContenu web basiqueEinfacher Webcontentתוכן אינטרנטי בסיסיAlapvető webtartalom基本WebコンテンツConteúdo Web básicoContenido web básico','{\"availableLanguageIds\":[\"en_US\"],\"defaultLanguageId\":\"en_US\",\"fields\":[{\"dataType\":\"html\",\"readOnly\":false,\"label\":{\"en_US\":\"Content\"},\"type\":\"ddm-text-html\",\"required\":false,\"showLabel\":true,\"indexType\":\"text\",\"visibilityExpression\":\"\",\"fieldNamespace\":\"ddm\",\"repeatable\":false,\"name\":\"content\",\"localizable\":true,\"validation\":{}}]}','json',0,0,20119,NULL,'2020-08-27 22:41:05.709000'); /*!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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMTemplate` ( `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 ('008aaae1-3060-eb80-473b-0f8e8567e818',30302,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.472000','2020-08-27 22:40:53.472000',29902,0,30301,'WIKI-SOCIAL-FTL','1.0','SocialSocial社交SociaalSosiaalinenSocialSocialחברתיKözösségiソーシャルSocialSocial','Displays social bookmarks and ratings for wiki pages and their child pages.Mostra adreces d\'interès socials i classificacions per a planes del wiki.显示社交书签和维基页的评分和它们的子页。Geeft sociale favorieten en waarderingen van wikipagina\'s en onderliggende wikipagina\'s weer.Näyttää sosiaaliset kirjanmerkit ja arvostelut wikisivuilla ja niiden alisivuilla.Affiche les signets sociaux and les notations pour page wiki et leur pages enfants.Darstellung für Social Bookmarks und Bewertungen von Wikiseiten und deren Unterseiten.מציג סימניות חברתיות ודירוגים עבור דפי וויקי והדפים הבנים שלהם.Megjeleníti a közösségi könyvjelzőket és értékeléseket a wiki oldalak és gyermek oldalaik részére.Wikiページとそのサブページ用のソーシャルブックマークと評価を表示するExibe marcadores sociais e avaliações para páginas da wiki e suas páginas filhas.Muestra los marcadores sociales y las clasificaciones para páginas wiki y sus páginas secundarias.','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_ui[\"social-bookmarks\"]\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 iconCssClass=\"icon-plus\"\n label=true\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 iconCssClass=\"icon-paper-clip\"\n label=true\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 <#assign discussionURL = renderResponse.createActionURL() />\n\n ${discussionURL.setParameter(\"javax.portlet.action\", \"/wiki/\" + assetRenderer.getDiscussionPath())}\n\n <@liferay_ui[\"discussion\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n formAction=discussionURL?string\n formName=\"fm2\"\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 iconCssClass=\"icon-edit\"\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 iconCssClass=\"icon-file-alt\"\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 iconCssClass=\"icon-print\"\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_ui[\"asset-links\"] assetEntryId=assetEntry.getEntryId() />\n \n',0,0,30303,NULL,NULL),('25993c62-6170-96e2-236b-0a6b5acb6064',30306,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.577000','2020-08-27 22:40:53.577000',30305,0,30301,'RSS-NAVIGATION-FTL','1.0','NavigationNavegació导航NavigatieNavigointiNavigationNavigationניווטNavigációナビゲーションNavegaçãoNavegación','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.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源的导航栏。在右侧面板上点击Feed显示提要条目的列表。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.Näyttää RSS-syötteet navigaatiopalkissa vasemmassa paneelissa. Klikkaamalla syötettä näytetään syötteen arvot oikeassa paneelissa.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.Stellt die RSS-Feeds als Navigationsleiste im linken Bereich dar. Nach Anklicken eines Feeds werden die entsprechenden Feedeinträge im rechten Bereich dargestellt.מציג את הזנות ה-RSS כסרגל ניווט בחלונית השמאלית. לחיצה על הזנה מציגה רשימה של רשומות הזנה בחלונית הימנית.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.RSSフィードを左のパネルにナビゲーションバーとして表示します。フィードをクリックすると、右パネルにフィードの内容がリスト表示されます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.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.','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 iconCssClass=\"icon-calendar\"\n label=true\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,30307,NULL,NULL),('14667c26-05f7-d44d-5b7e-e11e04bcfa5e',30309,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.642000','2020-08-27 22:40:53.642000',20173,0,30301,'LIST-MENU-FTL','1.0','List MenuMenú de llista列表菜单LijstmenuLuettelovalikkoMenu de ListeListenmenüתפריט רשימותLista menüリスト メニューMenu de listaMenú de lista','Displays a navigation menu with a list.Mostra un menú de navegació amb una llista.显示带有列表的导航菜单。Geeft een navigatiemenu weer met een lijst.Näyttää navigointivalikon luettelolla.Affiche un menu de navigation avec une liste.Zeigt ein Navigationsmenü mit einer Liste.מציג תפריט ניווט עם רשימה.Megjelenít egy navigációs menüt egy listával.ナビゲーションメニューをリストで表示しますExibe um menu de navegação com uma lista.Muestra un menú de navegación con una lista.','display',NULL,'ftl','<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30310,NULL,NULL),('b6f4dbe1-249c-a641-efac-61d0f385e694',30312,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.688000','2020-08-27 22:40:53.688000',20173,0,30301,'NAV-PILLS-FTL','1.0','Pills HorizontalCàpsules horitzontalsPills HorizontalHorizontale pillenPills VaakasuuntaPilules horizontalesPills horizontalגלולות אופקיVízszintes tabletták水平方向のピル形式Pills HorizontalGlobos horizontales','Displays a navigation menu with navigation items shown as pills.Mostra un menú de navegació amb elements de navegació que es mostren com a càpsules.显示导航菜单,其中导航项显示为药丸。Geeft een navigatiemenu weer met navigatie-items in de vorm van pillen.Näyttää navigointivalikon navigointikohteet pillereinä.Affiche un menu de navigation dont les éléments sont affichés sous la forme de pilules.Zeigt ein Navigationsmenü mit Navigationselementen als Pills an.מציג תפריט ניווט עם פריטי ניווט המוצגים כמו גלולות.Megjelenít egy navigációs menüt tablettákként megjelenített navigációs elemekkel.ピル形式でナビゲーションメニューを表示します。Exibe um menu de navegação com itens de navegação exibidos como pills.Muestra un menú de navegación con elementos de navegación que se muestran como globos.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30313,NULL,NULL),('ae19f8f6-2cd7-30f4-af11-97dd7884b03b',30315,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.741000','2020-08-27 22:40:53.741000',20173,0,30301,'NAV-PILLS-JUSTIFIED-FTL','1.0','Pills JustifiedCàpsules justificades两端对齐药丸Uitgevulde pillenPills TasattuPilules justifiéesPills justiertגלולות מוצמדותSorkizárt tabletták等幅ピル形式Pills justificadosGlobos justificados','Displays a navigation menu with justified navigation items shown as pills.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a càpsules.显示导航菜单,其中两端对齐的导航项显示为药丸。Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van pillen.Näyttää navigointivalikon tasatut navigointikohteet pillereinä.Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme de pilules.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Pills an.מציג תפריט ניווט עם פריטי ניווט מוצמדים המוצגים כמו גלולות.Megjelenít egy navigációs menüt tablettákként megjelenített sorkizárt navigációs elemekkel.等幅のピル形式でナビゲーションメニューを表示しますExibe um menu de navegação com itens de navegação justificados exibidos como pills.Muestra un menú de navegación con elementos de navegación justificados que se muestran como globos.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30316,NULL,NULL),('5cbbee34-646a-e4f4-d3e0-1ca2ab9152c4',30318,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.794000','2020-08-27 22:40:53.794000',20173,0,30301,'NAV-PILLS-STACKED-FTL','1.0','Pills StackedCàpsules apilades堆叠药丸Gestapelde pillenPills PinottuPilules empiléesPills gestapeltגלולות מוערמותFeltornyozott tabletták縦積みピル形式Pills empilhadosGlobos apilados','Displays a navigation menu with stacked navigation items shown as pills.Mostra un menú de navegació amb elements de navegació apilats que es mostren com a càpsules.显示导航菜单,其中堆叠的导航项显示为药丸。Geeft een navigatiemenu weer met gestapelde navigatie-items in de vorm van pillen.Näyttää navigointivalikon pinoitut navigointikohteet pillereinä.Affiche un menu de navigation dont les éléments empilés sont affichés sous la forme de pilules.Zeigt ein Navigationsmenü mit gestapelten Navigationselementen als Pills an.מציג תפריט ניווט עם פריטי ניווט מוערמים המוצגים כמו גלולות.Megjelenít egy navigációs menüt tablettákként megjelenített feltornyozott navigációs elemekkel.縦方向に並べたピル形式でナビゲーションメニューを表示しますExibe um menu de navegação com itens de navegação empilhados exibidos como pills.Muestra un menú de navegación con elementos de navegación apilados que se muestran como globos.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30319,NULL,NULL),('6893040d-a14e-691e-2780-11cb21018c85',30321,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.838000','2020-08-27 22:40:53.838000',20173,0,30301,'NAV-TABS-FTL','1.0','TabsPestanyes选项卡TabbladenVälilehdetOngletsReiterלשוניותLapokタブGuiasPestañas','Displays a navigation menu with navigation items shown as tabs.Mostra un menú de navegació amb elements de navegació que es mostren com a pestanyes.显示导航菜单,其中导航项显示为选项卡。Geeft een navigatiemenu weer met navigatie-items in de vorm van tabbladen.Näyttää navigointivalikon navigointikohteet välilehtinä.Affiche un menu de navigation dont les éléments sont affichés sous la forme d\'onglets.Zeigt ein Navigationsmenü mit Navigationselementen als Reiter an.מציג תפריט ניווט עם פריטי ניווט המוצגים כמו לשוניות.Megjelenít egy navigációs menüt fülekként megjelenített navigációs elemekkel.タブ形式で並べたナビゲーションを表示しますExibe um menu de navegação com itens de navegação exibidos como abas.Muestra un menú de navegación con elementos de navegación que se muestran como pestañas.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30322,NULL,NULL),('f160381a-6e53-355d-7827-e5f3fa2127ae',30324,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.893000','2020-08-27 22:40:53.893000',20173,0,30301,'NAV-TABS-JUSTIFIED-FTL','1.0','Tabs JustifiedPestanyes justificades选项卡两端对齐Uitgevulde tabbladenVälilehdet TasattuOnglets justifiésReiter justiertלשוניות מוצמדותSorkizárt lapok等幅ピル形式Guias justificadasPestañas justificadas','Displays a navigation menu with justified navigation items shown as tabs.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a pestanyes.显示导航菜单,其中两端对齐的导航项显示为选项卡。Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van tabbladen.Näyttää navigointivalikon navigointikohteet esitettynä välilehtinä.Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme d\'onglets.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Reiter an.מציג תפריט ניווט עם פריטי ניווט מוצמדים המוצגים כמו לשוניות.Megjelenít egy navigációs menüt fülekként megjelenített sorkizárt navigációs elemekkel.等幅タブ形式でナビゲーションメニューを表示します。Exibe um menu de navegação com itens de navegação justificados exibidos como guias.Muestra un menú de navegación con elementos de navegación justificados que se muestran como pestañas.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30325,NULL,NULL),('7bea32c4-f5fc-904b-a180-77bd9e772b27',30327,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:53.957000','2020-08-27 22:40:53.957000',20173,0,30301,'NAVBAR-BLANK-FTL','1.0','Bar minimally styledBarra amb estil mínim导航栏最小化样式Minimalistische balkPalkki minimityylilläBarre minimalisteMinimalistische Leisteסרגל בעיצוב מינימליסטיMinimális stílusú oszlop最小バー形式Barra minimamente estilizadaBarra con estilo mínimo','Displays a navigation menu with a minimally styled navigation bar.Mostra un menú de navegació amb una barra de navegació amb un estil mínim.显示带有最小化样式导航栏的导航菜单。Geeft een navigatiemenu weer met een minimalistische navigatiebalk.Näyttää navigointivalikon minimalistisesti tyylitellyllä navigointipalkilla.Affiche un menu de navigation avec une barre de navigation minimaliste.Zeigt ein Navigationsmenü mit einer minimalistischen Navigationsleiste an.מציג תפריט ניווט עם סרגל ניווט בסגנון מינימליסטי.Megjelenít egy navigációs menüt egy minimalista stílusú navigációs sávval.最小スタイルでナビゲーションメニューを表示しますExibe um menu de navegação com uma barra de navegação minimamente estilizada.Muestra un menú de navegación con una barra de navegación con un estilo mínimo.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30328,NULL,NULL),('a2b848f6-050e-fbf9-0f90-a46d823863b7',30330,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.019000','2020-08-27 22:40:54.019000',20173,0,30301,'NAVBAR-BLANK-JUSTIFIED-FTL','1.0','Bar minimally justified styledBarra amb justificació i estil mínims导航栏最小化两端对齐样式Uitgevulde minimalistische balkPalkki minimitasaustyylilläBarre minimaliste et justifiéeMinimalistische justierte Leisteסרגל מעוצב מוצמד קלותMinimálisan sorkizárt stílusú oszlop最小等幅バー形式Barra minimamente justificada estilizadaBarra con estilo justificado mínimo','Displays a navigation menu with a minimally justified styled navigation bar.Mostra un menú de navegació amb una barra de navegació amb una justificació i un estil mínims.显示带有最小化两端对齐样式导航栏的导航菜单。Geeft een navigatiemenu weer met een uitgevulde minimalistische navigatiebalk.Näyttää navigointivalikon minimalistisesti tasatusti tyylitellyllä navigointipalkilla.Affiche un menu de navigation avec une barre de navigation justifiée et minimaliste.Zeigt ein Navigationsmenü mit einer minimalistischen justierten Navigationsleiste an.מציג תפריט ניווט עם סרגל ניווט מעוצב מוצמד קלות.Megjelenít egy navigációs menüt egy minimálisan sorkizárt stílusú navigációs sávval.最小スタイルの等幅形式でナビゲーションメニューを表示します。Exibe um menu de navegação com uma barra de navegação minimamente justificada estilizada.Muestra un menú de navegación con una barra de navegación con un estilo justificado mínimamente.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30331,NULL,NULL),('1738aa95-eae9-5609-bb56-440ca8ca8f5e',30333,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.068000','2020-08-27 22:40:54.068000',20173,0,30301,'NAVBAR-DEFAULT-FTL','1.0','Bar default styledBarra amb estil per defecte导航栏默认样式StandaardbalkPalkki oletustyylilläBarre par défautStandard-Leisteבר בעיצוב ברירת מחדלAlapértelmezett stílusú oszlop規定スタイルのバーBarra estilizada padrãoBarra con estilo predeterminado','Displays a navigation menu with a default styled navigation bar.Mostra un menú de navegació amb una barra de navegació amb un estil predeterminat.显示带有默认样式导航栏的导航菜单。Geeft een navigatiemenu weer met een standaard navigatiebalk.Näyttää navigointivalikon oletustyylisellä navigointipalkilla.Affiche un menu de navigation avec une barre de navigation par défaut.Zeigt ein Navigationsmenü mit einer Standard-Navigationsleiste an.מציג תפריט ניווט עם סרגל ניווט בעיצוב ברירת מחדל.Megjelenít egy navigációs menüt egy alapértelmezett stílusú navigációs sávval.デフォルト形式でナビゲーションメニューを表示します。Exibe um menu de navegação com uma barra de navegação padrão estilizada.Muestra un menú de navegación con una barra de navegación con un estilo predeterminado.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30334,NULL,NULL),('00c3cbc7-c349-9041-3883-8c85c7678019',30336,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.120000','2020-08-27 22:40:54.120000',20173,0,30301,'NAVIGATION-MACRO-FTL','1.0','Navigation common macrosMacros comunes de navegació导航常用宏Algemene navigatiemacro\'sNavigoinnin yleiset makrotMacros de navigation ordinairesNavigation häufige Makrosפקודות מקרו נפוצות לניווטNavigáció közös makróiナビゲーションの一般的なマクロMacros de navegação comunsMacros comunes de navegación','Contains common macros for navigation menu templates.Conté macros comunes per a les plantilles del menú de navegació.包含导航菜单模板的常用宏。Bevat algemene macro\'s voor navigatiemenusjablonen.Sisältää yleiset navigointivalikkomallien makrot.Contient les macros ordinaires pour les modèles de menu de navigation.Enthält häufige Makros für Navigationsmenüvorlagen.מכיל פקודות מקרו נפוצות עבור תבניות תפריט הניווט.A navigációs menü sablonok közös makróit tartalmazza.ナビゲーションメニューテンプレート用のマクロを含みますContém macros comuns para o modelo do menu de navegação.Contiene macros comunes para plantillas del menú de navegación.','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,30337,NULL,NULL),('58fc376e-1932-c76c-0d8b-4871aa1aa370',30339,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.167000','2020-08-27 22:40:54.167000',20173,0,30301,'SPLIT-BUTTON-DROPDOWNS-FTL','1.0','Split Button DropdownsDesplegables de botó de divisió拆分按钮下拉菜单Rolmenu met uitgesplitste knoppenJakopainikkeen PudotusvalikotPartager les boutons du menu déroulantDropdown mit geteilten Schaltflächenתיבות בחירה עם לחצן פיצולOsztott gomb legördülő elemeiスプリットボタンのドロップダウンDividir menus suspensos de botãoDesplegables de botón de expansión','Displays a dropdown navigation menu with root menu items shown as buttons.Mostra un menú de navegació desplegable els elements de menú arrel que es mostren com a botons.显示下拉式导航菜单,其中根菜单项显示为按钮。Geeft een rolmenu voor navigatie weer met rootmenu-items in de vorm van knoppen.Näyttää pudotusnavigointivalikon juurivalikon kohdat esitettynä painikkeina.Affiche un menu de navigation déroulant dont les éléments sont affichés sous la forme de boutons.Zeigt ein Dropdown-Navigationsmenü mit Root-Menüelementen als Schaltflächen an.מציג תפריט ניווט נפתח עם פריטי תפריט שורש המוצגים ככפתורים.Megjelenít egy lenyíló navigációs menüt, amelyben a gyökérszintű menüpontok gombokként jelennek meg.ボタン形式のドロップダウンでナビゲーション メニューを表示します。Exibe um menu de navegação suspenso com itens do menu raiz mostrados como botões.Muestra un menú de navegación desplegable con elementos de menú raíz que se muestran como botones.','display',NULL,'ftl','<#if !entries?has_content>\n <#if preview>\n
\n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,30340,NULL,NULL),('34db8ad8-2ef5-b10b-577d-7d82e30986a6',30342,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.233000','2020-08-27 22:40:54.233000',20004,0,30301,'ASSET-CATEGORIES-NAVIGATION-MULTI-COLUMN-LAYOUT-FTL','1.0','Multi Column LayoutPlana multi-columna多列布局Lay-out met meerdere kolommenUsean sarakkeen asetteluMise en page multi-colonneMulti-Spalten-Layoutתצורה מרובת עמודותTöbb oszlopos elrendezés複数カラムレイアウトLayout em Múltiplas ColunasDiseño con varias columnas','Displays a column for each vocabulary. Each column includes the name of a vocabulary with the vocabulary\'s top level categories listed underneath.Visualitza una columna per a cada vocabulari. Cada columna inclou el nom del vocabulari amb la categoria de nivell més alta a sota.显示一列中的每个词汇,每列包括顶级类别之下的词汇名字。Toon een kolom voor ieder woordenboek. Iedere kolom bevat de naam van een woordenboek met de hoofd categorieën eronder.Näyttää sarakkeen jokaiselle sanastolle. Jokainen sarake sisältää sanaston nimen, missä sanaston ylätason luokitukset on listattu.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.Stellt eine Spalte für jedes Vokabular dar. Jede Spalte enthält den Namen eines Vokabulars mit der obersten Kategorienebene darunter.מציג עמודה עבור כל אוצר מילים. כל עמודה מכילה את השם של אוצר מילים ומתחתיו הקטגוריות ברמת העל.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.各ボキャブラリ用に列を表示する。各列は以下にリストになっている、最上位に設定されている用語名を含んでいます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.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.','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,30343,NULL,NULL),('5b88b40f-42ec-2fa3-5293-318c616e4442',30345,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.293000','2020-08-27 22:40:54.293000',20052,0,30301,'SITE-MAP-MULTI-COLUMN-LAYOUT-FTL','1.0','Multi Column LayoutPlana multi-columna多列布局Lay-out met meerdere kolommenUsean sarakkeen asetteluMise en page multi-colonneMulti-Spalten-Layoutתצורה מרובת עמודותTöbb oszlopos elrendezés複数カラムレイアウトLayout em Múltiplas ColunasDiseño con varias columnas','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.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.为每个顶级页面显示一列。每一列都包含顶级页面的名称以及页面下所列的直接子级。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.Näyttää sarakkeen jokaiselle ylätason sivulle. Jokainen sarake sisältää ylätason sivun nimen ja sivun välittömät alasivut lueteltuna alapuolella.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.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.מציג עמודה עבור כל עמוד ברמה העליונה. כל עמודה כוללת את השם של דף ברמה העליונה עם הצאצאים המידיים של העמוד מפורטים מתחת.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.最上位のページごとに列を表示します。各列には、トップレベルのページの名前と、直下のサブページのページ名を含みます。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.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.','display',NULL,'ftl','<#if entries?has_content>\n <@liferay_aui.row>\n <#if layoutPermission.containsWithoutViewableGroup(permissionChecker, entry, \"VIEW\")>\n <#list entries as entry>\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,30346,NULL,NULL),('832d0dd4-3798-6f4b-be2e-0260f39a0303',30348,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.353000','2020-08-27 22:40:54.353000',20008,0,30301,'ASSET-TAGS-NAVIGATION-COLOR-BY-POPULARITY-FTL','1.0','Color by PopularityColor per popularitat受欢迎的颜色Kleur op populariteitVäri suosion mukaanCouleur par popularitéNach Popularität färbenצבע בהתאם לפופולריותSzín népszerűség alapján頻出度により色分けするColorir por PopularidadeColor por popularidad','Displays asset tags colored by popularity: red (high), yellow (medium), and green (low).Mostra les etiquetes per colors segons popularitat: vermell (alta), groga (mitjana) i verda (baixa).显示资源标签颜色等级: 红色 (高), 黄色 (中), 绿色 (低).Toon content labels volgens populariteit: rood (hoog), geel (midden) en groen (laag).Näyttää sisältötageja, mitkä on väritetty suosion mukaan: punainen (korkea), keltainen (keskiverto) ja virheä (alhainen)Affiche les étiquettes d\'asset coloriées par popularité: rouge (élevé), jaune (moyen), et vert (bas).Schlagwörter nach Popularität färben: Rot (hoch), gelb (mittel), grün (niedrig).מציג את תגי הנכסים על פי מידת הפופולריות שלהם: אדום (גבוהה), צהוב (בינונית) וירוק (נמוכה).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).アセットタグを人気順に表示する:赤(高い)、黄色(普通)、緑(低い)Exibe marcadores coloridos por popularidade: vermelho (alta), amarelo (média) e verde (baixa).Muestra las etiquetas de contenido coloreadas según su popularidad : rojo (alta), amarilla (media) y verde (baja).','display',NULL,'ftl','<#if entries?has_content>\n \n\n
\n',0,0,30349,NULL,NULL),('68e9a664-88a6-f3d0-ce5b-529934298af0',30351,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.421000','2020-08-27 22:40:54.421000',20011,0,30301,'BLOGS-BASIC-FTL','1.0','BasicBàsic基本的BasisPerusBasiqueEinfachבסיסיEgyszerű通常の検索に戻るBásicoBásico','Displays titles, authors, and abstracts compactly for blog entries.Mostra els titles, autors i resums de forma compacta per les entrades del blog.简介显示博客的名字,作者和摘要。Geeft titels, auteurs en samenvatting compact weer voor blogs.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.מציג כותרים, מחברים ומקצר באופן קומפקטי עבור מאמרי בלוג.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますExibe títulos, autores e resumos compactamente para posts de blog.Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.','display',NULL,'ftl','<#list entries as entry>\n
\n <#assign viewURL = renderResponse.createRenderURL() />\n\n ${viewURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewURL.setParameter(\"redirect\", currentURL)}\n ${viewURL.setParameter(\"urlTitle\", entry.getUrlTitle())}\n\n
\n \n
\n\n
\n
\n <@liferay.language key=\"written-by\" /> ${htmlUtil.escape(portalUtil.getUserName(entry.getUserId(), entry.getUserName()))}\n
\n\n <#assign summary = entry.getDescription() />\n\n <#if validator.isNull(summary)>\n <#assign summary = entry.getContent() />\n \n\n ${stringUtil.shorten(htmlUtil.stripHtml(summary), 100)}\n\n <@liferay.language key=\"read-more\" /> <@liferay.language key=\"about\"/>${htmlUtil.escape(entry.getTitle())} »\n
\n\n
\n \n ${dateUtil.getDate(entry.getCreateDate(), \"dd MMM yyyy - HH:mm:ss\", locale)}\n \n\n <#assign blogsEntryClassName = \"com.liferay.blogs.kernel.model.BlogsEntry\" />\n\n <#if blogsPortletInstanceConfiguration.enableFlags()>\n <@liferay_flags[\"flags\"]\n className=blogsEntryClassName\n classPK=entry.getEntryId()\n contentTitle=entry.getTitle()\n reportedUserId=entry.getUserId()\n />\n \n\n \n <@liferay_ui[\"asset-categories-summary\"]\n className=blogsEntryClassName\n classPK=entry.getEntryId()\n portletURL=renderResponse.createRenderURL()\n />\n \n \n <@liferay_ui[\"asset-tags-summary\"]\n className=blogsEntryClassName\n classPK=entry.getEntryId()\n portletURL=renderResponse.createRenderURL()\n />\n \n
\n
\n\n
\n',0,0,30352,NULL,NULL),('f6622f3e-a69f-009a-0423-be587183dbb3',30355,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.519000','2020-08-27 22:40:54.519000',30354,0,30301,'BREADCRUMB-ARROWS-FTL','1.0','ArrowsFletxes箭头PijlenNuoletFlèchesPfeileחציםNyilak矢印SetasFlechas','Displays a breadcrumb in which every navigation element is represented by an arrow with its title and link.Mostra una ruta de navegació en què cada element de navegació es representa amb una fletxa amb el seu títol i enllaç.显示一个面包屑导航,其中每一个导航元素都由箭头及其标题和链接表示。Geeft een broodkruimel weer waarin elk navigatie-element voorgesteld wordt door een pijl met een titel en link.Näyttää murupolun, jossa jokainen navigointielementti näkyy nuolena otsikkoineen ja linkkinä.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.Zeigt eine Breadcrumbnavigation an, bei der jedes Navigationselement durch einen Pfeil mit seinem Titel und einem Link dargestellt wird.מציג את פירורי הלחם בהם כל אלמנט ניווט מיוצג על-ידי חץ עם הכותרת והקישור שלו.Megjelenít egy úrkövetőt, amelyen minden navigációs elemet egy nyíl képvisel címmel és hivatkozással tartalmaz.すべてのナビゲーション要素が矢印とタイトル、リンクで表示されるように、パンくずリストを表示します。Exibe um caminho de navegação onde cada elemento de navegação é representado por uma seta com seu título e link.Muestra una ruta de navegación donde cada elemento de navegación se representa mediante una flecha con su título y enlace.','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,30356,NULL,NULL),('abfd1e40-a8ad-eaaf-073e-3443803938df',30358,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.589000','2020-08-27 22:40:54.589000',30354,0,30301,'BREADCRUMB-HORIZONTAL-FTL','1.0','HorizontalHoritzontal水平HorizontaalVaakasuuntainenHorizontal(e)HorizontalאופקיVízszintes水平方向HorizontalHorizontal','Displays a breadcrumb horizontally.Mostra una ruta de navegació horitzontalment.水平显示面包屑导航。Geeft een broodkruimel horizontaal weer.Näyttää murupolun vaakasuoraan.Affiche un fil d\'Ariane de manière horizontale.Zeigt eine Breadcrumbnavigation horizontal an.מציג פירורי לחם אופקית.Megjelenít egy útkövetőjelet vízszintesen.パンくずリストをを水平方向に表示しますExibe um caminho de navegação horizontalmente.Muestra una ruta de navegación horizontalmente.','display',NULL,'ftl','<#if entries?has_content>\n \n',0,0,30359,NULL,NULL),('97444abd-395c-1984-eea8-ae7190acab5b',30361,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.671000','2020-08-27 22:40:54.671000',30354,0,30301,'BREADCRUMB-VERTICAL-FTL','1.0','VerticalVertical垂直VerticaalPystysuoraVerticalVertikalאנכיFüggőleges垂直方向VerticalVertical','Displays a breadcrumb vertically.Mostra una ruta de navegació verticalment.垂直显示面包屑导航。Geeft een broodkruimel verticaal weer.Näyttää murupolun pystysuoraan.Affiche un fil d\'Ariane vertical.Zeigt eine Breadcrumbnavigation vertikal an.מציג פירורי לחם אנכית.Megjelenít egy útkövetőjelet függőlegesen.パンくずリストをを垂直方向に表示しますExibe um caminho de navegação verticalmente.Muestra una ruta de navegación verticalmente.','display',NULL,'ftl','<#if entries?has_content>\n \n',0,0,30362,NULL,NULL),('8edadae3-15eb-b614-a188-05a1b6eb2fbd',30365,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.743000','2020-08-27 22:40:54.743000',30364,0,30301,'DOCUMENTLIBRARY-CAROUSEL-FTL','1.0','CarouselCarrusselCarouselCarrouselKaruselliCarrouselKarusselקרוסלהKörhintaカルーセルCarrosselCarrusel','Displays images in a carousel.Mostra imatges en format carrusel.把图片显示在转盘中。Geeft afbeeldingen weer in een carrousel.Näyttää kuvat karusellissa.Affiche les images dans un carrousel.Darstellung von Bildern in einem Karussell.מציג את התמונות בקרוסלה.Megjeleníti a képeket körhintaszerűen.カルーセル内に画像を表示Exibe imagens num carrossel.Muestra imágenes en un carrusel.','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,30366,NULL,NULL),('534800ab-04f8-e854-f915-26fe749357f8',30369,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.825000','2020-08-27 22:40:54.825000',30368,0,30301,'LANGUAGE-ICON-FTL','1.0','IconIcona图标PictogramKuvakeIcôneSymbolסמלIkonアイコンÍconeIcono','Displays the icon of the flag associated with each language.Mostra la icona de la bandera associada a cada idioma.显示与每种语言关联的国旗的图标。Geeft het pictogram weer van de vlag die bij elke taal hoort.Näyttä kuhunkin kieleen liittyvän lippukuvakkeen.Affiche l\'icône de chaque option associé à chaque langue.Zeigt das Symbol der Flagge für jede Sprache an.מציגה הסמל של הדגל המשויך לכל שפה.Megjeleníti az egyes nyelvekhez társított zászlót tartalmazó ikont.各言語に関連付けられたフラグのアイコンを表示しますExibe o ícone do marcador associado com cada idioma.Muestra el icono de la bandera asociada con cada idioma.','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,30370,NULL,NULL),('6567c7b2-c9db-d691-0684-794fb0623168',30372,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.869000','2020-08-27 22:40:54.869000',30368,0,30301,'LANGUAGE-ICON-MENU-FTL','1.0','Icon MenuMenú d\'icones图标菜单PictogrammenuKuvakevalikkoMenu d\'icônesSymbolmenüתפריט סמליםIkon menüアイコン メニューMenu de íconesMenú de icono','Displays an icon menu with the selected languages.Mostra una icona de menú amb els idiomes seleccionats.显示带有选定语言的图标菜单。Geeft een pictogrammenu weer met de geselecteerde talen.Näyttää valittuihin kieliin liittyvän kuvakevalikon.Affiche un menu d\'icônes avec les langues sélectionnées.Zeigt ein Symbolmenü mit den ausgewählten Sprachen.הצגת תפריט סמלים עם השפות שנבחרו.Megjelenít egy ikonmenüt a kiválasztott nyelvekkel.選択した言語のアイコンメニューを表示します。Exibe um menu de ícone com os idiomas selecionados.Muestra un menú de icono con los idiomas seleccionados.','display',NULL,'ftl','<#if entries?has_content>\n
    \n <@liferay_ui[\"icon-menu\"]\n icon=\"../aui/globe\"\n message=locale.getDisplayName(locale)\n >\n <#list entries as entry>\n <#if !entry.isSelected() && !entry.isDisabled()>\n <@liferay_ui[\"icon\"]\n image=\"../language/\" + entry.getLanguageId()\n label=true\n lang=entry.getW3cLanguageId()\n message=entry.getLongDisplayName()\n url=entry.getURL()\n />\n \n \n \n
    \n',0,0,30373,NULL,NULL),('b7e3d541-109e-d472-25c4-d69cdc560420',30375,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.916000','2020-08-27 22:40:54.916000',30368,0,30301,'LANGUAGE-LONG-TEXT-FTL','1.0','Long TextText Llarg长文本Lange tekstPitkä TekstiTexte LongLanger Textטקסט ארוךHosszú szöveg長いテキストTexto LongoTexto largo','Displays the full name of each language (e.g. Spanish).Mostra el nom sencer de cada idioma (p. ex. espanyol).显示每种语言的全名(例如,Spanish)。Geeft de volledige naam weer van elke taal (bijv. Spaans).Näyttää kunkin kielen koko nimen (esim. espanja).Affiche le nom complet de chaque langue (e.x. espagnol).Zeigt den vollständigen Namen einer jeden Sprache (z. B. Spanisch).מציג את השם המלא של כל שפה (למשל ספרדית).Megjeleníti az egyes nyelvek teljes nevét (pl. Spanyol).各言語 (スペイン語など) を完全な名前で表示しますExibe o nome completo de cada idioma (por exemplo, Espanhol).Muestra el nombre completo de cada idioma (por ejemplo, español).','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,30376,NULL,NULL),('6e187cad-1a8b-ef12-659f-169a1ef26f51',30378,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.960000','2020-08-27 22:40:54.960000',30368,0,30301,'LANGUAGE-SELECT-BOX-FTL','1.0','Select BoxSelecciona la casella选择框SelectievakValintalaatikkoSélectionner la caseAuswahlkastenתיבת בחירהJelölje beセレクトボックスCaixa de seleçãoCuadro de selección','Displays a select box with the selected languagesMostra un quadre de selecció amb els idiomes seleccionats显示所选语言的选择框Toen keuze veld met de geselecteerde talen.Näyttää valintalaatikon valituilla kielillä.Affiche une boite sélectionnée avec les langues sélectionnées.Zeigt eine Auswahllist mit den ausgewählten Sprachen anמציג תיבת בחירה עם השפות הנבחרות.Megjeleníti az ikon menüt a választott nyelveken.選択された言語でアイコンメニューを表示するExibe uma caixa de seleção com os idiomas selecionados.Muestra una caja de selección con los idiomas seleccionados.','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 var languageId = AUI.$(document.${namespace + formName}.${name}).val();\n\n submitForm(document.${namespace + formName});\n }\n \n',0,0,30379,NULL,NULL),('a355cfd1-447c-e2a2-aed4-5fccbc2e5532',30381,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:54.999000','2020-08-27 22:40:54.999000',30368,0,30301,'LANGUAGE-SHORT-TEXT-FTL','1.0','Short TextText curt短文本Korte tekstLyhyt TekstiTexte CourtKurztextטקסט קצרRövid szöveg短いテキストTexto curtoTexto corto','Displays an abbreviation of each language (e.g. ES).Mostra una abreviatura de cada idioma (p. ex. ES).显示每种语言的缩写(例如,ES)。Geeft een afkorting weer van elke taal (bijv. ES).Näyttää jokaisen kielen lyhenteen (esim. ES).Affiche une abréviation pour chaque langue (par ex. : ES).Zeigt eine Abkürzung jeder Sprache an (z. B. ES).מציג קיצור של כל שפה (למשל ES).Megjeleníti az egyes nyelvek rövidítését (pl. ES).各言語 (例えば ES) の省略形で表示します。Exibe uma abreviatura de cada idioma (por exemplo, ES).Muestra una abreviatura de cada idioma (por ejemplo, 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,30382,NULL,NULL),('afc1e1d1-78d6-e8f8-6b68-5dee3ca37ba1',30384,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:55.057000','2020-08-27 22:40:55.057000',20006,0,30301,'ASSET-PUBLISHER-GEOLOCALIZED','1.0','MapMapa映射KaartKarttaCarteLandkarteמפהTérképマッピングMapaMapa','Displays geolocalized assets in a map.Mostra contingut geolocalitzat en un mapa.显示在地图上定位的资源Toon geolocale content op een kaart.Näyttää maantieteelliset sisällöt kartalla.Affiche les assets géolocalisés dans un planStellt Assets mit geografischen Informationen in einer Karte dar.מציג נכסים המכילים מיקום גיאו-לוקלי על גבי מפה.Megjeleníti a földrajzi tartalmakat egy térképen.地図内にジオローカライズされたアセットを表示するExibe os conteúdos geolocalizados em um mapa.Muestra activos geolocalizados en un mapa.','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 var map = Liferay.component(\'<@portlet.namespace />Map\');\n\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<#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 redirectURL = renderResponse.createLiferayPortletURL(themeDisplay.getPlid(), themeDisplay.getPortletDisplay().getId(), \"RENDER_PHASE\", false) />\n\n ${redirectURL.setParameter(\"mvcPath\", \"/add_asset_redirect.jsp\")}\n\n <#assign\n editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"POP_UP\"), redirectURL)\n\n taglibEditURL = \"javascript:Liferay.Util.openWindow({id: \'\" + renderResponse.getNamespace() + \"editAsset\', title: \'\" + htmlUtil.escapeJS(languageUtil.format(locale, \"edit-x\", htmlUtil.escape(assetRenderer.getTitle(locale)), false)) + \"\', uri:\'\" + htmlUtil.escapeJS(editPortletURL.toString()) + \"\'});\"\n />\n\n <@liferay_ui.icon\n image=\"edit\"\n label=true\n message=\"edit\"\n url=taglibEditURL\n />\n \n\n <#if assetRenderer.getThumbnailPath(renderRequest)??>\n
    \n \n
    \n \n\n <#assign assetURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, asset, false) />\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,30385,NULL,NULL),('0debacf4-6ad1-c507-1075-a83ce5efd3f7',30387,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:40:55.104000','2020-08-27 22:40:55.104000',20006,0,30301,'ASSET-PUBLISHER-RICH-SUMMARY-FTL','1.0','Rich SummaryResum enriquit丰富总结Rijke samenvattingMuotoiltu yhteenvetoSommaire enrichiRich-Text-Zusammenfassungתקציר עשירBő összesítő要約(文字数多め)Sumário RicoResumen completo','Displays abstracts, icons, related assets, and print/edit actions for assets. Optionally include asset bookmarks and ratings.Mostra resums, icones, continguts relacionats i accions d\'impressió o edició per continguts. Opcionalment, inclou enllaços i valoracions.显示摘要、图标、相关资产以及资产的打印和编辑操作。可选择性包含资产书签和评分。Toon samenvattingen, pictogrammen, gerelateerde content en afdruk en bewerk acties voor content. Voeg optioneel bladwijzers en beoordelingen toe.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.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.Stellt Kurzfassungen, Icons, verwandte Assets sowie Druck- und Bearbeitungsoptionen für Assets dar. Kann auch Bookmarks und Bewertungen enthalten.מציג תקצירים, סמלים, נכסים קשורים ופעולות הדפסה/עריכה עבור נכסים. אופציונלית מכיל סימניות נכסים ודירוגים.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.概要、アイコン、関連するアセット、アセットの印刷/編集を表示する。アセットのブックマークと評価も設定できます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.Muestra abstractos, iconos, activos relacionados e imprime/edita acciones para activos. Opcionalmente incluye marcadores de activos y calificaciones.','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_ui[\"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 redirectURL = renderResponse.createRenderURL() />\n\n ${redirectURL.setParameter(\"mvcPath\", \"/add_asset_redirect.jsp\")}\n ${redirectURL.setWindowState(\"pop_up\")}\n\n <#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"pop_up\"), redirectURL)!\"\" />\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=\"javascript:Liferay.Util.openWindow({id:\'\" + renderResponse.getNamespace() + \"editAsset\', title: \'\" + title + \"\', uri:\'\" + htmlUtil.escapeURL(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_ui[\"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_ui[\"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 iconCssClass=\"icon-print\"\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_ui[\"asset-links\"]\n assetEntryId=entry.getEntryId()\n viewInContext=!stringUtil.equals(assetLinkBehavior, \"showFullContent\")\n />\n \n\n\n<#macro getSocialBookmarks>\n <#if getterUtil.getBoolean(enableSocialBookmarks)>\n <@liferay_ui[\"social-bookmarks\"]\n displayStyle=\"${socialBookmarksDisplayStyle}\"\n target=\"_blank\"\n title=entry.getTitle(locale)\n url=viewURL\n />\n \n',0,0,30388,NULL,NULL),('835b7511-7542-5e31-54f4-31fc00a6573f',31011,20151,20115,20119,NULL,20119,NULL,'2020-08-27 22:41:05.769000','2020-08-27 22:41:05.769000',30205,31008,31001,'BASIC-WEB-CONTENT','1.0','Basic Web ContentContigut web bàsic基本 Web 内容BasiswebcontentTavallinen web-sisältöContenu web basiqueEinfacher Webcontentתוכן אינטרנטי בסיסיAlapvető webtartalom基本WebコンテンツConteúdo Web básicoContenido web básico','','display','create','ftl','${content.getData()}',1,0,31012,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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMTemplateLink` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DDMTemplateVersion` ( `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 (30304,20151,20115,20119,NULL,'2020-08-27 22:40:53.472000',29902,0,30302,'1.0','SocialSocial社交SociaalSosiaalinenSocialSocialחברתיKözösségiソーシャルSocialSocial','Displays social bookmarks and ratings for wiki pages and their child pages.Mostra adreces d\'interès socials i classificacions per a planes del wiki.显示社交书签和维基页的评分和它们的子页。Geeft sociale favorieten en waarderingen van wikipagina\'s en onderliggende wikipagina\'s weer.Näyttää sosiaaliset kirjanmerkit ja arvostelut wikisivuilla ja niiden alisivuilla.Affiche les signets sociaux and les notations pour page wiki et leur pages enfants.Darstellung für Social Bookmarks und Bewertungen von Wikiseiten und deren Unterseiten.מציג סימניות חברתיות ודירוגים עבור דפי וויקי והדפים הבנים שלהם.Megjeleníti a közösségi könyvjelzőket és értékeléseket a wiki oldalak és gyermek oldalaik részére.Wikiページとそのサブページ用のソーシャルブックマークと評価を表示するExibe marcadores sociais e avaliações para páginas da wiki e suas páginas filhas.Muestra los marcadores sociales y las clasificaciones para páginas wiki y sus páginas secundarias.','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_ui[\"social-bookmarks\"]\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 iconCssClass=\"icon-plus\"\n label=true\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 iconCssClass=\"icon-paper-clip\"\n label=true\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 <#assign discussionURL = renderResponse.createActionURL() />\n\n ${discussionURL.setParameter(\"javax.portlet.action\", \"/wiki/\" + assetRenderer.getDiscussionPath())}\n\n <@liferay_ui[\"discussion\"]\n className=wikiPageClassName\n classPK=entry.getResourcePrimKey()\n formAction=discussionURL?string\n formName=\"fm2\"\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 iconCssClass=\"icon-edit\"\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 iconCssClass=\"icon-file-alt\"\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 iconCssClass=\"icon-print\"\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_ui[\"asset-links\"] assetEntryId=assetEntry.getEntryId() />\n \n',0,20119,NULL,'2020-08-27 22:40:53.472000'),(30308,20151,20115,20119,NULL,'2020-08-27 22:40:53.577000',30305,0,30306,'1.0','NavigationNavegació导航NavigatieNavigointiNavigationNavigationניווטNavigációナビゲーションNavegaçãoNavegación','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.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源的导航栏。在右侧面板上点击Feed显示提要条目的列表。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.Näyttää RSS-syötteet navigaatiopalkissa vasemmassa paneelissa. Klikkaamalla syötettä näytetään syötteen arvot oikeassa paneelissa.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.Stellt die RSS-Feeds als Navigationsleiste im linken Bereich dar. Nach Anklicken eines Feeds werden die entsprechenden Feedeinträge im rechten Bereich dargestellt.מציג את הזנות ה-RSS כסרגל ניווט בחלונית השמאלית. לחיצה על הזנה מציגה רשימה של רשומות הזנה בחלונית הימנית.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.RSSフィードを左のパネルにナビゲーションバーとして表示します。フィードをクリックすると、右パネルにフィードの内容がリスト表示されます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.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.','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 iconCssClass=\"icon-calendar\"\n label=true\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,20119,NULL,'2020-08-27 22:40:53.577000'),(30311,20151,20115,20119,NULL,'2020-08-27 22:40:53.642000',20173,0,30309,'1.0','List MenuMenú de llista列表菜单LijstmenuLuettelovalikkoMenu de ListeListenmenüתפריט רשימותLista menüリスト メニューMenu de listaMenú de lista','Displays a navigation menu with a list.Mostra un menú de navegació amb una llista.显示带有列表的导航菜单。Geeft een navigatiemenu weer met een lijst.Näyttää navigointivalikon luettelolla.Affiche un menu de navigation avec une liste.Zeigt ein Navigationsmenü mit einer Liste.מציג תפריט ניווט עם רשימה.Megjelenít egy navigációs menüt egy listával.ナビゲーションメニューをリストで表示しますExibe um menu de navegação com uma lista.Muestra un menú de navegación con una lista.','ftl','<#include \"${templatesPath}/NAVIGATION-MACRO-FTL\" />\n\n<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:53.642000'),(30314,20151,20115,20119,NULL,'2020-08-27 22:40:53.688000',20173,0,30312,'1.0','Pills HorizontalCàpsules horitzontalsPills HorizontalHorizontale pillenPills VaakasuuntaPilules horizontalesPills horizontalגלולות אופקיVízszintes tabletták水平方向のピル形式Pills HorizontalGlobos horizontales','Displays a navigation menu with navigation items shown as pills.Mostra un menú de navegació amb elements de navegació que es mostren com a càpsules.显示导航菜单,其中导航项显示为药丸。Geeft een navigatiemenu weer met navigatie-items in de vorm van pillen.Näyttää navigointivalikon navigointikohteet pillereinä.Affiche un menu de navigation dont les éléments sont affichés sous la forme de pilules.Zeigt ein Navigationsmenü mit Navigationselementen als Pills an.מציג תפריט ניווט עם פריטי ניווט המוצגים כמו גלולות.Megjelenít egy navigációs menüt tablettákként megjelenített navigációs elemekkel.ピル形式でナビゲーションメニューを表示します。Exibe um menu de navegação com itens de navegação exibidos como pills.Muestra un menú de navegación con elementos de navegación que se muestran como globos.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:53.688000'),(30317,20151,20115,20119,NULL,'2020-08-27 22:40:53.741000',20173,0,30315,'1.0','Pills JustifiedCàpsules justificades两端对齐药丸Uitgevulde pillenPills TasattuPilules justifiéesPills justiertגלולות מוצמדותSorkizárt tabletták等幅ピル形式Pills justificadosGlobos justificados','Displays a navigation menu with justified navigation items shown as pills.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a càpsules.显示导航菜单,其中两端对齐的导航项显示为药丸。Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van pillen.Näyttää navigointivalikon tasatut navigointikohteet pillereinä.Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme de pilules.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Pills an.מציג תפריט ניווט עם פריטי ניווט מוצמדים המוצגים כמו גלולות.Megjelenít egy navigációs menüt tablettákként megjelenített sorkizárt navigációs elemekkel.等幅のピル形式でナビゲーションメニューを表示しますExibe um menu de navegação com itens de navegação justificados exibidos como pills.Muestra un menú de navegación con elementos de navegación justificados que se muestran como globos.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:53.741000'),(30320,20151,20115,20119,NULL,'2020-08-27 22:40:53.794000',20173,0,30318,'1.0','Pills StackedCàpsules apilades堆叠药丸Gestapelde pillenPills PinottuPilules empiléesPills gestapeltגלולות מוערמותFeltornyozott tabletták縦積みピル形式Pills empilhadosGlobos apilados','Displays a navigation menu with stacked navigation items shown as pills.Mostra un menú de navegació amb elements de navegació apilats que es mostren com a càpsules.显示导航菜单,其中堆叠的导航项显示为药丸。Geeft een navigatiemenu weer met gestapelde navigatie-items in de vorm van pillen.Näyttää navigointivalikon pinoitut navigointikohteet pillereinä.Affiche un menu de navigation dont les éléments empilés sont affichés sous la forme de pilules.Zeigt ein Navigationsmenü mit gestapelten Navigationselementen als Pills an.מציג תפריט ניווט עם פריטי ניווט מוערמים המוצגים כמו גלולות.Megjelenít egy navigációs menüt tablettákként megjelenített feltornyozott navigációs elemekkel.縦方向に並べたピル形式でナビゲーションメニューを表示しますExibe um menu de navegação com itens de navegação empilhados exibidos como pills.Muestra un menú de navegación con elementos de navegación apilados que se muestran como globos.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:53.794000'),(30323,20151,20115,20119,NULL,'2020-08-27 22:40:53.838000',20173,0,30321,'1.0','TabsPestanyes选项卡TabbladenVälilehdetOngletsReiterלשוניותLapokタブGuiasPestañas','Displays a navigation menu with navigation items shown as tabs.Mostra un menú de navegació amb elements de navegació que es mostren com a pestanyes.显示导航菜单,其中导航项显示为选项卡。Geeft een navigatiemenu weer met navigatie-items in de vorm van tabbladen.Näyttää navigointivalikon navigointikohteet välilehtinä.Affiche un menu de navigation dont les éléments sont affichés sous la forme d\'onglets.Zeigt ein Navigationsmenü mit Navigationselementen als Reiter an.מציג תפריט ניווט עם פריטי ניווט המוצגים כמו לשוניות.Megjelenít egy navigációs menüt fülekként megjelenített navigációs elemekkel.タブ形式で並べたナビゲーションを表示しますExibe um menu de navegação com itens de navegação exibidos como abas.Muestra un menú de navegación con elementos de navegación que se muestran como pestañas.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:53.838000'),(30326,20151,20115,20119,NULL,'2020-08-27 22:40:53.893000',20173,0,30324,'1.0','Tabs JustifiedPestanyes justificades选项卡两端对齐Uitgevulde tabbladenVälilehdet TasattuOnglets justifiésReiter justiertלשוניות מוצמדותSorkizárt lapok等幅ピル形式Guias justificadasPestañas justificadas','Displays a navigation menu with justified navigation items shown as tabs.Mostra un menú de navegació amb elements de navegació justificats que es mostren com a pestanyes.显示导航菜单,其中两端对齐的导航项显示为选项卡。Geeft een navigatiemenu weer met uitgevulde navigatie-items in de vorm van tabbladen.Näyttää navigointivalikon navigointikohteet esitettynä välilehtinä.Affiche un menu de navigation dont les éléments justifiés sont affichés sous la forme d\'onglets.Zeigt ein Navigationsmenü mit justierten Navigationselementen als Reiter an.מציג תפריט ניווט עם פריטי ניווט מוצמדים המוצגים כמו לשוניות.Megjelenít egy navigációs menüt fülekként megjelenített sorkizárt navigációs elemekkel.等幅タブ形式でナビゲーションメニューを表示します。Exibe um menu de navegação com itens de navegação justificados exibidos como guias.Muestra un menú de navegación con elementos de navegación justificados que se muestran como pestañas.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:53.893000'),(30329,20151,20115,20119,NULL,'2020-08-27 22:40:53.957000',20173,0,30327,'1.0','Bar minimally styledBarra amb estil mínim导航栏最小化样式Minimalistische balkPalkki minimityylilläBarre minimalisteMinimalistische Leisteסרגל בעיצוב מינימליסטיMinimális stílusú oszlop最小バー形式Barra minimamente estilizadaBarra con estilo mínimo','Displays a navigation menu with a minimally styled navigation bar.Mostra un menú de navegació amb una barra de navegació amb un estil mínim.显示带有最小化样式导航栏的导航菜单。Geeft een navigatiemenu weer met een minimalistische navigatiebalk.Näyttää navigointivalikon minimalistisesti tyylitellyllä navigointipalkilla.Affiche un menu de navigation avec une barre de navigation minimaliste.Zeigt ein Navigationsmenü mit einer minimalistischen Navigationsleiste an.מציג תפריט ניווט עם סרגל ניווט בסגנון מינימליסטי.Megjelenít egy navigációs menüt egy minimalista stílusú navigációs sávval.最小スタイルでナビゲーションメニューを表示しますExibe um menu de navegação com uma barra de navegação minimamente estilizada.Muestra un menú de navegación con una barra de navegación con un estilo mínimo.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:53.957000'),(30332,20151,20115,20119,NULL,'2020-08-27 22:40:54.019000',20173,0,30330,'1.0','Bar minimally justified styledBarra amb justificació i estil mínims导航栏最小化两端对齐样式Uitgevulde minimalistische balkPalkki minimitasaustyylilläBarre minimaliste et justifiéeMinimalistische justierte Leisteסרגל מעוצב מוצמד קלותMinimálisan sorkizárt stílusú oszlop最小等幅バー形式Barra minimamente justificada estilizadaBarra con estilo justificado mínimo','Displays a navigation menu with a minimally justified styled navigation bar.Mostra un menú de navegació amb una barra de navegació amb una justificació i un estil mínims.显示带有最小化两端对齐样式导航栏的导航菜单。Geeft een navigatiemenu weer met een uitgevulde minimalistische navigatiebalk.Näyttää navigointivalikon minimalistisesti tasatusti tyylitellyllä navigointipalkilla.Affiche un menu de navigation avec une barre de navigation justifiée et minimaliste.Zeigt ein Navigationsmenü mit einer minimalistischen justierten Navigationsleiste an.מציג תפריט ניווט עם סרגל ניווט מעוצב מוצמד קלות.Megjelenít egy navigációs menüt egy minimálisan sorkizárt stílusú navigációs sávval.最小スタイルの等幅形式でナビゲーションメニューを表示します。Exibe um menu de navegação com uma barra de navegação minimamente justificada estilizada.Muestra un menú de navegación con una barra de navegación con un estilo justificado mínimamente.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:54.019000'),(30335,20151,20115,20119,NULL,'2020-08-27 22:40:54.068000',20173,0,30333,'1.0','Bar default styledBarra amb estil per defecte导航栏默认样式StandaardbalkPalkki oletustyylilläBarre par défautStandard-Leisteבר בעיצוב ברירת מחדלAlapértelmezett stílusú oszlop規定スタイルのバーBarra estilizada padrãoBarra con estilo predeterminado','Displays a navigation menu with a default styled navigation bar.Mostra un menú de navegació amb una barra de navegació amb un estil predeterminat.显示带有默认样式导航栏的导航菜单。Geeft een navigatiemenu weer met een standaard navigatiebalk.Näyttää navigointivalikon oletustyylisellä navigointipalkilla.Affiche un menu de navigation avec une barre de navigation par défaut.Zeigt ein Navigationsmenü mit einer Standard-Navigationsleiste an.מציג תפריט ניווט עם סרגל ניווט בעיצוב ברירת מחדל.Megjelenít egy navigációs menüt egy alapértelmezett stílusú navigációs sávval.デフォルト形式でナビゲーションメニューを表示します。Exibe um menu de navegação com uma barra de navegação padrão estilizada.Muestra un menú de navegación con una barra de navegación con un estilo predeterminado.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:54.068000'),(30338,20151,20115,20119,NULL,'2020-08-27 22:40:54.120000',20173,0,30336,'1.0','Navigation common macrosMacros comunes de navegació导航常用宏Algemene navigatiemacro\'sNavigoinnin yleiset makrotMacros de navigation ordinairesNavigation häufige Makrosפקודות מקרו נפוצות לניווטNavigáció közös makróiナビゲーションの一般的なマクロMacros de navegação comunsMacros comunes de navegación','Contains common macros for navigation menu templates.Conté macros comunes per a les plantilles del menú de navegació.包含导航菜单模板的常用宏。Bevat algemene macro\'s voor navigatiemenusjablonen.Sisältää yleiset navigointivalikkomallien makrot.Contient les macros ordinaires pour les modèles de menu de navigation.Enthält häufige Makros für Navigationsmenüvorlagen.מכיל פקודות מקרו נפוצות עבור תבניות תפריט הניווט.A navigációs menü sablonok közös makróit tartalmazza.ナビゲーションメニューテンプレート用のマクロを含みますContém macros comuns para o modelo do menu de navegação.Contiene macros comunes para plantillas del menú de navegación.','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,20119,NULL,'2020-08-27 22:40:54.120000'),(30341,20151,20115,20119,NULL,'2020-08-27 22:40:54.167000',20173,0,30339,'1.0','Split Button DropdownsDesplegables de botó de divisió拆分按钮下拉菜单Rolmenu met uitgesplitste knoppenJakopainikkeen PudotusvalikotPartager les boutons du menu déroulantDropdown mit geteilten Schaltflächenתיבות בחירה עם לחצן פיצולOsztott gomb legördülő elemeiスプリットボタンのドロップダウンDividir menus suspensos de botãoDesplegables de botón de expansión','Displays a dropdown navigation menu with root menu items shown as buttons.Mostra un menú de navegació desplegable els elements de menú arrel que es mostren com a botons.显示下拉式导航菜单,其中根菜单项显示为按钮。Geeft een rolmenu voor navigatie weer met rootmenu-items in de vorm van knoppen.Näyttää pudotusnavigointivalikon juurivalikon kohdat esitettynä painikkeina.Affiche un menu de navigation déroulant dont les éléments sont affichés sous la forme de boutons.Zeigt ein Dropdown-Navigationsmenü mit Root-Menüelementen als Schaltflächen an.מציג תפריט ניווט נפתח עם פריטי תפריט שורש המוצגים ככפתורים.Megjelenít egy lenyíló navigációs menüt, amelyben a gyökérszintű menüpontok gombokként jelennek meg.ボタン形式のドロップダウンでナビゲーション メニューを表示します。Exibe um menu de navegação suspenso com itens do menu raiz mostrados como botões.Muestra un menú de navegación desplegable con elementos de menú raíz que se muestran como botones.','ftl','<#if !entries?has_content>\n <#if preview>\n
    \n <@liferay.language key=\"there-are-no-pages-to-display-for-the-current-page-level\" />\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,20119,NULL,'2020-08-27 22:40:54.167000'),(30344,20151,20115,20119,NULL,'2020-08-27 22:40:54.233000',20004,0,30342,'1.0','Multi Column LayoutPlana multi-columna多列布局Lay-out met meerdere kolommenUsean sarakkeen asetteluMise en page multi-colonneMulti-Spalten-Layoutתצורה מרובת עמודותTöbb oszlopos elrendezés複数カラムレイアウトLayout em Múltiplas ColunasDiseño con varias columnas','Displays a column for each vocabulary. Each column includes the name of a vocabulary with the vocabulary\'s top level categories listed underneath.Visualitza una columna per a cada vocabulari. Cada columna inclou el nom del vocabulari amb la categoria de nivell més alta a sota.显示一列中的每个词汇,每列包括顶级类别之下的词汇名字。Toon een kolom voor ieder woordenboek. Iedere kolom bevat de naam van een woordenboek met de hoofd categorieën eronder.Näyttää sarakkeen jokaiselle sanastolle. Jokainen sarake sisältää sanaston nimen, missä sanaston ylätason luokitukset on listattu.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.Stellt eine Spalte für jedes Vokabular dar. Jede Spalte enthält den Namen eines Vokabulars mit der obersten Kategorienebene darunter.מציג עמודה עבור כל אוצר מילים. כל עמודה מכילה את השם של אוצר מילים ומתחתיו הקטגוריות ברמת העל.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.各ボキャブラリ用に列を表示する。各列は以下にリストになっている、最上位に設定されている用語名を含んでいます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.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.','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,20119,NULL,'2020-08-27 22:40:54.233000'),(30347,20151,20115,20119,NULL,'2020-08-27 22:40:54.293000',20052,0,30345,'1.0','Multi Column LayoutPlana multi-columna多列布局Lay-out met meerdere kolommenUsean sarakkeen asetteluMise en page multi-colonneMulti-Spalten-Layoutתצורה מרובת עמודותTöbb oszlopos elrendezés複数カラムレイアウトLayout em Múltiplas ColunasDiseño con varias columnas','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.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.为每个顶级页面显示一列。每一列都包含顶级页面的名称以及页面下所列的直接子级。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.Näyttää sarakkeen jokaiselle ylätason sivulle. Jokainen sarake sisältää ylätason sivun nimen ja sivun välittömät alasivut lueteltuna alapuolella.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.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.מציג עמודה עבור כל עמוד ברמה העליונה. כל עמודה כוללת את השם של דף ברמה העליונה עם הצאצאים המידיים של העמוד מפורטים מתחת.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.最上位のページごとに列を表示します。各列には、トップレベルのページの名前と、直下のサブページのページ名を含みます。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.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.','ftl','<#if entries?has_content>\n <@liferay_aui.row>\n <#if layoutPermission.containsWithoutViewableGroup(permissionChecker, entry, \"VIEW\")>\n <#list entries as entry>\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,20119,NULL,'2020-08-27 22:40:54.293000'),(30350,20151,20115,20119,NULL,'2020-08-27 22:40:54.353000',20008,0,30348,'1.0','Color by PopularityColor per popularitat受欢迎的颜色Kleur op populariteitVäri suosion mukaanCouleur par popularitéNach Popularität färbenצבע בהתאם לפופולריותSzín népszerűség alapján頻出度により色分けするColorir por PopularidadeColor por popularidad','Displays asset tags colored by popularity: red (high), yellow (medium), and green (low).Mostra les etiquetes per colors segons popularitat: vermell (alta), groga (mitjana) i verda (baixa).显示资源标签颜色等级: 红色 (高), 黄色 (中), 绿色 (低).Toon content labels volgens populariteit: rood (hoog), geel (midden) en groen (laag).Näyttää sisältötageja, mitkä on väritetty suosion mukaan: punainen (korkea), keltainen (keskiverto) ja virheä (alhainen)Affiche les étiquettes d\'asset coloriées par popularité: rouge (élevé), jaune (moyen), et vert (bas).Schlagwörter nach Popularität färben: Rot (hoch), gelb (mittel), grün (niedrig).מציג את תגי הנכסים על פי מידת הפופולריות שלהם: אדום (גבוהה), צהוב (בינונית) וירוק (נמוכה).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).アセットタグを人気順に表示する:赤(高い)、黄色(普通)、緑(低い)Exibe marcadores coloridos por popularidade: vermelho (alta), amarelo (média) e verde (baixa).Muestra las etiquetas de contenido coloreadas según su popularidad : rojo (alta), amarilla (media) y verde (baja).','ftl','<#if entries?has_content>\n \n\n
    \n',0,20119,NULL,'2020-08-27 22:40:54.353000'),(30353,20151,20115,20119,NULL,'2020-08-27 22:40:54.421000',20011,0,30351,'1.0','BasicBàsic基本的BasisPerusBasiqueEinfachבסיסיEgyszerű通常の検索に戻るBásicoBásico','Displays titles, authors, and abstracts compactly for blog entries.Mostra els titles, autors i resums de forma compacta per les entrades del blog.简介显示博客的名字,作者和摘要。Geeft titels, auteurs en samenvatting compact weer voor blogs.Näyttää blogien otsikot, tekijät ja lyhenteet lyhyestiAffiche titres, auteurs, et abstraits de manière compacte pour les entrées de blog.Kompakte Darstellung von Titel, Autoren und Kurzfassungen für Blogeinträge.מציג כותרים, מחברים ומקצר באופן קומפקטי עבור מאמרי בלוג.Megjeleníti kompakt módon a címeket, szerzőket és kivonatokat a blog bejegyzésekhez.タイトル、作成者、要約は、ブログエントリー用に小さくまとめられますExibe títulos, autores e resumos compactamente para posts de blog.Muestra de forma compacta títulos, autores y resúmenes para las entradas del blog.','ftl','<#list entries as entry>\n
    \n <#assign viewURL = renderResponse.createRenderURL() />\n\n ${viewURL.setParameter(\"mvcRenderCommandName\", \"/blogs/view_entry\")}\n ${viewURL.setParameter(\"redirect\", currentURL)}\n ${viewURL.setParameter(\"urlTitle\", entry.getUrlTitle())}\n\n
    \n \n
    \n\n
    \n
    \n <@liferay.language key=\"written-by\" /> ${htmlUtil.escape(portalUtil.getUserName(entry.getUserId(), entry.getUserName()))}\n
    \n\n <#assign summary = entry.getDescription() />\n\n <#if validator.isNull(summary)>\n <#assign summary = entry.getContent() />\n \n\n ${stringUtil.shorten(htmlUtil.stripHtml(summary), 100)}\n\n <@liferay.language key=\"read-more\" /> <@liferay.language key=\"about\"/>${htmlUtil.escape(entry.getTitle())} »\n
    \n\n
    \n \n ${dateUtil.getDate(entry.getCreateDate(), \"dd MMM yyyy - HH:mm:ss\", locale)}\n \n\n <#assign blogsEntryClassName = \"com.liferay.blogs.kernel.model.BlogsEntry\" />\n\n <#if blogsPortletInstanceConfiguration.enableFlags()>\n <@liferay_flags[\"flags\"]\n className=blogsEntryClassName\n classPK=entry.getEntryId()\n contentTitle=entry.getTitle()\n reportedUserId=entry.getUserId()\n />\n \n\n \n <@liferay_ui[\"asset-categories-summary\"]\n className=blogsEntryClassName\n classPK=entry.getEntryId()\n portletURL=renderResponse.createRenderURL()\n />\n \n \n <@liferay_ui[\"asset-tags-summary\"]\n className=blogsEntryClassName\n classPK=entry.getEntryId()\n portletURL=renderResponse.createRenderURL()\n />\n \n
    \n
    \n\n
    \n',0,20119,NULL,'2020-08-27 22:40:54.421000'),(30357,20151,20115,20119,NULL,'2020-08-27 22:40:54.519000',30354,0,30355,'1.0','ArrowsFletxes箭头PijlenNuoletFlèchesPfeileחציםNyilak矢印SetasFlechas','Displays a breadcrumb in which every navigation element is represented by an arrow with its title and link.Mostra una ruta de navegació en què cada element de navegació es representa amb una fletxa amb el seu títol i enllaç.显示一个面包屑导航,其中每一个导航元素都由箭头及其标题和链接表示。Geeft een broodkruimel weer waarin elk navigatie-element voorgesteld wordt door een pijl met een titel en link.Näyttää murupolun, jossa jokainen navigointielementti näkyy nuolena otsikkoineen ja linkkinä.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.Zeigt eine Breadcrumbnavigation an, bei der jedes Navigationselement durch einen Pfeil mit seinem Titel und einem Link dargestellt wird.מציג את פירורי הלחם בהם כל אלמנט ניווט מיוצג על-ידי חץ עם הכותרת והקישור שלו.Megjelenít egy úrkövetőt, amelyen minden navigációs elemet egy nyíl képvisel címmel és hivatkozással tartalmaz.すべてのナビゲーション要素が矢印とタイトル、リンクで表示されるように、パンくずリストを表示します。Exibe um caminho de navegação onde cada elemento de navegação é representado por uma seta com seu título e link.Muestra una ruta de navegación donde cada elemento de navegación se representa mediante una flecha con su título y enlace.','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,20119,NULL,'2020-08-27 22:40:54.519000'),(30360,20151,20115,20119,NULL,'2020-08-27 22:40:54.589000',30354,0,30358,'1.0','HorizontalHoritzontal水平HorizontaalVaakasuuntainenHorizontal(e)HorizontalאופקיVízszintes水平方向HorizontalHorizontal','Displays a breadcrumb horizontally.Mostra una ruta de navegació horitzontalment.水平显示面包屑导航。Geeft een broodkruimel horizontaal weer.Näyttää murupolun vaakasuoraan.Affiche un fil d\'Ariane de manière horizontale.Zeigt eine Breadcrumbnavigation horizontal an.מציג פירורי לחם אופקית.Megjelenít egy útkövetőjelet vízszintesen.パンくずリストをを水平方向に表示しますExibe um caminho de navegação horizontalmente.Muestra una ruta de navegación horizontalmente.','ftl','<#if entries?has_content>\n \n',0,20119,NULL,'2020-08-27 22:40:54.589000'),(30363,20151,20115,20119,NULL,'2020-08-27 22:40:54.671000',30354,0,30361,'1.0','VerticalVertical垂直VerticaalPystysuoraVerticalVertikalאנכיFüggőleges垂直方向VerticalVertical','Displays a breadcrumb vertically.Mostra una ruta de navegació verticalment.垂直显示面包屑导航。Geeft een broodkruimel verticaal weer.Näyttää murupolun pystysuoraan.Affiche un fil d\'Ariane vertical.Zeigt eine Breadcrumbnavigation vertikal an.מציג פירורי לחם אנכית.Megjelenít egy útkövetőjelet függőlegesen.パンくずリストをを垂直方向に表示しますExibe um caminho de navegação verticalmente.Muestra una ruta de navegación verticalmente.','ftl','<#if entries?has_content>\n \n',0,20119,NULL,'2020-08-27 22:40:54.671000'),(30367,20151,20115,20119,NULL,'2020-08-27 22:40:54.743000',30364,0,30365,'1.0','CarouselCarrusselCarouselCarrouselKaruselliCarrouselKarusselקרוסלהKörhintaカルーセルCarrosselCarrusel','Displays images in a carousel.Mostra imatges en format carrusel.把图片显示在转盘中。Geeft afbeeldingen weer in een carrousel.Näyttää kuvat karusellissa.Affiche les images dans un carrousel.Darstellung von Bildern in einem Karussell.מציג את התמונות בקרוסלה.Megjeleníti a képeket körhintaszerűen.カルーセル内に画像を表示Exibe imagens num carrossel.Muestra imágenes en un carrusel.','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,20119,NULL,'2020-08-27 22:40:54.743000'),(30371,20151,20115,20119,NULL,'2020-08-27 22:40:54.825000',30368,0,30369,'1.0','IconIcona图标PictogramKuvakeIcôneSymbolסמלIkonアイコンÍconeIcono','Displays the icon of the flag associated with each language.Mostra la icona de la bandera associada a cada idioma.显示与每种语言关联的国旗的图标。Geeft het pictogram weer van de vlag die bij elke taal hoort.Näyttä kuhunkin kieleen liittyvän lippukuvakkeen.Affiche l\'icône de chaque option associé à chaque langue.Zeigt das Symbol der Flagge für jede Sprache an.מציגה הסמל של הדגל המשויך לכל שפה.Megjeleníti az egyes nyelvekhez társított zászlót tartalmazó ikont.各言語に関連付けられたフラグのアイコンを表示しますExibe o ícone do marcador associado com cada idioma.Muestra el icono de la bandera asociada con cada idioma.','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,20119,NULL,'2020-08-27 22:40:54.825000'),(30374,20151,20115,20119,NULL,'2020-08-27 22:40:54.869000',30368,0,30372,'1.0','Icon MenuMenú d\'icones图标菜单PictogrammenuKuvakevalikkoMenu d\'icônesSymbolmenüתפריט סמליםIkon menüアイコン メニューMenu de íconesMenú de icono','Displays an icon menu with the selected languages.Mostra una icona de menú amb els idiomes seleccionats.显示带有选定语言的图标菜单。Geeft een pictogrammenu weer met de geselecteerde talen.Näyttää valittuihin kieliin liittyvän kuvakevalikon.Affiche un menu d\'icônes avec les langues sélectionnées.Zeigt ein Symbolmenü mit den ausgewählten Sprachen.הצגת תפריט סמלים עם השפות שנבחרו.Megjelenít egy ikonmenüt a kiválasztott nyelvekkel.選択した言語のアイコンメニューを表示します。Exibe um menu de ícone com os idiomas selecionados.Muestra un menú de icono con los idiomas seleccionados.','ftl','<#if entries?has_content>\n
    \n <@liferay_ui[\"icon-menu\"]\n icon=\"../aui/globe\"\n message=locale.getDisplayName(locale)\n >\n <#list entries as entry>\n <#if !entry.isSelected() && !entry.isDisabled()>\n <@liferay_ui[\"icon\"]\n image=\"../language/\" + entry.getLanguageId()\n label=true\n lang=entry.getW3cLanguageId()\n message=entry.getLongDisplayName()\n url=entry.getURL()\n />\n \n \n \n
    \n',0,20119,NULL,'2020-08-27 22:40:54.869000'),(30377,20151,20115,20119,NULL,'2020-08-27 22:40:54.916000',30368,0,30375,'1.0','Long TextText Llarg长文本Lange tekstPitkä TekstiTexte LongLanger Textטקסט ארוךHosszú szöveg長いテキストTexto LongoTexto largo','Displays the full name of each language (e.g. Spanish).Mostra el nom sencer de cada idioma (p. ex. espanyol).显示每种语言的全名(例如,Spanish)。Geeft de volledige naam weer van elke taal (bijv. Spaans).Näyttää kunkin kielen koko nimen (esim. espanja).Affiche le nom complet de chaque langue (e.x. espagnol).Zeigt den vollständigen Namen einer jeden Sprache (z. B. Spanisch).מציג את השם המלא של כל שפה (למשל ספרדית).Megjeleníti az egyes nyelvek teljes nevét (pl. Spanyol).各言語 (スペイン語など) を完全な名前で表示しますExibe o nome completo de cada idioma (por exemplo, Espanhol).Muestra el nombre completo de cada idioma (por ejemplo, español).','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,20119,NULL,'2020-08-27 22:40:54.916000'),(30380,20151,20115,20119,NULL,'2020-08-27 22:40:54.960000',30368,0,30378,'1.0','Select BoxSelecciona la casella选择框SelectievakValintalaatikkoSélectionner la caseAuswahlkastenתיבת בחירהJelölje beセレクトボックスCaixa de seleçãoCuadro de selección','Displays a select box with the selected languagesMostra un quadre de selecció amb els idiomes seleccionats显示所选语言的选择框Toen keuze veld met de geselecteerde talen.Näyttää valintalaatikon valituilla kielillä.Affiche une boite sélectionnée avec les langues sélectionnées.Zeigt eine Auswahllist mit den ausgewählten Sprachen anמציג תיבת בחירה עם השפות הנבחרות.Megjeleníti az ikon menüt a választott nyelveken.選択された言語でアイコンメニューを表示するExibe uma caixa de seleção com os idiomas selecionados.Muestra una caja de selección con los idiomas seleccionados.','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 var languageId = AUI.$(document.${namespace + formName}.${name}).val();\n\n submitForm(document.${namespace + formName});\n }\n \n',0,20119,NULL,'2020-08-27 22:40:54.960000'),(30383,20151,20115,20119,NULL,'2020-08-27 22:40:54.999000',30368,0,30381,'1.0','Short TextText curt短文本Korte tekstLyhyt TekstiTexte CourtKurztextטקסט קצרRövid szöveg短いテキストTexto curtoTexto corto','Displays an abbreviation of each language (e.g. ES).Mostra una abreviatura de cada idioma (p. ex. ES).显示每种语言的缩写(例如,ES)。Geeft een afkorting weer van elke taal (bijv. ES).Näyttää jokaisen kielen lyhenteen (esim. ES).Affiche une abréviation pour chaque langue (par ex. : ES).Zeigt eine Abkürzung jeder Sprache an (z. B. ES).מציג קיצור של כל שפה (למשל ES).Megjeleníti az egyes nyelvek rövidítését (pl. ES).各言語 (例えば ES) の省略形で表示します。Exibe uma abreviatura de cada idioma (por exemplo, ES).Muestra una abreviatura de cada idioma (por ejemplo, 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,20119,NULL,'2020-08-27 22:40:54.999000'),(30386,20151,20115,20119,NULL,'2020-08-27 22:40:55.057000',20006,0,30384,'1.0','MapMapa映射KaartKarttaCarteLandkarteמפהTérképマッピングMapaMapa','Displays geolocalized assets in a map.Mostra contingut geolocalitzat en un mapa.显示在地图上定位的资源Toon geolocale content op een kaart.Näyttää maantieteelliset sisällöt kartalla.Affiche les assets géolocalisés dans un planStellt Assets mit geografischen Informationen in einer Karte dar.מציג נכסים המכילים מיקום גיאו-לוקלי על גבי מפה.Megjeleníti a földrajzi tartalmakat egy térképen.地図内にジオローカライズされたアセットを表示するExibe os conteúdos geolocalizados em um mapa.Muestra activos geolocalizados en un mapa.','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 var map = Liferay.component(\'<@portlet.namespace />Map\');\n\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<#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 redirectURL = renderResponse.createLiferayPortletURL(themeDisplay.getPlid(), themeDisplay.getPortletDisplay().getId(), \"RENDER_PHASE\", false) />\n\n ${redirectURL.setParameter(\"mvcPath\", \"/add_asset_redirect.jsp\")}\n\n <#assign\n editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"POP_UP\"), redirectURL)\n\n taglibEditURL = \"javascript:Liferay.Util.openWindow({id: \'\" + renderResponse.getNamespace() + \"editAsset\', title: \'\" + htmlUtil.escapeJS(languageUtil.format(locale, \"edit-x\", htmlUtil.escape(assetRenderer.getTitle(locale)), false)) + \"\', uri:\'\" + htmlUtil.escapeJS(editPortletURL.toString()) + \"\'});\"\n />\n\n <@liferay_ui.icon\n image=\"edit\"\n label=true\n message=\"edit\"\n url=taglibEditURL\n />\n \n\n <#if assetRenderer.getThumbnailPath(renderRequest)??>\n
    \n \n
    \n \n\n <#assign assetURL = assetPublisherHelper.getAssetViewURL(renderRequest, renderResponse, assetRenderer, asset, false) />\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,20119,NULL,'2020-08-27 22:40:55.057000'),(30389,20151,20115,20119,NULL,'2020-08-27 22:40:55.104000',20006,0,30387,'1.0','Rich SummaryResum enriquit丰富总结Rijke samenvattingMuotoiltu yhteenvetoSommaire enrichiRich-Text-Zusammenfassungתקציר עשירBő összesítő要約(文字数多め)Sumário RicoResumen completo','Displays abstracts, icons, related assets, and print/edit actions for assets. Optionally include asset bookmarks and ratings.Mostra resums, icones, continguts relacionats i accions d\'impressió o edició per continguts. Opcionalment, inclou enllaços i valoracions.显示摘要、图标、相关资产以及资产的打印和编辑操作。可选择性包含资产书签和评分。Toon samenvattingen, pictogrammen, gerelateerde content en afdruk en bewerk acties voor content. Voeg optioneel bladwijzers en beoordelingen toe.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.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.Stellt Kurzfassungen, Icons, verwandte Assets sowie Druck- und Bearbeitungsoptionen für Assets dar. Kann auch Bookmarks und Bewertungen enthalten.מציג תקצירים, סמלים, נכסים קשורים ופעולות הדפסה/עריכה עבור נכסים. אופציונלית מכיל סימניות נכסים ודירוגים.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.概要、アイコン、関連するアセット、アセットの印刷/編集を表示する。アセットのブックマークと評価も設定できます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.Muestra abstractos, iconos, activos relacionados e imprime/edita acciones para activos. Opcionalmente incluye marcadores de activos y calificaciones.','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_ui[\"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 redirectURL = renderResponse.createRenderURL() />\n\n ${redirectURL.setParameter(\"mvcPath\", \"/add_asset_redirect.jsp\")}\n ${redirectURL.setWindowState(\"pop_up\")}\n\n <#assign editPortletURL = assetRenderer.getURLEdit(renderRequest, renderResponse, windowStateFactory.getWindowState(\"pop_up\"), redirectURL)!\"\" />\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=\"javascript:Liferay.Util.openWindow({id:\'\" + renderResponse.getNamespace() + \"editAsset\', title: \'\" + title + \"\', uri:\'\" + htmlUtil.escapeURL(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_ui[\"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_ui[\"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 iconCssClass=\"icon-print\"\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_ui[\"asset-links\"]\n assetEntryId=entry.getEntryId()\n viewInContext=!stringUtil.equals(assetLinkBehavior, \"showFullContent\")\n />\n \n\n\n<#macro getSocialBookmarks>\n <#if getterUtil.getBoolean(enableSocialBookmarks)>\n <@liferay_ui[\"social-bookmarks\"]\n displayStyle=\"${socialBookmarksDisplayStyle}\"\n target=\"_blank\"\n title=entry.getTitle(locale)\n url=viewURL\n />\n \n',0,20119,NULL,'2020-08-27 22:40:55.104000'),(31013,20151,20115,20119,NULL,'2020-08-27 22:41:05.769000',30205,31008,31011,'1.0','Basic Web ContentContigut web bàsic基本 Web 内容BasiswebcontentTavallinen web-sisältöContenu web basiqueEinfacher Webcontentתוכן אינטרנטי בסיסיAlapvető webtartalom基本WebコンテンツConteúdo Web básicoContenido web básico','','ftl','${content.getData()}',0,20119,NULL,'2020-08-27 22:41:05.769000'); /*!40000 ALTER TABLE `DDMTemplateVersion` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLContent` -- DROP TABLE IF EXISTS `DLContent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLContent` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntry` ( `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 */; /*!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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntryMetadata` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileEntryType` ( `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 ('483ee3f4-5839-4e3d-9e4c-ba7d1ab04224',0,0,0,0,NULL,'2020-08-27 22:41:17.450000','2020-08-27 22:41:17.450000','BASIC-DOCUMENT','basic-document',NULL,NULL),('ae6d191e-e031-23f4-6093-e45a1d386dfd',30399,20151,20115,20119,NULL,'2020-08-27 22:40:55.711000','2020-08-27 22:40:55.711000','CONTRACT','ContractContractes合同ContractenSopimusContratsVertragחוזיםSzerződés契約ContratoContratos','ContractContractes合同ContractenSopimusContratsVertragחוזיםSzerződés契約ContratoContratos',NULL),('71525bd1-fa6c-2ac8-59bc-3c688cbe6792',30404,20151,20115,20119,NULL,'2020-08-27 22:40:55.816000','2020-08-27 22:40:55.816000','MARKETING BANNER','Marketing BannerBàner de màrqueting营销标语MarketingbannerMarkkinointimainospalkkiBannière commercialeMarketingbannerבאנר שיווקיHírdetési csíkマーケティングバナーBanner de MarketingBanner comercial','Marketing BannerBàner de màrqueting营销标语MarketingbannerMarkkinointimainospalkkiBannière commercialeMarketingbannerבאנר שיווקיHírdetési csíkマーケティングバナーBanner de MarketingBanner comercial',NULL),('2bebb5df-fce3-c016-3cb3-00eba5bd650b',30410,20151,20115,20119,NULL,'2020-08-27 22:40:56.159000','2020-08-27 22:40:56.159000','ONLINE TRAINING','Online TrainingFromació en línia在线培训Online trainingOnline koulutusFormation en ligneOnline-Trainingהכשרה מקוונתOnline tanfolyamオンライントレーニングTreinamento OnlineFormación en línea','Online TrainingFromació en línia在线培训Online trainingOnline koulutusFormation en ligneOnline-Trainingהכשרה מקוונתOnline tanfolyamオンライントレーニングTreinamento OnlineFormación en línea',NULL),('822b1eb2-7195-a99d-1c3b-ef818a64d3db',30416,20151,20115,20119,NULL,'2020-08-27 22:40:56.260000','2020-08-27 22:40:56.260000','SALES PRESENTATION','Sales PresentationPresentació de vendes销售报告VerkooppresentatieMyynti esitysPrésentation des ventesVertriebspräsentationמצגת מכירותKereskedői előadásセールスプレゼンテーションApresentação de VendasPresentación de ventas','Sales PresentationPresentació de vendes销售报告VerkooppresentatieMyynti esitysPrésentation des ventesVertriebspräsentationמצגת מכירותKereskedői előadásセールスプレゼンテーションApresentação de VendasPresentación de ventas',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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileRank` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileShortcut` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFileVersion` ( `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 */; /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `DLFolder` ( `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 */; /*!40000 ALTER TABLE `DLFolder` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `DLSyncEvent` -- DROP TABLE IF EXISTS `DLSyncEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 (20163,20115,20162,'accessSecret',15,'',''),(20164,20115,20162,'accessToken',15,'',''),(20165,20115,20162,'requestSecret',15,'',''),(20166,20115,20162,'requestToken',15,'',''),(20171,20115,20170,'googleAccessToken',15,'','hidden=true\nvisible-with-update-permission=false\n'),(20172,20115,20170,'googleRefreshToken',15,'','hidden=true\nvisible-with-update-permission=false\n'); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 (20170,20115,20087,'CUSTOM_FIELDS'),(20162,20115,20087,'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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 `Group_` -- DROP TABLE IF EXISTS `Group_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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_63A2AABD` (`companyId`,`site`), 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,'ac22b5a3-656f-2ed4-134a-bec4d48dcda8',20132,20115,20119,20045,20132,0,0,'/20132/','Control Panel','Control Panel',NULL,3,'',1,0,'/control_panel',0,0,0,1),(0,'e182ee67-e525-1a46-663c-5a338dcdf11f',20139,20115,20119,20045,20139,0,0,'/20139/','Forms','Forms',NULL,3,'',1,0,'/forms',0,0,0,1),(0,'9ec9afb9-4544-f10d-2dfd-43acff0488af',20142,20115,20119,20045,20142,0,0,'/20142/','Guest','Guest',NULL,1,'',1,0,'/guest',1,0,0,1),(0,'c1496304-3ac7-ed7b-ca17-f3ef2e8188df',20148,20115,20119,20134,20119,0,0,'/20148/','User Personal Site','User Personal Site',NULL,3,'',1,0,'/personal_site',0,0,0,1),(0,'0dc80ca8-50b4-4966-a8be-385fb941ac9a',20151,20115,20119,20041,20115,0,0,'/20151/','20115','Global',NULL,0,'',1,0,'/global',1,0,0,1),(0,'07184758-bfdc-304a-c120-12b56de15b7c',20158,20115,20155,20087,20155,0,0,'/20158/','20155',NULL,NULL,0,'',1,0,'/test',0,0,0,1),(0,'d6838fe9-8072-1ddc-5516-2246e3f3b55b',31858,20115,20119,20050,31857,0,0,'/31858/','31857','Content Display PageEscolliu una pàgina de presentació选择显示页Kies een weergavepaginaWeb-sisälllön esityssivuChoisir une page d\'affichageAnzeigeseite auswählenבחר דף תצוגהTartalom megjelenítő oldaコンテンツ表示ページPágina de Exibição de ConteúdoSeleccione una página de visualización',NULL,0,'',1,0,'/template-31857',0,0,0,1),(0,'ebe1e7d5-8e6a-70de-2523-9bf30c3167a9',31918,20115,20119,20050,31917,0,0,'/31918/','31917','WikiWikiWikiWiki\'sWikitWiki (Panneau de Configuration)WikiויקיWikikWikiWikiWiki',NULL,0,'',1,0,'/template-31917',0,0,0,1),(0,'102ba7ca-0797-d6c7-7f5f-d772cea74ba5',31928,20115,20119,20054,31927,0,0,'/31928/','31927','Community SiteLloc comunitari社区网站Community websiteYhteisösivustoSite de communautéCommunity-Siteאתר קהילהKözösségi webhelyコミュニティーサイトSite da ComunidadeSitio de comunidad',NULL,0,'',1,0,'/template-31927',0,0,0,1),(0,'1657818a-28cc-80ad-4f30-9f8d514b30aa',31948,20115,20119,20050,31947,0,0,'/31948/','31947','BlogBloc博客BlogBlogitBlogueBlogבלוגBlogブログBlogBlog',NULL,0,'',1,0,'/template-31947',0,0,0,1),(0,'075db85d-1f52-558b-e080-cc15eddb2f70',31987,20115,20119,20054,31986,0,0,'/31987/','31986','Intranet SiteLloc web tipus Intranet内网Intranet WebsiteIntranet sivustoSite intranetIntranet-Siteאתר אינטראנטIntranetes webhelyイントラネットサイトSite da IntranetSitio de intranet',NULL,0,'',1,0,'/template-31986',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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 `IM_MemberRequest` -- DROP TABLE IF EXISTS `IM_MemberRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; INSERT INTO `Image` VALUES (0,31821,20115,'2020-08-27 22:41:17.876000','png',256,256,39937); /*!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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalArticle` ( `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, `title` longtext, `urlTitle` varchar(150) DEFAULT NULL, `description` longtext, `content` longtext, `DDMStructureKey` varchar(75) DEFAULT NULL, `DDMTemplateKey` 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 `JournalArticleImage` -- DROP TABLE IF EXISTS `JournalArticleImage`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalArticleImage` ( `articleImageId` bigint(20) NOT NULL, `groupId` bigint(20) DEFAULT NULL, `companyId` bigint(20) DEFAULT NULL, `articleId` varchar(75) DEFAULT NULL, `version` double DEFAULT NULL, `elInstanceId` varchar(75) DEFAULT NULL, `elName` varchar(75) DEFAULT NULL, `languageId` varchar(75) DEFAULT NULL, `tempImage` tinyint(4) DEFAULT NULL, PRIMARY KEY (`articleImageId`), UNIQUE KEY `IX_103D6207` (`groupId`,`articleId`,`version`,`elInstanceId`,`elName`,`languageId`), KEY `IX_D4121315` (`tempImage`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `JournalArticleImage` -- LOCK TABLES `JournalArticleImage` WRITE; /*!40000 ALTER TABLE `JournalArticleImage` DISABLE KEYS */; /*!40000 ALTER TABLE `JournalArticleImage` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `JournalArticleResource` -- DROP TABLE IF EXISTS `JournalArticleResource`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalArticleResource` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalContentSearch` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalFeed` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `JournalFolder` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoAction` ( `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, `kaleoDefinitionId` 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_F95A622` (`kaleoDefinitionId`) ) 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 (30924,0,20115,20119,NULL,'2020-08-27 22:41:03.404000','2020-08-27 22:41:03.404000','com.liferay.portal.workflow.kaleo.model.KaleoNode',30923,30922,'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),(30946,0,20115,20119,NULL,'2020-08-27 22:41:03.574000','2020-08-27 22:41:03.574000','com.liferay.portal.workflow.kaleo.model.KaleoNode',30945,30922,'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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoCondition` ( `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, `kaleoDefinitionId` 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_DC978A5D` (`kaleoDefinitionId`), 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoDefinition` ( `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, `startKaleoNodeId` bigint(20) 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 (30922,0,20115,20119,NULL,'2020-08-27 22:41:03.386000','2020-08-27 22:41:03.618000','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 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 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,30925); /*!40000 ALTER TABLE `KaleoDefinition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoDraftDefinition` -- DROP TABLE IF EXISTS `KaleoDraftDefinition`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoDraftDefinition` ( `kaleoDraftDefinitionId` 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, `content` longtext, `version` int(11) DEFAULT NULL, `draftVersion` int(11) DEFAULT NULL, PRIMARY KEY (`kaleoDraftDefinitionId`), UNIQUE KEY `IX_A500C06` (`companyId`,`name`,`version`,`draftVersion`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoDraftDefinition` -- LOCK TABLES `KaleoDraftDefinition` WRITE; /*!40000 ALTER TABLE `KaleoDraftDefinition` DISABLE KEYS */; INSERT INTO `KaleoDraftDefinition` VALUES (30954,0,20115,20119,NULL,'2020-08-27 22:41:03.664000','2020-08-27 22:41:03.664000','Single Approver','Single Approver','\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 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 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 `KaleoDraftDefinition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoInstance` -- DROP TABLE IF EXISTS `KaleoInstance`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoInstance` ( `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, `kaleoDefinitionId` 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_ACF16238` (`kaleoDefinitionId`,`completed`), KEY `IX_6D12641D` (`kaleoInstanceId`,`companyId`,`userId`) ) 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoInstanceToken` ( `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, `kaleoDefinitionId` 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_7BDB04B4` (`kaleoDefinitionId`), 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoLog` ( `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, `kaleoDefinitionId` 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_6C64B7D4` (`kaleoDefinitionId`), 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoNode` ( `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, `kaleoDefinitionId` 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_F28C443E` (`companyId`,`kaleoDefinitionId`), KEY `IX_32E94DD6` (`kaleoDefinitionId`) ) 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 (30923,0,20115,20119,NULL,'2020-08-27 22:41:03.397000','2020-08-27 22:41:03.397000',30922,'approved','{\"xy\":[380,51]}',NULL,'STATE',0,1),(30925,0,20115,20119,NULL,'2020-08-27 22:41:03.417000','2020-08-27 22:41:03.417000',30922,'created','{\"xy\":[36,51]}',NULL,'STATE',1,0),(30926,0,20115,20119,NULL,'2020-08-27 22:41:03.421000','2020-08-27 22:41:03.421000',30922,'review','{\"xy\":[168,36]}',NULL,'TASK',0,0),(30945,0,20115,20119,NULL,'2020-08-27 22:41:03.573000','2020-08-27 22:41:03.573000',30922,'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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoNotification` ( `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, `kaleoDefinitionId` 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(25) DEFAULT NULL, PRIMARY KEY (`kaleoNotificationId`), KEY `IX_38829497` (`companyId`), KEY `IX_F3362E93` (`kaleoClassName`,`kaleoClassPK`,`executionType`), KEY `IX_4B968E8D` (`kaleoDefinitionId`) ) 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 (30927,0,20115,20119,NULL,'2020-08-27 22:41:03.423000','2020-08-27 22:41:03.423000','com.liferay.portal.workflow.kaleo.model.KaleoNode',30926,30922,'review','Review Notification',NULL,'onAssignment','${userName} sent you a ${entryType} for review in the workflow.','freemarker','email,user-notification'),(30928,0,20115,20119,NULL,'2020-08-27 22:41:03.430000','2020-08-27 22:41:03.430000','com.liferay.portal.workflow.kaleo.model.KaleoNode',30926,30922,'review','Review Completion Notification',NULL,'onExit','Your submission was reviewed<#if taskComments?has_content> and the reviewer applied the following ${taskComments}.','freemarker','email'),(30947,0,20115,20119,NULL,'2020-08-27 22:41:03.574000','2020-08-27 22:41:03.574000','com.liferay.portal.workflow.kaleo.model.KaleoNode',30945,30922,'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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoNotificationRecipient` ( `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, `kaleoDefinitionId` 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_AA6697EA` (`kaleoDefinitionId`), 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 (30929,0,20115,20119,NULL,'2020-08-27 22:41:03.432000','2020-08-27 22:41:03.432000',30922,30928,'com.liferay.portal.kernel.model.User',0,0,'',NULL,NULL,NULL,'to'); /*!40000 ALTER TABLE `KaleoNotificationRecipient` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoProcess` -- DROP TABLE IF EXISTS `KaleoProcess`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoProcess` ( `uuid_` varchar(75) DEFAULT NULL, `kaleoProcessId` 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, `DDLRecordSetId` bigint(20) DEFAULT NULL, `DDMTemplateId` bigint(20) DEFAULT NULL, `workflowDefinitionName` varchar(75) DEFAULT NULL, `workflowDefinitionVersion` int(11) DEFAULT NULL, PRIMARY KEY (`kaleoProcessId`), UNIQUE KEY `IX_C6B8ACEB` (`uuid_`,`groupId`), KEY `IX_65CA6CC9` (`DDLRecordSetId`), KEY `IX_A29A06D5` (`groupId`), KEY `IX_C1C03029` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoProcess` -- LOCK TABLES `KaleoProcess` WRITE; /*!40000 ALTER TABLE `KaleoProcess` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoProcess` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoProcessLink` -- DROP TABLE IF EXISTS `KaleoProcessLink`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoProcessLink` ( `kaleoProcessLinkId` bigint(20) NOT NULL, `kaleoProcessId` bigint(20) DEFAULT NULL, `workflowTaskName` varchar(75) DEFAULT NULL, `DDMTemplateId` bigint(20) DEFAULT NULL, PRIMARY KEY (`kaleoProcessLinkId`), UNIQUE KEY `IX_10E0E9D0` (`kaleoProcessId`,`workflowTaskName`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `KaleoProcessLink` -- LOCK TABLES `KaleoProcessLink` WRITE; /*!40000 ALTER TABLE `KaleoProcessLink` DISABLE KEYS */; /*!40000 ALTER TABLE `KaleoProcessLink` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `KaleoTask` -- DROP TABLE IF EXISTS `KaleoTask`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoTask` ( `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, `kaleoDefinitionId` 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_3FFA633` (`kaleoDefinitionId`), 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 (30930,0,20115,20119,NULL,'2020-08-27 22:41:03.454000','2020-08-27 22:41:03.454000',30922,30926,'review',NULL),(30948,0,20115,20119,NULL,'2020-08-27 22:41:03.583000','2020-08-27 22:41:03.583000',30922,30945,'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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoTaskAssignment` ( `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, `kaleoDefinitionId` 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_575C03A6` (`kaleoDefinitionId`) ) 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 (30931,0,20115,20119,NULL,'2020-08-27 22:41:03.465000','2020-08-27 22:41:03.465000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',30932,NULL,'',NULL,NULL),(30934,0,20115,20119,NULL,'2020-08-27 22:41:03.516000','2020-08-27 22:41:03.516000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',20121,NULL,'',NULL,NULL),(30935,0,20115,20119,NULL,'2020-08-27 22:41:03.516000','2020-08-27 22:41:03.516000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',20126,NULL,'',NULL,NULL),(30936,0,20115,20119,NULL,'2020-08-27 22:41:03.517000','2020-08-27 22:41:03.517000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',20127,NULL,'',NULL,NULL),(30937,0,20115,20119,NULL,'2020-08-27 22:41:03.517000','2020-08-27 22:41:03.517000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',20129,NULL,'',NULL,NULL),(30938,0,20115,20119,NULL,'2020-08-27 22:41:03.517000','2020-08-27 22:41:03.517000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',30939,NULL,'',NULL,NULL),(30941,0,20115,20119,NULL,'2020-08-27 22:41:03.537000','2020-08-27 22:41:03.537000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',20131,NULL,'',NULL,NULL),(30942,0,20115,20119,NULL,'2020-08-27 22:41:03.537000','2020-08-27 22:41:03.537000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30930,30922,0,'com.liferay.portal.kernel.model.Role',30943,NULL,'',NULL,NULL),(30949,0,20115,20119,NULL,'2020-08-27 22:41:03.583000','2020-08-27 22:41:03.583000','com.liferay.portal.workflow.kaleo.model.KaleoTask',30948,30922,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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoTaskAssignmentInstance` ( `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, `kaleoDefinitionId` 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_C851011` (`kaleoDefinitionId`), KEY `IX_67A9EE93` (`kaleoInstanceId`), KEY `IX_D4C2235B` (`kaleoTaskInstanceTokenId`) ) 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 `KaleoTaskInstanceToken` -- DROP TABLE IF EXISTS `KaleoTaskInstanceToken`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoTaskInstanceToken` ( `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, `kaleoDefinitionId` 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_608E9519` (`kaleoDefinitionId`), 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoTimer` ( `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, `kaleoDefinitionId` 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoTimerInstanceToken` ( `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, `kaleoDefinitionId` 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_9932524C` (`kaleoInstanceTokenId`,`completed`,`blocking`), 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `KaleoTransition` ( `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, `kaleoDefinitionId` 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_479F3063` (`kaleoDefinitionId`), 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 (30950,0,20115,20119,NULL,'2020-08-27 22:41:03.596000','2020-08-27 22:41:03.596000',30922,30925,'review',NULL,30925,'created',30926,'review',1),(30951,0,20115,20119,NULL,'2020-08-27 22:41:03.606000','2020-08-27 22:41:03.606000',30922,30926,'approve',NULL,30926,'review',30923,'approved',1),(30952,0,20115,20119,NULL,'2020-08-27 22:41:03.609000','2020-08-27 22:41:03.609000',30922,30926,'reject',NULL,30926,'review',30945,'update',0),(30953,0,20115,20119,NULL,'2020-08-27 22:41:03.612000','2020-08-27 22:41:03.612000',30922,30945,'resubmit',NULL,30945,'update',30926,'review',1); /*!40000 ALTER TABLE `KaleoTransition` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Layout` -- DROP TABLE IF EXISTS `Layout`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Layout` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` varchar(75) 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, `privateLayout` tinyint(4) DEFAULT NULL, `layoutId` bigint(20) DEFAULT NULL, `parentLayoutId` 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, `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, `lastPublishDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`plid`), UNIQUE KEY `IX_BC2C4231` (`groupId`,`privateLayout`,`friendlyURL`), UNIQUE KEY `IX_7162C27C` (`groupId`,`privateLayout`,`layoutId`), UNIQUE KEY `IX_E118C537` (`uuid_`,`groupId`,`privateLayout`), KEY `IX_881EABCB` (`companyId`,`layoutPrototypeUuid`), KEY `IX_7399B71E` (`groupId`,`privateLayout`,`parentLayoutId`,`priority`), KEY `IX_8CE8C0D9` (`groupId`,`privateLayout`,`sourcePrototypeLayoutUuid`), KEY `IX_1A1B61D2` (`groupId`,`privateLayout`,`type_`), KEY `IX_23922F7D` (`iconImageId`), KEY `IX_B529BFD3` (`layoutPrototypeUuid`), KEY `IX_3BC009C0` (`privateLayout`,`iconImageId`), KEY `IX_39A18ECC` (`sourcePrototypeLayoutUuid`), KEY `IX_2CE4BE84` (`uuid_`,`companyId`) ) 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,'b61db501-dcc5-4bcc-8595-3a27c3195121',20136,20132,20115,20119,NULL,'2020-08-27 22:40:23.351000','2020-08-27 22:40:23.351000',1,1,0,'Control Panel',NULL,NULL,NULL,NULL,'control_panel','privateLayout=true\n',0,'/manage',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(1,'0429df9f-780b-118c-451b-42613122a6d2',20145,20142,20115,20119,NULL,'2020-08-27 22:40:23.607000','2020-08-27 22:40:23.703000',0,1,0,'Welcome',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_hello_world_web_portlet_HelloWorldPortlet,\nlayout-template-id=1_column\n',0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(0,'595f4a13-1878-cfc0-b05d-4c5210aea917',20167,20139,20115,20119,NULL,'2020-08-27 22:40:24.466000','2020-08-27 22:40:24.466000',0,1,0,'Shared',NULL,NULL,NULL,NULL,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet','layoutUpdateable=false\n',1,'/shared',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(5,'34b76d43-7e80-215a-36d8-5f718cc2a131',31861,31858,20115,20119,NULL,'2020-08-27 22:41:39.604000','2020-08-27 22:41:39.789000',1,1,0,'Content Display PageEscolliu una pàgina de presentació选择显示页Kies een weergavepaginaWeb-sisälllön esityssivuChoisir une page d\'affichageAnzeigeseite auswählenבחר דף תצוגהTartalom megjelenítő oldaコンテンツ表示ページPágina de Exibição de ConteúdoSeleccione una página de visualización',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_M2pBA2GXZJYz,com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_a99Zk5nLkrQT,\ncolumn-2=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_VwVABk8q7t3C,\ndefault-asset-publisher-portlet-id=com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_VwVABk8q7t3C\nlayout-template-id=2_columns_ii\nprivateLayout=true\n',0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(4,'31a68aee-3880-6fbe-dd79-59b74ca3b70e',31921,31918,20115,20119,NULL,'2020-08-27 22:41:46.838000','2020-08-27 22:41:47.000000',1,1,0,'WikiWikiWikiWiki\'sWikitWiki (Panneau de Configuration)WikiויקיWikikWikiWikiWiki',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_tQ6o68H4GqiM,com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_pxJcQfuBVPqg,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(5,'f7b571b0-6078-1555-b17f-7fa10c5a180a',31937,31928,20115,20119,NULL,'2020-08-27 22:41:47.630000','2020-08-27 22:41:47.849000',1,1,0,'HomeInici主页StartpaginaEtusivuAccueilStartseiteביתNyitólapホームInícioInicio',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_message_boards_web_portlet_MBPortlet,\ncolumn-2=com_liferay_polls_web_portlet_PollsDisplayPortlet_INSTANCE_rb8IuobREOzT,com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet,com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_17nhRM7E08am,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(3,'c70b8302-608b-c8d0-12e7-e0116c310d5a',31941,31928,20115,20119,NULL,'2020-08-27 22:41:47.885000','2020-08-27 22:41:48.006000',1,2,0,'WikiWiki维基Wiki\'sWikitWiki (Panneau de Configuration)WikiויקיWikikWikiWikiWiki',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_wiki_web_portlet_WikiPortlet,\ncolumn-2=com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet_INSTANCE_i55mGUSDWdmC,com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_9k2bh3aOmtuQ,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,'/wiki',0,NULL,NULL,'',1,NULL,0,NULL,NULL),(4,'0427c8ac-8e10-6afe-2e81-78ed3b036759',31951,31948,20115,20119,NULL,'2020-08-27 22:41:48.601000','2020-08-27 22:41:48.791000',1,1,0,'BlogBloc博客BlogBlogitBlogueBlogבלוגBlogブログ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_x0jPqiiUJyWR,com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,'/layout',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(4,'84fc8221-2599-d7d9-4869-dd9106e95fb9',31996,31987,20115,20119,NULL,'2020-08-27 22:41:52.169000','2020-08-27 22:41:52.335000',1,1,0,'HomeInici主页StartpaginaEtusivuAccueilStartseiteביתNyitólapホームInícioInicio',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_SlS8JtxKTg8l,\nlayout-template-id=2_columns_i\nprivateLayout=true\n',0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(2,'44c16650-70ac-33a6-a484-80142d648859',32000,31987,20115,20119,NULL,'2020-08-27 22:41:52.392000','2020-08-27 22:41:52.519000',1,2,0,'Documents and MediaDocuments i fitxers multimèdia文档与媒体Documenten en MediaAsiakirjat ja mediaDocuments et médiasDokumenteמסמכים ומדיהDokumentumok és médiafájlokドキュメントとメディアDocumentos e MídiasDocumentos y multimedia',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_NTxybK99DaKx,\nlayout-template-id=1_column\nprivateLayout=true\n',0,'/documents',0,NULL,NULL,'',1,NULL,0,NULL,NULL),(4,'cdffc0ea-722d-dbec-2a6a-d3c267555488',32004,31987,20115,20119,NULL,'2020-08-27 22:41:52.560000','2020-08-27 22:41:52.718000',1,3,0,'NewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNewsNews',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_yf50Kd5ZNJWV,\ncolumn-2=com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_3DFVO7nQv6Mk,\nlayout-template-id=2_columns_iii\nprivateLayout=true\n',0,'/news',0,NULL,NULL,'',2,NULL,0,NULL,NULL),(1,'b3f49dfb-a988-bcc8-5fb7-fd2532b2f83c',32026,20158,20115,20155,'Test Test','2020-08-27 22:42:16.437000','2020-08-27 22:42:16.625000',1,1,0,'Welcome',NULL,NULL,NULL,NULL,'portlet','column-1=com_liferay_site_my_sites_web_portlet_MySitesPortlet,\nlayout-template-id=1_column\nprivateLayout=true\n',0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,NULL),(1,'74e83dfa-bf35-f12e-d097-717c7e344a8d',32029,20158,20115,20155,'Test Test','2020-08-27 22:42:16.692000','2020-08-27 22:42:16.740000',0,1,0,'Welcome',NULL,NULL,NULL,NULL,'portlet','layout-template-id=1_column\n',0,'/home',0,NULL,NULL,'',0,NULL,0,NULL,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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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,'861520ac-2eb5-6299-ff86-633d94a8e626',20137,20132,20115,20119,NULL,'2020-08-27 22:40:23.387000','2020-08-27 22:40:23.387000',20136,1,'/manage','en_US',NULL),(0,'67c43937-caf3-0ed3-563c-88d9a12366cf',20146,20142,20115,20119,NULL,'2020-08-27 22:40:23.647000','2020-08-27 22:40:23.647000',20145,0,'/home','en_US',NULL),(0,'f052fb5e-0b7e-78bd-d5bd-0bcc63f419bc',20168,20139,20115,20119,NULL,'2020-08-27 22:40:24.474000','2020-08-27 22:40:24.474000',20167,0,'/shared','en_US',NULL),(0,'09028de5-168a-1e2e-6053-2d9001647fc6',31862,31858,20115,20119,NULL,'2020-08-27 22:41:39.615000','2020-08-27 22:41:39.615000',31861,1,'/layout','en_US',NULL),(0,'c7f626d7-5081-f803-e164-6d98d92506c9',31922,31918,20115,20119,NULL,'2020-08-27 22:41:46.849000','2020-08-27 22:41:46.849000',31921,1,'/layout','en_US',NULL),(0,'091a4c86-d7a7-cd96-511b-8f00947a74ca',31938,31928,20115,20119,NULL,'2020-08-27 22:41:47.654000','2020-08-27 22:41:47.654000',31937,1,'/home','en_US',NULL),(0,'e56f59fd-7779-87ee-322e-3fbc3e92cb47',31942,31928,20115,20119,NULL,'2020-08-27 22:41:47.900000','2020-08-27 22:41:47.900000',31941,1,'/wiki','en_US',NULL),(0,'44e5b7b9-e356-3081-7192-ceed51c81020',31952,31948,20115,20119,NULL,'2020-08-27 22:41:48.613000','2020-08-27 22:41:48.613000',31951,1,'/layout','en_US',NULL),(0,'8d4d4428-4a8f-354b-75ab-1e8e3e3e5370',31997,31987,20115,20119,NULL,'2020-08-27 22:41:52.185000','2020-08-27 22:41:52.185000',31996,1,'/home','en_US',NULL),(0,'3126ae4a-1529-fc5d-7026-a520ba43149e',32001,31987,20115,20119,NULL,'2020-08-27 22:41:52.422000','2020-08-27 22:41:52.422000',32000,1,'/documents','en_US',NULL),(0,'78448059-d204-8df7-d373-7248587dbd0e',32005,31987,20115,20119,NULL,'2020-08-27 22:41:52.575000','2020-08-27 22:41:52.575000',32004,1,'/news','en_US',NULL),(0,'8018fac3-41af-abce-f90f-183b97716d99',32027,20158,20115,20155,'Test Test','2020-08-27 22:42:16.446000','2020-08-27 22:42:16.446000',32026,1,'/home','en_US',NULL),(0,'a2d91464-e737-4d13-2f38-13428b7cc4e7',32030,20158,20115,20155,'Test Test','2020-08-27 22:42:16.698000','2020-08-27 22:42:16.698000',32029,0,'/home','en_US',NULL); /*!40000 ALTER TABLE `LayoutFriendlyURL` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `LayoutPrototype` -- DROP TABLE IF EXISTS `LayoutPrototype`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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,'d94d588b-c287-dcd3-4e6f-6dd0b7509d58',31857,20115,20119,NULL,'2020-08-27 22:41:39.346000','2020-08-27 22:41:39.346000','Content Display PageEscolliu una pàgina de presentació选择显示页Kies een weergavepaginaWeb-sisälllön esityssivuChoisir une page d\'affichageAnzeigeseite auswählenבחר דף תצוגהTartalom megjelenítő oldaコンテンツ表示ページPágina de Exibição de ConteúdoSeleccione una página de visualización','Create, edit, and explore web content from this page. Search available content, explore related content with tags, and browse content categories.Crear, editar, i explorar el contingut web des d\'aquesta pàgina. Cercar contingut disponible, explorar contingut relacionat amb les etiquetes i navegar per les categories de contingut.在此页创建、编辑和浏览 web 内容。搜索可用的内容、探索带有标签的相关内容,并浏览内容类别。U kunt vanaf deze pagina webinhoud aanmaken, bewerken en ontdekken. Zoek beschikbare inhoud, ontdek gerelateerde inhoud met tag en blader door inhoudscategorieën.Luo, muokkaa ja tutustu web-sisältöön tältä sivulta. Hae saatavilla olevaa sisältöä, tutustu aiheeseen liittyvään sisältöön tunnisteilla ja selaa sisältöluokkia.Créer, éditer et explorer le contenu web de cette page. Rechercher un contenu disponible, explorer le contenu à l\'aide des tags et parcourir les catégories du contenu.Erstellen, bearbeiten und finden von Webcontent dieser Seite. Durchsuchen Sie verfügbare Inhalte, erkunden Sie ähnliche Inhalte über Schlagwörter und durchsuchen Sie Kategorien.צור, ערוך וחקור תוכן רשת מעמוד זה. חפש תוכן זמין, חקור תוכן קשור עם תגיות ודפדף בין קטגוריות התוכן.Hozzon létre, szerkesszen és fedezzen fel webes tartalmat erről az oldalról. Keressen elérhető tartalmat, fedezze fel a kapcsolódó tartalmat címkékkel és böngésszen tartalomkategóriákat.このページからWebコンテンツの作成、編集ができます。コンテンツの検索、タグを利用した関連するコンテンツの検索と、コンテンツのカテゴリを閲覧できますCrie, edite e explore conteúdo web a partir desta página. Pesquise conteúdo disponível, explore o conteúdo relacionado com tags e navegue as categorias de conteúdo.Cree, edite y explore contenidos web de esta página. Busque contenido adicional, explore contenido relacionado con etiquetas y hojee las categorías del contenido.',NULL,1),(0,'dca36843-64f0-0ba1-9693-5d37988f32ba',31917,20115,20119,NULL,'2020-08-27 22:41:46.755000','2020-08-27 22:41:46.755000','WikiWikiWikiWiki\'sWikitWiki (Panneau de Configuration)WikiויקיWikikWikiWikiWiki','Collaborate with members through the wiki on this page. Discover related content through tags, and navigate quickly and easily with categories.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.通过此页的Wiki与成员协作。通过标签搜索相关的内容,快速导航、轻松的类别。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.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ä.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.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.שתפו פעולה עם חברים באמצעות הוויקי בדף זה. גלו תוכן קשור באמצעות תגיות ונווטו מהר ובקלות בין קטגוריות.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.このページのWikiを通じてメンバーとコラボレーションできます。タグを利用して関連するコンテンツを見つけたり、カテゴリを使って簡単に情報をたどることができます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.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.',NULL,1),(0,'704b26f3-b0f8-a335-8b80-8aa5c7e35a6c',31947,20115,20119,NULL,'2020-08-27 22:41:48.349000','2020-08-27 22:41:48.349000','BlogBloc博客BlogBlogitBlogueBlogבלוגBlogブログBlogBlog','Create, edit, and view blogs from this page. Explore topics using tags, and connect with other members that blog.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.在页面中创建,编辑并且预览博客。通便签导出主题,并也博客中的其他成员联系。Vanaf deze pagina kunt u blogs aanmaken, bewerken en bekijken. Ontdek onderwerpen aan de hand van tags, en verbind met andere leden die bloggen.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.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.Erstellen, bearbeiten und ansehen von Blogs dieser Seite. Erkunden Sie Themen mit Hilfe von Tags und verbinden Sie sich mit anderen Mitgliedern, die bloggen.צור, ערוך וצפה בבלוגים מעמוד זה. חקור נושאים באמצעות תגיות והתחבר עם חברים אחרים שכותבים בלוגים.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.このページからブログの作成、編集、閲覧ができます。タグを使用して記事を検索したり、ブログの他のメンバーを結びつけることができます。Crie, edite e visualize blogs a partir desta página. Explore tópicos utilizando tags e conecte-se a outros membros deste blog.Cree, edite y vea blogs desde esta página. Explore los temas usando etiquetas y conecte con otros miembros del blog.',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 */; /*!40101 SET character_set_client = utf8 */; 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`) ) 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 `LayoutSet` -- DROP TABLE IF EXISTS `LayoutSet`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `LayoutSet` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `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_48550691` (`groupId`,`privateLayout`), KEY `IX_72BBA8B7` (`layoutSetPrototypeUuid`), KEY `IX_1B698D9` (`privateLayout`,`logoId`) ) 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,20133,20132,20115,'2020-08-27 22:40:23.233000','2020-08-27 22:40:23.439000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,20135,20132,20115,'2020-08-27 22:40:23.260000','2020-08-27 22:40:23.260000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,20140,20139,20115,'2020-08-27 22:40:23.498000','2020-08-27 22:40:23.498000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,20141,20139,20115,'2020-08-27 22:40:23.501000','2020-08-27 22:40:24.503000',0,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,20143,20142,20115,'2020-08-27 22:40:23.555000','2020-08-27 22:40:23.555000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(2,20144,20142,20115,'2020-08-27 22:40:23.558000','2020-08-27 22:41:17.852000',0,31821,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,20149,20148,20115,'2020-08-27 22:40:23.726000','2020-08-27 22:40:23.726000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,20150,20148,20115,'2020-08-27 22:40:23.730000','2020-08-27 22:40:23.730000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,20152,20151,20115,'2020-08-27 22:40:23.793000','2020-08-27 22:40:23.793000',1,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(0,20153,20151,20115,'2020-08-27 22:40:23.796000','2020-08-27 22:40:23.796000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(2,20159,20158,20115,'2020-08-27 22:40:24.096000','2020-08-27 22:42:16.476000',1,0,'userdashboard_WAR_userdashboardtheme','01','',1,'',NULL,0),(2,20160,20158,20115,'2020-08-27 22:40:24.099000','2020-08-27 22:42:16.721000',0,0,'userprofile_WAR_userprofiletheme','01','',1,'',NULL,0),(1,31859,31858,20115,'2020-08-27 22:41:39.414000','2020-08-27 22:41:39.646000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,31860,31858,20115,'2020-08-27 22:41:39.417000','2020-08-27 22:41:39.417000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,31919,31918,20115,'2020-08-27 22:41:46.797000','2020-08-27 22:41:46.882000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,31920,31918,20115,'2020-08-27 22:41:46.800000','2020-08-27 22:41:46.800000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(16,31929,31928,20115,'2020-08-27 22:41:47.314000','2020-08-27 22:41:48.006000',1,0,'classic_WAR_classictheme','01','',2,'',NULL,0),(0,31930,31928,20115,'2020-08-27 22:41:47.321000','2020-08-27 22:41:47.321000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(1,31949,31948,20115,'2020-08-27 22:41:48.410000','2020-08-27 22:41:48.642000',1,0,'classic_WAR_classictheme','01','',1,'',NULL,0),(0,31950,31948,20115,'2020-08-27 22:41:48.412000','2020-08-27 22:41:48.412000',0,0,'classic_WAR_classictheme','01','',0,'',NULL,0),(20,31988,31987,20115,'2020-08-27 22:41:51.957000','2020-08-27 22:41:52.718000',1,0,'classic_WAR_classictheme','01','',3,'',NULL,0),(0,31989,31987,20115,'2020-08-27 22:41:51.959000','2020-08-27 22:41:51.959000',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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 (17,'a4d88619-d128-a5e8-6370-26f100dd2f87',31927,20115,20119,NULL,'2020-08-27 22:41:47.270000','2020-08-27 22:41:48.006000','Community SiteLloc comunitari社区网站Community websiteYhteisösivustoSite de communautéCommunity-Siteאתר קהילהKözösségi webhelyコミュニティーサイトSite da ComunidadeSitio de comunidad','Site with Forums and WikiLlocs amb fòrums i Wiki有论坛和Wiki的站点Site met forum en wikiSivusto keskusteluryhmillä ja wikilläSite avec forums et wikiSite mit Forum und Wikiאתר עם פורומים ו-WikiWebhely Fórumokkal és WikivelWikiとフォーラムのサイトSite com Fóruns e WikiSitio con foro y wiki','layoutsUpdateable=true\n',1),(21,'cbfa8396-19ea-5ed2-2e3d-c2494daf5345',31986,20115,20119,NULL,'2020-08-27 22:41:51.913000','2020-08-27 22:41:52.718000','Intranet SiteLloc web tipus Intranet内网Intranet WebsiteIntranet sivustoSite intranetIntranet-Siteאתר אינטראנטIntranetes webhelyイントラネットサイトSite da IntranetSitio de intranet','Site with Documents and NewsLloc amb documents i notícies有内容和新闻的网站Site met documenten en nieuwsAsiakirjoja ja uutisia sisältävä sivustoSite avec documents et actualitésSite mit Dokumenten und Nachrichtenאתר עם מסמכים וחדשותWebhely dokumentumokkal és hírekkelドキュメントとニュースのサイトSite com Documentos e NotíciasSitio con documentos y noticias','layoutsUpdateable=true\n',1); /*!40000 ALTER TABLE `LayoutSetPrototype` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ListType` -- DROP TABLE IF EXISTS `ListType`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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(200) 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 `MBBan` -- DROP TABLE IF EXISTS `MBBan`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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, `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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRAction` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRRule` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRRuleGroup` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MDRRuleGroupInstance` ( `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 `Marketplace_App` -- DROP TABLE IF EXISTS `Marketplace_App`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 ('84b7668e-c222-2d15-d902-41f02d76a916',31204,20115,0,NULL,'2020-08-27 22:41:06.917000','2020-08-27 22:41:06.917000',74593617,'Liferay Collaboration','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 bundle.','Communication','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/74593617/7.0.92','7.0.92',1),('4ab6c130-66a9-5f10-4707-df81c8cdf2bb',31299,20115,0,NULL,'2020-08-27 22:41:08.352000','2020-08-27 22:41:08.352000',15100579,'Liferay IP Geocoder','The IP Geocoder app uses Max Mind\'s GeoIP City Database to locate your geological position, often in conjunction with other apps like the Google Maps app. IP geolocation can be performed by associating a geographic location with the user\'s Internet Protocol (IP) address. Geolocation usually works by automatically looking up an IP address on a WHOIS service and retrieving the registrant\'s geographic location.This app will appear in your Applications menu once installed.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/92195618','3.0.1',0),('057ebeca-6934-e487-6fe3-e8759a3d95fe',31304,20115,0,NULL,'2020-08-27 22:41:08.452000','2020-08-27 22:41:08.452000',71774947,'Liferay Connected Services Client','The Liferay Connected Services app connects your Liferay instance to Liferay Connected Services (LCS). LCS is an online service that offers fix pack management, server metrics, Liferay subscription management, and more. LCS provides single-click download and install of fix packs, even across a cluster. The server metrics service provides information on how your Liferay instance is running. This includes data on pages, portlets, memory usage, JVM performance, and more. Note that the fix pack and subscription management features require an active Liferay subscription.In order to offer the best service possible, we store the following information about your servers on the LCS servers: patches installed on each server, portal.properties (except sensitive data), JVM metrics, portal and portlet metrics, cache and server metrics. Sensitive data is defined as any key-value pair containing usernames or passwords.This app will appear in your Control Panel once installed.Please refer to the LCS Compatibility Matrix (https://help.liferay.com/hc/articles/360016458031-Liferay-Connected-Services-Compatibility-Matrix) to view compatible Liferay versions for each supported LCS version.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/71774947/6.1.0','6.1.0',0),('a5e731d4-5987-c56c-0011-47b46633c400',31312,20115,0,NULL,'2020-08-27 22:41:08.578000','2020-08-27 22:41:08.578000',45261909,'Liferay Connector to OAuth 1.0a','The OAuth app authorizes third-party applications to interact with a Liferay user\'s applications. OAuth is a \"handshake mechanism\" that redirects Liferay users to a service provider, where they can tell the service provider to allow a plugin limited access to their Liferay accounts. This keeps the plugin from storing any of the user\'s credentials, avoiding security risks. The OAuth app provides two portlets that allow for registering a plugin for OAuth and authorizing OAuth users, respectively. Once the plugin is registered for OAuth and accessed, the user is redirected to the service provider to delegate user authentication.This app will appear in your Control Panel and My Account menu.Important Change: The name of this app was recently changed. Please visit https://customer.liferay.com/documentation/knowledge-base/-/kb/2951285 for further information about the installation procedure.','Security','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/105768723','3.0.1',0),('56fd629a-8371-d170-3864-2e472f298017',31316,20115,0,NULL,'2020-08-27 22:41:08.646000','2020-08-27 22:41:08.646000',74860500,'Liferay 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 bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/74860500/7.0.95','7.0.95',1),('aaa10b6a-2990-2232-500d-42e0521821a5',31362,20115,0,NULL,'2020-08-27 22:41:09.427000','2020-08-27 22:41:09.427000',74593865,'Liferay Forms and 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 bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/74593865/7.0.92','7.0.92',1),('46e186ea-6b59-432e-858f-37487befd9fa',31427,20115,0,NULL,'2020-08-27 22:41:10.639000','2020-08-27 22:41:10.639000',74594163,'Liferay Web Experience','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 bundle.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/74594163/7.0.94','7.0.94',1),('0ff6f220-dcc8-f3c2-a9d6-616d95a9a349',31553,20115,0,NULL,'2020-08-27 22:41:12.565000','2020-08-27 22:41:12.565000',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),('f914a725-c0a9-8729-1476-6aae226df1a7',31559,20115,0,NULL,'2020-08-27 22:41:12.662000','2020-08-27 22:41:12.662000',15098914,'Liferay Documentum Connector','You can use this hook to integrate Liferay and its Documents and Media functionality with Documentum. Before configuring Documentum, you must install this app. To use this hook, set dl.hook.impl=liferay.documentum.hook.DocumentumHook. If you are using Documentum, there are additional settings that must be configured in the ${liferay_home}/documentum-hook/docroot/WEB-INF/src/dfc.properties and documentum-hook/docroot/WEB-INF/src/portlet.properties files. This app installs as a new Repository Type option in the Documents and Media Library.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/94855250','3.0.2',0),('d64540c1-2d21-2cd6-8be5-e21bc1c58964',31561,20115,0,NULL,'2020-08-27 22:41:12.700000','2020-08-27 22:41:12.700000',74593955,'Liferay Foundation','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 bundle.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/74593955/7.0.94','7.0.94',1),('c889df41-ba10-50c7-c4ac-90b643be075c',31801,20115,0,NULL,'2020-08-27 22:41:16.344000','2020-08-27 22:41:16.344000',31709100,'Liferay Sync Connector','Liferay Sync Connector 4.1.2 requires the installation of the Liferay Digital Enterprise 7.0 Fix Pack 33 or higher. Liferay Sync Connector 5.0.1 requires the installation of Liferay DXP 7.1 Fix Pack 15 or higher.The Sync Connector app lets users connect to their portals from the Liferay Sync desktop and mobile clients. It also lets administrators control how these clients interact with their portal. Once installed, the Sync Connector app provides the portal services required by the clients. No additional portal configuration is required. However, portal administrators can use the Sync Admin portlet installed with this app to control what sites are available for Sync. They can also use this portlet to disable Sync across the portal.After installing, the Sync Admin portlet is available in the Control Panel’s Configuration section.Please visit http://www.liferay.com/products/liferay-sync/features for more information on downloading the Liferay Sync desktop and mobile clients. Liferay Sync is compatible with Windows, Mac OS, iOS, and Android. The Sync Connector app requires version 3.0+ of the Sync desktop or mobile client, as well as the IP Geocoder and OAuth Provider apps.','Productivity','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/31709100/4.1.5','4.1.5',0),('0cd50d40-d560-5412-560f-15358b545ec9',31807,20115,0,NULL,'2020-08-27 22:41:16.458000','2020-08-27 22:41:16.458000',15188537,'Liferay Sharepoint Connector','You can use this hook to integrate Liferay and its Documents and Media functionality with SharePoint. Once installed and properly configured, you can mount SharePoint\'s Document Library using the following mount settings:Name: SharepointDescription: Sharepoint Description Repository Type: Sharepoint (AtomPub) AtomPub URL: http://[Sharepoint Computer Name]/_vti_bin/cmis/rest/[Repository ID] Repository ID: [Repository ID] Site Path: [http://[Sharepoint Computer Name]/[Repository Name]This app installs as a new Repository Type option in the Documents and Media Library.','Utility','https://web.liferay.com/web/guest/marketplace/-/mp/asset/icon/75300983','3.0.2',0); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 ('ad350c42-390c-a923-84a7-a51f0f5e13d3',31205,20115,31204,'com.liferay.announcements.api','1.0.2',NULL),('476b1177-dfa7-9df9-5e65-a389eae5fcba',31206,20115,31204,'com.liferay.announcements.uad','2.0.5',NULL),('74f57911-2295-fd97-2065-59d2e00d9628',31207,20115,31204,'com.liferay.announcements.web','2.0.36','announcements-web'),('6a5eda49-3bbb-b3e9-3c03-6a08c6fd4caa',31208,20115,31204,'com.liferay.blogs.api','3.1.13',NULL),('73d84538-508f-561c-93e5-68ab2a7746ec',31209,20115,31204,'com.liferay.blogs.editor.configuration','1.0.22',NULL),('9e4d04d7-1ffe-c0d1-aef0-f18b9fcacf85',31210,20115,31204,'com.liferay.blogs.item.selector.api','1.1.8',NULL),('04e55e96-5b15-4160-25ef-a65b9500131a',31211,20115,31204,'com.liferay.blogs.item.selector.web','2.0.15','blogs-item-selector-web'),('0bdb5624-6f13-398c-8f94-bf832151a3a4',31212,20115,31204,'com.liferay.blogs.layout.prototype','2.0.22',NULL),('62b88881-cb9e-ae84-468c-a52b8437a6c5',31213,20115,31204,'com.liferay.blogs.recent.bloggers.api','1.0.2',NULL),('ab8151de-d411-955c-cea6-e7e0d64d4d91',31214,20115,31204,'com.liferay.blogs.recent.bloggers.web','2.0.18','blogs-recent-bloggers-web'),('38d78c55-370c-72d0-e65b-281e6da65ddd',31215,20115,31204,'com.liferay.blogs.service','1.1.31',NULL),('b169ef16-6bd4-3426-dcb0-45dc0e8725d0',31216,20115,31204,'com.liferay.blogs.uad','2.0.3',NULL),('7011219e-766b-e1c5-2b08-42cef11c45eb',31217,20115,31204,'com.liferay.blogs.web','2.0.61','blogs-web'),('9d5b551e-00c9-76d3-fcc8-9055ab54602f',31218,20115,31204,'com.liferay.bookmarks.api','2.0.36',NULL),('c5d151ee-cfea-37cc-5f93-bffa43aa44af',31219,20115,31204,'com.liferay.bookmarks.service','1.1.75',NULL),('0f6fc584-ec50-8124-d3c2-4dec546cd71d',31220,20115,31204,'com.liferay.bookmarks.uad','2.0.5',NULL),('bf75d6f6-665d-e16b-d2b0-ca10eaca7119',31221,20115,31204,'com.liferay.bookmarks.web','1.0.58','bookmarks-web'),('9415ad69-30bf-dc36-b174-6767ff4d4d44',31222,20115,31204,'com.liferay.comment.api','2.0.7',NULL),('293d54e0-035b-3728-8c13-512d0b9dea6f',31223,20115,31204,'com.liferay.comment.editor.configuration','1.0.7',NULL),('930b898d-bac8-8eb2-b85e-180edc6f2864',31224,20115,31204,'com.liferay.comment.page.comments.web','1.0.27',NULL),('81683483-0f0d-a61b-6ac6-8140ec199f28',31225,20115,31204,'com.liferay.comment.ratings.definition','2.0.7',NULL),('4ea302c9-6dde-a87d-5a3d-2a0ce35ba48d',31226,20115,31204,'com.liferay.comment.sanitizer','2.0.11',NULL),('0eb5b2bf-6375-cc00-84f1-b798a4e55085',31227,20115,31204,'com.liferay.comment.web','2.0.30','comment-web'),('7fd9a88a-4571-f3f8-d41e-f4502eea76b9',31228,20115,31204,'com.liferay.directory.web','1.0.45',NULL),('1495614e-4ff3-1e2f-a63a-77570d7e225e',31229,20115,31204,'com.liferay.document.library.analytics','1.0.8','document-library-analytics'),('ea30097c-b9aa-366d-0a0c-6154bcc20428',31230,20115,31204,'com.liferay.document.library.api','3.7.0',NULL),('f3df8d80-c307-a5dc-e651-2c2fcec05424',31231,20115,31204,'com.liferay.document.library.item.selector.web','1.0.30','document-library-item-selector-web'),('54d64b8b-964d-4982-8a76-b761b889aa9d',31232,20115,31204,'com.liferay.document.library.layout.set.prototype','2.0.23',NULL),('4f3056ec-cf7b-79d7-496b-a538af254970',31233,20115,31204,'com.liferay.document.library.repository.authorization.api','1.0.7',NULL),('49d1ba3d-0d8c-1c1e-6157-fb03d7127e04',31234,20115,31204,'com.liferay.document.library.repository.cmis.api','1.1.27',NULL),('86ea77df-355f-7d87-f575-884684f8bd05',31235,20115,31204,'com.liferay.document.library.repository.cmis.impl','2.0.48',NULL),('9e67f122-1031-8982-e976-83463f90db60',31236,20115,31204,'com.liferay.document.library.repository.external.api','1.0.11',NULL),('64007b2a-9266-ef34-ab4d-5377b16bc723',31237,20115,31204,'com.liferay.document.library.repository.search','3.0.7',NULL),('1ad93f99-bb04-3382-bdd8-51b142e740fb',31238,20115,31204,'com.liferay.document.library.service','2.0.40',NULL),('7dae33a0-338a-7881-3137-b79e78932dca',31239,20115,31204,'com.liferay.document.library.uad','2.0.5',NULL),('f7927f1c-ddbf-c641-dd5d-9e93da24e66b',31240,20115,31204,'com.liferay.document.library.web','2.0.85','document-library-web'),('f638a7ae-3f12-dc1e-bca2-cb634ca0bea3',31241,20115,31204,'com.liferay.flags.api','2.0.25',NULL),('78693317-6699-5bbb-c682-f432edd53ac7',31242,20115,31204,'com.liferay.flags.service','2.0.29',NULL),('439448cf-834b-2226-6c38-4b2bfab2b84d',31243,20115,31204,'com.liferay.flags.taglib','2.1.5','flags-taglib'),('fb55b20b-9dd1-11e2-19dc-6256bc5d1963',31244,20115,31204,'com.liferay.flags.web','2.0.32','flags-web'),('8712fd54-adbe-55a5-fdac-14d6ffead53a',31245,20115,31204,'com.liferay.image.uploader.web','1.0.37',NULL),('efac1de3-7cac-bfc5-aa07-5b7c86646186',31246,20115,31204,'com.liferay.invitation.invite.members.api','2.1.20',NULL),('fbb72a35-ccd1-e6ff-313a-84d4d5b2d95d',31247,20115,31204,'com.liferay.invitation.invite.members.service','3.0.43',NULL),('81cdd892-7030-f775-8c2e-c4ca32a12f77',31248,20115,31204,'com.liferay.invitation.invite.members.web','1.0.45','invitation-invite-members-web'),('b1e6bdca-b9f4-887e-2116-0cf0c0fbc3c6',31249,20115,31204,'com.liferay.item.selector.api','2.4.11',NULL),('84013aef-1d6f-cd5c-be9d-70ffd6a62b2e',31250,20115,31204,'com.liferay.item.selector.criteria.api','2.2.7',NULL),('fd65c545-2126-133f-6dab-752f752cef80',31251,20115,31204,'com.liferay.item.selector.editor.configuration','2.0.13',NULL),('9b859be1-7ae3-6322-cb2d-436ba675c228',31252,20115,31204,'com.liferay.item.selector.taglib','1.3.19','item-selector-taglib'),('738af689-1799-2fc8-2191-45398e83f92a',31253,20115,31204,'com.liferay.item.selector.upload.web','2.0.17','item-selector-upload-web'),('4929f225-31cf-d814-f6e6-daba472f910b',31254,20115,31204,'com.liferay.item.selector.url.web','2.0.22','item-selector-url-web'),('2f78e1a6-c44a-1e7b-48e0-0510ae3be051',31255,20115,31204,'com.liferay.item.selector.web','3.0.30',NULL),('206d4354-3c44-81f9-45ed-8f29e15a5718',31256,20115,31204,'com.liferay.mentions.api','2.2.8',NULL),('392acba5-1608-f148-6308-e275e4cfb349',31257,20115,31204,'com.liferay.mentions.service','2.0.25',NULL),('e862f882-2d1e-12c6-ce61-e3cb79aa5760',31258,20115,31204,'com.liferay.mentions.web','2.0.22','mentions-web'),('bf092b1c-ae38-f5b2-c73c-683e4fc793e3',31259,20115,31204,'com.liferay.message.boards.api','3.1.19',NULL),('09db8799-1f1a-84c0-9240-ac0733f6fd3b',31260,20115,31204,'com.liferay.message.boards.comment','2.0.27',NULL),('e47c5e9d-548a-03eb-345e-522a524834b3',31261,20115,31204,'com.liferay.message.boards.editor.configuration','1.0.14',NULL),('4bc109c6-ce2a-bebb-5c02-2cdfc07cacaf',31262,20115,31204,'com.liferay.message.boards.layout.set.prototype','1.0.25',NULL),('27de31a7-cab3-78e7-ab03-f9f9eee1b11c',31263,20115,31204,'com.liferay.message.boards.parser.bbcode','2.0.17',NULL),('b9560d83-a3ab-8a05-d671-feb682955657',31264,20115,31204,'com.liferay.message.boards.service','1.0.30',NULL),('db426060-a4f0-68ce-552c-643cb044b8bc',31265,20115,31204,'com.liferay.message.boards.uad','2.0.9',NULL),('024724fa-f77c-b9c8-a439-f3df5146d275',31266,20115,31204,'com.liferay.message.boards.web','1.4.6','message-boards-web'),('7c9fe31a-31e1-8283-c195-1a218bf8ba05',31267,20115,31204,'com.liferay.microblogs.api','2.1.22',NULL),('4c22a7c6-481a-b9cc-9264-03231c85d7b9',31268,20115,31204,'com.liferay.microblogs.service','2.1.54',NULL),('af1a3659-951e-3b98-d70e-877ce0f4c28e',31269,20115,31204,'com.liferay.microblogs.web','2.0.49','microblogs-web'),('c31ca25d-1fb2-24d7-0814-66f3d1d29570',31270,20115,31204,'com.liferay.notifications.uad','2.0.3',NULL),('ab0625cb-29f5-a4dc-e09c-f1e064009eb6',31271,20115,31204,'com.liferay.notifications.web','1.0.57','notifications-web'),('f49cbd30-550c-2ffa-c54f-f609e3f3baaa',31272,20115,31204,'com.liferay.quick.note.web','2.0.16',NULL),('db847ba4-2299-2fde-855b-29e3fe4399c0',31273,20115,31204,'com.liferay.ratings.api','2.0.2',NULL),('b0868f15-b42a-d9e5-92bc-d3cc98f5cfbf',31274,20115,31204,'com.liferay.ratings.page.ratings.web','2.0.21',NULL),('9ede60e7-daf6-ba85-7b38-5f3a12feaa0e',31275,20115,31204,'com.liferay.ratings.service','1.0.19',NULL),('b7aaf2f4-1433-a636-f75a-3ca6da5b5fbd',31276,20115,31204,'com.liferay.recent.documents.web','2.0.27',NULL),('acd75497-4f5d-0517-fee7-6dbc23066801',31277,20115,31204,'com.liferay.social.activities.api','1.0.2',NULL),('c56c6557-55d0-2a53-2b54-f08503c2f089',31278,20115,31204,'com.liferay.social.activities.web','2.0.27','social-activities-web'),('5a1fca99-39a2-2da7-88bf-242ea20e22fc',31279,20115,31204,'com.liferay.social.activity.api','1.0.14',NULL),('c7bcf350-e6c4-e8e3-64f5-cbf862917933',31280,20115,31204,'com.liferay.social.activity.web','2.0.29','social-activity-web'),('f23f72e9-fc80-f057-406b-40b5ad8d313d',31281,20115,31204,'com.liferay.social.group.statistics.web','2.0.30','social-group-statistics-web'),('612702bf-b53a-8134-9892-2d5486d7d9e8',31282,20115,31204,'com.liferay.social.requests.web','1.0.22',NULL),('89f85622-5e76-c37a-27d3-3a8c69f69e75',31283,20115,31204,'com.liferay.social.user.statistics.api','1.0.2',NULL),('3bb44cf9-1b1f-1e6a-9efc-b237d155ac50',31284,20115,31204,'com.liferay.social.user.statistics.web','3.0.19','social-user-statistics-web'),('8d7f5ab6-b477-3761-730b-ef15e7e41ac8',31285,20115,31204,'com.liferay.upload.api','1.0.5',NULL),('56a9e845-cb1b-a5f3-e320-5fb91b7a7fe5',31286,20115,31204,'com.liferay.upload.web','1.0.15',NULL),('5c26280c-d885-4f1d-a662-e6045c753923',31287,20115,31204,'com.liferay.wiki.api','2.6.21',NULL),('3b1c864f-aed3-19d0-e155-0b703af8e9ef',31288,20115,31204,'com.liferay.wiki.editor.configuration','1.0.20',NULL),('e91c48b6-6b36-4f43-7f95-d5ab47ca54cd',31289,20115,31204,'com.liferay.wiki.engine.creole','2.0.29','wiki-engine-creole'),('ebec1702-12f7-9254-a947-314a83fab0ba',31290,20115,31204,'com.liferay.wiki.engine.html','2.0.10','wiki-engine-html'),('d4d5c696-8b1f-4e2a-7f2b-660566271e38',31291,20115,31204,'com.liferay.wiki.engine.input.editor.common','3.0.9','wiki-engine-input-editor-common'),('f05ef7ca-9121-0d0e-6be2-d581ef337e09',31292,20115,31204,'com.liferay.wiki.engine.lang','1.0.8',NULL),('6840fdc2-ea6b-0f01-d210-ff975e1e5aa5',31293,20115,31204,'com.liferay.wiki.engine.text','2.0.14','wiki-engine-text'),('0dd66e14-4b53-80d3-1b5f-5542dc821d3a',31294,20115,31204,'com.liferay.wiki.layout.prototype','1.0.25',NULL),('0cb214a5-b713-7eaa-f512-a80527a13379',31295,20115,31204,'com.liferay.wiki.navigation.web','2.0.27','wiki-navigation-web'),('eaa2dd96-69ff-0871-70c9-398f45f5dbd1',31296,20115,31204,'com.liferay.wiki.service','1.10.6',NULL),('5ef79b27-161c-d8ae-2a39-395cdfdd6d9e',31297,20115,31204,'com.liferay.wiki.uad','2.0.3',NULL),('30303faa-6189-61ee-04f9-6bd2ecbe3141',31298,20115,31204,'com.liferay.wiki.web','3.0.61','wiki-web'),('a0639865-634f-fad0-5283-c3df8b77d52b',31300,20115,31299,'com.liferay.ip.geocoder','2.0.9',NULL),('f563587f-8ea0-1752-1352-5bd76dc26d5f',31301,20115,31299,'com.liferay.ip.geocoder.sample.web','2.0.5','ip-geocoder-sample-web'),('569f71ca-f503-2619-fb90-a18ce503e16a',31302,20115,31299,'com.maxmind.geoip.api','1.2.14',NULL),('c2b5d811-21bb-e701-7bf2-e2fc6fd24c7c',31303,20115,31299,'org.tukaani.xz','1.5.0',NULL),('50a34ab9-14e3-ebe3-0305-2108688049e0',31305,20115,31304,'com.liferay.lcs.api','12.0.10',NULL),('4a5a9b28-5774-51ec-eab2-03f068eae038',31306,20115,31304,'com.liferay.lcs.client.api','9.0.1',NULL),('a3c3903c-e6de-5698-0fa7-39ad66c101f7',31307,20115,31304,'com.liferay.lcs.client.impl','1.0.36',NULL),('669173d7-7602-ee37-bc21-52f2f2d29011',31308,20115,31304,'com.liferay.lcs.client.web','1.0.27',NULL),('bf2dcdd0-61c0-fe13-9f53-17703ef6d7d8',31309,20115,31304,'com.liferay.lcs.keystore','1.0.1',NULL),('53866147-4133-acae-9b0f-a1a632f19b5e',31310,20115,31304,'com.liferay.lcs.messaging','12.1.7',NULL),('7b3837a9-2f06-e0d1-f86c-eb6f5320be50',31311,20115,31304,'com.liferay.lcs.security','1.0.9',NULL),('894ce6fb-db57-a705-7bd9-ea303deb55d0',31313,20115,31312,'com.liferay.oauth.api','1.0.7',NULL),('ac63f648-22b7-bc43-2851-e2b95d714a36',31314,20115,31312,'com.liferay.oauth.service','1.0.12',NULL),('4ac60ace-7a9d-d6b7-644c-873754c470eb',31315,20115,31312,'com.liferay.oauth.web','1.0.16',NULL),('d8cac59d-1b5b-c71c-c2a7-f62775837300',31317,20115,31316,'com.fasterxml.jackson.core.jackson-annotations','2.9.10',NULL),('d81bfaae-3fae-539f-fb5c-b7c0e93d9834',31318,20115,31316,'com.fasterxml.jackson.core.jackson-core','2.9.10',NULL),('44397a86-f873-e239-13bb-4d03c1c02310',31319,20115,31316,'com.fasterxml.jackson.core.jackson-databind','2.9.10.1',NULL),('b594653e-f559-a37d-4809-2f048589b348',31320,20115,31316,'com.liferay.modules.compat','2.0.19',NULL),('38a7e891-1e18-726f-22cb-b39900ab9f74',31321,20115,31316,'com.liferay.osgi.felix.file.install.configuration.cleaner','1.0.11',NULL),('51822d41-56bc-4ed4-10c8-560851a9254d',31322,20115,31316,'com.liferay.osgi.log.service.extender','1.0.4',NULL),('f97d5bb0-c235-5df1-b8b4-b568d43ee192',31323,20115,31316,'com.liferay.osgi.util','3.2.6',NULL),('dc7f87e1-0dcb-8f11-840a-1d99a0636114',31324,20115,31316,'com.liferay.portal.bundle.blacklist','1.1.20',NULL),('14590a28-b62d-97f4-afbc-710ff81646b9',31325,20115,31316,'com.liferay.portal.classloader.tracker','1.0.7',NULL),('b25eb7e7-2591-6d65-1c55-3223ec85e6d3',31326,20115,31316,'com.liferay.portal.component.blacklist.api','1.0.1',NULL),('91b6c53b-85cf-8b8c-5bd0-5114a4ec3d44',31327,20115,31316,'com.liferay.portal.component.blacklist.impl','1.0.9',NULL),('4c7aa1e8-dc56-f5c1-99ab-950bff134360',31328,20115,31316,'com.liferay.portal.configuration.metatype','2.0.20',NULL),('4c05ae40-bb62-e81d-3fb2-909bfd2664fd',31329,20115,31316,'com.liferay.portal.configuration.persistence','2.2.11',NULL),('a46996de-59ae-2736-6143-0201470a958c',31330,20115,31316,'com.liferay.portal.log4j.extender','2.0.12',NULL),('2602bf95-baca-5228-f32b-e83c048b4c66',31331,20115,31316,'com.liferay.portal.lpkg.deployer','2.1.22',NULL),('df174246-8d52-dd04-d678-d3522e92bf01',31332,20115,31316,'com.liferay.portal.osgi.web.portlet.tracker','2.0.24',NULL),('804cb6d1-d96d-c457-d7d8-669e393025db',31333,20115,31316,'com.liferay.portal.osgi.web.servlet.context.helper','2.1.32',NULL),('ad6c32bc-137f-59b3-0e39-845eb82b0981',31334,20115,31316,'com.liferay.portal.osgi.web.servlet.jsp.compiler','2.0.47',NULL),('4f989139-8159-eaae-3399-9cfb60e040ba',31335,20115,31316,'com.liferay.portal.osgi.web.wab.extender','2.0.54',NULL),('2a56021f-039e-f4f4-cbd3-e0c6accf28e9',31336,20115,31316,'com.liferay.portal.osgi.web.wab.generator','2.1.82',NULL),('385c67ce-4e9c-3773-78e8-280af071d52f',31337,20115,31316,'com.liferay.portal.osgi.web.wab.reference.support','1.0.14',NULL),('9aa7df72-541c-0641-f1bc-cea234770dfa',31338,20115,31316,'com.liferay.portal.profile.api','1.0.4',NULL),('c3290d6e-7017-dbce-78c7-232b70f31f3c',31339,20115,31316,'com.liferay.portal.profile.impl','1.0.6',NULL),('092e1659-0f70-55d0-7764-3371aa4b8216',31340,20115,31316,'com.liferay.portal.target.platform.indexer','4.0.16',NULL),('4b1521f6-8de9-a956-5386-9794cb35ff4f',31341,20115,31316,'com.sun.el.javax.el','3.0.0',NULL),('5c456ddb-790a-718e-04e8-fa2573d5f9ea',31342,20115,31316,'javax.servlet.jsp-api','2.3.2.b01',NULL),('42c7d078-a323-86eb-c062-b7a379b1a4dd',31343,20115,31316,'javax.servlet.jsp.jstl','1.2.3.LIFERAY-PATCHED-2',NULL),('7c30dcc4-544a-1c03-2746-4d0bb4988815',31344,20115,31316,'javax.servlet.jsp.jstl-api','1.2.1',NULL),('0ed5c812-21ab-6fd2-54ae-19075e4bf897',31345,20115,31316,'org.apache.commons.fileupload','1.3.3',NULL),('1531d837-b476-36d4-597f-b4d2a99e84ac',31346,20115,31316,'org.apache.commons.io','2.2.0',NULL),('3ed8315e-1675-bf96-9f17-dde3f9fce9f0',31347,20115,31316,'org.apache.felix.configadmin','1.8.8',NULL),('bc6e4e10-af79-3faa-cd30-aa62de7f6b2f',31348,20115,31316,'org.apache.felix.dependencymanager','3.2.0',NULL),('102750c6-ab35-fb50-82b3-e5b51998825b',31349,20115,31316,'org.apache.felix.dependencymanager.shell','3.2.0',NULL),('4c670a22-5ac9-9136-24ba-e7f5ebefdbd2',31350,20115,31316,'org.apache.felix.eventadmin','1.4.6',NULL),('559a4432-6b63-e35f-672f-34016e5a3dcb',31351,20115,31316,'org.apache.felix.fileinstall','3.5.4.LIFERAY-PATCHED-4',NULL),('826059ea-15ee-305d-7983-3059054b1fe8',31352,20115,31316,'org.apache.felix.gogo.command','0.12.0',NULL),('948a5f28-6b6e-5427-d1e4-e9cb22f38319',31353,20115,31316,'org.apache.felix.gogo.runtime','0.10.0',NULL),('1988bc1c-084d-beec-2138-3bc63f328942',31354,20115,31316,'org.apache.felix.gogo.shell','0.10.0',NULL),('5ec3200a-edc0-4294-fb38-9285e6b06880',31355,20115,31316,'org.apache.felix.log','1.2.0',NULL),('e0ebfbba-2a1d-da29-44d9-e76d524a56ca',31356,20115,31316,'org.apache.felix.scr','2.0.6.LIFERAY-PATCHED-1',NULL),('6ad9ba09-7d6c-6ab5-76f0-2c35add92181',31357,20115,31316,'org.eclipse.equinox.console','1.1.100.v20141023-1406',NULL),('59d35695-b2a1-7b7f-f96c-25c44664c1ff',31358,20115,31316,'org.eclipse.equinox.http.servlet','1.2.2.v20180613-2229',NULL),('a0d50c59-5dfe-f66c-f716-6db91fdf955d',31359,20115,31316,'org.eclipse.equinox.metatype','1.4.200.v20150715-1528',NULL),('4ced8db8-de54-bea8-5d6a-54a1b25b3912',31360,20115,31316,'org.osgi.service.http','3.5.0.LIFERAY-PATCHED-2',NULL),('75023b58-e16f-1ded-b910-4def06fe02ce',31361,20115,31316,'org.osgi.service.metatype','1.3.0.201505202024',NULL),('9c604d65-ec71-4411-549f-4761991068e3',31363,20115,31362,'com.liferay.calendar.api','2.3.26',NULL),('e4c92485-c615-954f-351b-5f10656a59c1',31364,20115,31362,'com.liferay.calendar.service','2.11.24',NULL),('ad4bacea-37e3-cbdd-92fb-f58c28a30bdc',31365,20115,31362,'com.liferay.calendar.web','1.0.101','calendar-web'),('e8d0de72-5392-354c-adcb-bfea78964439',31366,20115,31362,'com.liferay.dynamic.data.lists.api','2.1.33',NULL),('dfa0b103-464c-4d74-5010-1c1b4c4a7413',31367,20115,31362,'com.liferay.dynamic.data.lists.form.web','2.0.60','dynamic-data-lists-form-web'),('0aef667f-7667-4357-f7c1-4191f6efa54d',31368,20115,31362,'com.liferay.dynamic.data.lists.service','1.3.31',NULL),('e1b31250-026d-90e0-c354-7ccdd206f120',31369,20115,31362,'com.liferay.dynamic.data.lists.web','2.0.48','dynamic-data-lists-web'),('c21f8df7-7e9e-040f-2290-3d99973006a9',31370,20115,31362,'com.liferay.dynamic.data.mapping.api','3.10.0',NULL),('72e60878-6d90-23ed-f9df-7e019c7e449a',31371,20115,31362,'com.liferay.dynamic.data.mapping.data.provider','2.0.11',NULL),('a361324a-730d-940b-0ed9-238adbe2072b',31372,20115,31362,'com.liferay.dynamic.data.mapping.data.provider.impl','1.0.21',NULL),('0db86694-5c12-bb00-b28a-1fcd41843353',31373,20115,31362,'com.liferay.dynamic.data.mapping.data.provider.web','1.0.36','dynamic-data-mapping-data-provider-web'),('1aa676d7-42b0-b7c0-f919-8067d37c5a5a',31374,20115,31362,'com.liferay.dynamic.data.mapping.expression','2.1.9',NULL),('19ccc491-3c74-45d8-6f5f-89a891ab291d',31375,20115,31362,'com.liferay.dynamic.data.mapping.form.analytics','1.0.6','dynamic-data-mapping-form-analytics'),('8477e88e-6ad3-24bb-1ec3-bb28062d6aff',31376,20115,31362,'com.liferay.dynamic.data.mapping.form.evaluator','2.0.24',NULL),('57a9763d-c753-ff4f-33d7-649f219b650d',31377,20115,31362,'com.liferay.dynamic.data.mapping.form.field.type','2.1.14',NULL),('d497c1f2-1b65-152d-1aea-031f37235baa',31378,20115,31362,'com.liferay.dynamic.data.mapping.form.renderer','2.1.47','dynamic-data-mapping-form-renderer'),('9d461b7e-335a-24cf-65fc-f233e473cecc',31379,20115,31362,'com.liferay.dynamic.data.mapping.form.values.factory','2.0.20',NULL),('21596005-1e02-cdcd-8b2f-390d44422357',31380,20115,31362,'com.liferay.dynamic.data.mapping.form.values.query','2.0.18',NULL),('36df4a6a-778d-e94a-100c-b48f13f6d42d',31381,20115,31362,'com.liferay.dynamic.data.mapping.io','2.0.31',NULL),('6be455e2-9854-6345-d6dd-221abbff9621',31382,20115,31362,'com.liferay.dynamic.data.mapping.lang','2.0.23',NULL),('f461fe26-6908-66fc-f99f-492dc319a304',31383,20115,31362,'com.liferay.dynamic.data.mapping.service','2.7.8',NULL),('0cbfefb0-bb9c-62d2-e676-0acf73981897',31384,20115,31362,'com.liferay.dynamic.data.mapping.taglib','2.2.13','dynamic-data-mapping-taglib'),('f9fa4859-46c1-a4ac-d6f9-4f849e55aac6',31385,20115,31362,'com.liferay.dynamic.data.mapping.type.captcha','2.0.13','dynamic-data-mapping-type-captcha'),('da5ee21d-fda1-6ab9-018b-c8fa8498dafc',31386,20115,31362,'com.liferay.dynamic.data.mapping.type.checkbox','2.0.24','dynamic-data-mapping-type-checkbox'),('8f990a1f-0eb4-bbd1-6c99-6e4cb2f7b0a8',31387,20115,31362,'com.liferay.dynamic.data.mapping.type.checkbox.multiple','1.0.20','dynamic-data-mapping-type-checkbox-multiple'),('c41449f5-b507-8c4c-22c7-1aa28393e1be',31388,20115,31362,'com.liferay.dynamic.data.mapping.type.date','2.0.25','dynamic-data-mapping-type-date'),('31a08dcd-136f-dc89-02de-fd32e4c9d08b',31389,20115,31362,'com.liferay.dynamic.data.mapping.type.editor','2.0.13','dynamic-data-mapping-type-editor'),('0393f341-6c3c-cae8-5ca9-35d3ef7cccc7',31390,20115,31362,'com.liferay.dynamic.data.mapping.type.key.value','2.0.12','dynamic-data-mapping-type-key-value'),('9df86b14-1ae7-3c61-2f59-f34fe4fce301',31391,20115,31362,'com.liferay.dynamic.data.mapping.type.options','2.0.23','dynamic-data-mapping-type-options'),('4a866c6b-4e4b-b56c-9fa0-e4bbc14a724b',31392,20115,31362,'com.liferay.dynamic.data.mapping.type.paragraph','2.0.20','dynamic-data-mapping-type-paragraph'),('a4f3e485-bd96-9ad7-99f5-05e71b479fc0',31393,20115,31362,'com.liferay.dynamic.data.mapping.type.password','1.0.13','dynamic-data-mapping-type-password'),('b68b68c5-3e36-60d4-c039-0bf04166efaf',31394,20115,31362,'com.liferay.dynamic.data.mapping.type.radio','2.0.33','dynamic-data-mapping-type-radio'),('8e2466ec-05ba-8d05-9f70-6f54d23f2ba6',31395,20115,31362,'com.liferay.dynamic.data.mapping.type.select','2.0.33','dynamic-data-mapping-type-select'),('f204cd7b-0322-45b6-2609-ec0686cb5eb9',31396,20115,31362,'com.liferay.dynamic.data.mapping.type.text','2.0.22','dynamic-data-mapping-type-text'),('a05b4d5a-293f-375e-6e2a-5b87ee87b917',31397,20115,31362,'com.liferay.dynamic.data.mapping.type.validation','2.0.13','dynamic-data-mapping-type-validation'),('acfabee9-24b3-a14e-8071-977e99ec603c',31398,20115,31362,'com.liferay.dynamic.data.mapping.validator','2.1.20',NULL),('b7807a6f-2f6b-3493-e9ed-e6967c39bc1f',31399,20115,31362,'com.liferay.dynamic.data.mapping.web','1.0.125','dynamic-data-mapping-web'),('90386260-2f7c-f516-4e76-b3cd3348acfc',31400,20115,31362,'com.liferay.polls.api','4.0.21',NULL),('afc32f5f-ea64-8c24-baa9-0719aa856687',31401,20115,31362,'com.liferay.polls.service','3.0.68',NULL),('1a141213-b97e-007c-3a32-9366ccdac039',31402,20115,31362,'com.liferay.polls.web','2.0.42','polls-web'),('3534b438-405d-63bf-1f64-33d8e5d9e2ed',31403,20115,31362,'com.liferay.portal.reports.engine.api','3.0.6',NULL),('806a4b69-93a4-e755-44b4-5347f1a7c0b5',31404,20115,31362,'com.liferay.portal.rules.engine.api','2.0.15',NULL),('34764516-a1dc-3314-7236-6300cb04c527',31405,20115,31362,'com.liferay.portal.rules.engine.wiring','2.0.9',NULL),('9c54ac70-6a73-921b-5815-c692fdd8fe4d',31406,20115,31362,'com.liferay.portal.workflow.api','3.0.2',NULL),('5c240b3f-86e9-1853-0c65-b694d53211e2',31407,20115,31362,'com.liferay.portal.workflow.definition.link.web','1.0.26',NULL),('34a918f9-08f7-5abb-e12b-e33636bad26d',31408,20115,31362,'com.liferay.portal.workflow.definition.web','1.0.28','portal-workflow-definition-web'),('992d0986-35df-8331-6bd9-04c099594323',31409,20115,31362,'com.liferay.portal.workflow.instance.web','1.0.29',NULL),('7bc6c486-7e3a-df2e-3218-05002a9b531f',31410,20115,31362,'com.liferay.portal.workflow.kaleo.api','2.6.0',NULL),('556ca61d-8cb4-ff52-f87c-7cd34e767f00',31411,20115,31362,'com.liferay.portal.workflow.kaleo.definition.api','2.1.7',NULL),('6e47ee0a-3194-3faf-d54f-f003e69aefa0',31412,20115,31362,'com.liferay.portal.workflow.kaleo.definition.impl','2.0.19',NULL),('f196d7a5-87c6-3a27-91a3-6de5abf4a850',31413,20115,31362,'com.liferay.portal.workflow.kaleo.designer.api','1.0.23',NULL),('9bea6c40-66ee-9f40-7563-1b1263d32ca0',31414,20115,31362,'com.liferay.portal.workflow.kaleo.designer.service','1.1.38',NULL),('19c36895-fafa-2d39-75de-46c773917b9f',31415,20115,31362,'com.liferay.portal.workflow.kaleo.designer.web','1.0.49','portal-workflow-kaleo-designer-web'),('5f7f36db-a48b-d410-3b0d-1f208279ad14',31416,20115,31362,'com.liferay.portal.workflow.kaleo.forms.api','1.1.20',NULL),('fc09c36e-98b1-2313-47f9-92cd098f9a8c',31417,20115,31362,'com.liferay.portal.workflow.kaleo.forms.service','1.1.53',NULL),('0251b754-ab2f-f7b8-dcec-6d17a94cd9e8',31418,20115,31362,'com.liferay.portal.workflow.kaleo.forms.web','1.0.57','portal-workflow-kaleo-forms-web'),('62e3a2cd-9bc2-c6be-172f-531d170996ec',31419,20115,31362,'com.liferay.portal.workflow.kaleo.runtime.api','2.3.4',NULL),('27af2a90-d476-e141-068a-5a9a798b7f40',31420,20115,31362,'com.liferay.portal.workflow.kaleo.runtime.impl','2.0.39',NULL),('ca6f062e-134f-e0d9-d30b-82dac1393946',31421,20115,31362,'com.liferay.portal.workflow.kaleo.runtime.integration.impl','1.0.26',NULL),('06c3c2b4-ef06-52c8-95ce-35d75468aa1f',31422,20115,31362,'com.liferay.portal.workflow.kaleo.runtime.scripting.impl','1.0.14',NULL),('cc04c0a8-187b-6072-7f84-c76152565436',31423,20115,31362,'com.liferay.portal.workflow.kaleo.service','2.0.89',NULL),('49958e77-3cdb-5f3c-ee02-ae46c75a726c',31424,20115,31362,'com.liferay.portal.workflow.lang','2.0.14',NULL),('34a2bf29-8fa9-fece-42c9-6f21ffce8cce',31425,20115,31362,'com.liferay.portal.workflow.task.web','1.0.58','portal-workflow-task-web'),('d33aa5e2-bb4e-a59a-d0a9-63692db0e2b0',31426,20115,31362,'com.liferay.portal.workflow.uad','2.0.3',NULL),('773ff5ad-679d-7762-5ea9-34b448480232',31428,20115,31427,'com.liferay.application.list.api','2.2.15',NULL),('c87d1646-d4a5-5565-6ae9-c946edadf97f',31429,20115,31427,'com.liferay.application.list.my.account.permissions','1.0.7',NULL),('47557ecd-5d61-5885-0c49-87535caa8b4c',31430,20115,31427,'com.liferay.application.list.taglib','2.0.21','application-list-taglib'),('a2d3529d-f92f-a737-2077-021d462814a0',31431,20115,31427,'com.liferay.application.list.user.personal.site.permissions','2.0.13',NULL),('aba7861b-aacc-8ba8-6005-6474ddf08599',31432,20115,31427,'com.liferay.asset.browser.web','1.0.44',NULL),('2cbb45fe-d98a-6a01-d81d-1b02692198eb',31433,20115,31427,'com.liferay.asset.categories.admin.web','1.1.39',NULL),('f210bab5-e657-1813-0f2d-bfe05c87e4e1',31434,20115,31427,'com.liferay.asset.categories.navigation.api','1.0.2',NULL),('cb27315e-7a53-3685-5772-612fe32f15d5',31435,20115,31427,'com.liferay.asset.categories.navigation.web','2.0.27','asset-categories-navigation-web'),('1b5c4cb4-6d81-1fea-4ab9-7c54245cad33',31436,20115,31427,'com.liferay.asset.categories.service','1.0.20',NULL),('df877dde-0737-6bab-65fc-c71ad1dc41af',31437,20115,31427,'com.liferay.asset.display.web','1.0.19',NULL),('668e0c2b-9474-5c08-47b5-eef5a991227f',31438,20115,31427,'com.liferay.asset.entry.query.processor.custom.user.attributes','2.0.22','asset-entry-query-processor-custom-user-attributes'),('a9d7e010-418a-4c2d-626c-e2c26335adad',31439,20115,31427,'com.liferay.asset.publisher.layout.prototype','1.0.27',NULL),('e689eff0-edd9-e362-6d81-b7355258ded9',31440,20115,31427,'com.liferay.asset.publisher.web','1.9.5','asset-publisher-web'),('4e16bac7-fc71-02cf-937f-44e21a2fc07c',31441,20115,31427,'com.liferay.asset.service','1.1.10',NULL),('8ae400f2-723e-7e56-961c-6601dcb711d0',31442,20115,31427,'com.liferay.asset.taglib','2.0.17','asset-taglib'),('aec5eec6-c59c-3bc3-f08b-b4770173ecd6',31443,20115,31427,'com.liferay.asset.tags.admin.web','1.0.29',NULL),('fc82d6fc-3667-ed71-e78f-cc7a07d323fb',31444,20115,31427,'com.liferay.asset.tags.api','1.0.6',NULL),('f24e3d29-fd45-7f80-75d8-be2a73dacfd0',31445,20115,31427,'com.liferay.asset.tags.compiler.web','2.0.15',NULL),('d0f45dc5-53a1-f44d-b1e0-f9971b43ba22',31446,20115,31427,'com.liferay.asset.tags.navigation.api','1.0.2',NULL),('78e73e06-2973-850f-90c3-f7c25f45e33a',31447,20115,31427,'com.liferay.asset.tags.navigation.web','3.0.25','asset-tags-navigation-web'),('af1c8ca0-03e0-5ed2-7be8-4abb88b344b5',31448,20115,31427,'com.liferay.asset.tags.service','2.0.14',NULL),('888f6071-ef66-e1dc-476f-6e24858681bd',31449,20115,31427,'com.liferay.asset.web','2.0.13',NULL),('5b8be6cc-a8c3-bfee-9ffe-99892c20c216',31450,20115,31427,'com.liferay.exportimport.api','2.3.0',NULL),('cd99191b-26a5-b865-5619-bbe4381db867',31451,20115,31427,'com.liferay.exportimport.resources.importer','2.0.15',NULL),('d70c7f1e-19de-4b2c-6280-7d17c7287fdc',31452,20115,31427,'com.liferay.exportimport.service','4.9.4',NULL),('487be4d9-7e07-616c-7562-39006f447aab',31453,20115,31427,'com.liferay.exportimport.web','1.0.71','exportimport-web'),('b355cf3b-1954-b4a2-e6da-6f0c4f86bf0f',31454,20115,31427,'com.liferay.iframe.web','1.0.36','iframe-web'),('8fe1d58f-60c0-b6b2-68aa-e322c6bff80a',31455,20115,31427,'com.liferay.journal.api','2.14.2',NULL),('3a269e2e-7d1a-872a-f141-17b27798aeae',31456,20115,31427,'com.liferay.journal.content.asset.addon.entry.comments','1.0.13','journal-content-asset-addon-entry-comments'),('ef4a958b-1d35-c2df-cae7-814bcb42f02e',31457,20115,31427,'com.liferay.journal.content.asset.addon.entry.common','2.0.7',NULL),('4a90e11d-485e-020b-b72e-fce073296b4d',31458,20115,31427,'com.liferay.journal.content.asset.addon.entry.conversions','2.0.15','journal-content-asset-addon-entry-conversions'),('738dd98d-90c8-2422-a336-2fbe136c963c',31459,20115,31427,'com.liferay.journal.content.asset.addon.entry.locales','1.0.14','journal-content-asset-addon-entry-locales'),('2f874c64-e8aa-309a-3ea4-d1d29cb88b99',31460,20115,31427,'com.liferay.journal.content.asset.addon.entry.print','2.0.9','journal-content-asset-addon-entry-print'),('d7030ee1-2b19-238e-ae03-2fbd38709af3',31461,20115,31427,'com.liferay.journal.content.asset.addon.entry.ratings','2.0.9','journal-content-asset-addon-entry-ratings'),('a124b677-6c3d-453f-f426-2f223819f6bb',31462,20115,31427,'com.liferay.journal.content.asset.addon.entry.related.assets','2.0.9','journal-content-asset-addon-entry-related-assets'),('493124b2-d98d-bb24-4e1a-6f1331705e32',31463,20115,31427,'com.liferay.journal.content.search.web','1.0.28','journal-content-search-web'),('d88fa25a-e0ff-2231-01e6-1c3a7a5619df',31464,20115,31427,'com.liferay.journal.content.web','2.0.50','journal-content-web'),('c18cdf6f-059e-3a7d-8712-b01f45d68f79',31465,20115,31427,'com.liferay.journal.editor.configuration','1.0.4',NULL),('84573a0e-d416-d743-2f20-61fdc010a086',31466,20115,31427,'com.liferay.journal.item.selector.api','1.1.7',NULL),('cc3bfa9f-f2d0-8caf-f990-3c08ceda2241',31467,20115,31427,'com.liferay.journal.item.selector.web','1.0.16','journal-item-selector-web'),('965da1f7-c336-f12a-25ea-52f372e46384',31468,20115,31427,'com.liferay.journal.lang','2.0.49',NULL),('c65706d3-99fd-a1f9-7e9f-d7eda86ca8da',31469,20115,31427,'com.liferay.journal.ratings.definition','2.0.7',NULL),('7587188c-e4cc-cbec-6883-76cd5b75e1dd',31470,20115,31427,'com.liferay.journal.service','3.34.10',NULL),('c1b647d0-a47e-a2fa-df4f-2966466465b0',31471,20115,31427,'com.liferay.journal.taglib','1.0.17','journal-taglib'),('7d7aebae-25d4-5471-ba38-534091f68183',31472,20115,31427,'com.liferay.journal.terms.of.use','2.0.31','journal-terms-of-use'),('321e77d0-6184-96cb-6f00-86315514bdea',31473,20115,31427,'com.liferay.journal.web','1.11.13','journal-web'),('69a66d01-c386-2b0c-77d9-5f0cdd7e3fe5',31474,20115,31427,'com.liferay.layout.admin.web','1.0.119','layout-admin-web'),('286c0143-345d-3ff6-fc73-854d386db173',31475,20115,31427,'com.liferay.layout.impl','2.0.18',NULL),('8ddc23b6-db1e-eb6e-fb7d-56fbec03598f',31476,20115,31427,'com.liferay.layout.item.selector.api','1.0.9',NULL),('f7bfbe13-70af-d2f4-0533-de8fb885c0ef',31477,20115,31427,'com.liferay.layout.item.selector.web','1.1.21','layout-item-selector-web'),('f454cb6e-4ec9-7539-278a-0ae2165b3bd0',31478,20115,31427,'com.liferay.layout.prototype.api','1.0.2',NULL),('01142c8f-cbe7-0a8e-bc21-3b4db3461564',31479,20115,31427,'com.liferay.layout.prototype.impl','1.0.12',NULL),('455db12a-c1d0-48ec-ac70-e82ba9774b2e',31480,20115,31427,'com.liferay.layout.prototype.web','1.0.27',NULL),('9cac5df3-c7ae-e2d7-437e-4feca4be74fb',31481,20115,31427,'com.liferay.layout.set.prototype.api','1.0.3',NULL),('35a91730-cda1-a094-7581-4c5730651ea6',31482,20115,31427,'com.liferay.layout.set.prototype.impl','2.0.8',NULL),('73ca99f8-0ad9-17a7-da54-c66cd94c851c',31483,20115,31427,'com.liferay.layout.set.prototype.web','1.0.28',NULL),('2ea03c49-3350-092b-9a4d-e0e5e91d4917',31484,20115,31427,'com.liferay.layout.taglib','2.2.15','layout-taglib'),('c67b61a3-7a92-3413-120b-0d6d9ef43465',31485,20115,31427,'com.liferay.layout.type.controller.control.panel','2.0.8','layout-type-controller-control-panel'),('8b959af9-19a2-d142-6705-06d5540e8839',31486,20115,31427,'com.liferay.layout.type.controller.full.page.application','2.0.23','layout-type-controller-full-page-application'),('99b29a7b-7ae2-3156-f863-af7ba7d43c01',31487,20115,31427,'com.liferay.layout.type.controller.node','2.0.17','layout-type-controller-node'),('4cc3a681-0e2c-a417-ed31-2625f2bfb64f',31488,20115,31427,'com.liferay.layout.type.controller.shared.portlet','2.0.11','layout-type-controller-shared-portlet'),('019e132f-fa4f-03fb-31fc-d98ea4046605',31489,20115,31427,'com.liferay.layout.uad','2.0.3',NULL),('ce257a87-51ca-cb4f-e035-04ad89ffe690',31490,20115,31427,'com.liferay.nested.portlets.web','2.0.31','nested-portlet'),('91f24c6c-76de-03d0-fcef-1dc7be6cc72c',31491,20115,31427,'com.liferay.portlet.configuration.css.web','2.0.34','portlet-configuration-css-web'),('8e87779c-276c-283d-2973-cb18a3b2352c',31492,20115,31427,'com.liferay.portlet.configuration.icon.close','2.0.7',NULL),('3fe296b9-1671-e89e-7a6b-3a16f8add509',31493,20115,31427,'com.liferay.portlet.configuration.icon.edit','2.0.5',NULL),('9e9d5dda-4f11-adad-d9b4-dc6032f38421',31494,20115,31427,'com.liferay.portlet.configuration.icon.edit.defaults','2.0.5',NULL),('5c023302-02d4-310f-370d-13593df59715',31495,20115,31427,'com.liferay.portlet.configuration.icon.edit.guest','2.0.5',NULL),('25aa1d28-14fe-3352-50ca-af32fac8c7c2',31496,20115,31427,'com.liferay.portlet.configuration.icon.help','2.0.5',NULL),('33bd9a0e-5409-ef22-7304-aa7187232771',31497,20115,31427,'com.liferay.portlet.configuration.icon.locator.api','2.0.7',NULL),('6ea6b059-687e-6240-7687-9c75963d9d29',31498,20115,31427,'com.liferay.portlet.configuration.icon.maximize','2.0.8',NULL),('8d2ef506-81de-5626-492b-71a81ab7ad86',31499,20115,31427,'com.liferay.portlet.configuration.icon.minimize','2.0.8',NULL),('ce161b39-3484-d092-a76b-a3b655cff339',31500,20115,31427,'com.liferay.portlet.configuration.icon.print','2.0.6',NULL),('c0947f74-d437-6189-7f52-c91a6fadf2b0',31501,20115,31427,'com.liferay.portlet.configuration.icon.refresh','2.0.6',NULL),('ee9aef0a-8f9a-b183-a0b4-ae149858beb8',31502,20115,31427,'com.liferay.portlet.configuration.sharing.web','2.0.23',NULL),('377d6016-f751-b31a-8159-d5f18880ce59',31503,20115,31427,'com.liferay.portlet.configuration.toolbar.contributor.locator.api','2.0.7',NULL),('c57ea158-7e64-fc4b-560c-935b8e0451fc',31504,20115,31427,'com.liferay.portlet.configuration.web','1.0.50',NULL),('80dbfca5-9f33-ea02-f5eb-b4190261cf08',31505,20115,31427,'com.liferay.portlet.display.template','2.2.14',NULL),('a14a7fb6-0e6e-e23a-dee3-a716fda4835f',31506,20115,31427,'com.liferay.portlet.display.template.web','2.0.15',NULL),('c154cf52-2715-daa7-f4c0-84bfb567c093',31507,20115,31427,'com.liferay.product.navigation.accessibility','1.0.9','product-navigation-accessibility'),('c8366291-7a4d-4d81-50a5-b2e28c3494fa',31508,20115,31427,'com.liferay.product.navigation.control.menu.api','3.0.6',NULL),('1f0f3ce4-6bf1-33f0-8136-157f0bf83762',31509,20115,31427,'com.liferay.product.navigation.control.menu.dxp.theme.contributor','1.0.21','product-navigation-control-menu-dxp-theme'),('900bcfcd-48db-aad9-ab64-960ec1a44013',31510,20115,31427,'com.liferay.product.navigation.control.menu.web','2.0.38','product-navigation-control-menu-web'),('86a075e0-6fe9-dbed-b67b-6121b609b706',31511,20115,31427,'com.liferay.product.navigation.control.panel','2.0.6',NULL),('6908ff61-7c32-6fc6-9398-696251655968',31512,20115,31427,'com.liferay.product.navigation.product.menu.dxp.theme.contributor','1.0.21','product-navigation-product-menu-dxp-theme'),('4ef32d91-5dd6-3012-02bc-823a3663e18f',31513,20115,31427,'com.liferay.product.navigation.product.menu.web','2.0.39','product-navigation-product-menu-web'),('fb030572-8bb8-1f6b-5aea-7b8512a05c7a',31514,20115,31427,'com.liferay.product.navigation.simulation.api','1.1.2',NULL),('395b19b8-b088-c049-5724-33abb2becd8e',31515,20115,31427,'com.liferay.product.navigation.simulation.device','2.0.25','product-navigation-simulation-device'),('bd81cb81-80f2-4b72-02eb-ea283257556b',31516,20115,31427,'com.liferay.product.navigation.simulation.theme.contributor','2.0.5','product-navigation-simulation-theme'),('6aab8c26-a300-3b5b-5cab-35cc36bbef46',31517,20115,31427,'com.liferay.product.navigation.simulation.web','3.0.15','product-navigation-simulation-web'),('f309c64c-e9b0-9cab-0b26-78b199a27ef7',31518,20115,31427,'com.liferay.product.navigation.site.administration','2.0.31','product-navigation-site-administration'),('a4deda35-8f20-81b1-e558-6ad1f5468e55',31519,20115,31427,'com.liferay.product.navigation.taglib','2.0.19','product-navigation-taglib'),('fa60f343-a96c-570d-5e7b-25198a4cf286',31520,20115,31427,'com.liferay.product.navigation.user','2.0.14','product-navigation-user'),('1d3bf5e6-3d03-4b42-2928-7aac3b8bee0d',31521,20115,31427,'com.liferay.product.navigation.user.personal.bar.web','2.0.19',NULL),('5ca11ad7-c496-eb25-3dfb-564b4b5a54ab',31522,20115,31427,'com.liferay.rss.api','1.0.2',NULL),('e83e08c6-655e-a471-9a52-f4c29a6c7cab',31523,20115,31427,'com.liferay.rss.util','1.0.19',NULL),('c9c3258b-4b6d-f7d4-fc45-0fd67bb351c8',31524,20115,31427,'com.liferay.rss.web','3.0.25','rss-web'),('df6f60b1-e161-3650-533d-7c670366717b',31525,20115,31427,'com.liferay.site.admin.web','1.0.76','site-admin-web'),('0c49056c-9e8b-8dd6-18b9-9a3b668596ce',31526,20115,31427,'com.liferay.site.api','6.0.3',NULL),('c27ffa9c-488c-c2ef-08f0-58df22dddabb',31527,20115,31427,'com.liferay.site.browser.web','2.0.36',NULL),('ecd1bbc9-15da-8389-cbaf-9758865851d2',31528,20115,31427,'com.liferay.site.item.selector.api','1.0.9',NULL),('e2fd39e6-f127-1f8d-6a53-98ba38fde2ee',31529,20115,31427,'com.liferay.site.item.selector.web','2.0.29','site-item-selector-web'),('34c74539-b61c-1a8a-03a1-5b629ab7f82a',31530,20115,31427,'com.liferay.site.memberships.web','1.0.52',NULL),('1e977316-4972-f41f-ab3a-90e16c4d8b4b',31531,20115,31427,'com.liferay.site.my.sites.web','2.0.19',NULL),('a0ad305f-28b3-0042-04c7-5536f5aa178a',31532,20115,31427,'com.liferay.site.navigation.breadcrumb.web','3.0.21','site-navigation-breadcrumb-web'),('88aceef2-b08a-cd30-9066-6e9d6c993b88',31533,20115,31427,'com.liferay.site.navigation.directory.web','2.0.22','site-navigation-directory-web'),('fb67662e-282e-72d4-23bf-9c5543298673',31534,20115,31427,'com.liferay.site.navigation.language.api','1.0.2',NULL),('c58f22e4-5414-45df-09bf-b327ccf15599',31535,20115,31427,'com.liferay.site.navigation.language.web','3.0.19','site-navigation-language-web'),('8dafbce5-753f-b211-a3c9-8768259fcd3b',31536,20115,31427,'com.liferay.site.navigation.menu.web','2.0.42','site-navigation-menu-web'),('8699f970-f4a2-b779-ea17-09edd5cb317c',31537,20115,31427,'com.liferay.site.navigation.site.map.web','2.0.34','site-navigation-site-map-web'),('5cc8648b-12e4-303b-ec2a-16ad450be41a',31538,20115,31427,'com.liferay.site.navigation.taglib','2.1.15','site-navigation-taglib'),('0f18a903-3ec0-9ef0-ef52-38872adb1788',31539,20115,31427,'com.liferay.site.teams.uad','2.0.1',NULL),('eff2c065-6725-3e39-80ad-af2c3885b566',31540,20115,31427,'com.liferay.site.teams.web','1.0.32',NULL),('3e4d57c9-c149-d1a7-2ef7-75556ce75f58',31541,20115,31427,'com.liferay.staging.api','2.1.2',NULL),('d679856d-be3f-f496-9d95-8e95abaf919d',31542,20115,31427,'com.liferay.staging.bar.web','1.0.44','staging-bar-web'),('1262cd5c-3f25-e5a3-14e8-2a4b3e56f350',31543,20115,31427,'com.liferay.staging.configuration.web','1.0.38',NULL),('8d8548dc-6400-c6e0-192b-d7b0dc183379',31544,20115,31427,'com.liferay.staging.lang','2.0.40',NULL),('6a00a26a-48f7-e211-d71b-20b69d4a9827',31545,20115,31427,'com.liferay.staging.portlet.data.handler','3.0.3',NULL),('cf2a2c0b-a4df-8876-8c95-d887f122dd49',31546,20115,31427,'com.liferay.staging.processes.web','1.0.53','staging-processes-web'),('d49af12a-24b4-b416-1e5c-a05ab55f90ea',31547,20115,31427,'com.liferay.staging.security','2.0.34',NULL),('2596c921-893e-0e98-e6a7-e5da543f4cce',31548,20115,31427,'com.liferay.staging.taglib','3.1.40','staging-taglib'),('49559bcd-fcf7-2640-db9d-fb1729dfba50',31549,20115,31427,'com.liferay.trash.service','1.0.8',NULL),('2567109f-e598-94de-3943-d324a8219852',31550,20115,31427,'com.liferay.trash.taglib','2.0.14','trash-taglib'),('37385929-e6d0-c8fe-4dd3-077bd5ec8c0d',31551,20115,31427,'com.liferay.trash.web','1.0.38','trash-web'),('8ca9f8d7-7402-dd94-6064-3e630c39ed18',31552,20115,31427,'com.liferay.xsl.content.web','2.0.25','xsl-content-web'),('938f712e-8576-7bd6-6ecd-638bd886e023',31554,20115,31553,'com.liferay.marketplace.api','4.4.8',NULL),('76bc23ff-a009-8511-b31d-dceaea62dbd9',31555,20115,31553,'com.liferay.marketplace.app.manager.web','1.0.34','marketplace-app-manager-web'),('689b7a54-77ba-e4f4-901c-abe22001e7b0',31556,20115,31553,'com.liferay.marketplace.deployer','2.0.17',NULL),('59728f0b-90ca-dec0-6684-a9d2bb83931b',31557,20115,31553,'com.liferay.marketplace.service','3.0.13',NULL),('0f216457-96be-b370-6c0b-098c566dc4f4',31558,20115,31553,'com.liferay.marketplace.store.web','3.0.4','marketplace-store-web'),('bf3076f1-eec1-016e-a166-d00e959e2dac',31560,20115,31559,'Liferay Documentum Connector-documentum-hook-wrapper','7.0.10.11',NULL),('2196943c-bd17-2227-2697-10db6b242975',31562,20115,31561,'com.liferay.alloy.mvc','2.3.10',NULL),('4dd6ecac-9c45-6c6a-e2cd-be73cdafe0a3',31563,20115,31561,'com.liferay.analytics.message.sender.api','1.3.1',NULL),('3be0bb19-512a-57db-891d-0142c23ae190',31564,20115,31561,'com.liferay.analytics.message.sender.impl','1.0.9',NULL),('bfa8b09e-e029-0dc1-7121-fcb22bc8f1a8',31565,20115,31561,'com.liferay.analytics.message.storage.api','1.0.4',NULL),('73cb7961-e9ce-ccf6-1a74-e8f3174444ea',31566,20115,31561,'com.liferay.analytics.message.storage.service','1.0.9',NULL),('b85b04ce-c45e-c7bb-b0cb-1c5739556785',31567,20115,31561,'com.liferay.analytics.settings.api','1.1.0',NULL),('67b67e22-9edd-ef63-7224-dfab93ea2688',31568,20115,31561,'com.liferay.analytics.settings.impl','1.0.11',NULL),('a391a6be-b254-def8-1101-0dfda66fc8c1',31569,20115,31561,'com.liferay.analytics.settings.web','1.0.20','analytics-settings-web'),('cc50dcf8-291c-b0ad-9843-f1f79379a1bd',31570,20115,31561,'com.liferay.captcha.api','1.1.10',NULL),('eef90ab6-6ef4-dcd3-e413-45233502a0aa',31571,20115,31561,'com.liferay.captcha.taglib','1.0.13','captcha-taglib'),('88372e5b-48dc-4ee2-5004-2abfa9120a1a',31572,20115,31561,'com.liferay.configuration.admin.web','1.0.77',NULL),('f6e897fb-bc4c-44c5-093e-a35fadfbbc2f',31573,20115,31561,'com.liferay.contacts.api','2.0.26',NULL),('a15ceed8-d62f-4f88-9b0d-5fb78c190764',31574,20115,31561,'com.liferay.contacts.service','2.0.52',NULL),('2cf196f2-9aa7-7dd8-78fe-747e4bc4fac3',31575,20115,31561,'com.liferay.contacts.uad','2.0.5',NULL),('71ae5866-6d76-7e41-8a9b-6781873fed15',31576,20115,31561,'com.liferay.contacts.web','1.0.63',NULL),('68121bf8-6f4e-590d-e64b-cf02559977ec',31577,20115,31561,'com.liferay.expando.taglib','1.0.26','expando-taglib'),('1e1b70bb-492c-af08-e84a-aaafc2fdd7d3',31578,20115,31561,'com.liferay.expando.web','1.0.37',NULL),('03231a60-7c5c-723f-5074-340410b685c3',31579,20115,31561,'com.liferay.frontend.compatibility.ie','1.0.6',NULL),('ff2a7d1a-daa2-c0af-d7ad-1230611dbd4d',31580,20115,31561,'com.liferay.frontend.css.common','2.0.6',NULL),('a820d6de-191c-6162-9c29-2a18d4ec34c0',31581,20115,31561,'com.liferay.frontend.css.rtl.servlet','1.0.18',NULL),('772d0e7d-5089-6570-8867-59adf3a68d88',31582,20115,31561,'com.liferay.frontend.css.web','1.0.55','frontend-css-web'),('ce823b8d-efa8-84f9-2517-c8533cfe89a9',31583,20115,31561,'com.liferay.frontend.editor.alloyeditor.web','1.0.87','frontend-editor-alloyeditor-web'),('13ef139a-5cd2-5745-10fa-773fc72ad623',31584,20115,31561,'com.liferay.frontend.editor.ckeditor.web','1.0.93','frontend-editor-ckeditor-web'),('fddf0277-bd10-e75e-8dde-b47d20461a25',31585,20115,31561,'com.liferay.frontend.editor.lang','2.0.13',NULL),('35d6e3ca-aac4-f028-692e-bb17bd9acf14',31586,20115,31561,'com.liferay.frontend.editor.simple.web','1.0.26','frontend-editor-simple-web'),('24112cf3-2295-c5fd-0154-38a7cdb06b29',31587,20115,31561,'com.liferay.frontend.editor.tinymce.web','1.0.45','frontend-editor-tinymce-web'),('1e746825-7c4b-14f1-5ec7-7b34fb81924e',31588,20115,31561,'com.liferay.frontend.image.editor.api','1.0.8',NULL),('8f0b384d-b9ed-2a56-f1ba-134da75a6b3d',31589,20115,31561,'com.liferay.frontend.image.editor.capability.brightness','1.0.25','frontend-image-editor-capability-brightness'),('347be1d9-9d39-708f-0622-ca6ecb39763f',31590,20115,31561,'com.liferay.frontend.image.editor.capability.contrast','1.0.24','frontend-image-editor-capability-contrast'),('b9cfe9cc-ff94-9833-7906-77589f8800ab',31591,20115,31561,'com.liferay.frontend.image.editor.capability.crop','1.0.24','frontend-image-editor-capability-crop'),('2ac308c3-0bc5-7ed7-ea9a-8ee46a14db6a',31592,20115,31561,'com.liferay.frontend.image.editor.capability.effects','1.0.27','frontend-image-editor-capability-effects'),('aaafe032-5ed6-55ad-2c7b-98c8b5a87e96',31593,20115,31561,'com.liferay.frontend.image.editor.capability.resize','1.0.23','frontend-image-editor-capability-resize'),('65678cae-91bb-ccb6-b68a-0da3f7ccbca6',31594,20115,31561,'com.liferay.frontend.image.editor.capability.rotate','1.0.23','frontend-image-editor-capability-rotate'),('c852e583-335e-9784-e89d-5b29c0a42fa1',31595,20115,31561,'com.liferay.frontend.image.editor.capability.saturation','1.0.24','frontend-image-editor-capability-saturation'),('adac96cb-80d0-1eed-0463-f9cb02e1b322',31596,20115,31561,'com.liferay.frontend.image.editor.integration.document.library','1.0.36','frontend-image-editor-integration-document-library'),('26e60cab-c5a8-9270-5671-0f40b4b7c829',31597,20115,31561,'com.liferay.frontend.image.editor.web','1.0.46','frontend-image-editor-web'),('cd80f929-62f7-fa82-9c90-fc3cf1d29f22',31598,20115,31561,'com.liferay.frontend.js.aui.web','1.0.66',NULL),('e66746e1-616a-0ea6-c86a-96bb9d888975',31599,20115,31561,'com.liferay.frontend.js.bundle.config.extender','1.0.25',NULL),('c1efce63-78ce-9699-5c99-15def87c36be',31600,20115,31561,'com.liferay.frontend.js.loader.modules.extender','2.0.28',NULL),('6c23b63a-6cd2-4bdb-dcec-6f47d83de1aa',31601,20115,31561,'com.liferay.frontend.js.loader.modules.extender.api','1.1.7',NULL),('f7c8e56a-794d-56ea-c31b-8dbd29241fcf',31602,20115,31561,'com.liferay.frontend.js.metal.web','1.0.26','frontend-js-metal-web'),('8677bd7e-03c6-c727-7040-fc5fbc09cec3',31603,20115,31561,'com.liferay.frontend.js.node.shims','1.0.7','frontend-js-node-shims'),('13f285f0-8893-4c58-bc6f-2d34d681787e',31604,20115,31561,'com.liferay.frontend.js.polyfill.babel.web','1.0.7','frontend-js-polyfill-babel-web'),('5be9801d-1446-04da-17f7-d4e0e8ff22e1',31605,20115,31561,'com.liferay.frontend.js.soyutils.web','1.0.5','frontend-js-soyutils-web'),('6409c0ec-f8eb-7363-2af3-93601c0f7868',31606,20115,31561,'com.liferay.frontend.js.spa.web','1.0.78','frontend-js-spa-web'),('faf420e4-e733-8049-e546-02414b0833f1',31607,20115,31561,'com.liferay.frontend.js.web','1.0.93','frontend-js-web'),('d645a643-b569-2b93-d3a1-b5a904e09863',31608,20115,31561,'com.liferay.frontend.taglib','2.2.39','frontend-taglib'),('827dc6e9-436c-cb4e-d473-de1b99104a30',31609,20115,31561,'com.liferay.frontend.taglib.form.navigator','1.0.23',NULL),('21d9d03d-9423-abc6-62d2-a270b9f5f025',31610,20115,31561,'com.liferay.frontend.taglib.soy','1.0.21','frontend-taglib-soy'),('37b521a0-cad7-c3fa-9648-132f8ab5f3fd',31611,20115,31561,'com.liferay.frontend.taglib.util.freemarker.contributor','1.0.10',NULL),('95a18041-b1c0-66f3-e513-65eef55fc850',31612,20115,31561,'com.liferay.frontend.theme.contributor.extender','2.0.13',NULL),('1d7402e4-4bf3-19d3-fe9e-5ccecd1e79b4',31613,20115,31561,'com.liferay.frontend.theme.favicon.servlet','1.0.3','frontend-theme'),('4fa3943b-3dd3-692f-5919-9c333edf5e0c',31614,20115,31561,'com.liferay.frontend.theme.styled','2.1.17',NULL),('3155c83e-4b85-01b2-6107-c2612868450e',31615,20115,31561,'com.liferay.frontend.theme.unstyled','2.2.31','frontend-theme'),('aff1584e-7147-9071-328b-f2c81c88b21f',31616,20115,31561,'com.liferay.hello.soy.navigation.web','1.0.13','hello-soy-navigation-web'),('37e32586-3e16-958a-7ccc-300e732ade6c',31617,20115,31561,'com.liferay.hello.soy.web','1.0.29','hello-soy-web'),('623e68b3-7bfa-e47a-70a3-6b37f2c216ab',31618,20115,31561,'com.liferay.hello.velocity.web','2.0.18',NULL),('29d095e7-d14d-196f-acfe-b43f5cc7c579',31619,20115,31561,'com.liferay.hello.world.web','2.0.17',NULL),('e7e6d337-dffe-7a1f-b88f-270418b5602d',31620,20115,31561,'com.liferay.imageio.plugins','1.0.7',NULL),('bc181df2-50dc-ae91-871a-dbb66ec83258',31621,20115,31561,'com.liferay.license.manager.web','2.0.23',NULL),('d9de076b-f409-b73e-98a1-e05ead5d26ee',31622,20115,31561,'com.liferay.login.authentication.facebook.connect.web','2.0.23','login-authentication-facebook-connect-web'),('7b8f9f51-c8cb-1f3a-b5b5-63375df33506',31623,20115,31561,'com.liferay.login.authentication.google.web','2.0.22','login-authentication-google-web'),('6d3f96cb-b12b-a988-b6b1-f1e8798f2157',31624,20115,31561,'com.liferay.login.authentication.openid.connect.web','2.0.8','login-authentication-openid-connect-web'),('6e946b5e-adaa-7ac8-3892-afdfcb3987b4',31625,20115,31561,'com.liferay.login.authentication.openid.web','2.0.18','login-authentication-openid-web'),('8169bee1-eea5-9fa3-2727-4fbd4b57754c',31626,20115,31561,'com.liferay.login.authentication.opensso.web','2.0.10','login-authentication-opensso-web'),('a4e49284-8b5a-4b35-74e8-e28a08e23006',31627,20115,31561,'com.liferay.login.web','2.0.41',NULL),('9670d30e-a38b-5ef0-22cf-d656037c8cac',31628,20115,31561,'com.liferay.map.api','2.1.8',NULL),('c3fe11a2-ec0e-3b7b-4908-45781deef0d8',31629,20115,31561,'com.liferay.map.google.maps','1.0.26','map-google-maps'),('585e985e-527f-829b-3e8a-cb5f766a3d2b',31630,20115,31561,'com.liferay.map.openstreetmap','2.0.25','map-openstreetmap'),('c6c5620e-1427-623f-1e4e-5fa6b7493c5b',31631,20115,31561,'com.liferay.map.taglib','1.1.19','map-taglib'),('425f991b-9394-ccf2-e730-522facc3da5c',31632,20115,31561,'com.liferay.microsoft.translator','1.0.16',NULL),('d3cab70c-3bff-8ccd-3606-93b5e6f19cb3',31633,20115,31561,'com.liferay.mobile.device.rules.api','2.1.23',NULL),('26cdc11d-718b-6d1e-2714-8ea4b9293ac0',31634,20115,31561,'com.liferay.mobile.device.rules.service','1.3.26',NULL),('be7730fc-e0b0-08cb-ca4e-1cb89dc70adb',31635,20115,31561,'com.liferay.mobile.device.rules.web','1.0.42','mobile-device-rules-web'),('b3e78a07-76d5-2cbc-15bd-275581b87549',31636,20115,31561,'com.liferay.monitoring.web','1.0.29','monitoring-web'),('e89e6a3a-49d0-4b99-8bfe-c7336a2295b4',31637,20115,31561,'com.liferay.my.account.web','1.0.26',NULL),('3a6f228c-ce1c-5af2-2ab2-24293ee24b02',31638,20115,31561,'com.liferay.password.policies.admin.api','2.0.2',NULL),('cbddfb2f-cc01-5f79-2154-c3476ba2ba92',31639,20115,31561,'com.liferay.password.policies.admin.impl','1.0.14',NULL),('d91aaafd-e05f-aac6-c928-3fd06a5dc597',31640,20115,31561,'com.liferay.password.policies.admin.uad','2.0.3',NULL),('32fde128-3908-10eb-927a-f1927cbe38fc',31641,20115,31561,'com.liferay.password.policies.admin.web','1.0.41',NULL),('8d8b25e7-281e-4f36-ec4b-65588a8c6389',31642,20115,31561,'com.liferay.petra.doulos','3.5.7',NULL),('340df730-eb75-e2de-0312-90ea75ddb63a',31643,20115,31561,'com.liferay.petra.io.delta','1.1.3',NULL),('e00dcc56-c2eb-bda4-9a9a-289a7874f77a',31644,20115,31561,'com.liferay.petra.json.web.service.client','12.0.12',NULL),('b528cfc7-65ad-4989-74d6-480af5b91f1b',31645,20115,31561,'com.liferay.petra.model.adapter','1.0.8',NULL),('1e10d80c-ba7b-196b-0cc8-23bfa71a9cd1',31646,20115,31561,'com.liferay.plugins.admin.web','1.0.36',NULL),('e84d778a-6eba-4452-c851-10732e86ce9a',31647,20115,31561,'com.liferay.portal.background.task.api','2.1.20',NULL),('c8119ae8-5b13-4f7c-6fc1-4d956c5f4b0e',31648,20115,31561,'com.liferay.portal.background.task.service','3.0.51',NULL),('8aa550ac-8ddb-fcf1-52e5-b53e40a92efb',31649,20115,31561,'com.liferay.portal.background.task.web','2.0.7',NULL),('3e7bed7e-a323-5f18-9b42-966b4cffd765',31650,20115,31561,'com.liferay.portal.cache','2.4.33',NULL),('4a86e6bf-6639-7376-5768-45a3498f2a30',31651,20115,31561,'com.liferay.portal.cache.ehcache','2.1.33',NULL),('8ae80c5c-957f-3234-5c5a-2607403b7af0',31652,20115,31561,'com.liferay.portal.cache.ehcache.provider','2.0.10',NULL),('759b43c7-7572-64c6-e3ad-29c7df94c57d',31653,20115,31561,'com.liferay.portal.cache.multiple','1.0.42',NULL),('2b725a42-ec1d-0a89-1846-4dfe4a5aa88a',31654,20115,31561,'com.liferay.portal.cache.single','2.0.9',NULL),('d1591d2a-5365-bca7-448b-8d1e37c51383',31655,20115,31561,'com.liferay.portal.cluster.multiple','1.0.52',NULL),('2413de6d-2883-96f5-f30e-cebdade0898d',31656,20115,31561,'com.liferay.portal.cluster.single','2.0.6',NULL),('4fed049e-2219-00ce-b295-426722e4b420',31657,20115,31561,'com.liferay.portal.compound.session.id','2.0.7',NULL),('22804b9a-a63d-b3de-41a5-e4e794298b2a',31658,20115,31561,'com.liferay.portal.configuration.cluster','3.0.9',NULL),('276adf7f-312f-cacd-de82-364924bb8a18',31659,20115,31561,'com.liferay.portal.configuration.extender','3.0.10',NULL),('98e7c74b-601e-ceaf-b76c-6ce545084e3b',31660,20115,31561,'com.liferay.portal.configuration.metatype.definitions.annotations','2.0.11',NULL),('3f08f13c-a80a-31a6-fdfc-41daf17b4ce5',31661,20115,31561,'com.liferay.portal.configuration.metatype.definitions.equinox','2.0.11',NULL),('d2544c5c-7140-e6e2-abd6-00a299417a7a',31662,20115,31561,'com.liferay.portal.configuration.module.configuration','2.0.19',NULL),('0af579bd-786d-2725-a1e7-2b6b869fc84c',31663,20115,31561,'com.liferay.portal.configuration.settings','2.0.29',NULL),('716c9332-e59c-67f1-7e7c-e1a22646849a',31664,20115,31561,'com.liferay.portal.custom.jsp.bag.api','1.0.7',NULL),('7d352fec-bb3b-a10b-263c-322bc202756b',31665,20115,31561,'com.liferay.portal.dao.orm.custom.sql','1.0.26',NULL),('ba12123c-1b74-fd21-0ce7-9c49bac8b551',31666,20115,31561,'com.liferay.portal.executor','2.0.9',NULL),('3556f36b-7b5e-82fc-f426-34d4bcf4149a',31667,20115,31561,'com.liferay.portal.init.servlet.filter','2.0.11',NULL),('26574cac-5ee6-1df2-f085-23d71c5aa150',31668,20115,31561,'com.liferay.portal.instance.lifecycle','3.1.8',NULL),('69bced4b-ad44-24bd-63ca-c7545e61695e',31669,20115,31561,'com.liferay.portal.instances.api','1.0.13',NULL),('0cc05241-cfdc-f884-2a05-2e294fe89f0c',31670,20115,31561,'com.liferay.portal.instances.service','1.0.18',NULL),('09effe27-0895-410f-bf5c-10702c9c3d15',31671,20115,31561,'com.liferay.portal.instances.web','1.0.28',NULL),('83ab0259-a159-4448-3a3c-5eefdee2cccc',31672,20115,31561,'com.liferay.portal.jmx','4.0.8',NULL),('84e64e4c-e50f-aef3-c8c9-988bfc7dd080',31673,20115,31561,'com.liferay.portal.jmx.api','1.0.2',NULL),('192a6d70-3494-dcbf-51ef-232c44c60bbb',31674,20115,31561,'com.liferay.portal.language.extender','2.0.21',NULL),('103a4454-0ace-f9f1-f2bd-724d54a53b02',31675,20115,31561,'com.liferay.portal.language.servlet.filter','2.0.17',NULL),('5e60d7be-074d-6a7e-eb74-5901a60b091f',31676,20115,31561,'com.liferay.portal.license.deployer','1.0.14',NULL),('6943a749-e730-c652-571a-f19e7f614fe1',31677,20115,31561,'com.liferay.portal.lock.api','2.1.19',NULL),('a8f5d4c5-8ad4-141e-1554-dfba7a2388d1',31678,20115,31561,'com.liferay.portal.lock.service','2.0.56',NULL),('65ad5d7b-a2cc-0836-dd68-8790963b0ce2',31679,20115,31561,'com.liferay.portal.messaging','4.0.26',NULL),('e30e8c61-eb01-4aa3-c1a7-ae15354d6e66',31680,20115,31561,'com.liferay.portal.mobile.device.recognition.api','1.0.9',NULL),('a0ecb13f-8522-1634-2789-781273f346e7',31681,20115,31561,'com.liferay.portal.monitoring','5.0.22',NULL),('2550cb11-0c21-9102-55c0-625a2a65111e',31682,20115,31561,'com.liferay.portal.osgi.debug.declarative.service','1.0.13',NULL),('7d19a442-95ca-3f84-3b89-cf3b4e5fd9d6',31683,20115,31561,'com.liferay.portal.osgi.debug.spring.extender','1.0.18',NULL),('1ae61b06-1680-6633-8801-fe841e0416cb',31684,20115,31561,'com.liferay.portal.output.stream.container','3.0.6',NULL),('2bf3f07f-dfc4-a5e1-7872-3df2bd225da8',31685,20115,31561,'com.liferay.portal.output.stream.container.api','1.0.2',NULL),('db8790fd-5e78-f292-3e3e-53fef8dd83f8',31686,20115,31561,'com.liferay.portal.pop.notifications','2.0.13',NULL),('445631ee-ac05-d38a-fed4-dad8f4621c42',31687,20115,31561,'com.liferay.portal.portlet.bridge.soy','3.1.25','portal-portlet'),('a4da355a-dda8-2c64-e517-90de60483403',31688,20115,31561,'com.liferay.portal.properties.swapper','1.0.7',NULL),('55a29f76-bef4-772a-1cc7-71ce38f231c2',31689,20115,31561,'com.liferay.portal.remote.axis.extender','1.0.27',NULL),('32f3762b-7dc7-0e96-60ad-68306f96a7e7',31690,20115,31561,'com.liferay.portal.remote.cxf.common','3.0.27',NULL),('8d815c21-6765-ebe9-a26f-f404cb55ecf9',31691,20115,31561,'com.liferay.portal.remote.cxf.jaxrs.common','3.1.9',NULL),('16c24171-ae62-d405-e511-7bce6f0d0545',31692,20115,31561,'com.liferay.portal.remote.http.tunnel.extender','2.0.21',NULL),('bbad3412-392e-0899-1576-85629694fe10',31693,20115,31561,'com.liferay.portal.remote.http.whiteboard.debug','2.0.4',NULL),('3ac74bad-676a-14ab-df2a-20a29aae574a',31694,20115,31561,'com.liferay.portal.remote.json.web.service.extender','2.0.13',NULL),('de63a468-db43-aa7e-7767-9710f3e1ac38',31695,20115,31561,'com.liferay.portal.remote.rest.extender','2.0.29',NULL),('48f8b6a1-323b-ef6e-86bf-50131dc6c8bd',31696,20115,31561,'com.liferay.portal.remote.soap.extender.api','1.0.2',NULL),('b047902e-5940-0443-ee87-0d7c9176b589',31697,20115,31561,'com.liferay.portal.remote.soap.extender.impl','1.0.20',NULL),('aef071b8-ca11-13e5-9155-8f06b58feb1e',31698,20115,31561,'com.liferay.portal.scheduler','4.0.22',NULL),('eac80deb-740b-9e09-6e18-bb56bf7b0ce6',31699,20115,31561,'com.liferay.portal.scheduler.multiple','1.0.31',NULL),('d779a706-ae69-2d05-90ad-adf988028114',31700,20115,31561,'com.liferay.portal.scheduler.quartz','3.0.15',NULL),('c389dc4c-f6de-2478-d0af-44bcf99b678d',31701,20115,31561,'com.liferay.portal.scheduler.single','2.0.13',NULL),('493eacc1-4c85-8ac0-736c-ef1dd409e065',31702,20115,31561,'com.liferay.portal.scripting.api','1.1.8',NULL),('76b69221-4f8d-3419-1d89-1e698d93cff5',31703,20115,31561,'com.liferay.portal.scripting.executor','3.0.12',NULL),('5f3d4968-15db-2e45-6686-5a491c6c9ef3',31704,20115,31561,'com.liferay.portal.scripting.groovy','2.0.7',NULL),('5bdc3924-75df-18b7-9244-3a1d23125e79',31705,20115,31561,'com.liferay.portal.search','4.0.44',NULL),('50cc657d-ebc5-0b23-e650-a6b99f380264',31706,20115,31561,'com.liferay.portal.search.api','1.6.2',NULL),('50298194-4204-be64-e2a6-e230cc371d08',31707,20115,31561,'com.liferay.portal.search.elasticsearch','2.1.74',NULL),('8825e507-83f8-dc3e-5952-ee6400ceddd1',31708,20115,31561,'com.liferay.portal.search.facet','2.0.21',NULL),('5d856a48-a2db-841c-c82a-49944dcf5d59',31709,20115,31561,'com.liferay.portal.search.spi','1.0.8',NULL),('1109660e-aa47-0b76-4326-682c516a7f26',31710,20115,31561,'com.liferay.portal.search.web','2.0.39','portal-search-web'),('a4569ec3-6c22-351d-84a0-615a7848f8b8',31711,20115,31561,'com.liferay.portal.search.web.api','1.0.16',NULL),('57e264a4-9f00-5288-b769-623b268aeac0',31712,20115,31561,'com.liferay.portal.security.antisamy','2.0.33',NULL),('1622df17-3ffa-6efc-3929-f9525c4bdb9e',31713,20115,31561,'com.liferay.portal.security.audit.api','2.1.10',NULL),('80d57ef6-a748-4c03-ee5c-e2e5c003baf6',31714,20115,31561,'com.liferay.portal.security.audit.event.generators','1.0.18',NULL),('a1cf090c-37bc-9696-955e-bd0ffd7b7997',31715,20115,31561,'com.liferay.portal.security.audit.event.generators.api','1.0.3',NULL),('8a46cda5-48c5-5155-46a0-6f846ec4246f',31716,20115,31561,'com.liferay.portal.security.audit.event.generators.user.management','1.0.2',NULL),('adb77bd0-a4b5-8683-7648-2782a810db29',31717,20115,31561,'com.liferay.portal.security.audit.router','2.0.10',NULL),('3cf38f6d-e3d1-4557-a273-8e4f196d025d',31718,20115,31561,'com.liferay.portal.security.audit.storage.api','2.0.14',NULL),('e265c0f5-f796-9105-048c-0d06c9352710',31719,20115,31561,'com.liferay.portal.security.audit.storage.service','2.0.31',NULL),('a8ba0ed9-0613-736b-a7db-fd0608cc7ff6',31720,20115,31561,'com.liferay.portal.security.audit.web','1.0.28','portal-security-audit-web'),('d8942dfd-1e8b-f2dd-7760-bfe5e1cc5154',31721,20115,31561,'com.liferay.portal.security.audit.wiring','2.0.13',NULL),('61e2b000-ad92-baf2-1f4e-129de858dca7',31722,20115,31561,'com.liferay.portal.security.auth.verifier','2.2.14',NULL),('1eac431c-f7fb-b99a-0d01-61674e8febfb',31723,20115,31561,'com.liferay.portal.security.auto.login','2.1.18',NULL),('a4e59f2a-b901-a326-bb60-02a104fb8d22',31724,20115,31561,'com.liferay.portal.security.exportimport.api','2.0.4',NULL),('26c5d401-0cbe-394d-06e8-c378bfd4be60',31725,20115,31561,'com.liferay.portal.security.ldap','2.5.14',NULL),('9188e8ea-46f7-125f-aac7-a2af7cdebae4',31726,20115,31561,'com.liferay.portal.security.service.access.policy.api','2.0.35',NULL),('92784fef-7a6a-3ce1-c115-9436f5532130',31727,20115,31561,'com.liferay.portal.security.service.access.policy.service','2.1.45',NULL),('f9153eb5-58d0-b6ef-4611-556882e72853',31728,20115,31561,'com.liferay.portal.security.service.access.policy.web','1.0.27',NULL),('4f41afe0-df81-b886-fb67-91e73b24393f',31729,20115,31561,'com.liferay.portal.security.sso.cas','4.0.15',NULL),('794c59b9-b405-dedf-66cd-edabe73944a1',31730,20115,31561,'com.liferay.portal.security.sso.cas.api','1.0.9',NULL),('7914cdec-7d58-b172-61bc-c4b1039bfd4c',31731,20115,31561,'com.liferay.portal.security.sso.facebook.connect','4.0.11',NULL),('9c985b01-bd53-ed70-88fa-715f2484dbc3',31732,20115,31561,'com.liferay.portal.security.sso.facebook.connect.api','1.1.3',NULL),('d5a1a05a-e942-dd32-e545-ee37c3d6178b',31733,20115,31561,'com.liferay.portal.security.sso.google','3.0.14',NULL),('d14ba8de-47b3-80e5-30d0-ee21e50e06d3',31734,20115,31561,'com.liferay.portal.security.sso.google.api','1.1.3',NULL),('c78f3344-b5b4-d830-ea22-06a9605c0dc0',31735,20115,31561,'com.liferay.portal.security.sso.ntlm','4.0.17',NULL),('5112966a-6172-843b-1273-e499c66e0d3a',31736,20115,31561,'com.liferay.portal.security.sso.ntlm.api','1.0.10',NULL),('744ada81-336c-3e75-b45b-dca0952f9143',31737,20115,31561,'com.liferay.portal.security.sso.openid','4.0.13',NULL),('476f6f4f-884c-01a9-2812-4f0a4bcd5641',31738,20115,31561,'com.liferay.portal.security.sso.openid.api','1.1.3',NULL),('b8a00f4f-5964-88e4-41bd-85ae24521759',31739,20115,31561,'com.liferay.portal.security.sso.openid.connect.api','3.0.5',NULL),('86da0b25-fc83-37ae-c8d0-7e5ed9fef47f',31740,20115,31561,'com.liferay.portal.security.sso.openid.connect.impl','2.0.16',NULL),('0371b6bb-685a-ad6d-41ee-874321456759',31741,20115,31561,'com.liferay.portal.security.sso.opensso','4.0.13',NULL),('a00607c4-1055-78ba-5a23-7b5b817641de',31742,20115,31561,'com.liferay.portal.security.sso.opensso.api','1.2.4',NULL),('c4a76db9-a89c-f1bb-9a29-ebf3fa6cfb12',31743,20115,31561,'com.liferay.portal.security.sso.token.api','1.0.3',NULL),('da2caf6c-3639-25d2-2060-eee6e947e769',31744,20115,31561,'com.liferay.portal.security.sso.token.impl','1.0.16',NULL),('9c42c421-84e1-5bf7-dd44-e2800bff5f2d',31745,20115,31561,'com.liferay.portal.settings.api','2.0.10',NULL),('53a3fec3-d47b-9044-fbfc-cdb130cd3728',31746,20115,31561,'com.liferay.portal.settings.authentication.cas.web','1.0.24','portal-settings-authentication-cas-web'),('56f5a7f3-5bcf-ce71-c732-aa5832580a46',31747,20115,31561,'com.liferay.portal.settings.authentication.facebook.connect.web','1.0.22','portal-settings-authentication-facebook-connect-web'),('0201dba5-d2f8-6be0-10cb-91607e266395',31748,20115,31561,'com.liferay.portal.settings.authentication.google.web','1.0.20','portal-settings-authentication-google-web'),('c82867c7-9fbf-9e77-4639-423038d71fdc',31749,20115,31561,'com.liferay.portal.settings.authentication.ldap.web','1.0.45','portal-settings-authentication-ldap-web'),('303cbbdf-a424-04bd-995b-ffd85db61485',31750,20115,31561,'com.liferay.portal.settings.authentication.ntlm.web','1.0.21','portal-settings-authentication-ntlm-web'),('5c8ecbbe-c7ce-7ccf-4e94-e3e785c45bf7',31751,20115,31561,'com.liferay.portal.settings.authentication.openid.connect.web','2.0.9','portal-settings-authentication-openid-connect-web'),('876eb050-e45a-89da-1d44-b32196453093',31752,20115,31561,'com.liferay.portal.settings.authentication.openid.web','1.0.20','portal-settings-authentication-openid-web'),('ad8c6d0f-1aea-bf75-dd95-c5859b399dce',31753,20115,31561,'com.liferay.portal.settings.authentication.opensso.web','1.0.24','portal-settings-authentication-opensso-web'),('f2b0cab4-7d96-fd89-18cc-dccaeec2e731',31754,20115,31561,'com.liferay.portal.settings.lang','1.0.28',NULL),('9ab857d6-9a7d-1fd6-3149-23b4d86dfb10',31755,20115,31561,'com.liferay.portal.settings.web','1.2.29','portal-settings-web'),('5c3b09a5-36d3-ae19-ebda-31529fbe97df',31756,20115,31561,'com.liferay.portal.spring.extender','2.1.15',NULL),('3c3035c3-afa6-f6e2-59c4-990de0ccf42e',31757,20115,31561,'com.liferay.portal.store.cmis','2.0.32',NULL),('0856c720-058b-7946-9242-5da8c14282d1',31758,20115,31561,'com.liferay.portal.store.db','2.0.11',NULL),('6b3a8ebd-9b68-7e84-25dd-3913c5efedd1',31759,20115,31561,'com.liferay.portal.store.file.system','2.0.28',NULL),('5f23cd68-76ae-7113-5469-e6473a5cb097',31760,20115,31561,'com.liferay.portal.store.ignore.duplicates.wrapper','1.0.7',NULL),('c7f07120-d690-68e9-3603-56e684f5b059',31761,20115,31561,'com.liferay.portal.store.jcr','2.0.38',NULL),('d739b431-8f3b-a58c-f200-e7250b82add5',31762,20115,31561,'com.liferay.portal.store.s3','2.0.39',NULL),('77f73e7d-ad0d-0041-6579-ff1d53db2fc7',31763,20115,31561,'com.liferay.portal.store.safe.file.name.wrapper','1.0.9',NULL),('7161392e-47b2-68d6-b79a-8d19b4cc1bd1',31764,20115,31561,'com.liferay.portal.template.freemarker','3.0.39',NULL),('7644acc6-2fa3-deb7-1ccb-f6b84b3a9753',31765,20115,31561,'com.liferay.portal.template.soy','2.4.42',NULL),('f33d0a2f-fab6-af87-a049-460afe162441',31766,20115,31561,'com.liferay.portal.template.soy.context.contributor','1.0.6',NULL),('3925b006-0a25-6a9b-f038-8fafae243a6b',31767,20115,31561,'com.liferay.portal.template.velocity','2.0.50',NULL),('8b6dd924-4079-b940-7ae2-b8c6fa5fccb2',31768,20115,31561,'com.liferay.portal.template.xsl','2.0.21',NULL),('ddd42777-701e-ac8e-5ccc-e19d38183463',31769,20115,31561,'com.liferay.portal.uad','2.0.4',NULL),('5c17ebfd-174e-3204-3175-18419a8dda08',31770,20115,31561,'com.liferay.portal.upgrade.api','1.0.5',NULL),('819dc421-05da-fc55-af04-cf32011b3da7',31771,20115,31561,'com.liferay.portal.upgrade.impl','1.0.15',NULL),('a3478555-de9d-05e7-94c7-de86df63f486',31772,20115,31561,'com.liferay.portal.verify.extender','3.0.18',NULL),('58346839-72df-3659-53bb-0d3f3f058ef3',31773,20115,31561,'com.liferay.portal.weblogic.support','2.0.9',NULL),('9a9cdbcc-0a85-f0c6-38d8-75d7590dd216',31774,20115,31561,'com.liferay.roles.admin.api','2.0.2',NULL),('00a7105c-ef47-a915-fad3-2a4d40270368',31775,20115,31561,'com.liferay.roles.admin.impl','1.0.18',NULL),('3a64c34b-c3f2-74db-99af-3102030f3d40',31776,20115,31561,'com.liferay.roles.admin.web','1.0.75',NULL),('0dc2026b-c4a1-86c8-4578-821475d1648e',31777,20115,31561,'com.liferay.roles.selector.web','1.0.24',NULL),('37f265df-8e29-eb9a-063c-fa0a18d7c8fd',31778,20115,31561,'com.liferay.roles.uad','2.0.2',NULL),('64144580-4570-ac42-7525-7cfafef0fe98',31779,20115,31561,'com.liferay.server.admin.web','1.0.61',NULL),('4cc83469-2a1c-c7f9-4cd0-3735cc826c08',31780,20115,31561,'com.liferay.user.associated.data.api','2.0.7',NULL),('9d95060a-4a0e-261a-be9c-5531a53e41fa',31781,20115,31561,'com.liferay.user.associated.data.web','2.0.19',NULL),('376160f3-8084-b802-b079-856b1d19da15',31782,20115,31561,'com.liferay.user.groups.admin.api','2.0.2',NULL),('265a79f7-f404-5f92-18b3-0c6de9ff5dd1',31783,20115,31561,'com.liferay.user.groups.admin.impl','1.0.17',NULL),('9055dc03-9574-9ffb-0535-5abc6e7dd7a9',31784,20115,31561,'com.liferay.user.groups.admin.uad','2.0.1',NULL),('feedf6c8-5157-75df-ad75-50e3c0152cf9',31785,20115,31561,'com.liferay.user.groups.admin.web','1.0.36',NULL),('6deec4e6-4e25-05c3-32d6-9cfa718f84f9',31786,20115,31561,'com.liferay.users.admin.api','2.1.2',NULL),('7088b4b0-9651-ebe6-3e04-78ee9cad1dec',31787,20115,31561,'com.liferay.users.admin.impl','1.0.26',NULL),('d30280f5-f6cf-f0a3-7a1e-fa21b49721e2',31788,20115,31561,'com.liferay.users.admin.uad','2.0.1',NULL),('8c715ce9-70bf-9ded-00b0-e106309a7907',31789,20115,31561,'com.liferay.users.admin.web','2.5.31','users-admin-web'),('bded4a39-9fa4-ca54-3232-5b7114ca0956',31790,20115,31561,'com.liferay.web.proxy.web','1.0.25','web-proxy-web'),('65b941b4-24b2-9f5f-72b2-0095ddeb59a0',31791,20115,31561,'com.liferay.websocket.whiteboard','1.0.9',NULL),('86be124e-a13e-b257-20a2-7dd325822268',31792,20115,31561,'com.liferay.xstream.configurator.api','2.1.11',NULL),('0f72ba7b-8de1-28cf-fcd6-78b81c5be993',31793,20115,31561,'javax.validation.api','1.1.0.Final',NULL),('0f163e29-5fe3-1fb0-2563-8e9c3e7f3240',31794,20115,31561,'woodstox-core-asl','4.4.1',NULL),('505ac127-079d-8663-53bc-3a2c30efaa49',31795,20115,31561,'com.liferay.map.common','2.0.1','map-common'),('82c01820-27cf-6913-6147-d3b0af1fdcdc',31796,20115,31561,'stax2-api','3.1.4',NULL),('3ba9f2a2-3ffc-3e92-8ab6-0cad4aa314ca',31797,20115,31561,'Liferay Foundation-admin-theme-wrapper','1.0.97',NULL),('fe6d7abb-4ee8-f4c8-1a65-814669abb527',31798,20115,31561,'Liferay Foundation-classic-theme-wrapper','1.0.98',NULL),('2d8b3fc2-856d-5897-c5ed-8d047f37100b',31799,20115,31561,'Liferay Foundation-user-dashboard-theme-wrapper','1.0.99',NULL),('4209df96-efb2-2630-77b6-78f18643c355',31800,20115,31561,'Liferay Foundation-user-profile-theme-wrapper','1.0.99',NULL),('7b7fd20a-36ec-a981-f493-20f358f711f1',31802,20115,31801,'com.liferay.sync.api','3.0.21',NULL),('f0651bef-689d-60fd-d881-8a0f158f44de',31803,20115,31801,'com.liferay.sync.oauth','1.0.7',NULL),('cd7f6283-b8a9-3f24-1ac5-b7532f8f3e43',31804,20115,31801,'com.liferay.sync.security','2.0.12',NULL),('1b004821-dedc-be4d-2bc6-58059cd0e097',31805,20115,31801,'com.liferay.sync.service','1.6.48',NULL),('514b9f53-43c1-7648-6795-4d14272058c3',31806,20115,31801,'com.liferay.sync.web','1.0.28',NULL),('38ad2da2-8e8c-336f-ed88-881d81c5364f',31808,20115,31807,'Liferay Sharepoint Connector-sharepoint-hook-wrapper','7.0.10.3',NULL); /*!40000 ALTER TABLE `Marketplace_Module` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `MembershipRequest` -- DROP TABLE IF EXISTS `MembershipRequest`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 `MicroblogsEntry` -- DROP TABLE IF EXISTS `MicroblogsEntry`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `MicroblogsEntry` ( `microblogsEntryId` 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, `creatorClassNameId` bigint(20) DEFAULT NULL, `creatorClassPK` bigint(20) DEFAULT NULL, `content` longtext, `type_` int(11) DEFAULT NULL, `parentMicroblogsEntryId` bigint(20) DEFAULT NULL, `socialRelationType` int(11) DEFAULT NULL, PRIMARY KEY (`microblogsEntryId`), KEY `IX_1D8CE137` (`companyId`,`creatorClassNameId`,`creatorClassPK`,`type_`), KEY `IX_CA299EF2` (`companyId`,`creatorClassNameId`,`type_`), KEY `IX_14ACFA9` (`creatorClassNameId`,`creatorClassPK`,`type_`), KEY `IX_6AA6B164` (`creatorClassNameId`,`type_`), KEY `IX_6BD29B9C` (`type_`,`parentMicroblogsEntryId`), KEY `IX_8F04FC09` (`userId`,`createDate`,`type_`,`socialRelationType`), KEY `IX_92BA6F0` (`userId`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `MicroblogsEntry` -- LOCK TABLES `MicroblogsEntry` WRITE; /*!40000 ALTER TABLE `MicroblogsEntry` DISABLE KEYS */; /*!40000 ALTER TABLE `MicroblogsEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth_OAuthApplication` -- DROP TABLE IF EXISTS `OAuth_OAuthApplication`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `OAuth_OAuthApplication` ( `oAuthApplicationId` 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` varchar(75) DEFAULT NULL, `description` longtext, `consumerKey` varchar(75) DEFAULT NULL, `consumerSecret` varchar(75) DEFAULT NULL, `accessLevel` int(11) DEFAULT NULL, `logoId` bigint(20) DEFAULT NULL, `shareableAccessToken` tinyint(4) DEFAULT NULL, `callbackURI` longtext, `websiteURL` longtext, PRIMARY KEY (`oAuthApplicationId`), UNIQUE KEY `IX_B12A5172` (`consumerKey`), KEY `IX_DD85AA60` (`companyId`,`name`), KEY `IX_2B33FAA0` (`userId`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth_OAuthApplication` -- LOCK TABLES `OAuth_OAuthApplication` WRITE; /*!40000 ALTER TABLE `OAuth_OAuthApplication` DISABLE KEYS */; /*!40000 ALTER TABLE `OAuth_OAuthApplication` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OAuth_OAuthUser` -- DROP TABLE IF EXISTS `OAuth_OAuthUser`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `OAuth_OAuthUser` ( `oAuthUserId` 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, `oAuthApplicationId` bigint(20) DEFAULT NULL, `accessToken` varchar(75) DEFAULT NULL, `accessSecret` varchar(75) DEFAULT NULL, PRIMARY KEY (`oAuthUserId`), UNIQUE KEY `IX_84260D45` (`accessToken`), UNIQUE KEY `IX_7B260C62` (`userId`,`oAuthApplicationId`), KEY `IX_4167B528` (`oAuthApplicationId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `OAuth_OAuthUser` -- LOCK TABLES `OAuth_OAuthUser` WRITE; /*!40000 ALTER TABLE `OAuth_OAuthUser` DISABLE KEYS */; /*!40000 ALTER TABLE `OAuth_OAuthUser` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `OrgGroupRole` -- DROP TABLE IF EXISTS `OrgGroupRole`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 `Organization_` -- DROP TABLE IF EXISTS `Organization_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `Organization_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` 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_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 `PasswordPolicy` -- DROP TABLE IF EXISTS `PasswordPolicy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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` varchar(75) DEFAULT NULL, `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,'95dd5cde-9f49-6d9f-e96d-c873a614110e',20154,20115,20119,NULL,'2020-08-27 22:40:23.820000','2020-08-27 22:40:23.820000',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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PollsChoice` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PollsQuestion` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `PollsVote` ( `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 */; /*!40101 SET character_set_client = utf8 */; 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 (1,20116,20115,1,'sync.lan.server.uuida4f46541-7921-bd8d-f8f4-8d459bdcf86esync.lan.keyMIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQCATU1qkupgZ97KyPG1gaQGGLcUbNTaVdPvaU53w+v3GYQQfp4bjRcgfYAfHm5L7ZhOBoUpj7FGe/UoU+PXziv15J3Yc7SCwrtNu6yhThYGhwZxKSqzb+4B74jwKlLMJtD6HhmKGns8OKIKytwljTgyr2DyEwNysx+0GhNXPsiszHYdMtJR8Js2IcxEH8o3la3Fezl+ngZTZ6vlKp+x3nca8kcj9f/0KyzpM1pvWFJzPfcPpLE+7e0RbtJFEMh5Qd8hNGhPEywrk7NfqFe6Lm/CcAkPSXInX8k/OqqAtkYntiMZkF3pSPGKxj6NfSqjYLyvo9XzRU3yP+2G2D9phjRxAgMBAAECggEAe4TwgSfLyOB3Fxd5zFpxBQWKTHmyOjji/tyNFLRkWdIQ2KhtouykVT09ubfcS/ED7ipMzQRvkQIJtbd95OeyXtqoNBjAshqzpFSIEAtTHRmlVBBj8bhSlT58wWqdp7m++u07fT+dYQ7MwkMmymg4sGMznBo9+ZEFdqib8iSZofEgtEo0SAdy0Oo0yU2DNcxNl4PvI4HIGh0W16wSPNRbwZ/C5McKqD+BQfaWcqnWFGexI6pStWo/tFr7WrpxVV5YNS8XlE5d60R9xCff6isMOX7dkZl3P9OqFWFyDOpbm9BqYNfIARsKDMtpFavwRQkPIp/Qcd/oC1Az3/cMtQUGeQKBgQC6aj2Ot+OSdNy9/btvXpDPqccCA8y9CBDpVKoHttyrqlALanKiznbI7PQ9a3J6r659QB2r1bCn4xh9A1iqnJG4jwB5uF3JeBW6g4mRP9sSd83cWGTQiaAZuBfmpkJezdszeJcuaEVCkL35SScEJBbCn5Amh1cAOYwAhEHOmCIfGwKBgQCwMcxKLIJhR1bvHad0Z35uUYQA6ueSQ4DS2yW5QYXakwS2nTmV8CVTykq/l3lLlBTMBmsrW3j9vkjEIaZo5Jn1TKtY78T/ZqBVnDmioEqO5UQimfWYmGfNSfvnvGCausmNns5aEBmKUHliYwfsV5HCo7T9CJZOY9xdlDi6NWZXYwKBgD96oB2ydvdPfj/gYGxrSmq8yLzh6F1Smtep8gCQf5Khe4J3rDPOlNqU/hLQPPqUSpnyNGhoazCwf41Kj24BxQmRALtyUdWiY9vQoQ7qLMKcM2jeXO46f19ithjf8ufvt75OSUUPUs55FYgHJhcd5vY9ecv0+GZmMkuWvgYI/k2TAoGBAI4w0fX2L44D/ZNhMheNwgmTfV0kNZfjJB6GPs5fo38+cGpTPfrT37vcIDC4NGoa6iGw+GH4Iw9bteuaYGp8OgctRYazkR6wGqqcNiMZCrKBMVhfOUVZkUOp9kIQ00FrhmblBxDFt2bZBOyykN1Z2kbiyJf/ixVeH6Phj1ou6BWTAoGBAJHsKFeK8HdQcSZ7xkKIjbOz1KpIp1NMJ8gHZf5nRd+t9i/Dvf+q0HaJ8ohZM/Irz8nWgZb59NSAaddvErrpMQWdhFzKtWAA48bBf4i/w2qHd0o0ek+xa/BXKfLIOzIs8f2tlOfWB5eHY6UMfnNX6DgSgJIhiFk7kfqPQBwiXNa+sync.lan.certificateMIIC4TCCAcmgAwIBAgIJANXiQ5wEL2U1MA0GCSqGSIb3DQEBCwUAMC8xLTArBgNVBAMMJGE0ZjQ2NTQxLTc5MjEtYmQ4ZC1mOGY0LThkNDU5YmRjZjg2ZTAgFw0xOTA4MjgyMjQwNDNaGA8zMDE5MTIyOTIyNDA0M1owLzEtMCsGA1UEAwwkYTRmNDY1NDEtNzkyMS1iZDhkLWY4ZjQtOGQ0NTliZGNmODZlMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAgE1NapLqYGfeysjxtYGkBhi3FGzU2lXT72lOd8Pr9xmEEH6eG40XIH2AHx5uS+2YTgaFKY+xRnv1KFPj184r9eSd2HO0gsK7TbusoU4WBocGcSkqs2/uAe+I8CpSzCbQ+h4Zihp7PDiiCsrcJY04Mq9g8hMDcrMftBoTVz7IrMx2HTLSUfCbNiHMRB/KN5WtxXs5fp4GU2er5Sqfsd53GvJHI/X/9Css6TNab1hScz33D6SxPu3tEW7SRRDIeUHfITRoTxMsK5OzX6hXui5vwnAJD0lyJ1/JPzqqgLZGJ7YjGZBd6UjxisY+jX0qo2C8r6PV80VN8j/thtg/aYY0cQIDAQABMA0GCSqGSIb3DQEBCwUAA4IBAQAIevDNyC2prekG9Q5jRHgW3hvNuB/+YXfNMg1dMTGFlcQvRGt2Dy723gg3S2AYquJhuIB1zPyDEYuxWomi6aew9TJk1q2r1nBIR7G65pim2AUTGGvOIbbm6TMd1sqVf51mWthkFvVH0UKyTmTzzrue9tpk16W4CpIKBoCyZ2ebyhjjs98xf218suLkUsB+LVKlJCk09J/8qsf9ZdwJCWcy70pn6VvlFo3syIY4TQCR3eg4j0gv1P8V6dZhTSWk0Q1IwqYEIkkEKhKVVK3EA8HN5n1Iw1aH2zOOWGyftAaTQO5Us4t6tkyYbiPkN5C4LI73VWqZl0vdHEGbxzl3nfQF'),(0,20156,0,1,''),(0,32018,20119,4,''),(2,32032,20155,4,'com.liferay.portal.kernel.util.SessionClicks#com.liferay.product.navigation.product.menu.web_productMenuStateopencom.liferay.portal.kernel.util.SessionClicks#com.liferay.site.util_recentGroups20142'); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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,31822,20115,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',NULL,1),(0,31823,20115,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',NULL,1),(0,31824,20115,'hello_soy_portlet',NULL,1),(0,31825,20115,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',NULL,1),(0,31826,20115,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',NULL,1),(0,31827,20115,'com_liferay_login_web_portlet_FastLoginPortlet',NULL,1),(0,31828,20115,'com_liferay_login_web_portlet_LoginPortlet',NULL,1),(0,31829,20115,'com_liferay_monitoring_web_portlet_MonitoringPortlet',NULL,1),(0,31830,20115,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',NULL,1),(0,31831,20115,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',NULL,1),(0,31832,20115,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',NULL,1),(0,31833,20115,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',NULL,1),(0,31834,20115,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',NULL,1),(0,31836,20115,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',NULL,1),(0,31837,20115,'com_liferay_comment_web_portlet_CommentPortlet',NULL,1),(0,31838,20115,'com_liferay_polls_web_portlet_PollsDisplayPortlet',NULL,1),(0,31839,20115,'com_liferay_polls_web_portlet_PollsPortlet',NULL,1),(0,31840,20115,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',NULL,1),(0,31841,20115,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',NULL,1),(0,31843,20115,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',NULL,1),(0,31844,20115,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',NULL,1),(0,31846,20115,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',NULL,1),(0,31847,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',NULL,1),(0,31848,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',NULL,1),(0,31849,20115,'com_liferay_iframe_web_portlet_IFramePortlet',NULL,1),(0,31850,20115,'com_liferay_rss_web_portlet_RSSPortlet',NULL,1),(0,31851,20115,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',NULL,1),(0,31852,20115,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',NULL,1),(0,31853,20115,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',NULL,1),(0,31854,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',NULL,1),(0,31855,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',NULL,1),(0,31856,20115,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',NULL,1),(0,31865,20115,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',NULL,1),(0,31866,20115,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',NULL,1),(0,31867,20115,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',NULL,1),(0,31868,20115,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',NULL,1),(0,31869,20115,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',NULL,1),(0,31870,20115,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',NULL,1),(0,31871,20115,'com_liferay_portal_search_web_portlet_SearchPortlet',NULL,1),(0,31872,20115,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',NULL,1),(0,31873,20115,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',NULL,1),(0,31874,20115,'com_liferay_mentions_web_portlet_MentionsPortlet',NULL,1),(0,31875,20115,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',NULL,1),(0,31876,20115,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',NULL,1),(0,31877,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',NULL,1),(0,31878,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',NULL,1),(0,31879,20115,'com_liferay_trash_web_portlet_TrashPortlet',NULL,1),(0,31880,20115,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',NULL,1),(0,31881,20115,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',NULL,1),(0,31882,20115,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',NULL,1),(0,31883,20115,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',NULL,1),(0,31884,20115,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',NULL,1),(0,31886,20115,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',NULL,1),(0,31887,20115,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',NULL,1),(0,31888,20115,'com_liferay_announcements_web_portlet_AlertsPortlet',NULL,1),(0,31889,20115,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',NULL,1),(0,31890,20115,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',NULL,1),(0,31891,20115,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',NULL,1),(0,31892,20115,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',NULL,1),(0,31893,20115,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',NULL,1),(0,31894,20115,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',NULL,1),(0,31895,20115,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',NULL,1),(0,31896,20115,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',NULL,1),(0,31897,20115,'com_liferay_directory_web_portlet_DirectoryPortlet',NULL,1),(0,31898,20115,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',NULL,1),(0,31899,20115,'com_liferay_flags_web_portlet_FlagsPortlet',NULL,1),(0,31900,20115,'com_liferay_flags_web_portlet_PageFlagsPortlet',NULL,1),(0,31901,20115,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',NULL,1),(0,31902,20115,'com_liferay_quick_note_web_portlet_QuickNotePortlet',NULL,1),(0,31903,20115,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',NULL,1),(0,31904,20115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',NULL,1),(0,31905,20115,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',NULL,1),(0,31906,20115,'com_liferay_social_activity_web_portlet_SocialActivityPortlet',NULL,1),(0,31907,20115,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',NULL,1),(0,31908,20115,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',NULL,1),(0,31909,20115,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',NULL,1),(0,31910,20115,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',NULL,1),(0,31911,20115,'com_liferay_document_library_web_portlet_DLAdminPortlet',NULL,1),(0,31912,20115,'com_liferay_document_library_web_portlet_DLPortlet',NULL,1),(0,31913,20115,'com_liferay_document_library_web_portlet_IGDisplayPortlet',NULL,1),(0,31914,20115,'com_liferay_wiki_web_portlet_WikiAdminPortlet',NULL,1),(0,31915,20115,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',NULL,1),(0,31916,20115,'com_liferay_wiki_web_portlet_WikiPortlet',NULL,1),(0,31925,20115,'com_liferay_message_boards_web_portlet_MBAdminPortlet',NULL,1),(0,31926,20115,'com_liferay_message_boards_web_portlet_MBPortlet',NULL,1),(0,31944,20115,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',NULL,1),(0,31945,20115,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',NULL,1),(0,31946,20115,'com_liferay_blogs_web_portlet_BlogsPortlet',NULL,1),(0,31955,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',NULL,1),(0,31957,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',NULL,1),(0,31958,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',NULL,1),(0,31959,20115,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',NULL,1),(0,31960,20115,'com_liferay_contacts_web_portlet_MembersPortlet',NULL,1),(0,31961,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',NULL,1),(0,31962,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',NULL,1),(0,31963,20115,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',NULL,1),(0,31964,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',NULL,1),(0,31965,20115,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',NULL,1),(0,31966,20115,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',NULL,1),(0,31967,20115,'com_liferay_sync_web_portlet_SyncDevicesPortlet',NULL,1),(0,31969,20115,'com_liferay_sync_web_portlet_SyncAdminPortlet',NULL,1),(0,31970,20115,'com_liferay_oauth_web_internal_portlet_AdminPortlet',NULL,1),(0,31971,20115,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',NULL,1),(0,31973,20115,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',NULL,1),(0,31974,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',NULL,1),(0,31975,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',NULL,1),(0,31976,20115,'com_liferay_calendar_web_portlet_CalendarPortlet',NULL,1),(0,31977,20115,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',NULL,1),(0,31978,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',NULL,1),(0,31979,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',NULL,1),(0,31980,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',NULL,1),(0,31981,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',NULL,1),(0,31982,20115,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',NULL,1),(0,31983,20115,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',NULL,1),(0,31984,20115,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',NULL,1),(0,31985,20115,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',NULL,1),(0,32009,20115,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',NULL,1),(0,32010,20115,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',NULL,1),(0,32011,20115,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',NULL,1),(0,32012,20115,'com_liferay_journal_content_web_portlet_JournalContentPortlet',NULL,1),(0,32013,20115,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',NULL,1),(0,32014,20115,'com_liferay_journal_web_portlet_JournalPortlet',NULL,1),(0,32015,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',NULL,1),(0,32016,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',NULL,1),(0,32017,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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,31835,20115,20115,1,0,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,31842,20115,20115,1,0,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,31845,20115,20115,1,0,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,31864,20115,0,3,31861,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_VwVABk8q7t3C','showOnlyLayoutAssetstrue'),(1,31885,20115,20115,1,0,'com_liferay_my_account_web_portlet_MyAccountPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,31924,20115,0,3,31921,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet_INSTANCE_pxJcQfuBVPqg','showAssetCounttrueclassNameId29902'),(1,31940,20115,0,3,31937,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_17nhRM7E08am','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent ContentanyAssetTypefalse'),(1,31954,20115,0,3,31951,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet_INSTANCE_x0jPqiiUJyWR','displayStylecloudshowAssetCounttruemaxAssetTags10showZeroAssetCountfalseclassNameId20011'),(1,31956,20115,20115,1,0,'com_liferay_notifications_web_portlet_NotificationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,31968,20115,20115,1,0,'com_liferay_sync_web_portlet_SyncDevicesPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,31972,20115,20115,1,0,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','myAccountAccessInControlPanelPermissionsInitializedtrue'),(1,31999,20115,0,3,31996,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet_INSTANCE_SlS8JtxKTg8l','portletSetupUseCustomTitletrueportletSetupTitle_en_USRecent Content'),(1,32003,20115,0,3,32000,'com_liferay_document_library_web_portlet_DLPortlet_INSTANCE_NTxybK99DaKx','portletSetupPortletDecoratorIdborderless'),(1,32007,20115,0,3,32004,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_yf50Kd5ZNJWV','portletSetupUseCustomTitletrueurlshttp://www.nytimes.com/services/xml/rss/userland/Technology.xmlportletSetupTitle_en_USTechnology newsexpandedEntriesPerFeed3'),(1,32008,20115,0,3,32004,'com_liferay_rss_web_portlet_RSSPortlet_INSTANCE_3DFVO7nQv6Mk','portletSetupUseCustomTitletrueurlshttps://www.liferay.com/about-us/newsroom/press-releases/-/asset_publisher/2oZC/rssportletSetupTitle_en_USLiferay newsexpandedEntriesPerFeed0titlesLiferay Press Releases'),(0,32019,20115,20142,3,0,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',''),(0,32020,20115,0,3,20145,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',''),(0,32021,20115,20142,3,0,'com_liferay_portal_search_web_portlet_SearchPortlet','portletSetupPortletDecoratorIdbarebone'),(0,32022,20115,0,3,20145,'com_liferay_portal_search_web_portlet_SearchPortlet','portletSetupPortletDecoratorIdbarebone'),(0,32023,20115,20142,3,0,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','portletSetupPortletDecoratorIdbarebone'),(0,32024,20115,0,3,20145,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','portletSetupPortletDecoratorIdbarebone'),(0,32034,20115,20142,3,0,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,32035,20115,0,3,20145,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,32036,20115,0,3,20136,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',''),(0,32037,20115,0,3,20136,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',''),(0,32038,20115,20132,3,0,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,32039,20115,0,3,20136,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',''),(0,32040,20115,0,3,20136,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',''); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_204D31E8` (`SCHED_NAME`,`INSTANCE_NAME`), 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_186442A4` (`SCHED_NAME`,`TRIGGER_NAME`,`TRIGGER_GROUP`,`TRIGGER_STATE`), KEY `IX_1BA1F9DC` (`SCHED_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_EEFE382A` (`SCHED_NAME`,`NEXT_FIRE_TIME`), KEY `IX_F026CF4C` (`SCHED_NAME`,`NEXT_FIRE_TIME`,`TRIGGER_STATE`), 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 `RecentLayoutBranch` -- DROP TABLE IF EXISTS `RecentLayoutBranch`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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,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 */; /*!40101 SET character_set_client = utf8 */; 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-27 22:39:55.000000','2020-08-27 22:40:18.451000','portal','0.0.6',7010,'2016-06-15 00:00:00.000000',1,NULL,'You take the blue pill, the story ends, you wake up in your bed and believe whatever you want to believe. You take the red pill, you stay in Wonderland, and I show you how deep the rabbit hole goes.'),(5,20174,'2020-08-27 22:40:25.335000','2020-08-27 22:40:25.509000','com.liferay.contacts.web','1.0.1',0,NULL,0,0,NULL),(2,20201,'2020-08-27 22:40:25.552000','2020-08-27 22:40:25.573000','com.liferay.hello.velocity.web','1.0.0',0,NULL,0,0,NULL),(2,20301,'2020-08-27 22:40:25.616000','2020-08-27 22:40:25.634000','com.liferay.hello.world.web','1.0.0',0,NULL,0,0,NULL),(5,20401,'2020-08-27 22:40:25.674000','2020-08-27 22:40:25.754000','com.liferay.license.manager.web','1.0.1',0,NULL,0,0,NULL),(2,20501,'2020-08-27 22:40:25.802000','2020-08-27 22:40:25.819000','com.liferay.login.web','1.0.0',0,NULL,0,0,NULL),(2,20601,'2020-08-27 22:40:25.864000','2020-08-27 22:40:25.878000','com.liferay.mobile.device.rules.web','1.0.0',0,NULL,0,0,NULL),(2,20701,'2020-08-27 22:40:25.922000','2020-08-27 22:40:25.940000','com.liferay.monitoring.web','1.0.0',0,NULL,0,0,NULL),(2,20801,'2020-08-27 22:40:25.979000','2020-08-27 22:40:25.992000','com.liferay.my.account.web','1.0.0',0,NULL,0,0,NULL),(2,20901,'2020-08-27 22:40:26.032000','2020-08-27 22:40:26.047000','com.liferay.plugins.admin.web','1.0.0',0,NULL,0,0,NULL),(2,21001,'2020-08-27 22:40:26.092000','2020-08-27 22:40:26.107000','com.liferay.portal.instances.web','1.0.0',0,NULL,0,0,NULL),(2,21101,'2020-08-27 22:40:26.152000','2020-08-27 22:40:26.169000','com.liferay.portal.messaging','1.0.0',0,NULL,0,0,NULL),(2,21201,'2020-08-27 22:40:26.209000','2020-08-27 22:40:26.226000','com.liferay.portal.monitoring','1.0.0',0,NULL,0,0,NULL),(5,21301,'2020-08-27 22:40:26.267000','2020-08-27 22:40:26.337000','com.liferay.portal.remote.soap.extender.impl','1.0.0',0,NULL,0,0,NULL),(2,21401,'2020-08-27 22:40:26.380000','2020-08-27 22:40:26.397000','com.liferay.portal.search.web','1.0.0',0,NULL,0,0,NULL),(2,21501,'2020-08-27 22:40:26.461000','2020-08-27 22:40:26.476000','com.liferay.portal.security.sso.token.impl','1.0.0',0,NULL,0,0,NULL),(2,21601,'2020-08-27 22:40:26.516000','2020-08-27 22:40:26.532000','com.liferay.portal.settings.web','1.0.0',0,NULL,0,0,NULL),(2,21701,'2020-08-27 22:40:26.570000','2020-08-27 22:40:26.583000','com.liferay.server.admin.web','1.0.0',0,NULL,0,0,NULL),(2,21801,'2020-08-27 22:40:26.625000','2020-08-27 22:40:26.645000','com.liferay.web.proxy.web','1.0.0',0,NULL,0,0,NULL),(2,21901,'2020-08-27 22:40:26.737000','2020-08-27 22:40:26.750000','com.liferay.sync.web','1.0.0',0,NULL,0,0,NULL),(2,22001,'2020-08-27 22:40:26.789000','2020-08-27 22:40:26.804000','com.liferay.oauth.web','1.0.0',0,NULL,0,0,NULL),(5,22101,'2020-08-27 22:40:26.839000','2020-08-27 22:40:26.915000','com.liferay.announcements.web','1.0.4',0,NULL,0,0,NULL),(5,22201,'2020-08-27 22:40:26.961000','2020-08-27 22:40:27.313000','com.liferay.blogs.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,22301,'2020-08-27 22:40:27.350000','2020-08-27 22:40:27.363000','com.liferay.blogs.recent.bloggers.web','1.0.0',0,NULL,0,0,NULL),(2,22401,'2020-08-27 22:40:27.402000','2020-08-27 22:40:27.419000','com.liferay.bookmarks.web','1.0.0',0,NULL,0,0,NULL),(2,22501,'2020-08-27 22:40:27.587000','2020-08-27 22:40:27.601000','com.liferay.comment.page.comments.web','1.0.0',0,NULL,0,0,NULL),(2,22601,'2020-08-27 22:40:27.647000','2020-08-27 22:40:27.662000','com.liferay.directory.web','1.0.1',0,NULL,0,0,NULL),(2,22701,'2020-08-27 22:40:27.791000','2020-08-27 22:40:27.807000','com.liferay.document.library.layout.set.prototype','1.0.0',0,NULL,0,0,NULL),(11,22801,'2020-08-27 22:40:27.862000','2020-08-27 22:41:17.562000','com.liferay.document.library.service','1.1.0',1,NULL,1,0,NULL),(2,22903,'2020-08-27 22:40:28.583000','2020-08-27 22:40:28.600000','com.liferay.flags.web','1.0.1',0,NULL,0,0,NULL),(2,23001,'2020-08-27 22:40:28.643000','2020-08-27 22:40:28.660000','com.liferay.image.uploader.web','1.0.0',0,NULL,0,0,NULL),(2,23101,'2020-08-27 22:40:28.709000','2020-08-27 22:40:28.724000','com.liferay.portal.scheduler.quartz','1.0.0',0,NULL,0,0,NULL),(2,23201,'2020-08-27 22:40:29.271000','2020-08-27 22:40:29.285000','com.liferay.item.selector.web','1.0.0',0,NULL,0,0,NULL),(2,23301,'2020-08-27 22:40:29.361000','2020-08-27 22:40:29.380000','com.liferay.message.boards.layout.set.prototype','1.0.0',0,NULL,0,0,NULL),(5,23401,'2020-08-27 22:40:29.424000','2020-08-27 22:40:29.530000','com.liferay.microblogs.web','1.0.1',0,NULL,0,0,NULL),(2,23501,'2020-08-27 22:40:29.571000','2020-08-27 22:40:29.587000','com.liferay.quick.note.web','1.0.0',0,NULL,0,0,NULL),(2,23601,'2020-08-27 22:40:29.634000','2020-08-27 22:40:29.649000','com.liferay.ratings.page.ratings.web','1.0.0',0,NULL,0,0,NULL),(2,23701,'2020-08-27 22:40:29.694000','2020-08-27 22:40:29.709000','com.liferay.recent.documents.web','1.0.1',0,NULL,0,0,NULL),(2,23801,'2020-08-27 22:40:29.753000','2020-08-27 22:40:29.769000','com.liferay.social.activities.web','1.0.0',0,NULL,0,0,NULL),(2,23901,'2020-08-27 22:40:29.813000','2020-08-27 22:40:29.829000','com.liferay.social.activity.web','1.0.0',0,NULL,0,0,NULL),(2,24001,'2020-08-27 22:40:29.871000','2020-08-27 22:40:29.887000','com.liferay.social.group.statistics.web','1.0.0',0,NULL,0,0,NULL),(2,24101,'2020-08-27 22:40:29.928000','2020-08-27 22:40:29.942000','com.liferay.social.requests.web','1.0.0',0,NULL,0,0,NULL),(2,24201,'2020-08-27 22:40:29.984000','2020-08-27 22:40:30.000000','com.liferay.social.user.statistics.web','1.0.0',0,NULL,0,0,NULL),(5,24301,'2020-08-27 22:40:30.040000','2020-08-27 22:40:30.158000','com.liferay.wiki.layout.prototype','1.0.1',0,NULL,0,0,NULL),(5,24401,'2020-08-27 22:40:30.196000','2020-08-27 22:40:30.309000','com.liferay.calendar.web','1.0.1',0,NULL,0,0,NULL),(2,24601,'2020-08-27 22:40:30.353000','2020-08-27 22:40:30.370000','com.liferay.dynamic.data.mapping.web','1.0.0',0,NULL,0,0,NULL),(2,24701,'2020-08-27 22:40:30.420000','2020-08-27 22:40:30.435000','com.liferay.portal.workflow.kaleo.designer.web','1.0.0',0,NULL,0,0,NULL),(5,24801,'2020-08-27 22:40:30.476000','2020-08-27 22:40:30.570000','com.liferay.portal.workflow.kaleo.forms.web','1.0.3',0,NULL,0,0,NULL),(2,24901,'2020-08-27 22:40:30.624000','2020-08-27 22:40:30.642000','com.liferay.asset.browser.web','1.0.0',0,NULL,0,0,NULL),(2,25001,'2020-08-27 22:40:30.680000','2020-08-27 22:40:30.694000','com.liferay.asset.categories.navigation.web','1.0.0',0,NULL,0,0,NULL),(2,25101,'2020-08-27 22:40:30.734000','2020-08-27 22:40:30.749000','com.liferay.asset.display.web','1.0.0',0,NULL,0,0,NULL),(5,25201,'2020-08-27 22:40:30.788000','2020-08-27 22:40:30.913000','com.liferay.asset.publisher.layout.prototype','1.0.1',0,NULL,0,0,NULL),(2,25301,'2020-08-27 22:40:30.951000','2020-08-27 22:40:30.965000','com.liferay.asset.tags.compiler.web','1.0.0',0,NULL,0,0,NULL),(2,25401,'2020-08-27 22:40:31.002000','2020-08-27 22:40:31.015000','com.liferay.asset.tags.navigation.web','1.0.0',0,NULL,0,0,NULL),(2,25501,'2020-08-27 22:40:31.051000','2020-08-27 22:40:31.063000','com.liferay.exportimport.web','1.0.0',0,NULL,0,0,NULL),(2,25601,'2020-08-27 22:40:31.102000','2020-08-27 22:40:31.119000','com.liferay.iframe.web','1.0.0',0,NULL,0,0,NULL),(2,25701,'2020-08-27 22:40:31.155000','2020-08-27 22:40:31.172000','com.liferay.journal.content.search.web','1.0.1',0,NULL,0,0,NULL),(2,25801,'2020-08-27 22:40:31.210000','2020-08-27 22:40:31.225000','com.liferay.journal.content.web','1.0.0',0,NULL,0,0,NULL),(2,25901,'2020-08-27 22:40:31.270000','2020-08-27 22:40:31.285000','com.liferay.journal.web','1.0.0',0,NULL,0,0,NULL),(2,26001,'2020-08-27 22:40:31.323000','2020-08-27 22:40:31.336000','com.liferay.nested.portlets.web','1.0.0',0,NULL,0,0,NULL),(2,26101,'2020-08-27 22:40:31.370000','2020-08-27 22:40:31.384000','com.liferay.portlet.configuration.css.web','1.0.0',0,NULL,0,0,NULL),(2,26201,'2020-08-27 22:40:31.426000','2020-08-27 22:40:31.440000','com.liferay.portlet.configuration.sharing.web','1.0.0',0,NULL,0,0,NULL),(2,26301,'2020-08-27 22:40:31.484000','2020-08-27 22:40:31.499000','com.liferay.portlet.configuration.web','1.0.0',0,NULL,0,0,NULL),(2,26401,'2020-08-27 22:40:31.545000','2020-08-27 22:40:31.560000','com.liferay.product.navigation.product.menu.web','1.0.0',0,NULL,0,0,NULL),(8,26501,'2020-08-27 22:40:31.601000','2020-08-27 22:40:31.721000','com.liferay.rss.web','3.0.1',0,NULL,0,0,NULL),(2,26601,'2020-08-27 22:40:31.761000','2020-08-27 22:40:31.778000','com.liferay.site.browser.web','1.0.0',0,NULL,0,0,NULL),(2,26701,'2020-08-27 22:40:31.819000','2020-08-27 22:40:31.833000','com.liferay.site.my.sites.web','1.0.0',0,NULL,0,0,NULL),(2,26801,'2020-08-27 22:40:31.877000','2020-08-27 22:40:31.893000','com.liferay.site.navigation.breadcrumb.web','1.0.0',0,NULL,0,0,NULL),(2,26901,'2020-08-27 22:40:31.934000','2020-08-27 22:40:31.949000','com.liferay.site.navigation.directory.web','1.0.0',0,NULL,0,0,NULL),(2,27001,'2020-08-27 22:40:31.989000','2020-08-27 22:40:32.005000','com.liferay.site.navigation.language.web','1.0.0',0,NULL,0,0,NULL),(2,27101,'2020-08-27 22:40:32.044000','2020-08-27 22:40:32.056000','com.liferay.site.navigation.menu.web','1.0.0',0,NULL,0,0,NULL),(2,27201,'2020-08-27 22:40:32.092000','2020-08-27 22:40:32.104000','com.liferay.site.navigation.site.map.web','1.0.0',0,NULL,0,0,NULL),(2,27301,'2020-08-27 22:40:32.144000','2020-08-27 22:40:32.159000','com.liferay.staging.bar.web','1.0.0',0,NULL,0,0,NULL),(2,27401,'2020-08-27 22:40:32.198000','2020-08-27 22:40:32.212000','com.liferay.trash.web','1.0.0',0,NULL,0,0,NULL),(2,27501,'2020-08-27 22:40:32.251000','2020-08-27 22:40:32.266000','com.liferay.xsl.content.web','1.0.0',0,NULL,0,0,NULL),(2,27601,'2020-08-27 22:40:32.338000','2020-08-27 22:40:32.353000','com.liferay.document.library.web','1.0.0',0,NULL,0,0,NULL),(2,27701,'2020-08-27 22:40:32.406000','2020-08-27 22:40:32.419000','com.liferay.wiki.web','1.0.0',0,NULL,0,0,NULL),(2,27801,'2020-08-27 22:40:32.463000','2020-08-27 22:40:32.477000','com.liferay.message.boards.web','1.0.0',0,NULL,0,0,NULL),(2,27901,'2020-08-27 22:40:32.519000','2020-08-27 22:40:32.533000','com.liferay.blogs.web','1.0.0',0,NULL,0,0,NULL),(2,28001,'2020-08-27 22:40:32.581000','2020-08-27 22:40:32.597000','com.liferay.dynamic.data.lists.web','1.0.0',0,NULL,0,0,NULL),(2,28101,'2020-08-27 22:40:32.668000','2020-08-27 22:40:32.711000','com.liferay.notifications.web','2.1.0',0,NULL,0,0,NULL),(2,28201,'2020-08-27 22:40:32.758000','2020-08-27 22:40:32.771000','com.liferay.wiki.navigation.web','1.0.1',0,NULL,0,0,NULL),(2,28301,'2020-08-27 22:40:32.856000','2020-08-27 22:40:32.869000','com.liferay.analytics.message.storage.service','1.0.0',0,NULL,0,0,NULL),(2,28403,'2020-08-27 22:40:33.178000','2020-08-27 22:40:33.194000','com.liferay.contacts.service','2.0.2',0,NULL,0,0,NULL),(3,28503,'2020-08-27 22:40:33.849000','2020-08-27 22:41:16.917000','com.liferay.mobile.device.rules.service','1.0.1',0,NULL,1,0,NULL),(2,28606,'2020-08-27 22:40:34.894000','2020-08-27 22:40:34.925000','com.liferay.portal.background.task.service','1.0.0',0,NULL,0,0,NULL),(2,28701,'2020-08-27 22:40:34.996000','2020-08-27 22:40:35.013000','com.liferay.exportimport.service','1.0.0',0,NULL,0,0,NULL),(2,28803,'2020-08-27 22:40:35.336000','2020-08-27 22:40:35.349000','com.liferay.portal.instances.service','1.0.0',0,NULL,0,0,NULL),(2,28902,'2020-08-27 22:40:35.592000','2020-08-27 22:40:35.606000','com.liferay.portal.lock.service','1.0.0',0,NULL,0,0,NULL),(2,29023,'2020-08-27 22:40:38.613000','2020-08-27 22:40:38.651000','com.liferay.portal.security.audit.storage.service','1.0.0',0,NULL,0,0,NULL),(3,29103,'2020-08-27 22:40:39.566000','2020-08-27 22:41:17.015000','com.liferay.portal.security.service.access.policy.service','2.0.13',0,NULL,1,0,NULL),(2,29208,'2020-08-27 22:40:42.218000','2020-08-27 22:40:42.248000','com.liferay.sync.service','1.0.4',0,NULL,0,0,NULL),(2,29305,'2020-08-27 22:40:43.755000','2020-08-27 22:40:43.772000','com.liferay.oauth.service','1.0.0',0,NULL,0,0,NULL),(3,29404,'2020-08-27 22:40:44.348000','2020-08-27 22:41:17.124000','com.liferay.bookmarks.service','1.0.0',0,NULL,1,0,NULL),(2,29506,'2020-08-27 22:40:45.118000','2020-08-27 22:40:45.136000','com.liferay.flags.service','2.0.1',0,NULL,0,0,NULL),(2,29602,'2020-08-27 22:40:45.429000','2020-08-27 22:40:45.445000','com.liferay.invitation.invite.members.service','1.0.1',0,NULL,0,0,NULL),(2,29703,'2020-08-27 22:40:45.850000','2020-08-27 22:40:45.867000','com.liferay.microblogs.service','1.0.2',0,NULL,0,0,NULL),(3,29803,'2020-08-27 22:40:46.825000','2020-08-27 22:41:17.221000','com.liferay.wiki.service','1.0.0',0,NULL,1,0,NULL),(2,29909,'2020-08-27 22:40:48.353000','2020-08-27 22:40:48.370000','com.liferay.calendar.service','1.0.6',0,NULL,0,0,NULL),(2,30010,'2020-08-27 22:40:49.587000','2020-08-27 22:40:49.601000','com.liferay.dynamic.data.lists.service','1.0.0',0,NULL,0,0,NULL),(3,30101,'2020-08-27 22:40:50.641000','2020-08-27 22:41:17.410000','com.liferay.dynamic.data.mapping.service','1.0.2',0,NULL,1,0,NULL),(8,30220,'2020-08-27 22:40:53.113000','2020-08-27 22:40:53.250000','com.liferay.asset.publisher.web','1.0.2',0,NULL,0,0,NULL),(3,30444,'2020-08-27 22:40:57.559000','2020-08-27 22:41:17.629000','com.liferay.polls.service','1.0.4',0,NULL,1,0,NULL),(2,30505,'2020-08-27 22:40:58.284000','2020-08-27 22:40:58.321000','com.liferay.portal.workflow.kaleo.designer.service','1.0.1',0,NULL,0,0,NULL),(2,30603,'2020-08-27 22:40:58.964000','2020-08-27 22:40:58.998000','com.liferay.portal.workflow.kaleo.forms.service','1.1.0',0,NULL,0,0,NULL),(2,30703,'2020-08-27 22:40:59.498000','2020-08-27 22:40:59.513000','com.liferay.portal.workflow.kaleo.runtime.impl','2.0.3',0,NULL,0,0,NULL),(2,30801,'2020-08-27 22:41:01.564000','2020-08-27 22:41:01.584000','com.liferay.portal.workflow.kaleo.service','1.3.2',0,NULL,0,0,NULL),(3,30955,'2020-08-27 22:41:04.542000','2020-08-27 22:41:17.806000','com.liferay.journal.service','1.0.2',0,NULL,1,0,NULL),(8,31014,'2020-08-27 22:41:05.869000','2020-08-27 22:41:06.001000','com.liferay.layout.admin.web','1.0.2',0,NULL,0,0,NULL),(2,31105,'2020-08-27 22:41:06.450000','2020-08-27 22:41:06.465000','com.liferay.marketplace.service','2.0.2',0,NULL,0,0,NULL),(0,31809,'2020-08-27 22:41:16.518000','2020-08-27 22:41:16.518000','com.liferay.portal.scheduler.internal.verify',NULL,0,NULL,1,0,NULL),(0,31810,'2020-08-27 22:41:16.566000','2020-08-27 22:41:16.566000','com.liferay.portal.security.sso.facebook.connect',NULL,0,NULL,1,0,NULL),(0,31811,'2020-08-27 22:41:16.601000','2020-08-27 22:41:16.601000','com.liferay.portal.security.sso.openid',NULL,0,NULL,1,0,NULL),(0,31812,'2020-08-27 22:41:16.638000','2020-08-27 22:41:16.638000','com.liferay.portal.security.sso.opensso',NULL,0,NULL,1,0,NULL),(0,31813,'2020-08-27 22:41:16.679000','2020-08-27 22:41:16.679000','com.liferay.portal.security.sso.ntlm',NULL,0,NULL,1,0,NULL),(0,31814,'2020-08-27 22:41:16.731000','2020-08-27 22:41:16.731000','com.liferay.portal.security.sso.cas',NULL,0,NULL,1,0,NULL),(0,31815,'2020-08-27 22:41:16.773000','2020-08-27 22:41:16.773000','com.liferay.portal.security.sso.google',NULL,0,NULL,1,0,NULL),(0,31816,'2020-08-27 22:41:16.808000','2020-08-27 22:41:16.808000','com.liferay.portal.security.sso.token.shibboleth',NULL,0,NULL,1,0,NULL),(0,31817,'2020-08-27 22:41:16.843000','2020-08-27 22:41:16.843000','com.liferay.portal.security.sso.token.siteminder',NULL,0,NULL,1,0,NULL),(0,31818,'2020-08-27 22:41:16.866000','2020-08-27 22:41:16.866000','com.liferay.portal.security.ldap',NULL,0,NULL,1,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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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.message.boards.kernel.model.MBThread','PERMISSIONS',2),(0,2,'com.liferay.message.boards.kernel.model.MBThread','SUBSCRIBE',4),(0,3,'com.liferay.message.boards.kernel.model.MBThread','VIEW',1),(0,4,'com.liferay.blogs','ADD_ENTRY',2),(0,5,'com.liferay.blogs','PERMISSIONS',4),(0,6,'com.liferay.blogs','SUBSCRIBE',8),(0,7,'com.liferay.message.boards.kernel.model.MBCategory','DELETE',2),(0,8,'com.liferay.message.boards.kernel.model.MBCategory','PERMISSIONS',4),(0,9,'com.liferay.message.boards.kernel.model.MBCategory','ADD_FILE',8),(0,10,'com.liferay.message.boards.kernel.model.MBCategory','REPLY_TO_MESSAGE',16),(0,11,'com.liferay.message.boards.kernel.model.MBCategory','LOCK_THREAD',32),(0,12,'com.liferay.message.boards.kernel.model.MBCategory','UPDATE',64),(0,13,'com.liferay.message.boards.kernel.model.MBCategory','SUBSCRIBE',128),(0,14,'com.liferay.message.boards.kernel.model.MBCategory','VIEW',1),(0,15,'com.liferay.message.boards.kernel.model.MBCategory','ADD_MESSAGE',256),(0,16,'com.liferay.message.boards.kernel.model.MBCategory','MOVE_THREAD',512),(0,17,'com.liferay.message.boards.kernel.model.MBCategory','ADD_SUBCATEGORY',1024),(0,18,'com.liferay.message.boards.kernel.model.MBCategory','UPDATE_THREAD_PRIORITY',2048),(0,19,'com.liferay.asset.tags','PERMISSIONS',2),(0,20,'com.liferay.asset.tags','ADD_TAG',4),(0,21,'com.liferay.document.library','PERMISSIONS',2),(0,22,'com.liferay.document.library','ADD_REPOSITORY',4),(0,23,'com.liferay.document.library','ADD_DOCUMENT_TYPE',8),(0,24,'com.liferay.document.library','ADD_SHORTCUT',16),(0,25,'com.liferay.document.library','UPDATE',32),(0,26,'com.liferay.document.library','ADD_DOCUMENT',64),(0,27,'com.liferay.document.library','SUBSCRIBE',128),(0,28,'com.liferay.document.library','VIEW',1),(0,29,'com.liferay.document.library','ADD_FOLDER',256),(0,30,'com.liferay.document.library','ADD_STRUCTURE',512),(0,31,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,32,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,33,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,34,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,35,'com.liferay.blogs.kernel.model.BlogsEntry','UPDATE_DISCUSSION',2),(0,36,'com.liferay.blogs.kernel.model.BlogsEntry','DELETE',4),(0,37,'com.liferay.blogs.kernel.model.BlogsEntry','PERMISSIONS',8),(0,38,'com.liferay.blogs.kernel.model.BlogsEntry','DELETE_DISCUSSION',16),(0,39,'com.liferay.blogs.kernel.model.BlogsEntry','UPDATE',32),(0,40,'com.liferay.blogs.kernel.model.BlogsEntry','VIEW',1),(0,41,'com.liferay.blogs.kernel.model.BlogsEntry','ADD_DISCUSSION',64),(0,42,'com.liferay.announcements.kernel.model.AnnouncementsEntry','DELETE',2),(0,43,'com.liferay.announcements.kernel.model.AnnouncementsEntry','PERMISSIONS',4),(0,44,'com.liferay.announcements.kernel.model.AnnouncementsEntry','UPDATE',8),(0,45,'com.liferay.announcements.kernel.model.AnnouncementsEntry','VIEW',1),(0,46,'com.liferay.portal.kernel.model.LayoutPrototype','DELETE',2),(0,47,'com.liferay.portal.kernel.model.LayoutPrototype','PERMISSIONS',4),(0,48,'com.liferay.portal.kernel.model.LayoutPrototype','UPDATE',8),(0,49,'com.liferay.portal.kernel.model.LayoutPrototype','VIEW',1),(0,50,'com.liferay.asset.categories','PERMISSIONS',2),(0,51,'com.liferay.asset.categories','ADD_CATEGORY',4),(0,52,'com.liferay.asset.categories','ADD_VOCABULARY',8),(0,53,'com.liferay.portal.kernel.model.Group','PERMISSIONS',2),(0,54,'com.liferay.portal.kernel.model.Group','VIEW_MEMBERS',4),(0,55,'com.liferay.portal.kernel.model.Group','MANAGE_ANNOUNCEMENTS',8),(0,56,'com.liferay.portal.kernel.model.Group','PUBLISH_STAGING',16),(0,57,'com.liferay.portal.kernel.model.Group','VIEW',1),(0,58,'com.liferay.portal.kernel.model.Group','EXPORT_IMPORT_LAYOUTS',32),(0,59,'com.liferay.portal.kernel.model.Group','ASSIGN_USER_ROLES',64),(0,60,'com.liferay.portal.kernel.model.Group','DELETE',128),(0,61,'com.liferay.portal.kernel.model.Group','VIEW_SITE_ADMINISTRATION',256),(0,62,'com.liferay.portal.kernel.model.Group','ASSIGN_MEMBERS',512),(0,63,'com.liferay.portal.kernel.model.Group','MANAGE_LAYOUTS',1024),(0,64,'com.liferay.portal.kernel.model.Group','MANAGE_ARCHIVED_SETUPS',2048),(0,65,'com.liferay.portal.kernel.model.Group','ADD_COMMUNITY',4096),(0,66,'com.liferay.portal.kernel.model.Group','UPDATE',8192),(0,67,'com.liferay.portal.kernel.model.Group','PUBLISH_PORTLET_INFO',16384),(0,68,'com.liferay.portal.kernel.model.Group','ADD_LAYOUT_SET_BRANCH',32768),(0,69,'com.liferay.portal.kernel.model.Group','PREVIEW_IN_DEVICE',65536),(0,70,'com.liferay.portal.kernel.model.Group','MANAGE_TEAMS',131072),(0,71,'com.liferay.portal.kernel.model.Group','ADD_LAYOUT',262144),(0,72,'com.liferay.portal.kernel.model.Group','ADD_LAYOUT_BRANCH',524288),(0,73,'com.liferay.portal.kernel.model.Group','MANAGE_SUBGROUPS',1048576),(0,74,'com.liferay.portal.kernel.model.Group','VIEW_STAGING',2097152),(0,75,'com.liferay.portal.kernel.model.Group','EXPORT_IMPORT_PORTLET_INFO',4194304),(0,76,'com.liferay.portal.kernel.model.Group','CONFIGURE_PORTLETS',8388608),(0,77,'com.liferay.portal.kernel.model.Group','MANAGE_STAGING',16777216),(0,78,'com.liferay.portal.kernel.model.LayoutSetPrototype','DELETE',2),(0,79,'com.liferay.portal.kernel.model.LayoutSetPrototype','PERMISSIONS',4),(0,80,'com.liferay.portal.kernel.model.LayoutSetPrototype','UPDATE',8),(0,81,'com.liferay.portal.kernel.model.LayoutSetPrototype','VIEW',1),(0,82,'com.liferay.portal.kernel.model.Organization','ASSIGN_USER_ROLES',2),(0,83,'com.liferay.portal.kernel.model.Organization','DELETE',4),(0,84,'com.liferay.portal.kernel.model.Organization','MANAGE_SUBORGANIZATIONS',8),(0,85,'com.liferay.portal.kernel.model.Organization','PERMISSIONS',16),(0,86,'com.liferay.portal.kernel.model.Organization','ASSIGN_MEMBERS',32),(0,87,'com.liferay.portal.kernel.model.Organization','VIEW_MEMBERS',64),(0,88,'com.liferay.portal.kernel.model.Organization','MANAGE_ANNOUNCEMENTS',128),(0,89,'com.liferay.portal.kernel.model.Organization','UPDATE',256),(0,90,'com.liferay.portal.kernel.model.Organization','MANAGE_USERS',512),(0,91,'com.liferay.portal.kernel.model.Organization','VIEW',1),(0,92,'com.liferay.portal.kernel.model.Organization','ADD_ORGANIZATION',1024),(0,93,'com.liferay.portal.kernel.model.LayoutBranch','DELETE',2),(0,94,'com.liferay.portal.kernel.model.LayoutBranch','PERMISSIONS',4),(0,95,'com.liferay.portal.kernel.model.LayoutBranch','UPDATE',8),(0,96,'com.liferay.portal.kernel.model.Role','DELETE',2),(0,97,'com.liferay.portal.kernel.model.Role','PERMISSIONS',4),(0,98,'com.liferay.portal.kernel.model.Role','DEFINE_PERMISSIONS',8),(0,99,'com.liferay.portal.kernel.model.Role','ASSIGN_MEMBERS',16),(0,100,'com.liferay.portal.kernel.model.Role','MANAGE_ANNOUNCEMENTS',32),(0,101,'com.liferay.portal.kernel.model.Role','UPDATE',64),(0,102,'com.liferay.portal.kernel.model.Role','VIEW',1),(0,103,'com.liferay.document.library.kernel.model.DLFileEntry','UPDATE_DISCUSSION',2),(0,104,'com.liferay.document.library.kernel.model.DLFileEntry','DELETE',4),(0,105,'com.liferay.document.library.kernel.model.DLFileEntry','OVERRIDE_CHECKOUT',8),(0,106,'com.liferay.document.library.kernel.model.DLFileEntry','PERMISSIONS',16),(0,107,'com.liferay.document.library.kernel.model.DLFileEntry','DELETE_DISCUSSION',32),(0,108,'com.liferay.document.library.kernel.model.DLFileEntry','UPDATE',64),(0,109,'com.liferay.document.library.kernel.model.DLFileEntry','VIEW',1),(0,110,'com.liferay.document.library.kernel.model.DLFileEntry','ADD_DISCUSSION',128),(0,111,'com.liferay.portal.kernel.model.User','DELETE',2),(0,112,'com.liferay.portal.kernel.model.User','PERMISSIONS',4),(0,113,'com.liferay.portal.kernel.model.User','IMPERSONATE',8),(0,114,'com.liferay.portal.kernel.model.User','UPDATE',16),(0,115,'com.liferay.portal.kernel.model.User','VIEW',1),(0,116,'com.liferay.portal.kernel.model.UserGroup','DELETE',2),(0,117,'com.liferay.portal.kernel.model.UserGroup','PERMISSIONS',4),(0,118,'com.liferay.portal.kernel.model.UserGroup','ASSIGN_MEMBERS',8),(0,119,'com.liferay.portal.kernel.model.UserGroup','VIEW_MEMBERS',16),(0,120,'com.liferay.portal.kernel.model.UserGroup','MANAGE_ANNOUNCEMENTS',32),(0,121,'com.liferay.portal.kernel.model.UserGroup','UPDATE',64),(0,122,'com.liferay.portal.kernel.model.UserGroup','VIEW',1),(0,123,'com.liferay.asset.kernel.model.AssetCategory','DELETE',2),(0,124,'com.liferay.asset.kernel.model.AssetCategory','PERMISSIONS',4),(0,125,'com.liferay.asset.kernel.model.AssetCategory','ADD_CATEGORY',8),(0,126,'com.liferay.asset.kernel.model.AssetCategory','UPDATE',16),(0,127,'com.liferay.asset.kernel.model.AssetCategory','VIEW',1),(0,128,'com.liferay.asset.kernel.model.AssetTag','DELETE',2),(0,129,'com.liferay.asset.kernel.model.AssetTag','PERMISSIONS',4),(0,130,'com.liferay.asset.kernel.model.AssetTag','UPDATE',8),(0,131,'com.liferay.portal.kernel.model.LayoutSetBranch','DELETE',2),(0,132,'com.liferay.portal.kernel.model.LayoutSetBranch','PERMISSIONS',4),(0,133,'com.liferay.portal.kernel.model.LayoutSetBranch','MERGE',8),(0,134,'com.liferay.portal.kernel.model.LayoutSetBranch','UPDATE',16),(0,135,'com.liferay.asset.kernel.model.AssetVocabulary','DELETE',2),(0,136,'com.liferay.asset.kernel.model.AssetVocabulary','PERMISSIONS',4),(0,137,'com.liferay.asset.kernel.model.AssetVocabulary','UPDATE',8),(0,138,'com.liferay.asset.kernel.model.AssetVocabulary','VIEW',1),(0,139,'com.liferay.document.library.kernel.model.DLFolder','DELETE',2),(0,140,'com.liferay.document.library.kernel.model.DLFolder','PERMISSIONS',4),(0,141,'com.liferay.document.library.kernel.model.DLFolder','ADD_SUBFOLDER',8),(0,142,'com.liferay.document.library.kernel.model.DLFolder','ADD_SHORTCUT',16),(0,143,'com.liferay.document.library.kernel.model.DLFolder','UPDATE',32),(0,144,'com.liferay.document.library.kernel.model.DLFolder','ADD_DOCUMENT',64),(0,145,'com.liferay.document.library.kernel.model.DLFolder','SUBSCRIBE',128),(0,146,'com.liferay.document.library.kernel.model.DLFolder','VIEW',1),(0,147,'com.liferay.document.library.kernel.model.DLFolder','ACCESS',256),(0,148,'com.liferay.portal.kernel.model.Layout','UPDATE_DISCUSSION',2),(0,149,'com.liferay.portal.kernel.model.Layout','DELETE',4),(0,150,'com.liferay.portal.kernel.model.Layout','PERMISSIONS',8),(0,151,'com.liferay.portal.kernel.model.Layout','CUSTOMIZE',16),(0,152,'com.liferay.portal.kernel.model.Layout','ADD_LAYOUT',32),(0,153,'com.liferay.portal.kernel.model.Layout','DELETE_DISCUSSION',64),(0,154,'com.liferay.portal.kernel.model.Layout','CONFIGURE_PORTLETS',128),(0,155,'com.liferay.portal.kernel.model.Layout','UPDATE',256),(0,156,'com.liferay.portal.kernel.model.Layout','VIEW',1),(0,157,'com.liferay.portal.kernel.model.Layout','ADD_DISCUSSION',512),(0,158,'com.liferay.document.library.kernel.model.DLFileEntryType','DELETE',2),(0,159,'com.liferay.document.library.kernel.model.DLFileEntryType','PERMISSIONS',4),(0,160,'com.liferay.document.library.kernel.model.DLFileEntryType','UPDATE',8),(0,161,'com.liferay.document.library.kernel.model.DLFileEntryType','VIEW',1),(0,162,'com.liferay.portal.kernel.model.Team','DELETE',2),(0,163,'com.liferay.portal.kernel.model.Team','PERMISSIONS',4),(0,164,'com.liferay.portal.kernel.model.Team','ASSIGN_MEMBERS',8),(0,165,'com.liferay.portal.kernel.model.Team','UPDATE',16),(0,166,'com.liferay.portal.kernel.model.Team','VIEW',1),(0,167,'com.liferay.portal.kernel.model.PasswordPolicy','DELETE',2),(0,168,'com.liferay.portal.kernel.model.PasswordPolicy','PERMISSIONS',4),(0,169,'com.liferay.portal.kernel.model.PasswordPolicy','ASSIGN_MEMBERS',8),(0,170,'com.liferay.portal.kernel.model.PasswordPolicy','UPDATE',16),(0,171,'com.liferay.portal.kernel.model.PasswordPolicy','VIEW',1),(0,172,'com.liferay.document.library.kernel.model.DLFileShortcut','DELETE',2),(0,173,'com.liferay.document.library.kernel.model.DLFileShortcut','PERMISSIONS',4),(0,174,'com.liferay.document.library.kernel.model.DLFileShortcut','UPDATE',8),(0,175,'com.liferay.document.library.kernel.model.DLFileShortcut','VIEW',1),(0,176,'com.liferay.message.boards.kernel.model.MBMessage','DELETE',2),(0,177,'com.liferay.message.boards.kernel.model.MBMessage','PERMISSIONS',4),(0,178,'com.liferay.message.boards.kernel.model.MBMessage','UPDATE',8),(0,179,'com.liferay.message.boards.kernel.model.MBMessage','SUBSCRIBE',16),(0,180,'com.liferay.message.boards.kernel.model.MBMessage','VIEW',1),(0,181,'com.liferay.expando.kernel.model.ExpandoColumn','DELETE',2),(0,182,'com.liferay.expando.kernel.model.ExpandoColumn','PERMISSIONS',4),(0,183,'com.liferay.expando.kernel.model.ExpandoColumn','UPDATE',8),(0,184,'com.liferay.expando.kernel.model.ExpandoColumn','VIEW',1),(0,185,'com.liferay.message.boards','PERMISSIONS',2),(0,186,'com.liferay.message.boards','ADD_FILE',4),(0,187,'com.liferay.message.boards','BAN_USER',8),(0,188,'com.liferay.message.boards','ADD_CATEGORY',16),(0,189,'com.liferay.message.boards','REPLY_TO_MESSAGE',32),(0,190,'com.liferay.message.boards','LOCK_THREAD',64),(0,191,'com.liferay.message.boards','SUBSCRIBE',128),(0,192,'com.liferay.message.boards','VIEW',1),(0,193,'com.liferay.message.boards','ADD_MESSAGE',256),(0,194,'com.liferay.message.boards','MOVE_THREAD',512),(0,195,'com.liferay.message.boards','UPDATE_THREAD_PRIORITY',1024),(0,196,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','ADD_TO_PAGE',2),(0,197,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','CONFIGURATION',4),(0,198,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','PERMISSIONS',8),(0,199,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','PREFERENCES',16),(0,200,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','VIEW',1),(0,201,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','ADD_TO_PAGE',2),(0,202,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','CONFIGURATION',4),(0,203,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','PERMISSIONS',8),(0,204,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','PREFERENCES',16),(0,205,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','VIEW',1),(0,206,'com_liferay_announcements_web_portlet_AlertsPortlet','ADD_TO_PAGE',2),(0,207,'com_liferay_announcements_web_portlet_AlertsPortlet','CONFIGURATION',4),(0,208,'com_liferay_announcements_web_portlet_AlertsPortlet','PERMISSIONS',8),(0,209,'com_liferay_announcements_web_portlet_AlertsPortlet','PREFERENCES',16),(0,210,'com_liferay_announcements_web_portlet_AlertsPortlet','VIEW',1),(0,211,'com_liferay_message_boards_web_portlet_MBPortlet','ADD_TO_PAGE',2),(0,212,'com_liferay_message_boards_web_portlet_MBPortlet','CONFIGURATION',4),(0,213,'com_liferay_message_boards_web_portlet_MBPortlet','PERMISSIONS',8),(0,214,'com_liferay_message_boards_web_portlet_MBPortlet','PREFERENCES',16),(0,215,'com_liferay_message_boards_web_portlet_MBPortlet','VIEW',1),(0,216,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','ADD_TO_PAGE',2),(0,217,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','CONFIGURATION',4),(0,218,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','PERMISSIONS',8),(0,219,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','PREFERENCES',16),(0,220,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','VIEW',1),(0,221,'150','PERMISSIONS',2),(0,222,'150','PREFERENCES',4),(0,223,'150','CONFIGURATION',8),(0,224,'150','ACCESS_IN_CONTROL_PANEL',16),(0,225,'150','VIEW',1),(0,226,'151','PERMISSIONS',2),(0,227,'151','PREFERENCES',4),(0,228,'151','CONFIGURATION',8),(0,229,'151','ACCESS_IN_CONTROL_PANEL',16),(0,230,'151','VIEW',1),(0,231,'152','PERMISSIONS',2),(0,232,'152','PREFERENCES',4),(0,233,'152','CONFIGURATION',8),(0,234,'152','ACCESS_IN_CONTROL_PANEL',16),(0,235,'152','VIEW',1),(0,236,'153','PERMISSIONS',2),(0,237,'153','PREFERENCES',4),(0,238,'153','CONFIGURATION',8),(0,239,'153','ACCESS_IN_CONTROL_PANEL',16),(0,240,'153','VIEW',1),(0,241,'153','ADD_TO_PAGE',32),(0,242,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','ADD_TO_PAGE',2),(0,243,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','CONFIGURATION',4),(0,244,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','PERMISSIONS',8),(0,245,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','PREFERENCES',16),(0,246,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','VIEW',1),(0,247,'157','PERMISSIONS',2),(0,248,'157','PREFERENCES',4),(0,249,'157','CONFIGURATION',8),(0,250,'157','ACCESS_IN_CONTROL_PANEL',16),(0,251,'157','VIEW',1),(0,252,'136','PERMISSIONS',2),(0,253,'136','PREFERENCES',4),(0,254,'136','CONFIGURATION',8),(0,255,'136','ACCESS_IN_CONTROL_PANEL',16),(0,256,'136','VIEW',1),(0,257,'158','PERMISSIONS',2),(0,258,'158','PREFERENCES',4),(0,259,'158','CONFIGURATION',8),(0,260,'158','ACCESS_IN_CONTROL_PANEL',16),(0,261,'158','VIEW',1),(0,262,'158','ADD_TO_PAGE',32),(0,263,'com_liferay_blogs_web_portlet_BlogsPortlet','ADD_TO_PAGE',2),(0,264,'com_liferay_blogs_web_portlet_BlogsPortlet','CONFIGURATION',4),(0,265,'com_liferay_blogs_web_portlet_BlogsPortlet','PERMISSIONS',8),(0,266,'com_liferay_blogs_web_portlet_BlogsPortlet','PREFERENCES',16),(0,267,'com_liferay_blogs_web_portlet_BlogsPortlet','VIEW',1),(0,268,'90','VIEW_CONTROL_PANEL',2),(0,269,'90','ADD_GENERAL_ANNOUNCEMENTS',4),(0,270,'90','CONFIGURATION',8),(0,271,'90','UNLINK_LAYOUT_SET_PROTOTYPE',16),(0,272,'90','ADD_USER',32),(0,273,'90','ADD_ROLE',64),(0,274,'90','EXPORT_USER',128),(0,275,'90','ADD_LICENSE',256),(0,276,'90','ADD_ORGANIZATION',512),(0,277,'90','ADD_USER_GROUP',1024),(0,278,'90','ADD_LAYOUT_PROTOTYPE',2048),(0,279,'90','ADD_COMMUNITY',4096),(0,280,'90','ADD_LAYOUT_SET_PROTOTYPE',8192),(0,281,'90','IMPERSONATE',16384),(0,282,'90','ADD_PASSWORD_POLICY',32768),(0,283,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','ADD_TO_PAGE',2),(0,284,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','CONFIGURATION',4),(0,285,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','PERMISSIONS',8),(0,286,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','PREFERENCES',16),(0,287,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','VIEW',1),(0,288,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','ADD_TO_PAGE',2),(0,289,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','CONFIGURATION',4),(0,290,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','PERMISSIONS',8),(0,291,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','PREFERENCES',16),(0,292,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','VIEW',1),(0,293,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','ADD_TO_PAGE',2),(0,294,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','CONFIGURATION',4),(0,295,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','PERMISSIONS',8),(0,296,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','PREFERENCES',16),(0,297,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','VIEW',1),(0,298,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','ADD_TO_PAGE',2),(0,299,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','CONFIGURATION',4),(0,300,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','PERMISSIONS',8),(0,301,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','PREFERENCES',16),(0,302,'com_liferay_announcements_web_portlet_AnnouncementsPortlet','VIEW',1),(0,303,'com_liferay_document_library_web_portlet_DLAdminPortlet','ADD_TO_PAGE',2),(0,304,'com_liferay_document_library_web_portlet_DLAdminPortlet','CONFIGURATION',4),(0,305,'com_liferay_document_library_web_portlet_DLAdminPortlet','PERMISSIONS',8),(0,306,'com_liferay_document_library_web_portlet_DLAdminPortlet','PREFERENCES',16),(0,307,'com_liferay_document_library_web_portlet_DLAdminPortlet','VIEW',1),(0,308,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','ADD_TO_PAGE',2),(0,309,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','CONFIGURATION',4),(0,310,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','PERMISSIONS',8),(0,311,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','PREFERENCES',16),(0,312,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','VIEW',1),(0,313,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','ADD_TO_PAGE',2),(0,314,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','CONFIGURATION',4),(0,315,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','PERMISSIONS',8),(0,316,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','PREFERENCES',16),(0,317,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','VIEW',1),(0,318,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','ADD_TO_PAGE',2),(0,319,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','CONFIGURATION',4),(0,320,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','PERMISSIONS',8),(0,321,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','PREFERENCES',16),(0,322,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','VIEW',1),(0,323,'com_liferay_document_library_web_portlet_DLPortlet','ADD_TO_PAGE',2),(0,324,'com_liferay_document_library_web_portlet_DLPortlet','CONFIGURATION',4),(0,325,'com_liferay_document_library_web_portlet_DLPortlet','PERMISSIONS',8),(0,326,'com_liferay_document_library_web_portlet_DLPortlet','PREFERENCES',16),(0,327,'com_liferay_document_library_web_portlet_DLPortlet','VIEW',1),(0,328,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','ADD_TO_PAGE',2),(0,329,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','CONFIGURATION',4),(0,330,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','PERMISSIONS',8),(0,331,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','PREFERENCES',16),(0,332,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','VIEW',1),(0,333,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','ADD_TO_PAGE',2),(0,334,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','CONFIGURATION',4),(0,335,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','PERMISSIONS',8),(0,336,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','PREFERENCES',16),(0,337,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','VIEW',1),(0,338,'com_liferay_expando_web_portlet_ExpandoPortlet','ADD_TO_PAGE',2),(0,339,'com_liferay_expando_web_portlet_ExpandoPortlet','CONFIGURATION',4),(0,340,'com_liferay_expando_web_portlet_ExpandoPortlet','PERMISSIONS',8),(0,341,'com_liferay_expando_web_portlet_ExpandoPortlet','PREFERENCES',16),(0,342,'com_liferay_expando_web_portlet_ExpandoPortlet','VIEW',1),(0,343,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','ADD_TO_PAGE',2),(0,344,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','CONFIGURATION',4),(0,345,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','PERMISSIONS',8),(0,346,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','PREFERENCES',16),(0,347,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','VIEW',1),(0,348,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','ADD_TO_PAGE',2),(0,349,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','CONFIGURATION',4),(0,350,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','PERMISSIONS',8),(0,351,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','PREFERENCES',16),(0,352,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','VIEW',1),(0,353,'com_liferay_message_boards_web_portlet_MBAdminPortlet','ADD_TO_PAGE',2),(0,354,'com_liferay_message_boards_web_portlet_MBAdminPortlet','CONFIGURATION',4),(0,355,'com_liferay_message_boards_web_portlet_MBAdminPortlet','PERMISSIONS',8),(0,356,'com_liferay_message_boards_web_portlet_MBAdminPortlet','PREFERENCES',16),(0,357,'com_liferay_message_boards_web_portlet_MBAdminPortlet','VIEW',1),(0,358,'com_liferay_document_library_web_portlet_IGDisplayPortlet','ADD_TO_PAGE',2),(0,359,'com_liferay_document_library_web_portlet_IGDisplayPortlet','CONFIGURATION',4),(0,360,'com_liferay_document_library_web_portlet_IGDisplayPortlet','PERMISSIONS',8),(0,361,'com_liferay_document_library_web_portlet_IGDisplayPortlet','PREFERENCES',16),(0,362,'com_liferay_document_library_web_portlet_IGDisplayPortlet','VIEW',1),(0,363,'90','ADD_TO_PAGE',65536),(0,364,'90','PERMISSIONS',131072),(0,365,'90','PREFERENCES',262144),(0,366,'90','VIEW',1),(0,367,'90','ACCESS_IN_CONTROL_PANEL',524288),(0,401,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','ADD_TO_PAGE',2),(0,402,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','CONFIGURATION',4),(0,403,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','PERMISSIONS',8),(0,404,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','PREFERENCES',16),(0,405,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','VIEW',1),(0,406,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','DELETE',2),(0,407,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','PERMISSIONS',4),(0,408,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','UPDATE',8),(0,409,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance','VIEW',1),(0,410,'com.liferay.mobile.device.rules.model.MDRRuleGroup','DELETE',2),(0,411,'com.liferay.mobile.device.rules.model.MDRRuleGroup','PERMISSIONS',4),(0,412,'com.liferay.mobile.device.rules.model.MDRRuleGroup','UPDATE',8),(0,413,'com.liferay.mobile.device.rules.model.MDRRuleGroup','VIEW',1),(0,414,'com.liferay.mobile.device.rules','PERMISSIONS',2),(0,415,'com.liferay.mobile.device.rules','ADD_RULE_GROUP',4),(0,416,'com.liferay.mobile.device.rules','ADD_RULE_GROUP_INSTANCE',8),(0,417,'com.liferay.mobile.device.rules','CONFIGURATION',16),(0,418,'com.liferay.mobile.device.rules','VIEW',1),(0,501,'com_liferay_audit_web_portlet_AuditPortlet','ADD_TO_PAGE',2),(0,502,'com_liferay_audit_web_portlet_AuditPortlet','CONFIGURATION',4),(0,503,'com_liferay_audit_web_portlet_AuditPortlet','PERMISSIONS',8),(0,504,'com_liferay_audit_web_portlet_AuditPortlet','PREFERENCES',16),(0,505,'com_liferay_audit_web_portlet_AuditPortlet','VIEW',1),(0,601,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','ADD_TO_PAGE',2),(0,602,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','CONFIGURATION',4),(0,603,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','PERMISSIONS',8),(0,604,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','PREFERENCES',16),(0,605,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','VIEW',1),(0,606,'com.liferay.portal.security.service.access.policy','PERMISSIONS',2),(0,607,'com.liferay.portal.security.service.access.policy','ADD_SAP_ENTRY',4),(0,608,'com.liferay.portal.security.service.access.policy.model.SAPEntry','DELETE',2),(0,609,'com.liferay.portal.security.service.access.policy.model.SAPEntry','PERMISSIONS',4),(0,610,'com.liferay.portal.security.service.access.policy.model.SAPEntry','UPDATE',8),(0,611,'com.liferay.portal.security.service.access.policy.model.SAPEntry','VIEW',1),(0,701,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','ADD_TO_PAGE',2),(0,702,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','CONFIGURATION',4),(0,703,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','PERMISSIONS',8),(0,704,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','PREFERENCES',16),(0,705,'com_liferay_bookmarks_web_portlet_BookmarksPortlet','VIEW',1),(0,706,'com.liferay.bookmarks','ADD_ENTRY',2),(0,707,'com.liferay.bookmarks','PERMISSIONS',4),(0,708,'com.liferay.bookmarks','SUBSCRIBE',8),(0,709,'com.liferay.bookmarks','VIEW',1),(0,710,'com.liferay.bookmarks','ADD_FOLDER',16),(0,711,'com.liferay.bookmarks.model.BookmarksEntry','DELETE',2),(0,712,'com.liferay.bookmarks.model.BookmarksEntry','PERMISSIONS',4),(0,713,'com.liferay.bookmarks.model.BookmarksEntry','UPDATE',8),(0,714,'com.liferay.bookmarks.model.BookmarksEntry','SUBSCRIBE',16),(0,715,'com.liferay.bookmarks.model.BookmarksEntry','VIEW',1),(0,716,'com.liferay.bookmarks.model.BookmarksFolder','ADD_ENTRY',2),(0,717,'com.liferay.bookmarks.model.BookmarksFolder','DELETE',4),(0,718,'com.liferay.bookmarks.model.BookmarksFolder','PERMISSIONS',8),(0,719,'com.liferay.bookmarks.model.BookmarksFolder','ADD_SUBFOLDER',16),(0,720,'com.liferay.bookmarks.model.BookmarksFolder','UPDATE',32),(0,721,'com.liferay.bookmarks.model.BookmarksFolder','SUBSCRIBE',64),(0,722,'com.liferay.bookmarks.model.BookmarksFolder','VIEW',1),(0,723,'com.liferay.bookmarks.model.BookmarksFolder','ACCESS',128),(0,724,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','ADD_TO_PAGE',2),(0,725,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','CONFIGURATION',4),(0,726,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','PERMISSIONS',8),(0,727,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','PREFERENCES',16),(0,728,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','VIEW',1),(0,801,'com_liferay_wiki_web_portlet_WikiPortlet','ADD_TO_PAGE',2),(0,802,'com_liferay_wiki_web_portlet_WikiPortlet','CONFIGURATION',4),(0,803,'com_liferay_wiki_web_portlet_WikiPortlet','PERMISSIONS',8),(0,804,'com_liferay_wiki_web_portlet_WikiPortlet','PREFERENCES',16),(0,805,'com_liferay_wiki_web_portlet_WikiPortlet','VIEW',1),(0,806,'com.liferay.wiki.model.WikiPage','UPDATE_DISCUSSION',2),(0,807,'com.liferay.wiki.model.WikiPage','DELETE',4),(0,808,'com.liferay.wiki.model.WikiPage','PERMISSIONS',8),(0,809,'com.liferay.wiki.model.WikiPage','DELETE_DISCUSSION',16),(0,810,'com.liferay.wiki.model.WikiPage','UPDATE',32),(0,811,'com.liferay.wiki.model.WikiPage','SUBSCRIBE',64),(0,812,'com.liferay.wiki.model.WikiPage','VIEW',1),(0,813,'com.liferay.wiki.model.WikiPage','ADD_DISCUSSION',128),(0,814,'com.liferay.wiki','PERMISSIONS',2),(0,815,'com.liferay.wiki','ADD_NODE',4),(0,816,'com.liferay.wiki.model.WikiNode','ADD_PAGE',2),(0,817,'com.liferay.wiki.model.WikiNode','IMPORT',4),(0,818,'com.liferay.wiki.model.WikiNode','DELETE',8),(0,819,'com.liferay.wiki.model.WikiNode','PERMISSIONS',16),(0,820,'com.liferay.wiki.model.WikiNode','UPDATE',32),(0,821,'com.liferay.wiki.model.WikiNode','ADD_ATTACHMENT',64),(0,822,'com.liferay.wiki.model.WikiNode','SUBSCRIBE',128),(0,823,'com.liferay.wiki.model.WikiNode','VIEW',1),(0,824,'com_liferay_wiki_web_portlet_WikiAdminPortlet','ADD_TO_PAGE',2),(0,825,'com_liferay_wiki_web_portlet_WikiAdminPortlet','CONFIGURATION',4),(0,826,'com_liferay_wiki_web_portlet_WikiAdminPortlet','PERMISSIONS',8),(0,827,'com_liferay_wiki_web_portlet_WikiAdminPortlet','PREFERENCES',16),(0,828,'com_liferay_wiki_web_portlet_WikiAdminPortlet','VIEW',1),(0,901,'com_liferay_calendar_web_portlet_CalendarPortlet','ADD_TO_PAGE',2),(0,902,'com_liferay_calendar_web_portlet_CalendarPortlet','CONFIGURATION',4),(0,903,'com_liferay_calendar_web_portlet_CalendarPortlet','PERMISSIONS',8),(0,904,'com_liferay_calendar_web_portlet_CalendarPortlet','PREFERENCES',16),(0,905,'com_liferay_calendar_web_portlet_CalendarPortlet','VIEW',1),(0,906,'com.liferay.calendar.model.CalendarResource','DELETE',2),(0,907,'com.liferay.calendar.model.CalendarResource','PERMISSIONS',4),(0,908,'com.liferay.calendar.model.CalendarResource','ADD_CALENDAR',8),(0,909,'com.liferay.calendar.model.CalendarResource','UPDATE',16),(0,910,'com.liferay.calendar.model.CalendarResource','VIEW',1),(0,911,'com.liferay.calendar.model.CalendarBooking','UPDATE_DISCUSSION',2),(0,912,'com.liferay.calendar.model.CalendarBooking','PERMISSIONS',4),(0,913,'com.liferay.calendar.model.CalendarBooking','DELETE_DISCUSSION',8),(0,914,'com.liferay.calendar.model.CalendarBooking','ADD_DISCUSSION',16),(0,915,'com.liferay.calendar','PERMISSIONS',2),(0,916,'com.liferay.calendar','ADD_RESOURCE',4),(0,917,'com.liferay.calendar.model.Calendar','DELETE',2),(0,918,'com.liferay.calendar.model.Calendar','PERMISSIONS',4),(0,919,'com.liferay.calendar.model.Calendar','MANAGE_BOOKINGS',8),(0,920,'com.liferay.calendar.model.Calendar','VIEW_BOOKING_DETAILS',16),(0,921,'com.liferay.calendar.model.Calendar','UPDATE',32),(0,922,'com.liferay.calendar.model.Calendar','VIEW',1),(0,1001,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','ADD_TO_PAGE',2),(0,1002,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','CONFIGURATION',4),(0,1003,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','PERMISSIONS',8),(0,1004,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','PREFERENCES',16),(0,1005,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','VIEW',1),(0,1006,'com.liferay.dynamic.data.mapping.model.DDMTemplate','DELETE',2),(0,1007,'com.liferay.dynamic.data.mapping.model.DDMTemplate','PERMISSIONS',4),(0,1008,'com.liferay.dynamic.data.mapping.model.DDMTemplate','UPDATE',8),(0,1009,'com.liferay.dynamic.data.mapping.model.DDMTemplate','VIEW',1),(0,1010,'com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,1011,'com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,1012,'com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,1013,'com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,1014,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','ADD_TO_PAGE',2),(0,1015,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','CONFIGURATION',4),(0,1016,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','PERMISSIONS',8),(0,1017,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','PREFERENCES',16),(0,1018,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','VIEW',1),(0,1019,'com.liferay.dynamic.data.mapping','PERMISSIONS',2),(0,1020,'com.liferay.dynamic.data.mapping','ADD_DATA_PROVIDER_INSTANCE',4),(0,1021,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','DELETE',2),(0,1022,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','PERMISSIONS',4),(0,1023,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','UPDATE',8),(0,1024,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance','VIEW',1),(0,1025,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','ADD_TO_PAGE',2),(0,1026,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','CONFIGURATION',4),(0,1027,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','PERMISSIONS',8),(0,1028,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','PREFERENCES',16),(0,1029,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','VIEW',1),(0,1030,'com.liferay.dynamic.data.lists','PERMISSIONS',2),(0,1031,'com.liferay.dynamic.data.lists','ADD_RECORD_SET',4),(0,1032,'com.liferay.dynamic.data.lists','ADD_TEMPLATE',8),(0,1033,'com.liferay.dynamic.data.lists','ADD_STRUCTURE',16),(0,1034,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','DELETE',2),(0,1035,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','PERMISSIONS',4),(0,1036,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','UPDATE',8),(0,1037,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure','VIEW',1),(0,1038,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','DELETE',2),(0,1039,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','PERMISSIONS',4),(0,1040,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','UPDATE',8),(0,1041,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMTemplate','VIEW',1),(0,1042,'com.liferay.dynamic.data.lists.model.DDLRecordSet','DELETE',2),(0,1043,'com.liferay.dynamic.data.lists.model.DDLRecordSet','PERMISSIONS',4),(0,1044,'com.liferay.dynamic.data.lists.model.DDLRecordSet','ADD_RECORD',8),(0,1045,'com.liferay.dynamic.data.lists.model.DDLRecordSet','UPDATE',16),(0,1046,'com.liferay.dynamic.data.lists.model.DDLRecordSet','VIEW',1),(0,1047,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet','ADD_TO_PAGE',2),(0,1048,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet','CONFIGURATION',4),(0,1049,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet','PERMISSIONS',8),(0,1050,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet','PREFERENCES',16),(0,1051,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet','VIEW',1),(0,1052,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','ADD_TO_PAGE',2),(0,1053,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','CONFIGURATION',4),(0,1054,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','PERMISSIONS',8),(0,1055,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','PREFERENCES',16),(0,1056,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet','VIEW',1),(0,1101,'com_liferay_polls_web_portlet_PollsPortlet','ADD_TO_PAGE',2),(0,1102,'com_liferay_polls_web_portlet_PollsPortlet','CONFIGURATION',4),(0,1103,'com_liferay_polls_web_portlet_PollsPortlet','PERMISSIONS',8),(0,1104,'com_liferay_polls_web_portlet_PollsPortlet','PREFERENCES',16),(0,1105,'com_liferay_polls_web_portlet_PollsPortlet','VIEW',1),(0,1106,'com.liferay.polls.model.PollsQuestion','DELETE',2),(0,1107,'com.liferay.polls.model.PollsQuestion','PERMISSIONS',4),(0,1108,'com.liferay.polls.model.PollsQuestion','ADD_VOTE',8),(0,1109,'com.liferay.polls.model.PollsQuestion','UPDATE',16),(0,1110,'com.liferay.polls.model.PollsQuestion','VIEW',1),(0,1111,'com.liferay.polls','PERMISSIONS',2),(0,1112,'com.liferay.polls','ADD_QUESTION',4),(0,1113,'com_liferay_polls_web_portlet_PollsDisplayPortlet','ADD_TO_PAGE',2),(0,1114,'com_liferay_polls_web_portlet_PollsDisplayPortlet','CONFIGURATION',4),(0,1115,'com_liferay_polls_web_portlet_PollsDisplayPortlet','PERMISSIONS',8),(0,1116,'com_liferay_polls_web_portlet_PollsDisplayPortlet','PREFERENCES',16),(0,1117,'com_liferay_polls_web_portlet_PollsDisplayPortlet','VIEW',1),(0,1201,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','ADD_TO_PAGE',2),(0,1202,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','CONFIGURATION',4),(0,1203,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','PERMISSIONS',8),(0,1204,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','PREFERENCES',16),(0,1205,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','VIEW',1),(0,1206,'com.liferay.portal.workflow.kaleo.designer','PERMISSIONS',2),(0,1207,'com.liferay.portal.workflow.kaleo.designer','ADD_DRAFT',4),(0,1208,'com.liferay.portal.workflow.kaleo.designer','PUBLISH',8),(0,1209,'com.liferay.portal.workflow.kaleo.designer','VIEW',1),(0,1210,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition','DELETE',2),(0,1211,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition','PERMISSIONS',4),(0,1212,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition','UPDATE',8),(0,1213,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition','VIEW',1),(0,1301,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','ADD_TO_PAGE',2),(0,1302,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','CONFIGURATION',4),(0,1303,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','PERMISSIONS',8),(0,1304,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','PREFERENCES',16),(0,1305,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','VIEW',1),(0,1306,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','DELETE',2),(0,1307,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','PERMISSIONS',4),(0,1308,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','UPDATE',8),(0,1309,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','VIEW',1),(0,1310,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','DELETE',2),(0,1311,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','PERMISSIONS',4),(0,1312,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','SUBMIT',8),(0,1313,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','UPDATE',16),(0,1314,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','COMPLETE_FORM',32),(0,1315,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','VIEW',1),(0,1316,'com.liferay.portal.workflow.kaleo.forms','PERMISSIONS',2),(0,1317,'com.liferay.portal.workflow.kaleo.forms','ADD_PROCESS',4),(0,1318,'com.liferay.portal.workflow.kaleo.forms','ADD_TEMPLATE',8),(0,1319,'com.liferay.portal.workflow.kaleo.forms','ADD_STRUCTURE',16),(0,1320,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','DELETE',2),(0,1321,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','PERMISSIONS',4),(0,1322,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','UPDATE',8),(0,1323,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess','VIEW',1),(0,1401,'com_liferay_journal_web_portlet_JournalPortlet','ADD_TO_PAGE',2),(0,1402,'com_liferay_journal_web_portlet_JournalPortlet','CONFIGURATION',4),(0,1403,'com_liferay_journal_web_portlet_JournalPortlet','PERMISSIONS',8),(0,1404,'com_liferay_journal_web_portlet_JournalPortlet','PREFERENCES',16),(0,1405,'com_liferay_journal_web_portlet_JournalPortlet','VIEW',1),(0,1406,'com.liferay.journal.model.JournalFeed','DELETE',2),(0,1407,'com.liferay.journal.model.JournalFeed','PERMISSIONS',4),(0,1408,'com.liferay.journal.model.JournalFeed','UPDATE',8),(0,1409,'com.liferay.journal.model.JournalFeed','VIEW',1),(0,1410,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','DELETE',2),(0,1411,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','PERMISSIONS',4),(0,1412,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','UPDATE',8),(0,1413,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle','VIEW',1),(0,1414,'com.liferay.journal.model.JournalArticle','UPDATE_DISCUSSION',2),(0,1415,'com.liferay.journal.model.JournalArticle','DELETE',4),(0,1416,'com.liferay.journal.model.JournalArticle','PERMISSIONS',8),(0,1417,'com.liferay.journal.model.JournalArticle','EXPIRE',16),(0,1418,'com.liferay.journal.model.JournalArticle','DELETE_DISCUSSION',32),(0,1419,'com.liferay.journal.model.JournalArticle','UPDATE',64),(0,1420,'com.liferay.journal.model.JournalArticle','VIEW',1),(0,1421,'com.liferay.journal.model.JournalArticle','ADD_DISCUSSION',128),(0,1422,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','DELETE',2),(0,1423,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','PERMISSIONS',4),(0,1424,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','UPDATE',8),(0,1425,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle','VIEW',1),(0,1426,'com.liferay.journal','PERMISSIONS',2),(0,1427,'com.liferay.journal','ADD_FEED',4),(0,1428,'com.liferay.journal','ADD_TEMPLATE',8),(0,1429,'com.liferay.journal','UPDATE',16),(0,1430,'com.liferay.journal','ADD_ARTICLE',32),(0,1431,'com.liferay.journal','SUBSCRIBE',64),(0,1432,'com.liferay.journal','VIEW',1),(0,1433,'com.liferay.journal','ADD_FOLDER',128),(0,1434,'com.liferay.journal','ADD_STRUCTURE',256),(0,1435,'com.liferay.journal.model.JournalFolder','DELETE',2),(0,1436,'com.liferay.journal.model.JournalFolder','PERMISSIONS',4),(0,1437,'com.liferay.journal.model.JournalFolder','ADD_SUBFOLDER',8),(0,1438,'com.liferay.journal.model.JournalFolder','UPDATE',16),(0,1439,'com.liferay.journal.model.JournalFolder','ADD_ARTICLE',32),(0,1440,'com.liferay.journal.model.JournalFolder','SUBSCRIBE',64),(0,1441,'com.liferay.journal.model.JournalFolder','VIEW',1),(0,1442,'com.liferay.journal.model.JournalFolder','ACCESS',128),(0,1501,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','ADD_TO_PAGE',2),(0,1502,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','CONFIGURATION',4),(0,1503,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','PERMISSIONS',8),(0,1504,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','PREFERENCES',16),(0,1505,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','VIEW',1),(0,1506,'com.liferay.marketplace','PERMISSIONS',2),(0,1507,'com.liferay.marketplace','CONFIGURATION',4),(0,1508,'com.liferay.marketplace','ACCESS_IN_CONTROL_PANEL',8),(0,1509,'com.liferay.marketplace','VIEW',1),(0,1510,'com_liferay_marketplace_store_web_portlet_MarketplacePuchasedPortlet','ADD_TO_PAGE',2),(0,1511,'com_liferay_marketplace_store_web_portlet_MarketplacePuchasedPortlet','CONFIGURATION',4),(0,1512,'com_liferay_marketplace_store_web_portlet_MarketplacePuchasedPortlet','PERMISSIONS',8),(0,1513,'com_liferay_marketplace_store_web_portlet_MarketplacePuchasedPortlet','PREFERENCES',16),(0,1514,'com_liferay_marketplace_store_web_portlet_MarketplacePuchasedPortlet','VIEW',1),(0,1515,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','ADD_TO_PAGE',2),(0,1516,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','CONFIGURATION',4),(0,1517,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','PERMISSIONS',8),(0,1518,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','PREFERENCES',16),(0,1519,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','VIEW',1),(0,1520,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','VIEW',1),(0,1521,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','ADD_TO_PAGE',2),(0,1522,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','CONFIGURATION',4),(0,1523,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','PERMISSIONS',8),(0,1524,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','PREFERENCES',16),(0,1525,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1526,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','VIEW',1),(0,1527,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','ADD_TO_PAGE',2),(0,1528,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','CONFIGURATION',4),(0,1529,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','PERMISSIONS',8),(0,1530,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','PREFERENCES',16),(0,1531,'com_liferay_image_editor_web_portlet_ImageEditorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1532,'hello_soy_portlet','VIEW',1),(0,1533,'hello_soy_portlet','ADD_TO_PAGE',2),(0,1534,'hello_soy_portlet','CONFIGURATION',4),(0,1535,'hello_soy_portlet','PERMISSIONS',8),(0,1536,'hello_soy_portlet','PREFERENCES',16),(0,1537,'hello_soy_portlet','ACCESS_IN_CONTROL_PANEL',32),(0,1538,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','VIEW',1),(0,1539,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','ADD_TO_PAGE',2),(0,1540,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','CONFIGURATION',4),(0,1541,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','PERMISSIONS',8),(0,1542,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','PREFERENCES',16),(0,1543,'com_liferay_hello_world_web_portlet_HelloWorldPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1544,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','VIEW',1),(0,1545,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','ADD_TO_PAGE',2),(0,1546,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','CONFIGURATION',4),(0,1547,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','PERMISSIONS',8),(0,1548,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','PREFERENCES',16),(0,1549,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1550,'com_liferay_login_web_portlet_FastLoginPortlet','VIEW',1),(0,1551,'com_liferay_login_web_portlet_FastLoginPortlet','ADD_TO_PAGE',2),(0,1552,'com_liferay_login_web_portlet_FastLoginPortlet','CONFIGURATION',4),(0,1553,'com_liferay_login_web_portlet_FastLoginPortlet','PERMISSIONS',8),(0,1554,'com_liferay_login_web_portlet_FastLoginPortlet','PREFERENCES',16),(0,1555,'com_liferay_login_web_portlet_FastLoginPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1556,'com_liferay_login_web_portlet_LoginPortlet','PERMISSIONS',2),(0,1557,'com_liferay_login_web_portlet_LoginPortlet','PREFERENCES',4),(0,1558,'com_liferay_login_web_portlet_LoginPortlet','CONFIGURATION',8),(0,1559,'com_liferay_login_web_portlet_LoginPortlet','VIEW',1),(0,1560,'com_liferay_login_web_portlet_LoginPortlet','ADD_TO_PAGE',16),(0,1561,'com_liferay_monitoring_web_portlet_MonitoringPortlet','PERMISSIONS',2),(0,1562,'com_liferay_monitoring_web_portlet_MonitoringPortlet','PREFERENCES',4),(0,1563,'com_liferay_monitoring_web_portlet_MonitoringPortlet','CONFIGURATION',8),(0,1564,'com_liferay_monitoring_web_portlet_MonitoringPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1565,'com_liferay_monitoring_web_portlet_MonitoringPortlet','VIEW',1),(0,1566,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','PERMISSIONS',2),(0,1567,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','PREFERENCES',4),(0,1568,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','CONFIGURATION',8),(0,1569,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1570,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet','VIEW',1),(0,1571,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet','PERMISSIONS',2),(0,1572,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet','PREFERENCES',4),(0,1573,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet','CONFIGURATION',8),(0,1574,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1575,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet','VIEW',1),(0,1576,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','PERMISSIONS',2),(0,1577,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','PREFERENCES',4),(0,1578,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','CONFIGURATION',8),(0,1579,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1580,'com_liferay_server_admin_web_portlet_ServerAdminPortlet','VIEW',1),(0,1581,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','VIEW',1),(0,1582,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','ADD_TO_PAGE',2),(0,1583,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','CONFIGURATION',4),(0,1584,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','PERMISSIONS',8),(0,1585,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','PREFERENCES',16),(0,1586,'com_liferay_user_associated_data_web_portlet_UserAssociatedData','ACCESS_IN_CONTROL_PANEL',32),(0,1587,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','VIEW',1),(0,1588,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','ADD_TO_PAGE',2),(0,1589,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','CONFIGURATION',4),(0,1590,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','PERMISSIONS',8),(0,1591,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','PREFERENCES',16),(0,1592,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1593,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1594,'com_liferay_users_admin_web_portlet_UsersAdminPortlet','EXPORT_USER',64),(0,1595,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','VIEW',1),(0,1596,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','ADD_TO_PAGE',2),(0,1597,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','CONFIGURATION',4),(0,1598,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','PERMISSIONS',8),(0,1599,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','PREFERENCES',16),(0,1600,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1601,'com_liferay_comment_web_portlet_CommentPortlet','VIEW',1),(0,1602,'com_liferay_comment_web_portlet_CommentPortlet','ADD_TO_PAGE',2),(0,1603,'com_liferay_comment_web_portlet_CommentPortlet','CONFIGURATION',4),(0,1604,'com_liferay_comment_web_portlet_CommentPortlet','PERMISSIONS',8),(0,1605,'com_liferay_comment_web_portlet_CommentPortlet','PREFERENCES',16),(0,1606,'com_liferay_comment_web_portlet_CommentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1607,'com_liferay_polls_web_portlet_PollsDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1608,'com_liferay_polls_web_portlet_PollsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1609,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet','VIEW',1),(0,1610,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet','ADD_TO_PAGE',2),(0,1611,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet','CONFIGURATION',4),(0,1612,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet','PERMISSIONS',8),(0,1613,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet','PREFERENCES',16),(0,1614,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1615,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet','VIEW',1),(0,1616,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet','ADD_TO_PAGE',2),(0,1617,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet','CONFIGURATION',4),(0,1618,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet','PERMISSIONS',8),(0,1619,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet','PREFERENCES',16),(0,1620,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1621,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet','VIEW',1),(0,1622,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet','ADD_TO_PAGE',2),(0,1623,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet','CONFIGURATION',4),(0,1624,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet','PERMISSIONS',8),(0,1625,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet','PREFERENCES',16),(0,1626,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1627,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet','VIEW',1),(0,1628,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet','ADD_TO_PAGE',2),(0,1629,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet','CONFIGURATION',4),(0,1630,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet','PERMISSIONS',8),(0,1631,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet','PREFERENCES',16),(0,1632,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1633,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','VIEW',1),(0,1634,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','ADD_TO_PAGE',2),(0,1635,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','CONFIGURATION',4),(0,1636,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','PERMISSIONS',8),(0,1637,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','PREFERENCES',16),(0,1638,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1639,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','VIEW',1),(0,1640,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','ADD_TO_PAGE',2),(0,1641,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','CONFIGURATION',4),(0,1642,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','PERMISSIONS',8),(0,1643,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','PREFERENCES',16),(0,1644,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1645,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,1646,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','PERMISSIONS',4),(0,1647,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','PREFERENCES',8),(0,1648,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','CONFIGURATION',16),(0,1649,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','VIEW',1),(0,1650,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet','ADD_TO_PAGE',32),(0,1651,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','VIEW',1),(0,1652,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','ADD_TO_PAGE',2),(0,1653,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','CONFIGURATION',4),(0,1654,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','PERMISSIONS',8),(0,1655,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','PREFERENCES',16),(0,1656,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1657,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','VIEW',1),(0,1658,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','ADD_TO_PAGE',2),(0,1659,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','CONFIGURATION',4),(0,1660,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','PERMISSIONS',8),(0,1661,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','PREFERENCES',16),(0,1662,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1663,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','VIEW',1),(0,1664,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','ADD_TO_PAGE',2),(0,1665,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','CONFIGURATION',4),(0,1666,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','PERMISSIONS',8),(0,1667,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','PREFERENCES',16),(0,1668,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1669,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,1670,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','PERMISSIONS',4),(0,1671,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','PREFERENCES',8),(0,1672,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','CONFIGURATION',16),(0,1673,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','VIEW',1),(0,1674,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet','ADD_TO_PAGE',32),(0,1675,'com_liferay_asset_web_portlet_AssetPortlet','VIEW',1),(0,1676,'com_liferay_asset_web_portlet_AssetPortlet','ADD_TO_PAGE',2),(0,1677,'com_liferay_asset_web_portlet_AssetPortlet','CONFIGURATION',4),(0,1678,'com_liferay_asset_web_portlet_AssetPortlet','PERMISSIONS',8),(0,1679,'com_liferay_asset_web_portlet_AssetPortlet','PREFERENCES',16),(0,1680,'com_liferay_asset_web_portlet_AssetPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1681,'com_liferay_exportimport_web_portlet_ExportPortlet','VIEW',1),(0,1682,'com_liferay_exportimport_web_portlet_ExportPortlet','ADD_TO_PAGE',2),(0,1683,'com_liferay_exportimport_web_portlet_ExportPortlet','CONFIGURATION',4),(0,1684,'com_liferay_exportimport_web_portlet_ExportPortlet','PERMISSIONS',8),(0,1685,'com_liferay_exportimport_web_portlet_ExportPortlet','PREFERENCES',16),(0,1686,'com_liferay_exportimport_web_portlet_ExportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1687,'com_liferay_exportimport_web_portlet_ImportPortlet','VIEW',1),(0,1688,'com_liferay_exportimport_web_portlet_ImportPortlet','ADD_TO_PAGE',2),(0,1689,'com_liferay_exportimport_web_portlet_ImportPortlet','CONFIGURATION',4),(0,1690,'com_liferay_exportimport_web_portlet_ImportPortlet','PERMISSIONS',8),(0,1691,'com_liferay_exportimport_web_portlet_ImportPortlet','PREFERENCES',16),(0,1692,'com_liferay_exportimport_web_portlet_ImportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1693,'com_liferay_iframe_web_portlet_IFramePortlet','VIEW',1),(0,1694,'com_liferay_iframe_web_portlet_IFramePortlet','ADD_TO_PAGE',2),(0,1695,'com_liferay_iframe_web_portlet_IFramePortlet','CONFIGURATION',4),(0,1696,'com_liferay_iframe_web_portlet_IFramePortlet','PERMISSIONS',8),(0,1697,'com_liferay_iframe_web_portlet_IFramePortlet','PREFERENCES',16),(0,1698,'com_liferay_iframe_web_portlet_IFramePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1699,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','VIEW',1),(0,1700,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','ADD_TO_PAGE',2),(0,1701,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','CONFIGURATION',4),(0,1702,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','PERMISSIONS',8),(0,1703,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','PREFERENCES',16),(0,1704,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1705,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','VIEW',1),(0,1706,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','ADD_TO_PAGE',2),(0,1707,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','CONFIGURATION',4),(0,1708,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','PERMISSIONS',8),(0,1709,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','PREFERENCES',16),(0,1710,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1711,'com_liferay_rss_web_portlet_RSSPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,1712,'com_liferay_rss_web_portlet_RSSPortlet','PERMISSIONS',4),(0,1713,'com_liferay_rss_web_portlet_RSSPortlet','PREFERENCES',8),(0,1714,'com_liferay_rss_web_portlet_RSSPortlet','CONFIGURATION',16),(0,1715,'com_liferay_rss_web_portlet_RSSPortlet','VIEW',1),(0,1716,'com_liferay_rss_web_portlet_RSSPortlet','ADD_TO_PAGE',32),(0,1717,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','VIEW',1),(0,1718,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','ADD_TO_PAGE',2),(0,1719,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','CONFIGURATION',4),(0,1720,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','PERMISSIONS',8),(0,1721,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','PREFERENCES',16),(0,1722,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1723,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','VIEW',1),(0,1724,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','ADD_TO_PAGE',2),(0,1725,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','CONFIGURATION',4),(0,1726,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','PERMISSIONS',8),(0,1727,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','PREFERENCES',16),(0,1728,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1729,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,1730,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','PERMISSIONS',4),(0,1731,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','PREFERENCES',8),(0,1732,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','CONFIGURATION',16),(0,1733,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','VIEW',1),(0,1734,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet','ADD_TO_PAGE',32),(0,1735,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','VIEW',1),(0,1736,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','ADD_TO_PAGE',2),(0,1737,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','CONFIGURATION',4),(0,1738,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','PERMISSIONS',8),(0,1739,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','PREFERENCES',16),(0,1740,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1741,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','VIEW',1),(0,1742,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','ADD_TO_PAGE',2),(0,1743,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','CONFIGURATION',4),(0,1744,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','PERMISSIONS',8),(0,1745,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','PREFERENCES',16),(0,1746,'com_liferay_xsl_content_web_portlet_XSLContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1747,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','VIEW',1),(0,1748,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','ADD_TO_PAGE',2),(0,1749,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','CONFIGURATION',4),(0,1750,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','PERMISSIONS',8),(0,1751,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','PREFERENCES',16),(0,1752,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1753,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet','VIEW',1),(0,1754,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet','ADD_TO_PAGE',2),(0,1755,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet','CONFIGURATION',4),(0,1756,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet','PERMISSIONS',8),(0,1757,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet','PREFERENCES',16),(0,1758,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1759,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,1760,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','PERMISSIONS',4),(0,1761,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','PREFERENCES',8),(0,1762,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','CONFIGURATION',16),(0,1763,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','SUBSCRIBE',32),(0,1764,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','VIEW',1),(0,1765,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet','ADD_TO_PAGE',64),(0,1766,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','VIEW',1),(0,1767,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','ADD_TO_PAGE',2),(0,1768,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','CONFIGURATION',4),(0,1769,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','PERMISSIONS',8),(0,1770,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','PREFERENCES',16),(0,1771,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1772,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','VIEW',1),(0,1773,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','ADD_TO_PAGE',2),(0,1774,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','CONFIGURATION',4),(0,1775,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','PERMISSIONS',8),(0,1776,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','PREFERENCES',16),(0,1777,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1778,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','VIEW',1),(0,1779,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','ADD_TO_PAGE',2),(0,1780,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','CONFIGURATION',4),(0,1781,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','PERMISSIONS',8),(0,1782,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','PREFERENCES',16),(0,1783,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1784,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','VIEW',1),(0,1785,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','ADD_TO_PAGE',2),(0,1786,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','CONFIGURATION',4),(0,1787,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','PERMISSIONS',8),(0,1788,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','PREFERENCES',16),(0,1789,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1790,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1791,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1792,'com_liferay_expando_web_portlet_ExpandoPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1793,'com_liferay_expando_web_portlet_ExpandoPortlet','ADD_EXPANDO',64),(0,1794,'com_liferay_portal_search_web_portlet_SearchPortlet','VIEW',1),(0,1795,'com_liferay_portal_search_web_portlet_SearchPortlet','ADD_TO_PAGE',2),(0,1796,'com_liferay_portal_search_web_portlet_SearchPortlet','CONFIGURATION',4),(0,1797,'com_liferay_portal_search_web_portlet_SearchPortlet','PERMISSIONS',8),(0,1798,'com_liferay_portal_search_web_portlet_SearchPortlet','PREFERENCES',16),(0,1799,'com_liferay_portal_search_web_portlet_SearchPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1800,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1801,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','VIEW',1),(0,1802,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','ADD_TO_PAGE',2),(0,1803,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','CONFIGURATION',4),(0,1804,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','PERMISSIONS',8),(0,1805,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','PREFERENCES',16),(0,1806,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1807,'com_liferay_mentions_web_portlet_MentionsPortlet','VIEW',1),(0,1808,'com_liferay_mentions_web_portlet_MentionsPortlet','ADD_TO_PAGE',2),(0,1809,'com_liferay_mentions_web_portlet_MentionsPortlet','CONFIGURATION',4),(0,1810,'com_liferay_mentions_web_portlet_MentionsPortlet','PERMISSIONS',8),(0,1811,'com_liferay_mentions_web_portlet_MentionsPortlet','PREFERENCES',16),(0,1812,'com_liferay_mentions_web_portlet_MentionsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1813,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1814,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1815,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1816,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','VIEW',1),(0,1817,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','ADD_TO_PAGE',2),(0,1818,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','CONFIGURATION',4),(0,1819,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','PERMISSIONS',8),(0,1820,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','PREFERENCES',16),(0,1821,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1822,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1823,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet','VIEW',1),(0,1824,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet','ADD_TO_PAGE',2),(0,1825,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet','CONFIGURATION',4),(0,1826,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet','PERMISSIONS',8),(0,1827,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet','PREFERENCES',16),(0,1828,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1829,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet','VIEW',1),(0,1830,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet','ADD_TO_PAGE',2),(0,1831,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet','CONFIGURATION',4),(0,1832,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet','PERMISSIONS',8),(0,1833,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet','PREFERENCES',16),(0,1834,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1835,'com_liferay_trash_web_portlet_TrashPortlet','VIEW',1),(0,1836,'com_liferay_trash_web_portlet_TrashPortlet','ADD_TO_PAGE',2),(0,1837,'com_liferay_trash_web_portlet_TrashPortlet','CONFIGURATION',4),(0,1838,'com_liferay_trash_web_portlet_TrashPortlet','PERMISSIONS',8),(0,1839,'com_liferay_trash_web_portlet_TrashPortlet','PREFERENCES',16),(0,1840,'com_liferay_trash_web_portlet_TrashPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1841,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','VIEW',1),(0,1842,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','ADD_TO_PAGE',2),(0,1843,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','CONFIGURATION',4),(0,1844,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','PERMISSIONS',8),(0,1845,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','PREFERENCES',16),(0,1846,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1847,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1848,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','VIEW',1),(0,1849,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','ADD_TO_PAGE',2),(0,1850,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','CONFIGURATION',4),(0,1851,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','PERMISSIONS',8),(0,1852,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','PREFERENCES',16),(0,1853,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1854,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','VIEW',1),(0,1855,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','ADD_TO_PAGE',2),(0,1856,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','CONFIGURATION',4),(0,1857,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','PERMISSIONS',8),(0,1858,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','PREFERENCES',16),(0,1859,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1860,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1861,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','VIEW',1),(0,1862,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','ADD_TO_PAGE',2),(0,1863,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','CONFIGURATION',4),(0,1864,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','PERMISSIONS',8),(0,1865,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','PREFERENCES',16),(0,1866,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1867,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','VIEW',1),(0,1868,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','ADD_TO_PAGE',2),(0,1869,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','CONFIGURATION',4),(0,1870,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','PERMISSIONS',8),(0,1871,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','PREFERENCES',16),(0,1872,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1873,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1874,'com_liferay_my_account_web_portlet_MyAccountPortlet','PERMISSIONS',2),(0,1875,'com_liferay_my_account_web_portlet_MyAccountPortlet','PREFERENCES',4),(0,1876,'com_liferay_my_account_web_portlet_MyAccountPortlet','CONFIGURATION',8),(0,1877,'com_liferay_my_account_web_portlet_MyAccountPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1878,'com_liferay_my_account_web_portlet_MyAccountPortlet','VIEW',1),(0,1879,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','PERMISSIONS',2),(0,1880,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','PREFERENCES',4),(0,1881,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','CONFIGURATION',8),(0,1882,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1883,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet','VIEW',1),(0,1884,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','VIEW',1),(0,1885,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','ADD_TO_PAGE',2),(0,1886,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','CONFIGURATION',4),(0,1887,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','PERMISSIONS',8),(0,1888,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','PREFERENCES',16),(0,1889,'com_liferay_web_proxy_web_portlet_WebProxyPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1890,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','PERMISSIONS',2),(0,1891,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','PREFERENCES',4),(0,1892,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','CONFIGURATION',8),(0,1893,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1894,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet','VIEW',1),(0,1895,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','VIEW',1),(0,1896,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','ADD_TO_PAGE',2),(0,1897,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','CONFIGURATION',4),(0,1898,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','PERMISSIONS',8),(0,1899,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','PREFERENCES',16),(0,1900,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1901,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1902,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','VIEW',1),(0,1903,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','ADD_TO_PAGE',2),(0,1904,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','CONFIGURATION',4),(0,1905,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','PERMISSIONS',8),(0,1906,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','PREFERENCES',16),(0,1907,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1908,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','PERMISSIONS',2),(0,1909,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','PREFERENCES',4),(0,1910,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','CONFIGURATION',8),(0,1911,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','VIEW',1),(0,1912,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet','ADD_TO_PAGE',16),(0,1913,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','PERMISSIONS',2),(0,1914,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','PREFERENCES',4),(0,1915,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','CONFIGURATION',8),(0,1916,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','VIEW',1),(0,1917,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet','ADD_TO_PAGE',16),(0,1918,'com_liferay_directory_web_portlet_DirectoryPortlet','PERMISSIONS',2),(0,1919,'com_liferay_directory_web_portlet_DirectoryPortlet','PREFERENCES',4),(0,1920,'com_liferay_directory_web_portlet_DirectoryPortlet','CONFIGURATION',8),(0,1921,'com_liferay_directory_web_portlet_DirectoryPortlet','VIEW',1),(0,1922,'com_liferay_directory_web_portlet_DirectoryPortlet','ADD_TO_PAGE',16),(0,1923,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','PERMISSIONS',2),(0,1924,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','PREFERENCES',4),(0,1925,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','CONFIGURATION',8),(0,1926,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','VIEW',1),(0,1927,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet','ADD_TO_PAGE',16),(0,1928,'com_liferay_flags_web_portlet_FlagsPortlet','VIEW',1),(0,1929,'com_liferay_flags_web_portlet_FlagsPortlet','ADD_TO_PAGE',2),(0,1930,'com_liferay_flags_web_portlet_FlagsPortlet','CONFIGURATION',4),(0,1931,'com_liferay_flags_web_portlet_FlagsPortlet','PERMISSIONS',8),(0,1932,'com_liferay_flags_web_portlet_FlagsPortlet','PREFERENCES',16),(0,1933,'com_liferay_flags_web_portlet_FlagsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1934,'com_liferay_flags_web_portlet_PageFlagsPortlet','VIEW',1),(0,1935,'com_liferay_flags_web_portlet_PageFlagsPortlet','ADD_TO_PAGE',2),(0,1936,'com_liferay_flags_web_portlet_PageFlagsPortlet','CONFIGURATION',4),(0,1937,'com_liferay_flags_web_portlet_PageFlagsPortlet','PERMISSIONS',8),(0,1938,'com_liferay_flags_web_portlet_PageFlagsPortlet','PREFERENCES',16),(0,1939,'com_liferay_flags_web_portlet_PageFlagsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1940,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','VIEW',1),(0,1941,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','ADD_TO_PAGE',2),(0,1942,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','CONFIGURATION',4),(0,1943,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','PERMISSIONS',8),(0,1944,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','PREFERENCES',16),(0,1945,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1946,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','VIEW',1),(0,1947,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','ADD_TO_PAGE',2),(0,1948,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','CONFIGURATION',4),(0,1949,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','PERMISSIONS',8),(0,1950,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','PREFERENCES',16),(0,1951,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1952,'com_liferay_quick_note_web_portlet_QuickNotePortlet','VIEW',1),(0,1953,'com_liferay_quick_note_web_portlet_QuickNotePortlet','ADD_TO_PAGE',2),(0,1954,'com_liferay_quick_note_web_portlet_QuickNotePortlet','CONFIGURATION',4),(0,1955,'com_liferay_quick_note_web_portlet_QuickNotePortlet','PERMISSIONS',8),(0,1956,'com_liferay_quick_note_web_portlet_QuickNotePortlet','PREFERENCES',16),(0,1957,'com_liferay_quick_note_web_portlet_QuickNotePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1958,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','VIEW',1),(0,1959,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','ADD_TO_PAGE',2),(0,1960,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','CONFIGURATION',4),(0,1961,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','PERMISSIONS',8),(0,1962,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','PREFERENCES',16),(0,1963,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1964,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','VIEW',1),(0,1965,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','ADD_TO_PAGE',2),(0,1966,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','CONFIGURATION',4),(0,1967,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','PERMISSIONS',8),(0,1968,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','PREFERENCES',16),(0,1969,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1970,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','VIEW',1),(0,1971,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','ADD_TO_PAGE',2),(0,1972,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','CONFIGURATION',4),(0,1973,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','PERMISSIONS',8),(0,1974,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','PREFERENCES',16),(0,1975,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1976,'com_liferay_social_activity_web_portlet_SocialActivityPortlet','PERMISSIONS',2),(0,1977,'com_liferay_social_activity_web_portlet_SocialActivityPortlet','PREFERENCES',4),(0,1978,'com_liferay_social_activity_web_portlet_SocialActivityPortlet','CONFIGURATION',8),(0,1979,'com_liferay_social_activity_web_portlet_SocialActivityPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,1980,'com_liferay_social_activity_web_portlet_SocialActivityPortlet','VIEW',1),(0,1981,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet','VIEW',1),(0,1982,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet','ADD_TO_PAGE',2),(0,1983,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet','CONFIGURATION',4),(0,1984,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet','PERMISSIONS',8),(0,1985,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet','PREFERENCES',16),(0,1986,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1987,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet','VIEW',1),(0,1988,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet','ADD_TO_PAGE',2),(0,1989,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet','CONFIGURATION',4),(0,1990,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet','PERMISSIONS',8),(0,1991,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet','PREFERENCES',16),(0,1992,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1993,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet','VIEW',1),(0,1994,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet','ADD_TO_PAGE',2),(0,1995,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet','CONFIGURATION',4),(0,1996,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet','PERMISSIONS',8),(0,1997,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet','PREFERENCES',16),(0,1998,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,1999,'com_liferay_exportimport_web_portlet_ExportImportPortlet','VIEW',1),(0,2000,'com_liferay_exportimport_web_portlet_ExportImportPortlet','ADD_TO_PAGE',2),(0,2001,'com_liferay_exportimport_web_portlet_ExportImportPortlet','CONFIGURATION',4),(0,2002,'com_liferay_exportimport_web_portlet_ExportImportPortlet','PERMISSIONS',8),(0,2003,'com_liferay_exportimport_web_portlet_ExportImportPortlet','PREFERENCES',16),(0,2004,'com_liferay_exportimport_web_portlet_ExportImportPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2005,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','VIEW',1),(0,2006,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','ADD_TO_PAGE',2),(0,2007,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','CONFIGURATION',4),(0,2008,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','PERMISSIONS',8),(0,2009,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','PREFERENCES',16),(0,2010,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2011,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','VIEW',1),(0,2012,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','ADD_TO_PAGE',2),(0,2013,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','CONFIGURATION',4),(0,2014,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','PERMISSIONS',8),(0,2015,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','PREFERENCES',16),(0,2016,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2017,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','PERMISSIONS',2),(0,2018,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','PREFERENCES',4),(0,2019,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','CONFIGURATION',8),(0,2020,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','VIEW',1),(0,2021,'com_liferay_site_my_sites_web_portlet_MySitesPortlet','ADD_TO_PAGE',16),(0,2022,'com_liferay_document_library_web_portlet_DLAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2023,'com_liferay_document_library_web_portlet_DLPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,2024,'com_liferay_document_library_web_portlet_IGDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2025,'com_liferay_wiki_web_portlet_WikiAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2026,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','VIEW',1),(0,2027,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','ADD_TO_PAGE',2),(0,2028,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','CONFIGURATION',4),(0,2029,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','PERMISSIONS',8),(0,2030,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','PREFERENCES',16),(0,2031,'com_liferay_wiki_web_portlet_WikiDisplayPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2032,'com_liferay_wiki_web_portlet_WikiPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,2033,'com_liferay_message_boards_web_portlet_MBAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2034,'com_liferay_blogs_web_portlet_BlogsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2035,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','VIEW',1),(0,2036,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','ADD_TO_PAGE',2),(0,2037,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','CONFIGURATION',4),(0,2038,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','PERMISSIONS',8),(0,2039,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','PREFERENCES',16),(0,2040,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2041,'com_liferay_blogs_web_portlet_BlogsPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',32),(0,2042,'com_liferay_notifications_web_portlet_NotificationsPortlet','VIEW',1),(0,2043,'com_liferay_notifications_web_portlet_NotificationsPortlet','ADD_TO_PAGE',2),(0,2044,'com_liferay_notifications_web_portlet_NotificationsPortlet','CONFIGURATION',4),(0,2045,'com_liferay_notifications_web_portlet_NotificationsPortlet','PERMISSIONS',8),(0,2046,'com_liferay_notifications_web_portlet_NotificationsPortlet','PREFERENCES',16),(0,2047,'com_liferay_notifications_web_portlet_NotificationsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2048,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','VIEW',1),(0,2049,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','ADD_TO_PAGE',2),(0,2050,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','CONFIGURATION',4),(0,2051,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','PERMISSIONS',8),(0,2052,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','PREFERENCES',16),(0,2053,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2054,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','VIEW',1),(0,2055,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','ADD_TO_PAGE',2),(0,2056,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','CONFIGURATION',4),(0,2057,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','PERMISSIONS',8),(0,2058,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','PREFERENCES',16),(0,2059,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2060,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','PERMISSIONS',2),(0,2061,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','PREFERENCES',4),(0,2062,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','CONFIGURATION',8),(0,2063,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2064,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','VIEW',1),(0,2065,'com_liferay_contacts_web_portlet_ContactsCenterPortlet','ADD_TO_PAGE',32),(0,2066,'com_liferay_contacts_web_portlet_MembersPortlet','VIEW',1),(0,2067,'com_liferay_contacts_web_portlet_MembersPortlet','ADD_TO_PAGE',2),(0,2068,'com_liferay_contacts_web_portlet_MembersPortlet','CONFIGURATION',4),(0,2069,'com_liferay_contacts_web_portlet_MembersPortlet','PERMISSIONS',8),(0,2070,'com_liferay_contacts_web_portlet_MembersPortlet','PREFERENCES',16),(0,2071,'com_liferay_contacts_web_portlet_MembersPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2072,'com_liferay_contacts_web_portlet_MyContactsPortlet','VIEW',1),(0,2073,'com_liferay_contacts_web_portlet_MyContactsPortlet','ADD_TO_PAGE',2),(0,2074,'com_liferay_contacts_web_portlet_MyContactsPortlet','CONFIGURATION',4),(0,2075,'com_liferay_contacts_web_portlet_MyContactsPortlet','PERMISSIONS',8),(0,2076,'com_liferay_contacts_web_portlet_MyContactsPortlet','PREFERENCES',16),(0,2077,'com_liferay_contacts_web_portlet_MyContactsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2078,'com_liferay_contacts_web_portlet_ProfilePortlet','VIEW',1),(0,2079,'com_liferay_contacts_web_portlet_ProfilePortlet','ADD_TO_PAGE',2),(0,2080,'com_liferay_contacts_web_portlet_ProfilePortlet','CONFIGURATION',4),(0,2081,'com_liferay_contacts_web_portlet_ProfilePortlet','PERMISSIONS',8),(0,2082,'com_liferay_contacts_web_portlet_ProfilePortlet','PREFERENCES',16),(0,2083,'com_liferay_contacts_web_portlet_ProfilePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2084,'com_liferay_site_admin_web_portlet_SiteAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2085,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2086,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2087,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet','VIEW',1),(0,2088,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet','ADD_TO_PAGE',2),(0,2089,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet','CONFIGURATION',4),(0,2090,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet','PERMISSIONS',8),(0,2091,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet','PREFERENCES',16),(0,2092,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2093,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet','VIEW',1),(0,2094,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet','ADD_TO_PAGE',2),(0,2095,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet','CONFIGURATION',4),(0,2096,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet','PERMISSIONS',8),(0,2097,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet','PREFERENCES',16),(0,2098,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2099,'com_liferay_layout_admin_web_portlet_MyPagesPortlet','PERMISSIONS',2),(0,2100,'com_liferay_layout_admin_web_portlet_MyPagesPortlet','PREFERENCES',4),(0,2101,'com_liferay_layout_admin_web_portlet_MyPagesPortlet','CONFIGURATION',8),(0,2102,'com_liferay_layout_admin_web_portlet_MyPagesPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2103,'com_liferay_layout_admin_web_portlet_MyPagesPortlet','VIEW',1),(0,2104,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','VIEW',1),(0,2105,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','ADD_TO_PAGE',2),(0,2106,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','CONFIGURATION',4),(0,2107,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','PERMISSIONS',8),(0,2108,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','PREFERENCES',16),(0,2109,'com_liferay_staging_bar_web_portlet_StagingBarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2110,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','VIEW',1),(0,2111,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','ADD_TO_PAGE',2),(0,2112,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','CONFIGURATION',4),(0,2113,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','PERMISSIONS',8),(0,2114,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','PREFERENCES',16),(0,2115,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2116,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','VIEW',1),(0,2117,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','ADD_TO_PAGE',2),(0,2118,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','CONFIGURATION',4),(0,2119,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','PERMISSIONS',8),(0,2120,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','PREFERENCES',16),(0,2121,'com_liferay_portal_security_audit_web_portlet_AuditPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2122,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet','VIEW',1),(0,2123,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet','ADD_TO_PAGE',2),(0,2124,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet','CONFIGURATION',4),(0,2125,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet','PERMISSIONS',8),(0,2126,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet','PREFERENCES',16),(0,2127,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2128,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2129,'com_liferay_sync_web_portlet_SyncDevicesPortlet','VIEW',1),(0,2130,'com_liferay_sync_web_portlet_SyncDevicesPortlet','ADD_TO_PAGE',2),(0,2131,'com_liferay_sync_web_portlet_SyncDevicesPortlet','CONFIGURATION',4),(0,2132,'com_liferay_sync_web_portlet_SyncDevicesPortlet','PERMISSIONS',8),(0,2133,'com_liferay_sync_web_portlet_SyncDevicesPortlet','PREFERENCES',16),(0,2134,'com_liferay_sync_web_portlet_SyncDevicesPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2135,'com_liferay_sync_web_portlet_SyncAdminPortlet','VIEW',1),(0,2136,'com_liferay_sync_web_portlet_SyncAdminPortlet','ADD_TO_PAGE',2),(0,2137,'com_liferay_sync_web_portlet_SyncAdminPortlet','CONFIGURATION',4),(0,2138,'com_liferay_sync_web_portlet_SyncAdminPortlet','PERMISSIONS',8),(0,2139,'com_liferay_sync_web_portlet_SyncAdminPortlet','PREFERENCES',16),(0,2140,'com_liferay_sync_web_portlet_SyncAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2141,'com_liferay_oauth_web_internal_portlet_AdminPortlet','PERMISSIONS',2),(0,2142,'com_liferay_oauth_web_internal_portlet_AdminPortlet','PREFERENCES',4),(0,2143,'com_liferay_oauth_web_internal_portlet_AdminPortlet','CONFIGURATION',8),(0,2144,'com_liferay_oauth_web_internal_portlet_AdminPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2145,'com_liferay_oauth_web_internal_portlet_AdminPortlet','VIEW',1),(0,2146,'com_liferay_oauth_web_internal_portlet_AdminPortlet','ADD_TO_PAGE',32),(0,2147,'com.liferay.oauth.model.OAuthApplication','DELETE',2),(0,2148,'com.liferay.oauth.model.OAuthApplication','PERMISSIONS',4),(0,2149,'com.liferay.oauth.model.OAuthApplication','UPDATE',8),(0,2150,'com.liferay.oauth.model.OAuthApplication','VIEW',1),(0,2151,'com.liferay.oauth','PERMISSIONS',2),(0,2152,'com.liferay.oauth','ADD_APPLICATION',4),(0,2153,'com.liferay.oauth.model.OAuthUser','DELETE',2),(0,2154,'com.liferay.oauth.model.OAuthUser','PERMISSIONS',4),(0,2155,'com.liferay.oauth.model.OAuthUser','UPDATE',8),(0,2156,'com.liferay.oauth.model.OAuthUser','VIEW',1),(0,2157,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','PERMISSIONS',2),(0,2158,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','PREFERENCES',4),(0,2159,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','CONFIGURATION',8),(0,2160,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','ACCESS_IN_CONTROL_PANEL',16),(0,2161,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet','VIEW',1),(0,2162,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','VIEW',1),(0,2163,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','ADD_TO_PAGE',2),(0,2164,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','CONFIGURATION',4),(0,2165,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','PERMISSIONS',8),(0,2166,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','PREFERENCES',16),(0,2167,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2168,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','PERMISSIONS',2),(0,2169,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','PREFERENCES',4),(0,2170,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','CONFIGURATION',8),(0,2171,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','VIEW',1),(0,2172,'com_liferay_microblogs_web_portlet_MicroblogsPortlet','ADD_TO_PAGE',16),(0,2173,'com.liferay.microblogs.model.MicroblogsEntry','DELETE',2),(0,2174,'com.liferay.microblogs.model.MicroblogsEntry','PERMISSIONS',4),(0,2175,'com.liferay.microblogs.model.MicroblogsEntry','UPDATE',8),(0,2176,'com.liferay.microblogs.model.MicroblogsEntry','VIEW',1),(0,2177,'com.liferay.microblogs','ADD_ENTRY',2),(0,2178,'com.liferay.microblogs','PERMISSIONS',4),(0,2179,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','VIEW',1),(0,2180,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','ADD_TO_PAGE',2),(0,2181,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','CONFIGURATION',4),(0,2182,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','PERMISSIONS',8),(0,2183,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','PREFERENCES',16),(0,2184,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2185,'com_liferay_calendar_web_portlet_CalendarPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2186,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2187,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2188,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet','PERMISSIONS',2),(0,2189,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet','PREFERENCES',4),(0,2190,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet','CONFIGURATION',8),(0,2191,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet','VIEW',1),(0,2192,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet','ADD_TO_PAGE',16),(0,2193,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2194,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2195,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','VIEW',1),(0,2196,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','ADD_TO_PAGE',2),(0,2197,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','CONFIGURATION',4),(0,2198,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','PERMISSIONS',8),(0,2199,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','PREFERENCES',16),(0,2200,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2201,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2202,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','PERMISSIONS',4),(0,2203,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','PREFERENCES',8),(0,2204,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','CONFIGURATION',16),(0,2205,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','VIEW',1),(0,2206,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet','ADD_TO_PAGE',32),(0,2207,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2208,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','PERMISSIONS',4),(0,2209,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','PREFERENCES',8),(0,2210,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','CONFIGURATION',16),(0,2211,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','VIEW',1),(0,2212,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet','ADD_TO_PAGE',32),(0,2213,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','ADD_PORTLET_DISPLAY_TEMPLATE',2),(0,2214,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','PERMISSIONS',4),(0,2215,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','PREFERENCES',8),(0,2216,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','CONFIGURATION',16),(0,2217,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','VIEW',1),(0,2218,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet','ADD_TO_PAGE',32),(0,2219,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2220,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2221,'com_liferay_journal_content_web_portlet_JournalContentPortlet','PERMISSIONS',2),(0,2222,'com_liferay_journal_content_web_portlet_JournalContentPortlet','PREFERENCES',4),(0,2223,'com_liferay_journal_content_web_portlet_JournalContentPortlet','CONFIGURATION',8),(0,2224,'com_liferay_journal_content_web_portlet_JournalContentPortlet','VIEW',1),(0,2225,'com_liferay_journal_content_web_portlet_JournalContentPortlet','ADD_TO_PAGE',16),(0,2226,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet','VIEW',1),(0,2227,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet','ADD_TO_PAGE',2),(0,2228,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet','CONFIGURATION',4),(0,2229,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet','PERMISSIONS',8),(0,2230,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet','PREFERENCES',16),(0,2231,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2232,'com_liferay_journal_web_portlet_JournalPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2233,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','VIEW',1),(0,2234,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','ADD_TO_PAGE',2),(0,2235,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','CONFIGURATION',4),(0,2236,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','PERMISSIONS',8),(0,2237,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','PREFERENCES',16),(0,2238,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2239,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet','ACCESS_IN_CONTROL_PANEL',32),(0,2240,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet','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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_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,20115,'com.liferay.portal.kernel.model.Role',4,'20121',20121,20123,0,127,1),(0,2,20115,'com.liferay.portal.kernel.model.Role',4,'20122',20122,20123,0,127,1),(0,3,20115,'com.liferay.portal.kernel.model.Role',4,'20123',20123,20123,0,127,1),(0,4,20115,'com.liferay.portal.kernel.model.Role',4,'20124',20124,20123,0,127,1),(0,5,20115,'com.liferay.portal.kernel.model.Role',4,'20125',20125,20123,0,127,1),(0,6,20115,'com.liferay.portal.kernel.model.Role',4,'20126',20126,20123,0,127,1),(0,7,20115,'com.liferay.portal.kernel.model.Role',4,'20127',20127,20123,0,127,1),(0,8,20115,'com.liferay.portal.kernel.model.Role',4,'20128',20128,20123,0,127,1),(0,9,20115,'com.liferay.portal.kernel.model.Role',4,'20129',20129,20123,0,127,1),(0,10,20115,'com.liferay.portal.kernel.model.Role',4,'20130',20130,20123,0,127,1),(0,11,20115,'com.liferay.portal.kernel.model.Role',4,'20131',20131,20123,0,127,1),(0,12,20115,'com.liferay.portal.kernel.model.Role',4,'20121',20121,20125,0,1,1),(0,13,20115,'com.liferay.portal.kernel.model.Role',4,'20122',20122,20125,0,1,1),(0,14,20115,'com.liferay.portal.kernel.model.Role',4,'20123',20123,20125,0,1,1),(0,15,20115,'com.liferay.portal.kernel.model.Role',4,'20124',20124,20125,0,1,1),(0,16,20115,'com.liferay.portal.kernel.model.Role',4,'20125',20125,20125,0,1,1),(0,17,20115,'com.liferay.portal.kernel.model.Role',4,'20126',20126,20125,0,1,1),(0,18,20115,'com.liferay.portal.kernel.model.Role',4,'20127',20127,20125,0,1,1),(0,19,20115,'com.liferay.portal.kernel.model.Role',4,'20128',20128,20125,0,1,1),(0,20,20115,'com.liferay.portal.kernel.model.Role',4,'20129',20129,20125,0,1,1),(0,21,20115,'com.liferay.portal.kernel.model.Role',4,'20130',20130,20125,0,1,1),(0,22,20115,'com.liferay.portal.kernel.model.Role',4,'20131',20131,20125,0,1,1),(0,23,20115,'com.liferay.portal.kernel.model.Group',4,'20132',20132,20123,0,33554431,1),(0,24,20115,'com.liferay.portal.kernel.model.Layout',4,'20136',20136,20123,20119,1023,1),(0,25,20115,'com.liferay.portal.kernel.model.Layout',4,'20136',20136,20130,0,529,1),(0,26,20115,'com.liferay.portal.kernel.model.Layout',4,'20136',20136,20122,0,1,1),(0,27,20115,'com.liferay.portal.kernel.model.Group',4,'20139',20139,20123,0,33554431,1),(0,28,20115,'com.liferay.portal.kernel.model.Group',4,'20142',20142,20123,0,33554431,1),(0,29,20115,'com.liferay.portal.kernel.model.Layout',4,'20145',20145,20123,20119,1023,1),(0,30,20115,'com.liferay.portal.kernel.model.Layout',4,'20145',20145,20130,0,529,1),(0,31,20115,'com.liferay.portal.kernel.model.Layout',4,'20145',20145,20122,0,1,1),(0,32,20115,'com.liferay.portal.kernel.model.Group',4,'20148',20148,20123,0,33554431,1),(0,33,20115,'com.liferay.portal.kernel.model.Layout',2,'20148',20148,20125,0,1,1),(0,34,20115,'com.liferay.portal.kernel.model.Group',2,'20148',20148,20124,0,1280,0),(0,35,20115,'com.liferay.portal.kernel.model.Group',4,'20151',20151,20123,0,33554431,1),(0,36,20115,'com.liferay.portal.kernel.model.PasswordPolicy',4,'20154',20154,20123,0,31,1),(0,37,20115,'com.liferay.portal.kernel.model.Group',4,'20158',20158,20123,0,33554431,1),(0,38,20115,'com.liferay.portal.kernel.model.User',4,'20155',20155,20123,20155,31,1),(0,39,20115,'90',4,'90',90,20123,0,65534,0),(0,40,20115,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20163',20163,20123,0,15,1),(0,41,20115,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20164',20164,20123,0,15,1),(0,42,20115,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20165',20165,20123,0,15,1),(0,43,20115,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20166',20166,20123,0,15,1),(0,44,20115,'com.liferay.portal.kernel.model.Layout',4,'20167',20167,20123,20119,1023,1),(0,45,20115,'com.liferay.portal.kernel.model.Layout',4,'20167',20167,20130,0,529,1),(0,46,20115,'com.liferay.portal.kernel.model.Layout',4,'20167',20167,20122,0,1,1),(0,47,20115,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20171',20171,20123,0,15,1),(0,48,20115,'com.liferay.expando.kernel.model.ExpandoColumn',4,'20172',20172,20123,0,15,1),(0,101,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'29203',29203,20123,20119,15,1),(0,102,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'29204',29204,20123,20119,15,1),(0,103,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'29205',29205,20123,20119,15,1),(0,104,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'29206',29206,20123,20119,15,1),(0,105,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'29207',29207,20123,20119,15,1),(0,201,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30302',30302,20123,20119,15,1),(0,202,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30302',30302,20122,0,1,1),(0,203,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30306',30306,20123,20119,15,1),(0,204,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30306',30306,20122,0,1,1),(0,205,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30309',30309,20123,20119,15,1),(0,206,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30309',30309,20122,0,1,1),(0,207,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30312',30312,20123,20119,15,1),(0,208,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30312',30312,20122,0,1,1),(0,209,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30315',30315,20123,20119,15,1),(0,210,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30315',30315,20122,0,1,1),(0,211,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30318',30318,20123,20119,15,1),(0,212,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30318',30318,20122,0,1,1),(0,213,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30321',30321,20123,20119,15,1),(0,214,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30321',30321,20122,0,1,1),(0,215,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30324',30324,20123,20119,15,1),(0,216,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30324',30324,20122,0,1,1),(0,217,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30327',30327,20123,20119,15,1),(0,218,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30327',30327,20122,0,1,1),(0,219,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30330',30330,20123,20119,15,1),(0,220,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30330',30330,20122,0,1,1),(0,221,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30333',30333,20123,20119,15,1),(0,222,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30333',30333,20122,0,1,1),(0,223,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30336',30336,20123,20119,15,1),(0,224,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30336',30336,20122,0,1,1),(0,225,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30339',30339,20123,20119,15,1),(0,226,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30339',30339,20122,0,1,1),(0,227,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30342',30342,20123,20119,15,1),(0,228,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30342',30342,20122,0,1,1),(0,229,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30345',30345,20123,20119,15,1),(0,230,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30345',30345,20122,0,1,1),(0,231,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30348',30348,20123,20119,15,1),(0,232,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30348',30348,20122,0,1,1),(0,233,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30351',30351,20123,20119,15,1),(0,234,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30351',30351,20122,0,1,1),(0,235,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30355',30355,20123,20119,15,1),(0,236,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30355',30355,20122,0,1,1),(0,237,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30358',30358,20123,20119,15,1),(0,238,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30358',30358,20122,0,1,1),(0,239,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30361',30361,20123,20119,15,1),(0,240,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30361',30361,20122,0,1,1),(0,241,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30365',30365,20123,20119,15,1),(0,242,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30365',30365,20122,0,1,1),(0,243,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30369',30369,20123,20119,15,1),(0,244,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30369',30369,20122,0,1,1),(0,245,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30372',30372,20123,20119,15,1),(0,246,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30372',30372,20122,0,1,1),(0,247,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30375',30375,20123,20119,15,1),(0,248,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30375',30375,20122,0,1,1),(0,249,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30378',30378,20123,20119,15,1),(0,250,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30378',30378,20122,0,1,1),(0,251,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30381',30381,20123,20119,15,1),(0,252,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30381',30381,20122,0,1,1),(0,253,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30384',30384,20123,20119,15,1),(0,254,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30384',30384,20122,0,1,1),(0,255,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30387',30387,20123,20119,15,1),(0,256,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'30387',30387,20122,0,1,1),(0,257,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30390',30390,20123,20119,15,1),(0,258,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30390',30390,20125,0,1,1),(0,259,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30390',30390,20122,0,1,1),(0,260,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30393',30393,20123,20119,15,1),(0,261,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30393',30393,20125,0,1,1),(0,262,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30393',30393,20122,0,1,1),(0,263,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30396',30396,20123,20119,15,1),(0,264,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30396',30396,20125,0,1,1),(0,265,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30396',30396,20122,0,1,1),(0,266,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30400',30400,20123,20119,15,1),(0,267,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30400',30400,20125,0,1,1),(0,268,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30400',30400,20122,0,1,1),(0,269,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30399',30399,20123,20119,15,1),(0,270,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30399',30399,20125,0,1,1),(0,271,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30399',30399,20122,0,1,1),(0,272,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30405',30405,20123,20119,15,1),(0,273,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30405',30405,20125,0,1,1),(0,274,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30405',30405,20122,0,1,1),(0,275,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30404',30404,20123,20119,15,1),(0,276,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30404',30404,20125,0,1,1),(0,277,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30404',30404,20122,0,1,1),(0,278,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30411',30411,20123,20119,15,1),(0,279,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30411',30411,20125,0,1,1),(0,280,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30411',30411,20122,0,1,1),(0,281,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30410',30410,20123,20119,15,1),(0,282,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30410',30410,20125,0,1,1),(0,283,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30410',30410,20122,0,1,1),(0,284,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30417',30417,20123,20119,15,1),(0,285,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30417',30417,20125,0,1,1),(0,286,20115,'com.liferay.document.library.kernel.model.DLFileEntryMetadata-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30417',30417,20122,0,1,1),(0,287,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30416',30416,20123,20119,15,1),(0,288,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30416',30416,20125,0,1,1),(0,289,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'30416',30416,20122,0,1,1),(0,290,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30423',30423,20123,20119,15,1),(0,291,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30423',30423,20125,0,1,1),(0,292,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30423',30423,20122,0,1,1),(0,293,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30426',30426,20123,20119,15,1),(0,294,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30426',30426,20125,0,1,1),(0,295,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30426',30426,20122,0,1,1),(0,296,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30429',30429,20123,20119,15,1),(0,297,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30429',30429,20125,0,1,1),(0,298,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30429',30429,20122,0,1,1),(0,299,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30432',30432,20123,20119,15,1),(0,300,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30432',30432,20125,0,1,1),(0,301,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30432',30432,20122,0,1,1),(0,302,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30435',30435,20123,20119,15,1),(0,303,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30435',30435,20125,0,1,1),(0,304,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30435',30435,20122,0,1,1),(0,305,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30438',30438,20123,20119,15,1),(0,306,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30438',30438,20125,0,1,1),(0,307,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30438',30438,20122,0,1,1),(0,308,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30441',30441,20123,20119,15,1),(0,309,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30441',30441,20125,0,1,1),(0,310,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet-com.liferay.dynamic.data.mapping.model.DDMStructure',4,'30441',30441,20122,0,1,1),(0,401,20115,'com.liferay.portal.kernel.model.Role',4,'30932',30932,20123,0,127,1),(0,402,20115,'com.liferay.portal.kernel.model.Role',4,'30939',30939,20123,0,127,1),(0,403,20115,'com.liferay.portal.kernel.model.Role',4,'30943',30943,20123,0,127,1),(0,404,20115,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition',4,'30954',30954,20123,20119,15,1),(0,501,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'31008',31008,20123,20119,15,1),(0,502,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'31008',31008,20125,0,1,1),(0,503,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.journal.model.JournalArticle',4,'31008',31008,20122,0,1,1),(0,504,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'31011',31011,20123,20119,15,1),(0,505,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'31011',31011,20125,0,1,1),(0,506,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.journal.model.JournalArticle',4,'31011',31011,20122,0,1,1),(0,601,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'31819',31819,20123,20119,15,1),(0,602,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'31819',31819,20122,0,1,1),(0,603,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'31820',31820,20123,20119,15,1),(0,604,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'31820',31820,20122,0,1,1),(0,605,20115,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20122,0,1,1),(0,606,20115,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20123,0,63,1),(0,607,20115,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',4,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',0,20130,0,1,1),(0,608,20115,'com_liferay_configuration_admin_web_portlet_SystemSettingsPortlet',1,'20115',20115,20121,0,2,0),(0,609,20115,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20122,0,1,1),(0,610,20115,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20123,0,63,1),(0,611,20115,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',4,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',0,20130,0,1,1),(0,612,20115,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20115',20115,20122,0,2,0),(0,613,20115,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20115',20115,20124,0,2,0),(0,614,20115,'com_liferay_image_editor_web_portlet_ImageEditorPortlet',1,'20115',20115,20125,0,2,0),(0,615,20115,'hello_soy_portlet',4,'hello_soy_portlet',0,20122,0,1,1),(0,616,20115,'hello_soy_portlet',4,'hello_soy_portlet',0,20123,0,63,1),(0,617,20115,'hello_soy_portlet',4,'hello_soy_portlet',0,20130,0,1,1),(0,618,20115,'hello_soy_portlet',1,'20115',20115,20122,0,2,0),(0,619,20115,'hello_soy_portlet',1,'20115',20115,20124,0,2,0),(0,620,20115,'hello_soy_portlet',1,'20115',20115,20125,0,2,0),(0,621,20115,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20122,0,1,1),(0,622,20115,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20123,0,63,1),(0,623,20115,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',4,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',0,20130,0,1,1),(0,624,20115,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20115',20115,20122,0,2,0),(0,625,20115,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20115',20115,20124,0,2,0),(0,626,20115,'com_liferay_hello_world_web_portlet_HelloWorldPortlet',1,'20115',20115,20125,0,2,0),(0,627,20115,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20122,0,1,1),(0,628,20115,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20123,0,63,1),(0,629,20115,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',4,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',0,20130,0,1,1),(0,630,20115,'com_liferay_license_manager_web_portlet_LicenseManagerPortlet',1,'20115',20115,20121,0,2,0),(0,631,20115,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20122,0,1,1),(0,632,20115,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20123,0,63,1),(0,633,20115,'com_liferay_login_web_portlet_FastLoginPortlet',4,'com_liferay_login_web_portlet_FastLoginPortlet',0,20130,0,1,1),(0,634,20115,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20115',20115,20122,0,2,0),(0,635,20115,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20115',20115,20124,0,2,0),(0,636,20115,'com_liferay_login_web_portlet_FastLoginPortlet',1,'20115',20115,20125,0,2,0),(0,637,20115,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20122,0,1,1),(0,638,20115,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20123,0,31,1),(0,639,20115,'com_liferay_login_web_portlet_LoginPortlet',4,'com_liferay_login_web_portlet_LoginPortlet',0,20130,0,1,1),(0,640,20115,'com_liferay_login_web_portlet_LoginPortlet',1,'20115',20115,20122,0,16,0),(0,641,20115,'com_liferay_login_web_portlet_LoginPortlet',1,'20115',20115,20124,0,16,0),(0,642,20115,'com_liferay_login_web_portlet_LoginPortlet',1,'20115',20115,20125,0,16,0),(0,643,20115,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20122,0,1,1),(0,644,20115,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20123,0,31,1),(0,645,20115,'com_liferay_monitoring_web_portlet_MonitoringPortlet',4,'com_liferay_monitoring_web_portlet_MonitoringPortlet',0,20130,0,1,1),(0,646,20115,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20122,0,1,1),(0,647,20115,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20123,0,31,1),(0,648,20115,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',4,'com_liferay_portal_instances_web_portlet_PortalInstancesPortlet',0,20130,0,1,1),(0,649,20115,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',4,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',0,20122,0,1,1),(0,650,20115,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',4,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',0,20123,0,31,1),(0,651,20115,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',4,'com_liferay_portal_settings_web_portlet_PortalSettingsPortlet',0,20130,0,1,1),(0,652,20115,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20122,0,1,1),(0,653,20115,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20123,0,31,1),(0,654,20115,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',4,'com_liferay_server_admin_web_portlet_ServerAdminPortlet',0,20130,0,1,1),(0,655,20115,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20122,0,1,1),(0,656,20115,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20123,0,63,1),(0,657,20115,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',4,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',0,20130,0,1,1),(0,658,20115,'com_liferay_user_associated_data_web_portlet_UserAssociatedData',1,'20115',20115,20121,0,2,0),(0,659,20115,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20122,0,1,1),(0,660,20115,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20123,0,63,1),(0,661,20115,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',4,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',0,20130,0,1,1),(0,662,20115,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'20115',20115,20121,0,2,0),(0,663,20115,'com_liferay_users_admin_web_portlet_MyOrganizationsPortlet',1,'20115',20115,20125,0,32,0),(0,664,20115,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20122,0,1,1),(0,665,20115,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20123,0,125,1),(0,666,20115,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',4,'com_liferay_users_admin_web_portlet_UsersAdminPortlet',0,20130,0,1,1),(0,667,20115,'com.liferay.portal.kernel.model.User',4,'com.liferay.portal.kernel.model.User',0,20123,0,31,1),(0,668,20115,'com.liferay.portal.kernel.model.Organization',4,'com.liferay.portal.kernel.model.Organization',0,20123,0,2047,1),(0,669,20115,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',0,20122,0,1,1),(0,670,20115,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',0,20123,0,63,1),(0,671,20115,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizePortlet',0,20130,0,1,1),(0,672,20115,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20122,0,1,1),(0,673,20115,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20123,0,63,1),(0,674,20115,'com_liferay_comment_web_portlet_CommentPortlet',4,'com_liferay_comment_web_portlet_CommentPortlet',0,20130,0,1,1),(0,675,20115,'com_liferay_comment_web_portlet_CommentPortlet',1,'20115',20115,20122,0,2,0),(0,676,20115,'com_liferay_comment_web_portlet_CommentPortlet',1,'20115',20115,20124,0,2,0),(0,677,20115,'com_liferay_comment_web_portlet_CommentPortlet',1,'20115',20115,20125,0,2,0),(0,678,20115,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20122,0,1,1),(0,679,20115,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20123,0,63,1),(0,680,20115,'com_liferay_polls_web_portlet_PollsDisplayPortlet',4,'com_liferay_polls_web_portlet_PollsDisplayPortlet',0,20130,0,1,1),(0,681,20115,'com.liferay.polls',4,'com.liferay.polls',0,20123,0,6,0),(0,682,20115,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,20123,0,31,1),(0,683,20115,'com.liferay.polls.model.PollsQuestion',4,'com.liferay.polls.model.PollsQuestion',0,20122,0,1,1),(0,684,20115,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'20115',20115,20124,0,2,0),(0,685,20115,'com_liferay_polls_web_portlet_PollsDisplayPortlet',1,'20115',20115,20125,0,2,0),(0,686,20115,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20122,0,1,1),(0,687,20115,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20123,0,63,1),(0,688,20115,'com_liferay_polls_web_portlet_PollsPortlet',4,'com_liferay_polls_web_portlet_PollsPortlet',0,20130,0,1,1),(0,689,20115,'com_liferay_polls_web_portlet_PollsPortlet',1,'20115',20115,20124,0,2,0),(0,690,20115,'com_liferay_polls_web_portlet_PollsPortlet',1,'20115',20115,20125,0,2,0),(0,691,20115,'com_liferay_polls_web_portlet_PollsPortlet',2,'20148',20148,20124,0,63,1),(0,692,20115,'com.liferay.polls',2,'20148',20148,20124,0,6,0),(0,693,20115,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',4,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',0,20122,0,1,1),(0,694,20115,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',4,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',0,20123,0,63,1),(0,695,20115,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',4,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',0,20130,0,1,1),(0,696,20115,'com_liferay_portal_workflow_definition_web_portlet_WorkflowDefinitionPortlet',1,'20115',20115,20121,0,2,0),(0,697,20115,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',4,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',0,20122,0,1,1),(0,698,20115,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',4,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',0,20123,0,63,1),(0,699,20115,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',4,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',0,20130,0,1,1),(0,700,20115,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',1,'20115',20115,20124,0,2,0),(1,701,20115,'com_liferay_portal_workflow_instance_web_portlet_MyWorkflowInstancePortlet',1,'20115',20115,20125,0,34,0),(0,702,20115,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',4,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',0,20122,0,1,1),(0,703,20115,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',4,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',0,20123,0,63,1),(0,704,20115,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',4,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',0,20130,0,1,1),(0,705,20115,'com_liferay_portal_workflow_instance_web_portlet_WorkflowInstancePortlet',1,'20115',20115,20121,0,2,0),(0,706,20115,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet',4,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet',0,20122,0,1,1),(0,707,20115,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet',4,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet',0,20123,0,63,1),(0,708,20115,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet',4,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerLoaderPortlet',0,20130,0,1,1),(0,709,20115,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20122,0,1,1),(0,710,20115,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20123,0,63,1),(0,711,20115,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',4,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',0,20130,0,1,1),(0,712,20115,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'20115',20115,20124,0,2,0),(1,713,20115,'com_liferay_portal_workflow_task_web_portlet_MyWorkflowTaskPortlet',1,'20115',20115,20125,0,34,0),(0,714,20115,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20122,0,1,1),(0,715,20115,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20123,0,63,1),(0,716,20115,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',4,'com_liferay_asset_browser_web_portlet_AssetBrowserPortlet',0,20130,0,1,1),(0,717,20115,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20122,0,1,1),(0,718,20115,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20123,0,63,1),(0,719,20115,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',4,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',0,20130,0,1,1),(0,720,20115,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20115',20115,20122,0,32,0),(0,721,20115,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20115',20115,20124,0,32,0),(0,722,20115,'com_liferay_asset_categories_navigation_web_portlet_AssetCategoriesNavigationPortlet',1,'20115',20115,20125,0,32,0),(0,723,20115,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20122,0,1,1),(0,724,20115,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20123,0,63,1),(0,725,20115,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',4,'com_liferay_asset_display_web_portlet_AssetDisplayPortlet',0,20130,0,1,1),(0,726,20115,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20122,0,1,1),(0,727,20115,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20123,0,63,1),(0,728,20115,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',4,'com_liferay_asset_tags_compiler_web_portlet_AssetTagsCompilerPortlet',0,20130,0,1,1),(0,729,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20122,0,1,1),(0,730,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20123,0,63,1),(0,731,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',0,20130,0,1,1),(0,732,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20115',20115,20122,0,2,0),(0,733,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20115',20115,20124,0,2,0),(0,734,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsCloudPortlet',1,'20115',20115,20125,0,2,0),(0,735,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20122,0,1,1),(0,736,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20123,0,63,1),(0,737,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',4,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',0,20130,0,1,1),(0,738,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20115',20115,20122,0,32,0),(0,739,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20115',20115,20124,0,32,0),(0,740,20115,'com_liferay_asset_tags_navigation_web_portlet_AssetTagsNavigationPortlet',1,'20115',20115,20125,0,32,0),(0,741,20115,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20122,0,1,1),(0,742,20115,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20123,0,63,1),(0,743,20115,'com_liferay_asset_web_portlet_AssetPortlet',4,'com_liferay_asset_web_portlet_AssetPortlet',0,20130,0,1,1),(0,744,20115,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20122,0,1,1),(0,745,20115,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20123,0,63,1),(0,746,20115,'com_liferay_exportimport_web_portlet_ExportPortlet',4,'com_liferay_exportimport_web_portlet_ExportPortlet',0,20130,0,1,1),(0,747,20115,'com_liferay_exportimport_web_portlet_ExportPortlet',2,'20148',20148,20124,0,63,1),(0,748,20115,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20122,0,1,1),(0,749,20115,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20123,0,63,1),(0,750,20115,'com_liferay_exportimport_web_portlet_ImportPortlet',4,'com_liferay_exportimport_web_portlet_ImportPortlet',0,20130,0,1,1),(0,751,20115,'com_liferay_exportimport_web_portlet_ImportPortlet',2,'20148',20148,20124,0,63,1),(0,752,20115,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20122,0,1,1),(0,753,20115,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20123,0,63,1),(0,754,20115,'com_liferay_iframe_web_portlet_IFramePortlet',4,'com_liferay_iframe_web_portlet_IFramePortlet',0,20130,0,1,1),(0,755,20115,'com_liferay_iframe_web_portlet_IFramePortlet',1,'20115',20115,20124,0,2,0),(0,756,20115,'com_liferay_iframe_web_portlet_IFramePortlet',1,'20115',20115,20125,0,2,0),(0,757,20115,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20122,0,1,1),(0,758,20115,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20123,0,63,1),(0,759,20115,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',4,'com_liferay_portlet_configuration_sharing_web_portlet_PortletConfigurationSharingPortlet',0,20130,0,1,1),(0,760,20115,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,20122,0,1,1),(0,761,20115,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,20123,0,63,1),(0,762,20115,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',4,'com_liferay_product_navigation_control_menu_web_portlet_ProductNavigationControlMenuPortlet',0,20130,0,1,1),(0,763,20115,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20122,0,1,1),(0,764,20115,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20123,0,63,1),(0,765,20115,'com_liferay_rss_web_portlet_RSSPortlet',4,'com_liferay_rss_web_portlet_RSSPortlet',0,20130,0,1,1),(0,766,20115,'com_liferay_rss_web_portlet_RSSPortlet',1,'20115',20115,20124,0,32,0),(0,767,20115,'com_liferay_rss_web_portlet_RSSPortlet',1,'20115',20115,20125,0,32,0),(0,768,20115,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20122,0,1,1),(0,769,20115,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20123,0,63,1),(0,770,20115,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',4,'com_liferay_site_browser_web_portlet_SiteBrowserPortlet',0,20130,0,1,1),(0,771,20115,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20122,0,1,1),(0,772,20115,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20123,0,63,1),(0,773,20115,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',4,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',0,20130,0,1,1),(0,774,20115,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20115',20115,20122,0,2,0),(0,775,20115,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20115',20115,20124,0,2,0),(0,776,20115,'com_liferay_site_navigation_directory_web_portlet_SitesDirectoryPortlet',1,'20115',20115,20125,0,2,0),(0,777,20115,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,20122,0,1,1),(0,778,20115,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,20123,0,63,1),(0,779,20115,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',4,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',0,20130,0,1,1),(0,780,20115,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20115',20115,20122,0,32,0),(0,781,20115,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20115',20115,20124,0,32,0),(0,782,20115,'com_liferay_site_navigation_site_map_web_portlet_SiteNavigationSiteMapPortlet',1,'20115',20115,20125,0,32,0),(0,783,20115,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20122,0,1,1),(0,784,20115,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20123,0,63,1),(0,785,20115,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',4,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',0,20130,0,1,1),(0,786,20115,'com_liferay_staging_processes_web_portlet_StagingProcessesPortlet',2,'20148',20148,20124,0,63,1),(0,787,20115,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',4,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',0,20122,0,1,1),(0,788,20115,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',4,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',0,20123,0,63,1),(0,789,20115,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',4,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',0,20130,0,1,1),(0,790,20115,'com_liferay_xsl_content_web_portlet_XSLContentPortlet',1,'20115',20115,20121,0,2,0),(0,791,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',4,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',0,20122,0,1,1),(0,792,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',4,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',0,20123,0,63,1),(0,793,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',4,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',0,20130,0,1,1),(0,794,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20115',20115,20121,0,2,0),(0,795,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20115',20115,20122,0,2,0),(0,796,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20115',20115,20124,0,2,0),(0,797,20115,'com_liferay_lcs_client_web_internal_portlet_LCSClientPortlet',1,'20115',20115,20125,0,2,0),(0,798,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',4,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',0,20122,0,1,1),(0,799,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',4,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',0,20123,0,63,1),(0,800,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',4,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',0,20130,0,1,1),(0,801,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',1,'20115',20115,20121,0,2,0),(0,802,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',1,'20115',20115,20122,0,2,0),(0,803,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',1,'20115',20115,20124,0,2,0),(0,804,20115,'com_liferay_ip_geocoder_sample_web_portlet_IPGeocoderSamplePortlet',1,'20115',20115,20125,0,2,0),(0,805,20115,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20122,0,1,1),(0,806,20115,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20123,0,127,1),(0,807,20115,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',4,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',0,20130,0,33,1),(0,808,20115,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'20115',20115,20124,0,64,0),(0,809,20115,'com_liferay_asset_publisher_web_portlet_AssetPublisherPortlet',1,'20115',20115,20125,0,64,0),(0,810,20115,'com.liferay.portal.kernel.model.LayoutPrototype',4,'31857',31857,20123,20119,15,1),(0,811,20115,'com.liferay.portal.kernel.model.Group',4,'31858',31858,20123,0,33554431,1),(0,812,20115,'com.liferay.portal.kernel.model.Layout',4,'31861',31861,20123,20119,1023,1),(0,813,20115,'com.liferay.portal.kernel.model.Layout',4,'31861',31861,20130,0,529,1),(0,814,20115,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20122,0,1,1),(0,815,20115,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20123,0,63,1),(0,816,20115,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',0,20130,0,1,1),(0,817,20115,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20115',20115,20122,0,2,0),(0,818,20115,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20115',20115,20124,0,2,0),(0,819,20115,'com_liferay_asset_publisher_web_portlet_HighestRatedAssetsPortlet',1,'20115',20115,20125,0,2,0),(0,820,20115,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20122,0,1,1),(0,821,20115,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20123,0,63,1),(0,822,20115,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',0,20130,0,1,1),(0,823,20115,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20115',20115,20122,0,2,0),(0,824,20115,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20115',20115,20124,0,2,0),(0,825,20115,'com_liferay_asset_publisher_web_portlet_MostViewedAssetsPortlet',1,'20115',20115,20125,0,2,0),(0,826,20115,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20122,0,1,1),(0,827,20115,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20123,0,63,1),(0,828,20115,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',4,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',0,20130,0,1,1),(0,829,20115,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20115',20115,20122,0,2,0),(0,830,20115,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20115',20115,20124,0,2,0),(0,831,20115,'com_liferay_asset_publisher_web_portlet_RecentContentPortlet',1,'20115',20115,20125,0,2,0),(0,832,20115,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20122,0,1,1),(0,833,20115,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20123,0,63,1),(0,834,20115,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',4,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',0,20130,0,1,1),(0,835,20115,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20115',20115,20122,0,2,0),(0,836,20115,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20115',20115,20124,0,2,0),(0,837,20115,'com_liferay_asset_publisher_web_portlet_RelatedAssetsPortlet',1,'20115',20115,20125,0,2,0),(0,838,20115,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20122,0,1,1),(0,839,20115,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20123,0,61,1),(0,840,20115,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',4,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',0,20130,0,1,1),(0,841,20115,'com.liferay.asset.tags',4,'com.liferay.asset.tags',0,20123,0,6,0),(0,842,20115,'com.liferay.asset.kernel.model.AssetTag',4,'com.liferay.asset.kernel.model.AssetTag',0,20123,0,14,0),(0,843,20115,'com_liferay_asset_tags_admin_web_portlet_AssetTagsAdminPortlet',2,'20148',20148,20124,0,61,1),(0,844,20115,'com.liferay.asset.tags',2,'20148',20148,20124,0,6,0),(0,845,20115,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20122,0,1,1),(0,846,20115,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20123,0,61,1),(0,847,20115,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',4,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',0,20130,0,1,1),(0,848,20115,'com.liferay.asset.categories',4,'com.liferay.asset.categories',0,20123,0,14,0),(0,849,20115,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,20123,0,31,1),(0,850,20115,'com.liferay.asset.kernel.model.AssetCategory',4,'com.liferay.asset.kernel.model.AssetCategory',0,20122,0,1,1),(0,851,20115,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,20123,0,15,1),(0,852,20115,'com.liferay.asset.kernel.model.AssetVocabulary',4,'com.liferay.asset.kernel.model.AssetVocabulary',0,20122,0,1,1),(0,853,20115,'com_liferay_asset_categories_admin_web_portlet_AssetCategoriesAdminPortlet',2,'20148',20148,20124,0,61,1),(0,854,20115,'com.liferay.asset.categories',2,'20148',20148,20124,0,14,0),(0,855,20115,'com_liferay_expando_web_portlet_ExpandoPortlet',4,'com_liferay_expando_web_portlet_ExpandoPortlet',0,20123,0,125,1),(0,856,20115,'com.liferay.expando.kernel.model.ExpandoColumn',4,'com.liferay.expando.kernel.model.ExpandoColumn',0,20123,0,15,1),(0,857,20115,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20122,0,1,1),(0,858,20115,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20123,0,63,1),(0,859,20115,'com_liferay_portal_search_web_portlet_SearchPortlet',4,'com_liferay_portal_search_web_portlet_SearchPortlet',0,20130,0,1,1),(0,860,20115,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20115',20115,20122,0,2,0),(0,861,20115,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20115',20115,20124,0,2,0),(0,862,20115,'com_liferay_portal_search_web_portlet_SearchPortlet',1,'20115',20115,20125,0,2,0),(0,863,20115,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20122,0,1,1),(0,864,20115,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20123,0,61,1),(0,865,20115,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',4,'com_liferay_layout_prototype_web_portlet_LayoutPrototypePortlet',0,20130,0,1,1),(0,866,20115,'com.liferay.portal.kernel.model.LayoutPrototype',4,'com.liferay.portal.kernel.model.LayoutPrototype',0,20123,0,15,1),(0,867,20115,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20122,0,1,1),(0,868,20115,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20123,0,63,1),(0,869,20115,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',4,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',0,20130,0,1,1),(0,870,20115,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20115',20115,20122,0,2,0),(0,871,20115,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20115',20115,20124,0,2,0),(0,872,20115,'com_liferay_nested_portlets_web_portlet_NestedPortletsPortlet',1,'20115',20115,20125,0,2,0),(0,873,20115,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20122,0,1,1),(0,874,20115,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20123,0,63,1),(0,875,20115,'com_liferay_mentions_web_portlet_MentionsPortlet',4,'com_liferay_mentions_web_portlet_MentionsPortlet',0,20130,0,1,1),(0,876,20115,'com_liferay_mentions_web_portlet_MentionsPortlet',1,'20115',20115,20121,0,2,0),(0,877,20115,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20122,0,1,1),(0,878,20115,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20123,0,61,1),(0,879,20115,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',4,'com_liferay_password_policies_admin_web_portlet_PasswordPoliciesAdminPortlet',0,20130,0,1,1),(0,880,20115,'com.liferay.portal.kernel.model.PasswordPolicy',4,'com.liferay.portal.kernel.model.PasswordPolicy',0,20123,0,31,1),(0,881,20115,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20122,0,1,1),(0,882,20115,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20123,0,63,1),(0,883,20115,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',4,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',0,20130,0,1,1),(0,884,20115,'com.liferay.portal.kernel.model.Team',4,'com.liferay.portal.kernel.model.Team',0,20123,0,31,1),(0,885,20115,'com_liferay_site_teams_web_portlet_SiteTeamsPortlet',2,'20148',20148,20124,0,63,1),(0,886,20115,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20122,0,1,1),(0,887,20115,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20123,0,63,1),(0,888,20115,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',4,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',0,20130,0,1,1),(0,889,20115,'com.liferay.portal.kernel.model.UserGroup',4,'com.liferay.portal.kernel.model.UserGroup',0,20123,0,127,1),(0,890,20115,'com_liferay_user_groups_admin_web_portlet_UserGroupsAdminPortlet',1,'20115',20115,20121,0,2,0),(0,891,20115,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20122,0,1,1),(0,892,20115,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20123,0,63,1),(0,893,20115,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',4,'com_liferay_roles_selector_web_portlet_RolesSelectorPortlet',0,20130,0,1,1),(0,894,20115,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20122,0,1,1),(0,895,20115,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20123,0,63,1),(0,896,20115,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',4,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',0,20130,0,1,1),(0,897,20115,'com.liferay.portal.kernel.model.Group',4,'com.liferay.portal.kernel.model.Group',0,20123,0,33554431,1),(0,898,20115,'com_liferay_site_memberships_web_portlet_SiteMembershipsPortlet',2,'20148',20148,20124,0,63,1),(0,899,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',4,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',0,20122,0,1,1),(0,900,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',4,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',0,20123,0,63,1),(0,901,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',4,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',0,20130,0,1,1),(0,902,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',1,'20115',20115,20124,0,2,0),(0,903,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkControlPanelPortlet',1,'20115',20115,20125,0,2,0),(0,904,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',4,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',0,20122,0,1,1),(0,905,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',4,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',0,20123,0,63,1),(0,906,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',4,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',0,20130,0,1,1),(0,907,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',1,'20115',20115,20124,0,2,0),(0,908,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',1,'20115',20115,20125,0,2,0),(0,909,20115,'com_liferay_portal_workflow_definition_link_web_portlet_WorkflowDefinitionLinkPortlet',2,'20148',20148,20124,0,63,1),(0,910,20115,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20122,0,1,1),(0,911,20115,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20123,0,63,1),(0,912,20115,'com_liferay_trash_web_portlet_TrashPortlet',4,'com_liferay_trash_web_portlet_TrashPortlet',0,20130,0,1,1),(0,913,20115,'com_liferay_trash_web_portlet_TrashPortlet',1,'20115',20115,20121,0,2,0),(0,914,20115,'com_liferay_trash_web_portlet_TrashPortlet',2,'20148',20148,20124,0,63,1),(0,915,20115,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,20122,0,1,1),(0,916,20115,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,20123,0,63,1),(0,917,20115,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',4,'com_liferay_product_navigation_product_menu_web_portlet_ProductMenuPortlet',0,20130,0,1,1),(0,918,20115,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20122,0,1,1),(0,919,20115,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20123,0,61,1),(0,920,20115,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',4,'com_liferay_layout_set_prototype_web_portlet_LayoutSetPrototypePortlet',0,20130,0,1,1),(0,921,20115,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'com.liferay.portal.kernel.model.LayoutSetPrototype',0,20123,0,15,1),(0,922,20115,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20122,0,1,1),(0,923,20115,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20123,0,63,1),(0,924,20115,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',4,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',0,20130,0,1,1),(0,925,20115,'com_liferay_layout_set_prototype_web_portlet_SiteTemplateSettingsPortlet',2,'20148',20148,20124,0,63,1),(0,926,20115,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,20122,0,1,1),(0,927,20115,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,20123,0,63,1),(0,928,20115,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',4,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',0,20130,0,1,1),(0,929,20115,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'20115',20115,20124,0,2,0),(0,930,20115,'com_liferay_product_navigation_user_personal_bar_web_portlet_ProductNavigationUserPersonalBarPortlet',1,'20115',20115,20125,0,2,0),(0,931,20115,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20122,0,1,1),(0,932,20115,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20123,0,61,1),(0,933,20115,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',4,'com_liferay_roles_admin_web_portlet_RolesAdminPortlet',0,20130,0,1,1),(0,934,20115,'com.liferay.portal.kernel.model.Role',4,'com.liferay.portal.kernel.model.Role',0,20123,0,127,1),(0,935,20115,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20122,0,1,1),(0,936,20115,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20123,0,63,1),(0,937,20115,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',4,'com_liferay_product_navigation_simulation_web_portlet_SimulationPortlet',0,20130,0,1,1),(0,938,20115,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',4,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',0,20122,0,1,1),(0,939,20115,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',4,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',0,20123,0,63,1),(0,940,20115,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',4,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',0,20130,0,1,1),(0,941,20115,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',1,'20115',20115,20124,0,2,0),(0,942,20115,'com_liferay_hello_velocity_web_portlet_HelloVelocityPortlet',1,'20115',20115,20125,0,2,0),(0,943,20115,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20122,0,1,1),(0,944,20115,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20123,0,63,1),(0,945,20115,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',4,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',0,20130,0,1,1),(0,946,20115,'com.liferay.mobile.device.rules',4,'com.liferay.mobile.device.rules',0,20123,0,31,1),(0,947,20115,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',4,'com.liferay.mobile.device.rules.model.MDRRuleGroupInstance',0,20123,0,15,1),(0,948,20115,'com.liferay.mobile.device.rules.model.MDRRuleGroup',4,'com.liferay.mobile.device.rules.model.MDRRuleGroup',0,20123,0,15,1),(0,949,20115,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'20115',20115,20124,0,2,0),(0,950,20115,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',1,'20115',20115,20125,0,2,0),(0,951,20115,'com_liferay_mobile_device_rules_web_portlet_MDRPortlet',2,'20148',20148,20124,0,63,1),(0,952,20115,'com.liferay.mobile.device.rules',2,'20148',20148,20124,0,31,1),(0,953,20115,'com_liferay_my_account_web_portlet_MyAccountPortlet',4,'com_liferay_my_account_web_portlet_MyAccountPortlet',0,20123,0,31,1),(0,954,20115,'com_liferay_my_account_web_portlet_MyAccountPortlet',1,'20115',20115,20125,0,16,0),(0,955,20115,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20122,0,1,1),(0,956,20115,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20123,0,31,1),(0,957,20115,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',4,'com_liferay_plugins_admin_web_portlet_PluginsAdminPortlet',0,20130,0,1,1),(0,958,20115,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',4,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',0,20122,0,1,1),(0,959,20115,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',4,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',0,20123,0,63,1),(0,960,20115,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',4,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',0,20130,0,1,1),(0,961,20115,'com_liferay_web_proxy_web_portlet_WebProxyPortlet',1,'20115',20115,20121,0,2,0),(0,962,20115,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20122,0,1,1),(0,963,20115,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20123,0,31,1),(0,964,20115,'com_liferay_announcements_web_portlet_AlertsPortlet',4,'com_liferay_announcements_web_portlet_AlertsPortlet',0,20130,0,1,1),(0,965,20115,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,20123,0,15,1),(0,966,20115,'com.liferay.announcements.kernel.model.AnnouncementsEntry',4,'com.liferay.announcements.kernel.model.AnnouncementsEntry',0,20122,0,1,1),(0,967,20115,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'20115',20115,20124,0,2,0),(0,968,20115,'com_liferay_announcements_web_portlet_AlertsPortlet',1,'20115',20115,20125,0,2,0),(0,969,20115,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsAdminPortlet',0,20123,0,31,1),(0,970,20115,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20122,0,1,1),(0,971,20115,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20123,0,31,1),(0,972,20115,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',4,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',0,20130,0,1,1),(0,973,20115,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'20115',20115,20124,0,2,0),(0,974,20115,'com_liferay_announcements_web_portlet_AnnouncementsPortlet',1,'20115',20115,20125,0,2,0),(0,975,20115,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20122,0,1,1),(0,976,20115,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20123,0,63,1),(0,977,20115,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',4,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',0,20130,0,1,1),(0,978,20115,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20115',20115,20122,0,2,0),(0,979,20115,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20115',20115,20124,0,2,0),(0,980,20115,'com_liferay_blogs_recent_bloggers_web_portlet_RecentBloggersPortlet',1,'20115',20115,20125,0,2,0),(0,981,20115,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',0,20122,0,1,1),(0,982,20115,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',0,20123,0,61,1),(0,983,20115,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',0,20130,0,1,1),(0,984,20115,'com.liferay.bookmarks',4,'com.liferay.bookmarks',0,20122,0,1,1),(0,985,20115,'com.liferay.bookmarks',4,'com.liferay.bookmarks',0,20123,0,31,1),(0,986,20115,'com.liferay.bookmarks',4,'com.liferay.bookmarks',0,20130,0,11,1),(0,987,20115,'com_liferay_bookmarks_web_portlet_BookmarksAdminPortlet',2,'20148',20148,20124,0,61,1),(0,988,20115,'com.liferay.bookmarks',2,'20148',20148,20124,0,31,1),(0,989,20115,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',0,20122,0,1,1),(0,990,20115,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',0,20123,0,31,1),(0,991,20115,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',4,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',0,20130,0,1,1),(0,992,20115,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',1,'20115',20115,20124,0,2,0),(0,993,20115,'com_liferay_bookmarks_web_portlet_BookmarksPortlet',1,'20115',20115,20125,0,2,0),(0,994,20115,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20122,0,1,1),(0,995,20115,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20123,0,63,1),(0,996,20115,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',4,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',0,20130,0,1,1),(0,997,20115,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'20115',20115,20124,0,2,0),(0,998,20115,'com_liferay_comment_page_comments_web_portlet_PageCommentsPortlet',1,'20115',20115,20125,0,2,0),(0,999,20115,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',4,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',0,20123,0,31,1),(0,1000,20115,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',1,'20115',20115,20124,0,16,0),(0,1001,20115,'com_liferay_directory_web_portlet_FriendsDirectoryPortlet',1,'20115',20115,20125,0,16,0),(0,1002,20115,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',4,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',0,20123,0,31,1),(0,1003,20115,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',1,'20115',20115,20124,0,16,0),(0,1004,20115,'com_liferay_directory_web_portlet_MySitesDirectoryPortlet',1,'20115',20115,20125,0,16,0),(0,1005,20115,'com_liferay_directory_web_portlet_DirectoryPortlet',4,'com_liferay_directory_web_portlet_DirectoryPortlet',0,20123,0,31,1),(0,1006,20115,'com_liferay_directory_web_portlet_DirectoryPortlet',1,'20115',20115,20124,0,16,0),(0,1007,20115,'com_liferay_directory_web_portlet_DirectoryPortlet',1,'20115',20115,20125,0,16,0),(0,1008,20115,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',4,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',0,20123,0,31,1),(0,1009,20115,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',1,'20115',20115,20124,0,16,0),(0,1010,20115,'com_liferay_directory_web_portlet_SiteMembersDirectoryPortlet',1,'20115',20115,20125,0,16,0),(0,1011,20115,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20122,0,1,1),(0,1012,20115,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20123,0,63,1),(0,1013,20115,'com_liferay_flags_web_portlet_FlagsPortlet',4,'com_liferay_flags_web_portlet_FlagsPortlet',0,20130,0,1,1),(0,1014,20115,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20115',20115,20122,0,2,0),(0,1015,20115,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20115',20115,20124,0,2,0),(0,1016,20115,'com_liferay_flags_web_portlet_FlagsPortlet',1,'20115',20115,20125,0,2,0),(0,1017,20115,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20122,0,1,1),(0,1018,20115,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20123,0,63,1),(0,1019,20115,'com_liferay_flags_web_portlet_PageFlagsPortlet',4,'com_liferay_flags_web_portlet_PageFlagsPortlet',0,20130,0,1,1),(0,1020,20115,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20115',20115,20122,0,2,0),(0,1021,20115,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20115',20115,20124,0,2,0),(0,1022,20115,'com_liferay_flags_web_portlet_PageFlagsPortlet',1,'20115',20115,20125,0,2,0),(0,1023,20115,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20122,0,1,1),(0,1024,20115,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20123,0,63,1),(0,1025,20115,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',4,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',0,20130,0,1,1),(0,1026,20115,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20115',20115,20122,0,2,0),(0,1027,20115,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20115',20115,20124,0,2,0),(0,1028,20115,'com_liferay_image_uploader_web_portlet_ImageUploaderPortlet',1,'20115',20115,20125,0,2,0),(0,1029,20115,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20122,0,1,1),(0,1030,20115,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20123,0,63,1),(0,1031,20115,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',4,'com_liferay_item_selector_web_portlet_ItemSelectorPortlet',0,20130,0,1,1),(0,1032,20115,'com_liferay_quick_note_web_portlet_QuickNotePortlet',4,'com_liferay_quick_note_web_portlet_QuickNotePortlet',0,20122,0,1,1),(0,1033,20115,'com_liferay_quick_note_web_portlet_QuickNotePortlet',4,'com_liferay_quick_note_web_portlet_QuickNotePortlet',0,20123,0,63,1),(0,1034,20115,'com_liferay_quick_note_web_portlet_QuickNotePortlet',4,'com_liferay_quick_note_web_portlet_QuickNotePortlet',0,20130,0,1,1),(0,1035,20115,'com_liferay_quick_note_web_portlet_QuickNotePortlet',1,'20115',20115,20124,0,2,0),(0,1036,20115,'com_liferay_quick_note_web_portlet_QuickNotePortlet',1,'20115',20115,20125,0,2,0),(0,1037,20115,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20122,0,1,1),(0,1038,20115,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20123,0,63,1),(0,1039,20115,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',4,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',0,20130,0,1,1),(0,1040,20115,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'20115',20115,20124,0,2,0),(0,1041,20115,'com_liferay_ratings_page_ratings_web_portlet_PageRatingsPortlet',1,'20115',20115,20125,0,2,0),(0,1042,20115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',4,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',0,20122,0,1,1),(0,1043,20115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',4,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',0,20123,0,63,1),(0,1044,20115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',4,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',0,20130,0,1,1),(0,1045,20115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',1,'20115',20115,20122,0,2,0),(0,1046,20115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',1,'20115',20115,20124,0,2,0),(0,1047,20115,'com_liferay_recent_documents_web_portlet_RecentDocumentsPortlet',1,'20115',20115,20125,0,2,0),(0,1048,20115,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20122,0,1,1),(0,1049,20115,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20123,0,63,1),(0,1050,20115,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',4,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',0,20130,0,1,1),(0,1051,20115,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20115',20115,20122,0,2,0),(0,1052,20115,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20115',20115,20124,0,2,0),(0,1053,20115,'com_liferay_social_activities_web_portlet_SocialActivitiesPortlet',1,'20115',20115,20125,0,2,0),(0,1054,20115,'com_liferay_social_activity_web_portlet_SocialActivityPortlet',4,'com_liferay_social_activity_web_portlet_SocialActivityPortlet',0,20123,0,31,1),(0,1055,20115,'com_liferay_social_activity_web_portlet_SocialActivityPortlet',2,'20148',20148,20124,0,31,1),(0,1056,20115,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',4,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',0,20122,0,1,1),(0,1057,20115,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',4,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',0,20123,0,63,1),(0,1058,20115,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',4,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',0,20130,0,1,1),(0,1059,20115,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',1,'20115',20115,20122,0,2,0),(0,1060,20115,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',1,'20115',20115,20124,0,2,0),(0,1061,20115,'com_liferay_social_group_statistics_web_portlet_SocialGroupStatisticsPortlet',1,'20115',20115,20125,0,2,0),(0,1062,20115,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',4,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',0,20122,0,1,1),(0,1063,20115,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',4,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',0,20123,0,63,1),(0,1064,20115,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',4,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',0,20130,0,1,1),(0,1065,20115,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',1,'20115',20115,20122,0,2,0),(0,1066,20115,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',1,'20115',20115,20124,0,2,0),(0,1067,20115,'com_liferay_social_requests_web_portlet_SocialRequestsPortlet',1,'20115',20115,20125,0,2,0),(0,1068,20115,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',4,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',0,20122,0,1,1),(0,1069,20115,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',4,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',0,20123,0,63,1),(0,1070,20115,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',4,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',0,20130,0,1,1),(0,1071,20115,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',1,'20115',20115,20122,0,2,0),(0,1072,20115,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',1,'20115',20115,20124,0,2,0),(0,1073,20115,'com_liferay_social_user_statistics_web_portlet_SocialUserStatisticsPortlet',1,'20115',20115,20125,0,2,0),(0,1074,20115,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20122,0,1,1),(0,1075,20115,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20123,0,63,1),(0,1076,20115,'com_liferay_exportimport_web_portlet_ExportImportPortlet',4,'com_liferay_exportimport_web_portlet_ExportImportPortlet',0,20130,0,1,1),(0,1077,20115,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20122,0,1,1),(0,1078,20115,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20123,0,63,1),(0,1079,20115,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',4,'com_liferay_portlet_configuration_css_web_portlet_PortletConfigurationCSSPortlet',0,20130,0,1,1),(0,1080,20115,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20122,0,1,1),(0,1081,20115,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20123,0,63,1),(0,1082,20115,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',4,'com_liferay_portlet_configuration_web_portlet_PortletConfigurationPortlet',0,20130,0,1,1),(0,1083,20115,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,20123,0,31,1),(0,1084,20115,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',4,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',0,20130,0,1,1),(0,1085,20115,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'20115',20115,20124,0,16,0),(0,1086,20115,'com_liferay_site_my_sites_web_portlet_MySitesPortlet',1,'20115',20115,20125,0,16,0),(0,1087,20115,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20122,0,1,1),(0,1088,20115,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20123,0,61,1),(0,1089,20115,'com_liferay_document_library_web_portlet_DLAdminPortlet',4,'com_liferay_document_library_web_portlet_DLAdminPortlet',0,20130,0,1,1),(0,1090,20115,'com.liferay.document.library',4,'com.liferay.document.library',0,20122,0,1,1),(0,1091,20115,'com.liferay.document.library',4,'com.liferay.document.library',0,20123,0,1023,1),(0,1092,20115,'com.liferay.document.library',4,'com.liferay.document.library',0,20130,0,465,1),(0,1093,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,20123,0,15,1),(0,1094,20115,'com.liferay.document.library.kernel.model.DLFileEntryType',4,'com.liferay.document.library.kernel.model.DLFileEntryType',0,20122,0,1,1),(0,1095,20115,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,20123,0,255,1),(0,1096,20115,'com.liferay.document.library.kernel.model.DLFileEntry',4,'com.liferay.document.library.kernel.model.DLFileEntry',0,20122,0,129,1),(0,1097,20115,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,20123,0,15,1),(0,1098,20115,'com.liferay.document.library.kernel.model.DLFileShortcut',4,'com.liferay.document.library.kernel.model.DLFileShortcut',0,20122,0,1,1),(0,1099,20115,'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,20123,0,15,1),(0,1100,20115,'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,20122,0,1,1),(0,1101,20115,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,20123,0,511,1),(0,1102,20115,'com.liferay.document.library.kernel.model.DLFolder',4,'com.liferay.document.library.kernel.model.DLFolder',0,20122,0,1,1),(0,1103,20115,'com_liferay_document_library_web_portlet_DLAdminPortlet',2,'20148',20148,20124,0,61,1),(0,1104,20115,'com.liferay.document.library',2,'20148',20148,20124,0,1023,1),(0,1105,20115,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20122,0,1,1),(0,1106,20115,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20123,0,63,1),(0,1107,20115,'com_liferay_document_library_web_portlet_DLPortlet',4,'com_liferay_document_library_web_portlet_DLPortlet',0,20130,0,1,1),(0,1108,20115,'com_liferay_document_library_web_portlet_DLPortlet',1,'20115',20115,20122,0,2,0),(0,1109,20115,'com_liferay_document_library_web_portlet_DLPortlet',1,'20115',20115,20124,0,2,0),(0,1110,20115,'com_liferay_document_library_web_portlet_DLPortlet',1,'20115',20115,20125,0,2,0),(0,1111,20115,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20122,0,1,1),(0,1112,20115,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20123,0,63,1),(0,1113,20115,'com_liferay_document_library_web_portlet_IGDisplayPortlet',4,'com_liferay_document_library_web_portlet_IGDisplayPortlet',0,20130,0,1,1),(0,1114,20115,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20115',20115,20122,0,2,0),(0,1115,20115,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20115',20115,20124,0,2,0),(0,1116,20115,'com_liferay_document_library_web_portlet_IGDisplayPortlet',1,'20115',20115,20125,0,2,0),(0,1117,20115,'com_liferay_wiki_web_portlet_WikiAdminPortlet',4,'com_liferay_wiki_web_portlet_WikiAdminPortlet',0,20123,0,61,1),(0,1118,20115,'com.liferay.wiki',4,'com.liferay.wiki',0,20123,0,6,0),(0,1119,20115,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,20123,0,255,1),(0,1120,20115,'com.liferay.wiki.model.WikiPage',4,'com.liferay.wiki.model.WikiPage',0,20122,0,129,1),(0,1121,20115,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,20123,0,255,1),(0,1122,20115,'com.liferay.wiki.model.WikiNode',4,'com.liferay.wiki.model.WikiNode',0,20122,0,1,1),(0,1123,20115,'com_liferay_wiki_web_portlet_WikiAdminPortlet',2,'20148',20148,20124,0,61,1),(0,1124,20115,'com.liferay.wiki',2,'20148',20148,20124,0,6,0),(0,1125,20115,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20122,0,1,1),(0,1126,20115,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20123,0,63,1),(0,1127,20115,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',4,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',0,20130,0,1,1),(0,1128,20115,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'20115',20115,20124,0,2,0),(0,1129,20115,'com_liferay_wiki_web_portlet_WikiDisplayPortlet',1,'20115',20115,20125,0,2,0),(0,1130,20115,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20122,0,1,1),(0,1131,20115,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20123,0,63,1),(0,1132,20115,'com_liferay_wiki_web_portlet_WikiPortlet',4,'com_liferay_wiki_web_portlet_WikiPortlet',0,20130,0,1,1),(0,1133,20115,'com_liferay_wiki_web_portlet_WikiPortlet',1,'20115',20115,20124,0,2,0),(0,1134,20115,'com_liferay_wiki_web_portlet_WikiPortlet',1,'20115',20115,20125,0,2,0),(0,1135,20115,'com.liferay.portal.kernel.model.LayoutPrototype',4,'31917',31917,20123,20119,15,1),(0,1136,20115,'com.liferay.portal.kernel.model.Group',4,'31918',31918,20123,0,33554431,1),(0,1137,20115,'com.liferay.portal.kernel.model.Layout',4,'31921',31921,20123,20119,1023,1),(0,1138,20115,'com.liferay.portal.kernel.model.Layout',4,'31921',31921,20130,0,529,1),(0,1139,20115,'com.liferay.wiki',4,'31918',31918,20123,0,6,0),(0,1140,20115,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20122,0,1,1),(0,1141,20115,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20123,0,61,1),(0,1142,20115,'com_liferay_message_boards_web_portlet_MBAdminPortlet',4,'com_liferay_message_boards_web_portlet_MBAdminPortlet',0,20130,0,1,1),(0,1143,20115,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20122,0,1,1),(0,1144,20115,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20123,0,2047,1),(0,1145,20115,'com.liferay.message.boards',4,'com.liferay.message.boards',0,20130,0,421,1),(0,1146,20115,'com.liferay.message.boards.kernel.model.MBThread',4,'com.liferay.message.boards.kernel.model.MBThread',0,20123,0,7,1),(0,1147,20115,'com.liferay.message.boards.kernel.model.MBThread',4,'com.liferay.message.boards.kernel.model.MBThread',0,20122,0,1,1),(0,1148,20115,'com.liferay.message.boards.kernel.model.MBCategory',4,'com.liferay.message.boards.kernel.model.MBCategory',0,20123,0,4095,1),(0,1149,20115,'com.liferay.message.boards.kernel.model.MBCategory',4,'com.liferay.message.boards.kernel.model.MBCategory',0,20122,0,1,1),(0,1150,20115,'com.liferay.message.boards.kernel.model.MBMessage',4,'com.liferay.message.boards.kernel.model.MBMessage',0,20123,0,31,1),(0,1151,20115,'com.liferay.message.boards.kernel.model.MBMessage',4,'com.liferay.message.boards.kernel.model.MBMessage',0,20122,0,1,1),(0,1152,20115,'com_liferay_message_boards_web_portlet_MBAdminPortlet',2,'20148',20148,20124,0,61,1),(0,1153,20115,'com.liferay.message.boards',2,'20148',20148,20124,0,2047,1),(0,1154,20115,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20122,0,1,1),(0,1155,20115,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20123,0,31,1),(0,1156,20115,'com_liferay_message_boards_web_portlet_MBPortlet',4,'com_liferay_message_boards_web_portlet_MBPortlet',0,20130,0,1,1),(0,1157,20115,'com_liferay_message_boards_web_portlet_MBPortlet',1,'20115',20115,20124,0,2,0),(0,1158,20115,'com_liferay_message_boards_web_portlet_MBPortlet',1,'20115',20115,20125,0,2,0),(0,1159,20115,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'31927',31927,20123,20119,15,1),(0,1160,20115,'com.liferay.portal.kernel.model.Group',4,'31928',31928,20123,0,33554431,1),(0,1164,20115,'com.liferay.portal.kernel.model.Layout',4,'31937',31937,20123,20119,1023,1),(0,1165,20115,'com.liferay.portal.kernel.model.Layout',4,'31937',31937,20130,0,529,1),(0,1166,20115,'com.liferay.portal.kernel.model.Layout',4,'31937',31937,20122,0,1,1),(0,1167,20115,'com.liferay.message.boards',4,'31928',31928,20123,0,2047,1),(0,1168,20115,'com.liferay.message.boards',4,'31928',31928,20130,0,421,1),(0,1169,20115,'com.liferay.message.boards',4,'31928',31928,20122,0,1,1),(0,1170,20115,'com.liferay.polls',4,'31928',31928,20123,0,6,0),(0,1171,20115,'com.liferay.portal.kernel.model.Layout',4,'31941',31941,20123,20119,1023,1),(0,1172,20115,'com.liferay.portal.kernel.model.Layout',4,'31941',31941,20130,0,529,1),(0,1173,20115,'com.liferay.portal.kernel.model.Layout',4,'31941',31941,20122,0,1,1),(0,1174,20115,'com.liferay.wiki',4,'31928',31928,20123,0,6,0),(0,1175,20115,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20122,0,1,1),(0,1176,20115,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20123,0,61,1),(0,1177,20115,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',4,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',0,20130,0,1,1),(0,1178,20115,'com.liferay.blogs',4,'com.liferay.blogs',0,20123,0,14,0),(0,1179,20115,'com.liferay.blogs',4,'com.liferay.blogs',0,20130,0,8,0),(0,1180,20115,'com.liferay.blogs.kernel.model.BlogsEntry',4,'com.liferay.blogs.kernel.model.BlogsEntry',0,20123,0,127,1),(0,1181,20115,'com.liferay.blogs.kernel.model.BlogsEntry',4,'com.liferay.blogs.kernel.model.BlogsEntry',0,20122,0,65,1),(0,1182,20115,'com_liferay_blogs_web_portlet_BlogsAdminPortlet',2,'20148',20148,20124,0,61,1),(0,1183,20115,'com.liferay.blogs',2,'20148',20148,20124,0,14,0),(0,1184,20115,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20122,0,1,1),(0,1185,20115,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20123,0,63,1),(0,1186,20115,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',4,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',0,20130,0,1,1),(0,1187,20115,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20115',20115,20122,0,2,0),(0,1188,20115,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20115',20115,20124,0,2,0),(0,1189,20115,'com_liferay_blogs_web_portlet_BlogsAgreggatorPortlet',1,'20115',20115,20125,0,2,0),(0,1190,20115,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20122,0,1,1),(0,1191,20115,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20123,0,63,1),(0,1192,20115,'com_liferay_blogs_web_portlet_BlogsPortlet',4,'com_liferay_blogs_web_portlet_BlogsPortlet',0,20130,0,1,1),(0,1193,20115,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20115',20115,20122,0,2,0),(0,1194,20115,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20115',20115,20124,0,2,0),(0,1195,20115,'com_liferay_blogs_web_portlet_BlogsPortlet',1,'20115',20115,20125,0,2,0),(0,1196,20115,'com.liferay.portal.kernel.model.LayoutPrototype',4,'31947',31947,20123,20119,15,1),(0,1197,20115,'com.liferay.portal.kernel.model.Group',4,'31948',31948,20123,0,33554431,1),(0,1198,20115,'com.liferay.portal.kernel.model.Layout',4,'31951',31951,20123,20119,1023,1),(0,1199,20115,'com.liferay.portal.kernel.model.Layout',4,'31951',31951,20130,0,529,1),(0,1200,20115,'com.liferay.blogs',4,'31948',31948,20123,0,14,0),(0,1201,20115,'com.liferay.blogs',4,'31948',31948,20130,0,8,0),(0,1202,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20122,0,1,1),(0,1203,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20123,0,63,1),(0,1204,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',4,'com_liferay_notifications_web_portlet_NotificationsPortlet',0,20130,0,1,1),(0,1205,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20115',20115,20121,0,2,0),(0,1206,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20115',20115,20122,0,2,0),(0,1207,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20115',20115,20124,0,2,0),(1,1208,20115,'com_liferay_notifications_web_portlet_NotificationsPortlet',1,'20115',20115,20125,0,34,0),(0,1209,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20122,0,1,1),(0,1210,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20123,0,63,1),(0,1211,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',0,20130,0,1,1),(0,1212,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20115',20115,20121,0,2,0),(0,1213,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20115',20115,20122,0,2,0),(0,1214,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20115',20115,20124,0,2,0),(0,1215,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationPageMenuPortlet',1,'20115',20115,20125,0,2,0),(0,1216,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20122,0,1,1),(0,1217,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20123,0,63,1),(0,1218,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',4,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',0,20130,0,1,1),(0,1219,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20115',20115,20121,0,2,0),(0,1220,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20115',20115,20122,0,2,0),(0,1221,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20115',20115,20124,0,2,0),(0,1222,20115,'com_liferay_wiki_navigation_web_portlet_WikiNavigationTreeMenuPortlet',1,'20115',20115,20125,0,2,0),(0,1223,20115,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20122,0,1,1),(0,1224,20115,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20123,0,63,1),(0,1225,20115,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',4,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',0,20130,0,1,1),(0,1226,20115,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20115',20115,20121,0,32,0),(0,1227,20115,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20115',20115,20124,0,32,0),(0,1228,20115,'com_liferay_contacts_web_portlet_ContactsCenterPortlet',1,'20115',20115,20125,0,32,0),(0,1229,20115,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20122,0,1,1),(0,1230,20115,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20123,0,63,1),(0,1231,20115,'com_liferay_contacts_web_portlet_MembersPortlet',4,'com_liferay_contacts_web_portlet_MembersPortlet',0,20130,0,1,1),(0,1232,20115,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20115',20115,20121,0,2,0),(0,1233,20115,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20115',20115,20122,0,2,0),(0,1234,20115,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20115',20115,20124,0,2,0),(0,1235,20115,'com_liferay_contacts_web_portlet_MembersPortlet',1,'20115',20115,20125,0,2,0),(0,1236,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20122,0,1,1),(0,1237,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20123,0,63,1),(0,1238,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',4,'com_liferay_contacts_web_portlet_MyContactsPortlet',0,20130,0,1,1),(0,1239,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20115',20115,20121,0,2,0),(0,1240,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20115',20115,20122,0,2,0),(0,1241,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20115',20115,20124,0,2,0),(0,1242,20115,'com_liferay_contacts_web_portlet_MyContactsPortlet',1,'20115',20115,20125,0,2,0),(0,1243,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20122,0,1,1),(0,1244,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20123,0,63,1),(0,1245,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',4,'com_liferay_contacts_web_portlet_ProfilePortlet',0,20130,0,1,1),(0,1246,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20115',20115,20121,0,2,0),(0,1247,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20115',20115,20122,0,2,0),(0,1248,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20115',20115,20124,0,2,0),(0,1249,20115,'com_liferay_contacts_web_portlet_ProfilePortlet',1,'20115',20115,20125,0,2,0),(0,1250,20115,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20122,0,1,1),(0,1251,20115,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20123,0,61,1),(0,1252,20115,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',4,'com_liferay_site_admin_web_portlet_SiteAdminPortlet',0,20130,0,1,1),(0,1253,20115,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20122,0,1,1),(0,1254,20115,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20123,0,63,1),(0,1255,20115,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',4,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',0,20130,0,1,1),(0,1256,20115,'com_liferay_site_admin_web_portlet_SiteSettingsPortlet',2,'20148',20148,20124,0,63,1),(0,1257,20115,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20122,0,1,1),(0,1258,20115,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20123,0,63,1),(0,1259,20115,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',4,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',0,20130,0,1,1),(0,1260,20115,'com.liferay.portal.kernel.model.LayoutSetBranch',4,'com.liferay.portal.kernel.model.LayoutSetBranch',0,20123,0,30,0),(0,1261,20115,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,20123,0,1023,1),(0,1262,20115,'com.liferay.portal.kernel.model.Layout',4,'com.liferay.portal.kernel.model.Layout',0,20122,0,1,1),(0,1263,20115,'com.liferay.portal.kernel.model.LayoutBranch',4,'com.liferay.portal.kernel.model.LayoutBranch',0,20123,0,14,0),(0,1264,20115,'com_liferay_layout_admin_web_portlet_GroupPagesPortlet',2,'20148',20148,20124,0,63,1),(0,1265,20115,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet',4,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet',0,20122,0,1,1),(0,1266,20115,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet',4,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet',0,20123,0,63,1),(0,1267,20115,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet',4,'com_liferay_layout_admin_web_portlet_LayoutAdminPortlet',0,20130,0,1,1),(0,1268,20115,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet',4,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet',0,20122,0,1,1),(0,1269,20115,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet',4,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet',0,20123,0,63,1),(0,1270,20115,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet',4,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet',0,20130,0,1,1),(0,1271,20115,'com_liferay_layout_admin_web_portlet_LayoutPrototypePagePortlet',2,'20148',20148,20124,0,63,1),(0,1272,20115,'com_liferay_layout_admin_web_portlet_MyPagesPortlet',4,'com_liferay_layout_admin_web_portlet_MyPagesPortlet',0,20123,0,31,1),(0,1273,20115,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20122,0,1,1),(0,1274,20115,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20123,0,63,1),(0,1275,20115,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',4,'com_liferay_staging_bar_web_portlet_StagingBarPortlet',0,20130,0,1,1),(0,1276,20115,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20122,0,1,1),(0,1277,20115,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20123,0,63,1),(0,1278,20115,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',4,'com_liferay_staging_configuration_web_portlet_StagingConfigurationPortlet',0,20130,0,1,1),(0,1279,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',4,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',0,20122,0,1,1),(0,1280,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',4,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',0,20123,0,63,1),(0,1281,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',4,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',0,20130,0,1,1),(0,1282,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20115',20115,20121,0,2,0),(0,1283,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20115',20115,20122,0,2,0),(0,1284,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20115',20115,20124,0,2,0),(0,1285,20115,'com_liferay_portal_security_audit_web_portlet_AuditPortlet',1,'20115',20115,20125,0,2,0),(0,1286,20115,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',4,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',0,20122,0,1,1),(0,1287,20115,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',4,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',0,20123,0,63,1),(0,1288,20115,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',4,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',0,20130,0,1,1),(0,1289,20115,'com_liferay_analytics_settings_web_portlet_AnalyticsAdminPortlet',1,'20115',20115,20121,0,2,0),(0,1290,20115,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,20122,0,1,1),(0,1291,20115,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,20123,0,63,1),(0,1292,20115,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',4,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',0,20130,0,1,1),(0,1293,20115,'com.liferay.portal.security.service.access.policy',4,'com.liferay.portal.security.service.access.policy',0,20123,0,6,0),(0,1294,20115,'com.liferay.portal.security.service.access.policy.model.SAPEntry',4,'com.liferay.portal.security.service.access.policy.model.SAPEntry',0,20123,0,15,1),(0,1295,20115,'com_liferay_portal_security_service_access_policy_web_portlet_SAPPortlet',1,'20115',20115,20121,0,2,0),(0,1296,20115,'com_liferay_sync_web_portlet_SyncDevicesPortlet',4,'com_liferay_sync_web_portlet_SyncDevicesPortlet',0,20122,0,1,1),(0,1297,20115,'com_liferay_sync_web_portlet_SyncDevicesPortlet',4,'com_liferay_sync_web_portlet_SyncDevicesPortlet',0,20123,0,63,1),(0,1298,20115,'com_liferay_sync_web_portlet_SyncDevicesPortlet',4,'com_liferay_sync_web_portlet_SyncDevicesPortlet',0,20130,0,1,1),(0,1299,20115,'com_liferay_sync_web_portlet_SyncDevicesPortlet',1,'20115',20115,20124,0,2,0),(1,1300,20115,'com_liferay_sync_web_portlet_SyncDevicesPortlet',1,'20115',20115,20125,0,34,0),(0,1301,20115,'com_liferay_sync_web_portlet_SyncAdminPortlet',4,'com_liferay_sync_web_portlet_SyncAdminPortlet',0,20122,0,1,1),(0,1302,20115,'com_liferay_sync_web_portlet_SyncAdminPortlet',4,'com_liferay_sync_web_portlet_SyncAdminPortlet',0,20123,0,63,1),(0,1303,20115,'com_liferay_sync_web_portlet_SyncAdminPortlet',4,'com_liferay_sync_web_portlet_SyncAdminPortlet',0,20130,0,1,1),(0,1304,20115,'com_liferay_sync_web_portlet_SyncAdminPortlet',1,'20115',20115,20121,0,2,0),(0,1305,20115,'com_liferay_oauth_web_internal_portlet_AdminPortlet',4,'com_liferay_oauth_web_internal_portlet_AdminPortlet',0,20123,0,63,1),(0,1306,20115,'com.liferay.oauth',4,'com.liferay.oauth',0,20123,0,6,0),(0,1307,20115,'com.liferay.oauth.model.OAuthApplication',4,'com.liferay.oauth.model.OAuthApplication',0,20123,0,15,1),(0,1308,20115,'com.liferay.oauth.model.OAuthUser',4,'com.liferay.oauth.model.OAuthUser',0,20123,0,15,1),(0,1309,20115,'com_liferay_oauth_web_internal_portlet_AdminPortlet',1,'20115',20115,20121,0,32,0),(0,1310,20115,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',4,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',0,20123,0,31,1),(0,1311,20115,'com_liferay_oauth_web_internal_portlet_AuthorizationsPortlet',1,'20115',20115,20125,0,16,0),(0,1312,20115,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20122,0,1,1),(0,1313,20115,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20123,0,63,1),(0,1314,20115,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',4,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',0,20130,0,1,1),(0,1315,20115,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20115',20115,20122,0,2,0),(0,1316,20115,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20115',20115,20124,0,2,0),(0,1317,20115,'com_liferay_invitation_invite_members_web_portlet_InviteMembersPortlet',1,'20115',20115,20125,0,2,0),(0,1318,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',0,20122,0,1,1),(0,1319,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',0,20123,0,31,1),(0,1320,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',0,20130,0,1,1),(0,1321,20115,'com.liferay.microblogs',4,'com.liferay.microblogs',0,20123,0,6,0),(0,1322,20115,'com.liferay.microblogs.model.MicroblogsEntry',4,'com.liferay.microblogs.model.MicroblogsEntry',0,20123,0,15,1),(0,1323,20115,'com.liferay.microblogs.model.MicroblogsEntry',4,'com.liferay.microblogs.model.MicroblogsEntry',0,20122,0,1,1),(0,1324,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20115',20115,20121,0,16,0),(0,1325,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20115',20115,20122,0,16,0),(0,1326,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20115',20115,20124,0,16,0),(0,1327,20115,'com_liferay_microblogs_web_portlet_MicroblogsPortlet',1,'20115',20115,20125,0,16,0),(0,1328,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',0,20122,0,1,1),(0,1329,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',0,20123,0,63,1),(0,1330,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',4,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',0,20130,0,1,1),(0,1331,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20115',20115,20121,0,2,0),(0,1332,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20115',20115,20122,0,2,0),(0,1333,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20115',20115,20124,0,2,0),(0,1334,20115,'com_liferay_microblogs_web_portlet_MicroblogsStatusUpdatePortlet',1,'20115',20115,20125,0,2,0),(0,1335,20115,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20122,0,1,1),(0,1336,20115,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20123,0,63,1),(0,1337,20115,'com_liferay_calendar_web_portlet_CalendarPortlet',4,'com_liferay_calendar_web_portlet_CalendarPortlet',0,20130,0,1,1),(0,1338,20115,'com.liferay.calendar',4,'com.liferay.calendar',0,20123,0,6,0),(0,1339,20115,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20115',20115,20121,0,2,0),(0,1340,20115,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20115',20115,20124,0,2,0),(0,1341,20115,'com_liferay_calendar_web_portlet_CalendarPortlet',1,'20115',20115,20125,0,2,0),(0,1342,20115,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,20122,0,1,1),(0,1343,20115,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,20123,0,63,1),(0,1344,20115,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',4,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',0,20130,0,1,1),(0,1345,20115,'com.liferay.dynamic.data.mapping',4,'com.liferay.dynamic.data.mapping',0,20123,0,6,0),(0,1346,20115,'com.liferay.dynamic.data.mapping',4,'com.liferay.dynamic.data.mapping',0,20130,0,4,0),(0,1347,20115,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',4,'com.liferay.dynamic.data.mapping.model.DDMDataProviderInstance',0,20123,0,15,1),(0,1348,20115,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'20115',20115,20124,0,2,0),(0,1349,20115,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',1,'20115',20115,20125,0,2,0),(0,1350,20115,'com_liferay_dynamic_data_mapping_data_provider_web_portlet_DDMDataProviderPortlet',2,'20148',20148,20124,0,63,1),(0,1351,20115,'com.liferay.dynamic.data.mapping',2,'20148',20148,20124,0,6,0),(0,1352,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',4,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',0,20122,0,1,1),(0,1353,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',4,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',0,20123,0,63,1),(0,1354,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',4,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',0,20130,0,1,1),(0,1355,20115,'com.liferay.dynamic.data.lists',4,'com.liferay.dynamic.data.lists',0,20123,0,30,0),(0,1356,20115,'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,20123,0,15,1),(0,1357,20115,'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,20122,0,1,1),(0,1358,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet',0,20123,0,31,1),(0,1359,20115,'com.liferay.dynamic.data.lists.model.DDLRecordSet',4,'com.liferay.dynamic.data.lists.model.DDLRecordSet',0,20122,0,1,1),(0,1360,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',1,'20115',20115,20124,0,2,0),(0,1361,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',1,'20115',20115,20125,0,2,0),(0,1362,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormAdminPortlet',2,'20148',20148,20124,0,63,1),(0,1363,20115,'com.liferay.dynamic.data.lists',2,'20148',20148,20124,0,30,0),(0,1364,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',4,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',0,20122,0,1,1),(0,1365,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',4,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',0,20123,0,31,1),(0,1366,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',4,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',0,20130,0,1,1),(0,1367,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',1,'20115',20115,20122,0,16,0),(0,1368,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',1,'20115',20115,20124,0,16,0),(0,1369,20115,'com_liferay_dynamic_data_lists_form_web_portlet_DDLFormPortlet',1,'20115',20115,20125,0,16,0),(0,1370,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20122,0,1,1),(0,1371,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20123,0,31,1),(0,1372,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',0,20130,0,1,1),(0,1373,20115,'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,20123,0,15,1),(0,1374,20115,'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,20122,0,1,1),(0,1375,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20115',20115,20122,0,2,0),(0,1376,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20115',20115,20124,0,2,0),(0,1377,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLDisplayPortlet',1,'20115',20115,20125,0,2,0),(0,1378,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20122,0,1,1),(0,1379,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20123,0,63,1),(0,1380,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',4,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',0,20130,0,1,1),(0,1381,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'20115',20115,20124,0,2,0),(0,1382,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',1,'20115',20115,20125,0,2,0),(0,1383,20115,'com_liferay_dynamic_data_lists_web_portlet_DDLPortlet',2,'20148',20148,20124,0,63,1),(0,1384,20115,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20122,0,1,1),(0,1385,20115,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20123,0,63,1),(0,1386,20115,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',0,20130,0,1,1),(0,1387,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate',0,20123,0,15,1),(0,1388,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate',0,20122,0,1,1),(0,1389,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.mapping.model.DDMStructure',0,20123,0,15,1),(0,1390,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure',4,'com.liferay.dynamic.data.mapping.model.DDMStructure',0,20122,0,1,1),(0,1391,20115,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'20115',20115,20124,0,2,0),(0,1392,20115,'com_liferay_dynamic_data_mapping_web_portlet_DDMPortlet',1,'20115',20115,20125,0,2,0),(0,1393,20115,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20122,0,1,1),(0,1394,20115,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20123,0,63,1),(0,1395,20115,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',4,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',0,20130,0,1,1),(0,1396,20115,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',1,'20115',20115,20121,0,2,0),(0,1397,20115,'com_liferay_dynamic_data_mapping_web_portlet_PortletDisplayTemplatePortlet',2,'20148',20148,20124,0,63,1),(0,1398,20115,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20122,0,1,1),(0,1399,20115,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20123,0,63,1),(0,1400,20115,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',4,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',0,20130,0,1,1),(0,1401,20115,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20115',20115,20122,0,32,0),(0,1402,20115,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20115',20115,20124,0,32,0),(0,1403,20115,'com_liferay_site_navigation_menu_web_portlet_SiteNavigationMenuPortlet',1,'20115',20115,20125,0,32,0),(0,1404,20115,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20122,0,1,1),(0,1405,20115,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20123,0,63,1),(0,1406,20115,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',4,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',0,20130,0,1,1),(0,1407,20115,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20115',20115,20122,0,32,0),(0,1408,20115,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20115',20115,20124,0,32,0),(0,1409,20115,'com_liferay_site_navigation_language_web_portlet_SiteNavigationLanguagePortlet',1,'20115',20115,20125,0,32,0),(0,1410,20115,'com.liferay.portal.kernel.model.LayoutSetPrototype',4,'31986',31986,20123,20119,15,1),(0,1411,20115,'com.liferay.portal.kernel.model.Group',4,'31987',31987,20123,0,33554431,1),(0,1415,20115,'com.liferay.portal.kernel.model.Layout',4,'31996',31996,20123,20119,1023,1),(0,1416,20115,'com.liferay.portal.kernel.model.Layout',4,'31996',31996,20130,0,529,1),(0,1417,20115,'com.liferay.portal.kernel.model.Layout',4,'31996',31996,20122,0,1,1),(0,1418,20115,'com.liferay.portal.kernel.model.Layout',4,'32000',32000,20123,20119,1023,1),(0,1419,20115,'com.liferay.portal.kernel.model.Layout',4,'32000',32000,20130,0,529,1),(0,1420,20115,'com.liferay.portal.kernel.model.Layout',4,'32000',32000,20122,0,1,1),(0,1421,20115,'com.liferay.document.library',4,'31987',31987,20123,0,1023,1),(0,1422,20115,'com.liferay.document.library',4,'31987',31987,20130,0,465,1),(0,1423,20115,'com.liferay.document.library',4,'31987',31987,20122,0,1,1),(0,1424,20115,'com.liferay.portal.kernel.model.Layout',4,'32004',32004,20123,20119,1023,1),(0,1425,20115,'com.liferay.portal.kernel.model.Layout',4,'32004',32004,20130,0,529,1),(0,1426,20115,'com.liferay.portal.kernel.model.Layout',4,'32004',32004,20122,0,1,1),(0,1427,20115,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20122,0,1,1),(0,1428,20115,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20123,0,63,1),(0,1429,20115,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',4,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',0,20130,0,1,1),(0,1430,20115,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20115',20115,20122,0,32,0),(0,1431,20115,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20115',20115,20124,0,32,0),(0,1432,20115,'com_liferay_site_navigation_breadcrumb_web_portlet_SiteNavigationBreadcrumbPortlet',1,'20115',20115,20125,0,32,0),(0,1433,20115,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',4,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',0,20123,0,61,1),(0,1434,20115,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',4,'com_liferay_portal_workflow_kaleo_designer_web_portlet_KaleoDesignerPortlet',0,20130,0,1,1),(0,1435,20115,'com.liferay.portal.workflow.kaleo.designer',4,'com.liferay.portal.workflow.kaleo.designer',0,20123,0,15,1),(0,1436,20115,'com.liferay.portal.workflow.kaleo.designer',4,'com.liferay.portal.workflow.kaleo.designer',0,20130,0,1,1),(0,1437,20115,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition',4,'com.liferay.portal.workflow.kaleo.designer.model.KaleoDraftDefinition',0,20123,0,15,1),(0,1438,20115,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',4,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',0,20122,0,1,1),(0,1439,20115,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',4,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',0,20123,0,63,1),(0,1440,20115,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',4,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',0,20130,0,1,1),(0,1441,20115,'com.liferay.portal.workflow.kaleo.forms',4,'com.liferay.portal.workflow.kaleo.forms',0,20123,0,30,0),(0,1442,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20123,0,15,1),(0,1443,20115,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMTemplate-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20122,0,1,1),(0,1444,20115,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20123,0,63,1),(0,1445,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20123,0,15,1),(0,1446,20115,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',4,'com.liferay.dynamic.data.mapping.model.DDMStructure-com.liferay.portal.workflow.kaleo.forms.model.KaleoProcess',0,20122,0,1,1),(0,1447,20115,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',1,'20115',20115,20121,0,2,0),(0,1448,20115,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',1,'20115',20115,20124,0,2,0),(0,1449,20115,'com_liferay_portal_workflow_kaleo_forms_web_portlet_KaleoFormsAdminPortlet',2,'20148',20148,20124,0,63,1),(0,1450,20115,'com.liferay.portal.workflow.kaleo.forms',2,'20148',20148,20124,0,30,0),(0,1451,20115,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20122,0,1,1),(0,1452,20115,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20123,0,31,1),(0,1453,20115,'com_liferay_journal_content_web_portlet_JournalContentPortlet',4,'com_liferay_journal_content_web_portlet_JournalContentPortlet',0,20130,0,1,1),(0,1454,20115,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20115',20115,20122,0,16,0),(0,1455,20115,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20115',20115,20124,0,16,0),(0,1456,20115,'com_liferay_journal_content_web_portlet_JournalContentPortlet',1,'20115',20115,20125,0,16,0),(0,1457,20115,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',4,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',0,20122,0,1,1),(0,1458,20115,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',4,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',0,20123,0,63,1),(0,1459,20115,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',4,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',0,20130,0,1,1),(0,1460,20115,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',1,'20115',20115,20122,0,2,0),(0,1461,20115,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',1,'20115',20115,20124,0,2,0),(0,1462,20115,'com_liferay_journal_content_search_web_portlet_JournalContentSearchPortlet',1,'20115',20115,20125,0,2,0),(0,1463,20115,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20122,0,1,1),(0,1464,20115,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20123,0,63,1),(0,1465,20115,'com_liferay_journal_web_portlet_JournalPortlet',4,'com_liferay_journal_web_portlet_JournalPortlet',0,20130,0,1,1),(0,1466,20115,'com.liferay.journal',4,'com.liferay.journal',0,20122,0,1,1),(0,1467,20115,'com.liferay.journal',4,'com.liferay.journal',0,20123,0,511,1),(0,1468,20115,'com.liferay.journal',4,'com.liferay.journal',0,20130,0,1,1),(0,1469,20115,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,20123,0,15,1),(0,1470,20115,'com.liferay.journal.model.JournalFeed',4,'com.liferay.journal.model.JournalFeed',0,20122,0,1,1),(0,1471,20115,'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,20123,0,15,1),(0,1472,20115,'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,20122,0,1,1),(0,1473,20115,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,20123,0,255,1),(0,1474,20115,'com.liferay.journal.model.JournalArticle',4,'com.liferay.journal.model.JournalArticle',0,20122,0,129,1),(0,1475,20115,'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,20123,0,15,1),(0,1476,20115,'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,20122,0,1,1),(0,1477,20115,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,20123,0,255,1),(0,1478,20115,'com.liferay.journal.model.JournalFolder',4,'com.liferay.journal.model.JournalFolder',0,20122,0,1,1),(0,1479,20115,'com_liferay_journal_web_portlet_JournalPortlet',1,'20115',20115,20124,0,2,0),(0,1480,20115,'com_liferay_journal_web_portlet_JournalPortlet',1,'20115',20115,20125,0,2,0),(0,1481,20115,'com_liferay_journal_web_portlet_JournalPortlet',2,'20148',20148,20124,0,63,1),(0,1482,20115,'com.liferay.journal',2,'20148',20148,20124,0,511,1),(0,1483,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20122,0,1,1),(0,1484,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20123,0,63,1),(0,1485,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',0,20130,0,1,1),(0,1486,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',1,'20115',20115,20121,0,2,0),(0,1487,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',1,'20115',20115,20122,0,2,0),(0,1488,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',1,'20115',20115,20124,0,2,0),(0,1489,20115,'com_liferay_marketplace_store_web_portlet_MarketplacePurchasedPortlet',1,'20115',20115,20125,0,2,0),(0,1490,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20122,0,1,1),(0,1491,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20123,0,63,1),(0,1492,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',4,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',0,20130,0,1,1),(0,1493,20115,'com.liferay.marketplace',4,'com.liferay.marketplace',0,20123,0,15,1),(0,1494,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',1,'20115',20115,20121,0,2,0),(0,1495,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',1,'20115',20115,20122,0,2,0),(0,1496,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',1,'20115',20115,20124,0,2,0),(0,1497,20115,'com_liferay_marketplace_store_web_portlet_MarketplaceStorePortlet',1,'20115',20115,20125,0,2,0),(0,1498,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20122,0,1,1),(0,1499,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20123,0,63,1),(0,1500,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',4,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',0,20130,0,1,1),(0,1501,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',1,'20115',20115,20121,0,2,0),(0,1502,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',1,'20115',20115,20122,0,2,0),(0,1503,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',1,'20115',20115,20124,0,2,0),(0,1504,20115,'com_liferay_marketplace_app_manager_web_portlet_MarketplaceAppManagerPortlet',1,'20115',20115,20125,0,2,0),(0,1505,20115,'com.liferay.portal.kernel.model.Layout',4,'32026',32026,20123,20155,1023,1),(0,1506,20115,'com.liferay.portal.kernel.model.Layout',4,'32029',32029,20123,20155,1023,1),(0,1507,20115,'com.liferay.portal.kernel.model.Layout',4,'32029',32029,20125,0,529,1),(0,1508,20115,'com.liferay.portal.kernel.model.Layout',4,'32029',32029,20122,0,1,1); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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,'6f37b65e-8d2a-89a6-f0b7-612d1f9a32f0',20121,20115,20119,NULL,'2020-08-27 22:40:22.191000','2020-08-27 22:40:22.191000',20081,20121,'Administrator',NULL,'Administrators are super users who can do anything.',1,NULL),(0,'2e87c783-b017-31b5-d8d4-a1aa6c81324c',20122,20115,20119,NULL,'2020-08-27 22:40:22.244000','2020-08-27 22:40:22.244000',20081,20122,'Guest',NULL,'Unauthenticated users always have this role.',1,NULL),(0,'03d1d53c-6581-d119-5188-0c655577173a',20123,20115,20119,NULL,'2020-08-27 22:40:22.272000','2020-08-27 22:40:22.272000',20081,20123,'Owner',NULL,'This is an implied role with respect to the objects users create.',1,NULL),(0,'128e717a-aa3a-9f6c-c884-ac85db323715',20124,20115,20119,NULL,'2020-08-27 22:40:22.302000','2020-08-27 22:40:22.302000',20081,20124,'Power User',NULL,'Power Users have their own personal site.',1,NULL),(0,'8e89bd83-f408-c841-9f55-13651a7c89d0',20125,20115,20119,NULL,'2020-08-27 22:40:22.333000','2020-08-27 22:40:22.333000',20081,20125,'User',NULL,'Authenticated users should be assigned this role.',1,NULL),(0,'f216db65-9bc5-0fff-6ef0-4825900fbbe0',20126,20115,20119,NULL,'2020-08-27 22:40:22.386000','2020-08-27 22:40:22.386000',20081,20126,'Organization Administrator',NULL,'Organization Administrators are super users of their organization but cannot make other users into Organization Administrators.',3,NULL),(0,'91f1aa83-f074-1203-2e2e-5c4b63c2c0ce',20127,20115,20119,NULL,'2020-08-27 22:40:22.412000','2020-08-27 22:40:22.412000',20081,20127,'Organization Owner',NULL,'Organization Owners are super users of their organization and can assign organization roles to users.',3,NULL),(0,'372d744c-2328-5d7b-c20b-f49e873c14b8',20128,20115,20119,NULL,'2020-08-27 22:40:22.438000','2020-08-27 22:40:22.438000',20081,20128,'Organization User',NULL,'All users who belong to an organization have this role within that organization.',3,NULL),(0,'eebf6246-e470-3b26-e28f-5b477c50658e',20129,20115,20119,NULL,'2020-08-27 22:40:22.464000','2020-08-27 22:40:22.464000',20081,20129,'Site Administrator',NULL,'Site Administrators are super users of their site but cannot make other users into Site Administrators.',2,NULL),(0,'5f2589da-d5fa-a08d-84d7-d55cdddf66e0',20130,20115,20119,NULL,'2020-08-27 22:40:22.490000','2020-08-27 22:40:22.490000',20081,20130,'Site Member',NULL,'All users who belong to a site have this role within that site.',2,NULL),(0,'bae7a777-e295-9483-bd36-22bc9db13f65',20131,20115,20119,NULL,'2020-08-27 22:40:22.516000','2020-08-27 22:40:22.516000',20081,20131,'Site Owner',NULL,'Site Owners are super users of their site and can assign site roles to users.',2,NULL),(0,'57381b7c-ca14-622c-500f-e4a35c278cd1',30932,20115,20119,NULL,'2020-08-27 22:41:03.485000','2020-08-27 22:41:03.485000',20081,30932,'Organization Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',3,NULL),(0,'376a33b9-fbec-52d0-8c31-5a3ca8117b94',30939,20115,20119,NULL,'2020-08-27 22:41:03.534000','2020-08-27 22:41:03.534000',20081,30939,'Site Content Reviewer',NULL,'This is an autogenerated role from the workflow definition.',2,NULL),(0,'4484fbba-f87d-f9d2-e3b6-66580f0115b5',30943,20115,20119,NULL,'2020-08-27 22:41:03.552000','2020-08-27 22:41:03.552000',20081,30943,'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 */; /*!40101 SET character_set_client = utf8 */; 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 ('578b5225-12fd-9fc4-7c5d-04b7c79ba805',29203,20115,20119,NULL,'2020-08-27 22:40:40.287000','2020-08-27 22:40:40.287000','#fetch*\n#get*\n#has*\n#is*\n#search*',0,1,'OAUTH_READ','OAuth Read AccessAccés de lectura OAuth (Automatic Translation)OAuth 的读访问权限 (Automatic Translation)OAuth Read Access (Automatic Copy)OAuth Read Access (Automatic Copy)Accès en lecture OAuth (Automatic Translation)OAuth Read Access (Automatic Copy)גישת קריאה OAuth (Automatic Translation)OAuth olvasási (Automatic Translation)OAuth Read Access (Automatic Copy)Acesso de leitura OAuth (Automatic Translation)Acceso de lectura de OAuth (Automatic Translation)'),('6804c975-e158-c96a-ed34-8745100ce3f3',29204,20115,20119,NULL,'2020-08-27 22:40:40.455000','2020-08-27 22:40:40.455000','*',0,1,'OAUTH_WRITE','OAuth Write AccessAccés d\'escriptura OAuth (Automatic Translation)OAuth 写访问权限 (Automatic Translation)OAuth Write Access (Automatic Copy)OAuth Write Access (Automatic Copy)Accès en écriture OAuth (Automatic Translation)OAuth Write Access (Automatic Copy)גישת כתיבה OAuth (Automatic Translation)OAuth írási (Automatic Translation)OAuth Write Access (Automatic Copy)Acesso de gravação OAuth (Automatic Translation)Acceso de escritura OAuth (Automatic Translation)'),('ab691615-9b7b-159d-21bd-657ec6d94576',29205,20115,20119,NULL,'2020-08-27 22:40:40.501000','2020-08-27 22:40:40.501000','com.liferay.sync.service.SyncDLObjectService#getSyncContext',1,1,'SYNC_DEFAULT','SYNC_DEFAULT'),('0ec0cee8-9683-8ce0-4341-f0b492670b99',29206,20115,20119,NULL,'2020-08-27 22:40:40.558000','2020-08-27 22:40:40.558000','com.liferay.sync.service.*',0,1,'SYNC_TOKEN','SYNC_TOKEN'),('007120f4-c5be-ddc4-7c26-46cfc9a7f3e2',29207,20115,20119,NULL,'2020-08-27 22:40:40.803000','2020-08-27 22:40:40.803000','com.liferay.calendar.service.CalendarBookingService#search\ncom.liferay.calendar.service.CalendarBookingService#searchCount',1,1,'CALENDAR_DEFAULT','Public Access to the Calendar Search APIAccés públic a l\'API de cerca de calendari日历搜索 API 的公共访问权限Publieke toegang tot de zoek-API voor de kalenderJulkinen Käyttöoikeus Kalenterihaun RajapintaanAccès public à l\'API de recherche de calendrierÖffentlicher Zugriff auf Such-API des Kalendersגישה ציבורית אל API חיפוש בלוח שנהINyilvános hozzáférés a Naptári keresés API-hozカレンダー検索APIを一般公開Acesso público para o API de busca do calendárioAcceso público al API de búsqueda en calendarios'),('0044c9a3-669f-7454-c2f9-652f4135cb43',31819,20115,20119,NULL,'2020-08-27 22:41:16.956000','2020-08-27 22:41:16.956000','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'),('5ed4db5d-6f11-9312-3936-b772ac697579',31820,20115,20119,NULL,'2020-08-27 22:41:16.986000','2020-08-27 22:41:16.986000','*',0,1,'SYSTEM_USER_PASSWORD','System Service Access Policy for Requests Authenticated Using User Password'); /*!40000 ALTER TABLE `SAPEntry` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `ServiceComponent` -- DROP TABLE IF EXISTS `ServiceComponent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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,22902,'DL',1,1571701598612,'\n\n\n \n \n \n'),(0,28402,'Analytics',1,1574103718807,'\n\n\n \n \n \n'),(0,28502,'Contacts',2,1343264272450,'\n\n\n \n \n \n'),(0,28605,'MDR',3,1454719897533,'\n\n\n \n \n \n'),(0,28802,'BackgroundTask',2,1454719807550,'\n\n\n \n \n \n'),(0,28901,'PortalInstances',1,1477512433639,'\n\n\n \n \n \n'),(0,29002,'Lock',2,1454719810794,'\n\n\n \n \n \n'),(0,29102,'Audit',2,1343264257622,'\n\n\n \n \n \n'),(0,29202,'SAP',3,1454719911670,'\n\n\n \n \n \n'),(0,29304,'Sync',9,1469064234816,'\n\n\n \n \n \n'),(0,29403,'OAuth',1,1355990674844,'\n\n\n \n \n \n'),(0,29503,'Bookmarks',2,1454719820635,'\n\n\n \n \n \n'),(0,29601,'Flags',2,1454719855705,'\n\n\n \n \n \n'),(0,29702,'IM',1,1455550401806,'\n\n\n \n \n \n'),(0,29802,'Microblogs',3,1454719889744,'\n\n\n \n \n \n'),(0,29904,'Wiki',2,1454719940880,'\n\n\n \n \n \n'),(0,30005,'Calendar',5,1454719830714,'\n\n\n \n \n \n'),(0,30212,'DDM',2,1454719850972,'\n\n\n \n \n \n'),(0,30216,'DDL',1,1455828666350,'\n\n\n \n \n \n'),(0,30504,'Polls',2,1454719903688,'\n\n\n \n \n \n'),(0,30602,'KaleoDesigner',2,1343264313201,'\n\n\n \n \n \n'),(0,30702,'KaleoForms',3,1425751448273,'\n\n\n \n \n \n'),(0,30917,'Kaleo',9,1454719802532,'\n\n\n \n \n \n'),(0,31007,'Journal',2,1454719879908,'\n\n\n \n \n \n'),(0,31203,'Marketplace',6,1459893726893,'\n\n\n \n \n \n'); /*!40000 ALTER TABLE `ServiceComponent` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SocialActivity` -- DROP TABLE IF EXISTS `SocialActivity`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_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 `SyncDLFileVersionDiff` -- DROP TABLE IF EXISTS `SyncDLFileVersionDiff`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SyncDLFileVersionDiff` ( `syncDLFileVersionDiffId` bigint(20) NOT NULL, `fileEntryId` bigint(20) DEFAULT NULL, `sourceFileVersionId` bigint(20) DEFAULT NULL, `targetFileVersionId` bigint(20) DEFAULT NULL, `dataFileEntryId` bigint(20) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `expirationDate` datetime(6) DEFAULT NULL, PRIMARY KEY (`syncDLFileVersionDiffId`), UNIQUE KEY `IX_AC4C7667` (`fileEntryId`,`sourceFileVersionId`,`targetFileVersionId`), KEY `IX_A9B43C55` (`expirationDate`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SyncDLFileVersionDiff` -- LOCK TABLES `SyncDLFileVersionDiff` WRITE; /*!40000 ALTER TABLE `SyncDLFileVersionDiff` DISABLE KEYS */; /*!40000 ALTER TABLE `SyncDLFileVersionDiff` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SyncDLObject` -- DROP TABLE IF EXISTS `SyncDLObject`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SyncDLObject` ( `syncDLObjectId` bigint(20) NOT NULL, `companyId` bigint(20) DEFAULT NULL, `userId` bigint(20) DEFAULT NULL, `userName` varchar(75) DEFAULT NULL, `createTime` bigint(20) DEFAULT NULL, `modifiedTime` bigint(20) DEFAULT NULL, `repositoryId` bigint(20) DEFAULT NULL, `parentFolderId` bigint(20) DEFAULT NULL, `treePath` longtext, `name` varchar(255) DEFAULT NULL, `extension` varchar(75) DEFAULT NULL, `mimeType` varchar(75) DEFAULT NULL, `description` longtext, `changeLog` varchar(75) DEFAULT NULL, `extraSettings` longtext, `version` varchar(75) DEFAULT NULL, `versionId` bigint(20) DEFAULT NULL, `size_` bigint(20) DEFAULT NULL, `checksum` varchar(75) DEFAULT NULL, `event` varchar(75) DEFAULT NULL, `lanTokenKey` varchar(75) DEFAULT NULL, `lastPermissionChangeDate` datetime(6) DEFAULT NULL, `lockExpirationDate` datetime(6) DEFAULT NULL, `lockUserId` bigint(20) DEFAULT NULL, `lockUserName` varchar(75) DEFAULT NULL, `type_` varchar(75) DEFAULT NULL, `typePK` bigint(20) DEFAULT NULL, `typeUuid` varchar(75) DEFAULT NULL, PRIMARY KEY (`syncDLObjectId`), UNIQUE KEY `IX_E3F57BD6` (`type_`,`typePK`), KEY `IX_8D4FDC9F` (`modifiedTime`,`repositoryId`,`event`), KEY `IX_A3ACE372` (`modifiedTime`,`repositoryId`,`parentFolderId`), KEY `IX_38C38A09` (`repositoryId`,`event`), KEY `IX_3BE7BB8D` (`repositoryId`,`parentFolderId`,`type_`), KEY `IX_57F62914` (`repositoryId`,`type_`), KEY `IX_EE41CBEB` (`treePath`(255),`event`), KEY `IX_28CD54BB` (`type_`,`version`), KEY `IX_1CCA3B5` (`version`,`type_`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SyncDLObject` -- LOCK TABLES `SyncDLObject` WRITE; /*!40000 ALTER TABLE `SyncDLObject` DISABLE KEYS */; /*!40000 ALTER TABLE `SyncDLObject` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SyncDevice` -- DROP TABLE IF EXISTS `SyncDevice`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `SyncDevice` ( `uuid_` varchar(75) DEFAULT NULL, `syncDeviceId` 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, `type_` varchar(75) DEFAULT NULL, `buildNumber` bigint(20) DEFAULT NULL, `featureSet` int(11) DEFAULT NULL, `hostname` varchar(75) DEFAULT NULL, `status` int(11) DEFAULT NULL, PRIMARY KEY (`syncDeviceId`), KEY `IX_176DF87B` (`companyId`,`userName`), KEY `IX_A18EDDB1` (`userId`), KEY `IX_AE38DEAB` (`uuid_`,`companyId`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `SyncDevice` -- LOCK TABLES `SyncDevice` WRITE; /*!40000 ALTER TABLE `SyncDevice` DISABLE KEYS */; /*!40000 ALTER TABLE `SyncDevice` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `SystemEvent` -- DROP TABLE IF EXISTS `SystemEvent`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; INSERT INTO `SystemEvent` VALUES (0,31935,31928,20115,0,NULL,'2020-08-27 22:41:47.560000',20047,31931,'481ff1a2-f54d-3b1d-7e0a-89a37b352b68',0,0,31936,1,'{\"privateLayout\":\"true\"}'),(0,31994,31987,20115,0,NULL,'2020-08-27 22:41:52.108000',20047,31990,'7e92e5e6-e90f-1e95-17d2-a2284170c151',0,0,31995,1,'{\"privateLayout\":\"true\"}'); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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_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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `TrashEntry` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `TrashVersion` ( `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 `UserGroup` -- DROP TABLE IF EXISTS `UserGroup`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `UserGroup` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` 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(75) DEFAULT NULL, `description` longtext, `addedByLDAPImport` tinyint(4) DEFAULT NULL, PRIMARY KEY (`userGroupId`), UNIQUE KEY `IX_23EAD0D` (`companyId`,`name`), 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 `UserTracker` -- DROP TABLE IF EXISTS `UserTracker`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 `User_` -- DROP TABLE IF EXISTS `User_`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `User_` ( `mvccVersion` bigint(20) NOT NULL DEFAULT '0', `uuid_` 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_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_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,'5ec3c07a-912d-781b-857c-7565e590d571',20119,20115,'2020-08-27 22:40:22.080000','2020-08-27 22:40:22.080000',1,20120,'password',0,0,NULL,'5533ed38b5e33c076a804bb4bca644f9,9890f733429d1843a3ec73858454039d,9890f733429d1843a3ec73858454039d',NULL,NULL,0,'20119','default@liferay.com',0,NULL,0,NULL,0,'en_US','UTC','Welcome!',NULL,NULL,NULL,NULL,NULL,'2020-08-27 22:40:21.720000',NULL,NULL,NULL,NULL,0,0,NULL,1,0,0),(3,'6583f443-d30f-2f61-ea3d-f56d3ab9db60',20155,20115,'2020-08-27 22:40:24.080000','2020-08-27 22:42:21.701000',0,20157,'AAAAoAAB9AA4c2W/CIrCkeAUCLrN4+AX5SbVcAJOMu6mdp+Z',1,0,NULL,'e5d86c6f3672e52795891c3597f20de0,751da756639bc033b572ba2e7849b589,03a39937547bc4e5c4dd0af9b504f431','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-27 22:42:16.358000','127.0.0.1','2020-08-27 22:40:24.214000',NULL,NULL,0,0,NULL,0,1,0); /*!40000 ALTER TABLE `User_` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `Users_Groups` -- DROP TABLE IF EXISTS `Users_Groups`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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 (20115,20142,20155); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 (20115,20121,20155),(20115,20122,20119),(20115,20124,20155),(20115,20125,20155); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 `VirtualHost` -- DROP TABLE IF EXISTS `VirtualHost`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; 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,20118,20115,0,'localhost'); /*!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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WikiNode` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WikiPage` ( `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 */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `WikiPageResource` ( `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 */; /*!40101 SET character_set_client = utf8 */; 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 */; /*!40101 SET character_set_client = utf8 */; 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-27 22:46:09