Constant Field Values

Contents

com.liferay.*

  • com.liferay.portal.sharepoint.methods.Method
    Modifier and Type
    Constant Field
    Value
    public static final String
    "GET"
    public static final String
    "POST"
  • com.liferay.portal.upgrade.v7_0_0.util.ClassNameTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ClassName_"
    public static final String
    "create table ClassName_ (mvccVersion LONG default 0 not null,classNameId LONG not null primary key,value VARCHAR(200) null)"
    public static final String
    "drop table ClassName_"
  • com.liferay.portal.upgrade.v7_0_0.util.ClusterGroupTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ClusterGroup"
    public static final String
    "create table ClusterGroup (mvccVersion LONG default 0 not null,clusterGroupId LONG not null primary key,name VARCHAR(75) null,clusterNodeIds VARCHAR(75) null,wholeCluster BOOLEAN)"
    public static final String
    "drop table ClusterGroup"
  • com.liferay.portal.upgrade.v7_0_0.util.CompanyTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Company"
    public static final String
    "create table Company (mvccVersion LONG default 0 not null,companyId LONG not null primary key,accountId LONG,webId VARCHAR(75) null,key_ TEXT null,mx VARCHAR(75) null,homeURL STRING null,logoId LONG,system BOOLEAN,maxUsers INTEGER,active_ BOOLEAN)"
    public static final String
    "drop table Company"
  • com.liferay.portal.upgrade.v7_0_0.util.CounterTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Counter"
    public static final String
    "create table Counter (name VARCHAR(75) not null primary key,currentId LONG)"
    public static final String
    "drop table Counter"
  • com.liferay.portal.upgrade.v7_0_0.util.CountryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Country"
    public static final String
    "create table Country (mvccVersion LONG default 0 not null,countryId LONG not null primary key,name VARCHAR(75) null,a2 VARCHAR(75) null,a3 VARCHAR(75) null,number_ VARCHAR(75) null,idd_ VARCHAR(75) null,zipRequired BOOLEAN,active_ BOOLEAN)"
    public static final String
    "drop table Country"
  • com.liferay.portal.upgrade.v7_0_0.util.PortalPreferencesTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PortalPreferences"
    public static final String
    "create table PortalPreferences (mvccVersion LONG default 0 not null,portalPreferencesId LONG not null primary key,ownerId LONG,ownerType INTEGER,preferences TEXT null)"
    public static final String
    "drop table PortalPreferences"
  • com.liferay.portal.upgrade.v7_0_0.util.RegionTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Region"
    public static final String
    "create table Region (mvccVersion LONG default 0 not null,regionId LONG not null primary key,countryId LONG,regionCode VARCHAR(75) null,name VARCHAR(75) null,active_ BOOLEAN)"
    public static final String
    "drop table Region"
  • com.liferay.portal.upgrade.v7_0_0.util.ReleaseTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Release_"
    public static final String
    "create table Release_ (mvccVersion LONG default 0 not null,releaseId LONG not null primary key,createDate DATE null,modifiedDate DATE null,servletContextName VARCHAR(75) null,schemaVersion VARCHAR(75) null,buildNumber INTEGER,buildDate DATE null,verified BOOLEAN,state_ INTEGER,testString VARCHAR(1024) null)"
    public static final String
    "drop table Release_"
  • com.liferay.portal.upgrade.v7_0_0.util.ResourceActionTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ResourceAction"
    public static final String
    "create table ResourceAction (mvccVersion LONG default 0 not null,resourceActionId LONG not null primary key,name VARCHAR(255) null,actionId VARCHAR(75) null,bitwiseValue LONG)"
    public static final String
    "drop table ResourceAction"
  • com.liferay.portal.upgrade.v7_0_0.util.ServiceComponentTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ServiceComponent"
    public static final String
    "create table ServiceComponent (mvccVersion LONG default 0 not null,serviceComponentId LONG not null primary key,buildNamespace VARCHAR(75) null,buildNumber LONG,buildDate LONG,data_ TEXT null)"
    public static final String
    "drop table ServiceComponent"
  • com.liferay.portal.upgrade.v7_0_0.util.VirtualHostTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "VirtualHost"
    public static final String
    "create table VirtualHost (mvccVersion LONG default 0 not null,virtualHostId LONG not null primary key,companyId LONG,layoutSetId LONG,hostname VARCHAR(75) null)"
    public static final String
    "drop table VirtualHost"
  • com.liferay.portal.upgrade.v7_2_x.util.AccountTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Account_"
    public static final String
    "create table Account_ (mvccVersion LONG default 0 not null,accountId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentAccountId LONG,name VARCHAR(75) null,legalName VARCHAR(75) null,legalId VARCHAR(75) null,legalType VARCHAR(75) null,sicCode VARCHAR(75) null,tickerSymbol VARCHAR(75) null,industry VARCHAR(75) null,type_ VARCHAR(75) null,size_ VARCHAR(75) null)"
    public static final String
    "drop table Account_"
  • com.liferay.portal.upgrade.v7_2_x.util.AddressTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Address"
    public static final String
    "create table Address (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,addressId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,street1 VARCHAR(75) null,street2 VARCHAR(75) null,street3 VARCHAR(75) null,city VARCHAR(75) null,zip VARCHAR(75) null,regionId LONG,countryId LONG,typeId LONG,mailing BOOLEAN,primary_ BOOLEAN)"
    public static final String
    "drop table Address"
  • com.liferay.portal.upgrade.v7_2_x.util.AnnouncementsEntryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AnnouncementsEntry"
    public static final String
    "create table AnnouncementsEntry (uuid_ VARCHAR(75) null,entryId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,title VARCHAR(75) null,content TEXT null,url STRING null,type_ VARCHAR(75) null,displayDate DATE null,expirationDate DATE null,priority INTEGER,alert BOOLEAN)"
    public static final String
    "drop table AnnouncementsEntry"
  • com.liferay.portal.upgrade.v7_2_x.util.AnnouncementsFlagTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AnnouncementsFlag"
    public static final String
    "create table AnnouncementsFlag (flagId LONG not null primary key,companyId LONG,userId LONG,createDate DATE null,entryId LONG,value INTEGER)"
    public static final String
    "drop table AnnouncementsFlag"
  • com.liferay.portal.upgrade.v7_2_x.util.AssetCategoryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AssetCategory"
    public static final String
    "create table AssetCategory (uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,categoryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentCategoryId LONG,leftCategoryId LONG,rightCategoryId LONG,name VARCHAR(75) null,title STRING null,description STRING null,vocabularyId LONG,lastPublishDate DATE null)"
    public static final String
    "drop table AssetCategory"
  • com.liferay.portal.upgrade.v7_2_x.util.AssetEntryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AssetEntry"
    public static final String
    "create table AssetEntry (entryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,classUuid VARCHAR(75) null,classTypeId LONG,listable BOOLEAN,visible BOOLEAN,startDate DATE null,endDate DATE null,publishDate DATE null,expirationDate DATE null,mimeType VARCHAR(75) null,title STRING null,description TEXT null,summary TEXT null,url STRING null,layoutUuid VARCHAR(75) null,height INTEGER,width INTEGER,priority DOUBLE,viewCount INTEGER)"
    public static final String
    "drop table AssetEntry"
  • com.liferay.portal.upgrade.v7_2_x.util.AssetLinkTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AssetLink"
    public static final String
    "create table AssetLink (linkId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,entryId1 LONG,entryId2 LONG,type_ INTEGER,weight INTEGER)"
    public static final String
    "drop table AssetLink"
  • com.liferay.portal.upgrade.v7_2_x.util.AssetTagTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AssetTag"
    public static final String
    "create table AssetTag (uuid_ VARCHAR(75) null,tagId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,assetCount INTEGER,lastPublishDate DATE null)"
    public static final String
    "drop table AssetTag"
  • com.liferay.portal.upgrade.v7_2_x.util.AssetVocabularyTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "AssetVocabulary"
    public static final String
    "create table AssetVocabulary (uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,vocabularyId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,title STRING null,description STRING null,settings_ STRING null,lastPublishDate DATE null)"
    public static final String
    "drop table AssetVocabulary"
  • com.liferay.portal.upgrade.v7_2_x.util.CompanyTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Company"
    public static final String
    "create table Company (mvccVersion LONG default 0 not null,companyId LONG not null primary key,accountId LONG,webId VARCHAR(75) null,key_ TEXT null,mx VARCHAR(200) null,homeURL STRING null,logoId LONG,system_ BOOLEAN,maxUsers INTEGER,active_ BOOLEAN)"
    public static final String
    "drop table Company"
  • com.liferay.portal.upgrade.v7_2_x.util.ContactTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Contact_"
    public static final String
    "create table Contact_ (mvccVersion LONG default 0 not null,contactId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,accountId LONG,parentContactId LONG,emailAddress VARCHAR(254) null,firstName VARCHAR(75) null,middleName VARCHAR(75) null,lastName VARCHAR(75) null,prefixId LONG,suffixId LONG,male BOOLEAN,birthday DATE null,smsSn VARCHAR(75) null,facebookSn VARCHAR(75) null,jabberSn VARCHAR(75) null,skypeSn VARCHAR(75) null,twitterSn VARCHAR(75) null,employeeStatusId VARCHAR(75) null,employeeNumber VARCHAR(75) null,jobTitle VARCHAR(100) null,jobClass VARCHAR(75) null,hoursOfOperation VARCHAR(75) null)"
    public static final String
    "drop table Contact_"
  • com.liferay.portal.upgrade.v7_2_x.util.DLFileEntryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DLFileEntry"
    public static final String
    "create table DLFileEntry (uuid_ VARCHAR(75) null,fileEntryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,repositoryId LONG,folderId LONG,treePath STRING null,name VARCHAR(255) null,fileName VARCHAR(255) null,extension VARCHAR(75) null,mimeType VARCHAR(75) null,title VARCHAR(255) null,description STRING null,extraSettings TEXT null,fileEntryTypeId LONG,version VARCHAR(75) null,size_ LONG,readCount INTEGER,smallImageId LONG,largeImageId LONG,custom1ImageId LONG,custom2ImageId LONG,manualCheckInRequired BOOLEAN,lastPublishDate DATE null)"
    public static final String
    "drop table DLFileEntry"
  • com.liferay.portal.upgrade.v7_2_x.util.DLFileEntryTypeTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DLFileEntryType"
    public static final String
    "create table DLFileEntryType (uuid_ VARCHAR(75) null,fileEntryTypeId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,fileEntryTypeKey VARCHAR(75) null,name STRING null,description STRING null,lastPublishDate DATE null)"
    public static final String
    "drop table DLFileEntryType"
  • com.liferay.portal.upgrade.v7_2_x.util.DLFileShortcutTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DLFileShortcut"
    public static final String
    "create table DLFileShortcut (uuid_ VARCHAR(75) null,fileShortcutId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,folderId LONG,toFileEntryId LONG,treePath STRING null,active_ BOOLEAN,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)"
    public static final String
    "drop table DLFileShortcut"
  • com.liferay.portal.upgrade.v7_2_x.util.DLFileVersionTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DLFileVersion"
    public static final String
    "create table DLFileVersion (uuid_ VARCHAR(75) null,fileVersionId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,folderId LONG,fileEntryId LONG,treePath STRING null,fileName VARCHAR(255) null,extension VARCHAR(75) null,mimeType VARCHAR(75) null,title VARCHAR(255) null,description STRING null,changeLog VARCHAR(75) null,extraSettings TEXT null,fileEntryTypeId LONG,version VARCHAR(75) null,size_ LONG,checksum VARCHAR(75) null,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)"
    public static final String
    "drop table DLFileVersion"
  • com.liferay.portal.upgrade.v7_2_x.util.DLFolderTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "DLFolder"
    public static final String
    "create table DLFolder (uuid_ VARCHAR(75) null,folderId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,mountPoint BOOLEAN,parentFolderId LONG,treePath STRING null,name VARCHAR(255) null,description STRING null,lastPostDate DATE null,defaultFileEntryTypeId LONG,hidden_ BOOLEAN,restrictionType INTEGER,lastPublishDate DATE null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)"
    public static final String
    "drop table DLFolder"
  • com.liferay.portal.upgrade.v7_2_x.util.EmailAddressTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "EmailAddress"
    public static final String
    "create table EmailAddress (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,emailAddressId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,address VARCHAR(254) null,typeId LONG,primary_ BOOLEAN)"
    public static final String
    "drop table EmailAddress"
  • com.liferay.portal.upgrade.v7_2_x.util.ExpandoRowTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExpandoRow"
    public static final String
    "create table ExpandoRow (rowId_ LONG not null primary key,companyId LONG,modifiedDate DATE null,tableId LONG,classPK LONG)"
    public static final String
    "drop table ExpandoRow"
  • com.liferay.portal.upgrade.v7_2_x.util.ExportImportConfigurationTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "ExportImportConfiguration"
    public static final String
    "create table ExportImportConfiguration (mvccVersion LONG default 0 not null,exportImportConfigurationId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(200) null,description STRING null,type_ INTEGER,settings_ TEXT null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)"
    public static final String
    "drop table ExportImportConfiguration"
  • com.liferay.portal.upgrade.v7_2_x.util.GroupTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Group_"
    public static final String
    "create table Group_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,groupId LONG not null primary key,companyId LONG,creatorUserId LONG,classNameId LONG,classPK LONG,parentGroupId LONG,liveGroupId LONG,treePath STRING null,groupKey VARCHAR(150) null,name STRING null,description STRING null,type_ INTEGER,typeSettings TEXT null,manualMembership BOOLEAN,membershipRestriction INTEGER,friendlyURL VARCHAR(255) null,site BOOLEAN,remoteStagingGroupCount INTEGER,inheritContent BOOLEAN,active_ BOOLEAN)"
    public static final String
    "drop table Group_"
  • com.liferay.portal.upgrade.v7_2_x.util.ImageTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Image"
    public static final String
    "create table Image (mvccVersion LONG default 0 not null,imageId LONG not null primary key,companyId LONG,modifiedDate DATE null,type_ VARCHAR(75) null,height INTEGER,width INTEGER,size_ INTEGER)"
    public static final String
    "drop table Image"
  • com.liferay.portal.upgrade.v7_2_x.util.LayoutFriendlyURLTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LayoutFriendlyURL"
    public static final String
    "create table LayoutFriendlyURL (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutFriendlyURLId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,plid LONG,privateLayout BOOLEAN,friendlyURL VARCHAR(255) null,languageId VARCHAR(75) null,lastPublishDate DATE null)"
    public static final String
    "drop table LayoutFriendlyURL"
  • com.liferay.portal.upgrade.v7_2_x.util.LayoutPrototypeTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LayoutPrototype"
    public static final String
    "create table LayoutPrototype (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutPrototypeId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name TEXT null,description TEXT null,settings_ STRING null,active_ BOOLEAN)"
    public static final String
    "drop table LayoutPrototype"
  • com.liferay.portal.upgrade.v7_2_x.util.LayoutRevisionTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LayoutRevision"
    public static final String
    "create table LayoutRevision (mvccVersion LONG default 0 not null,layoutRevisionId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,layoutSetBranchId LONG,layoutBranchId LONG,parentLayoutRevisionId LONG,head BOOLEAN,major BOOLEAN,plid LONG,privateLayout BOOLEAN,name STRING null,title STRING null,description STRING null,keywords STRING null,robots STRING null,typeSettings TEXT null,iconImageId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,status INTEGER,statusByUserId LONG,statusByUserName VARCHAR(75) null,statusDate DATE null)"
    public static final String
    "drop table LayoutRevision"
  • com.liferay.portal.upgrade.v7_2_x.util.LayoutSetBranchTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LayoutSetBranch"
    public static final String
    "create table LayoutSetBranch (mvccVersion LONG default 0 not null,layoutSetBranchId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,privateLayout BOOLEAN,name VARCHAR(75) null,description STRING null,master BOOLEAN,logoId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,settings_ TEXT null,layoutSetPrototypeUuid VARCHAR(75) null,layoutSetPrototypeLinkEnabled BOOLEAN)"
    public static final String
    "drop table LayoutSetBranch"
  • com.liferay.portal.upgrade.v7_2_x.util.LayoutSetPrototypeTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LayoutSetPrototype"
    public static final String
    "create table LayoutSetPrototype (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,layoutSetPrototypeId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name TEXT null,description TEXT null,settings_ STRING null,active_ BOOLEAN)"
    public static final String
    "drop table LayoutSetPrototype"
  • com.liferay.portal.upgrade.v7_2_x.util.LayoutSetTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "LayoutSet"
    public static final String
    "create table LayoutSet (mvccVersion LONG default 0 not null,headId LONG,head BOOLEAN,layoutSetId LONG not null primary key,groupId LONG,companyId LONG,createDate DATE null,modifiedDate DATE null,privateLayout BOOLEAN,logoId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,pageCount INTEGER,settings_ TEXT null,layoutSetPrototypeUuid VARCHAR(75) null,layoutSetPrototypeLinkEnabled BOOLEAN)"
    public static final String
    "drop table LayoutSet"
  • com.liferay.portal.upgrade.v7_2_x.util.LayoutTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Layout"
    public static final String
    "create table Layout (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,headId LONG,head BOOLEAN,plid LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentPlid LONG,privateLayout BOOLEAN,layoutId LONG,parentLayoutId LONG,classNameId LONG,classPK LONG,name STRING null,title STRING null,description STRING null,keywords STRING null,robots STRING null,type_ VARCHAR(75) null,typeSettings TEXT null,hidden_ BOOLEAN,system_ BOOLEAN,friendlyURL VARCHAR(255) null,iconImageId LONG,themeId VARCHAR(75) null,colorSchemeId VARCHAR(75) null,css TEXT null,priority INTEGER,layoutPrototypeUuid VARCHAR(75) null,layoutPrototypeLinkEnabled BOOLEAN,sourcePrototypeLayoutUuid VARCHAR(75) null,publishDate DATE null,lastPublishDate DATE null)"
    public static final String
    "drop table Layout"
  • com.liferay.portal.upgrade.v7_2_x.util.MembershipRequestTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "MembershipRequest"
    public static final String
    "create table MembershipRequest (mvccVersion LONG default 0 not null,membershipRequestId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,createDate DATE null,comments STRING null,replyComments STRING null,replyDate DATE null,replierUserId LONG,statusId LONG)"
    public static final String
    "drop table MembershipRequest"
  • com.liferay.portal.upgrade.v7_2_x.util.OrganizationTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Organization_"
    public static final String
    "create table Organization_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,organizationId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentOrganizationId LONG,treePath STRING null,name VARCHAR(100) null,type_ VARCHAR(75) null,recursable BOOLEAN,regionId LONG,countryId LONG,statusId LONG,comments STRING null,logoId LONG)"
    public static final String
    "drop table Organization_"
  • com.liferay.portal.upgrade.v7_2_x.util.PasswordPolicyTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PasswordPolicy"
    public static final String
    "create table PasswordPolicy (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,passwordPolicyId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,defaultPolicy BOOLEAN,name VARCHAR(75) null,description STRING null,changeable BOOLEAN,changeRequired BOOLEAN,minAge LONG,checkSyntax BOOLEAN,allowDictionaryWords BOOLEAN,minAlphanumeric INTEGER,minLength INTEGER,minLowerCase INTEGER,minNumbers INTEGER,minSymbols INTEGER,minUpperCase INTEGER,regex STRING null,history BOOLEAN,historyCount INTEGER,expireable BOOLEAN,maxAge LONG,warningTime LONG,graceLimit INTEGER,lockout BOOLEAN,maxFailure INTEGER,lockoutDuration LONG,requireUnlock BOOLEAN,resetFailureCount LONG,resetTicketMaxAge LONG)"
    public static final String
    "drop table PasswordPolicy"
  • com.liferay.portal.upgrade.v7_2_x.util.PasswordTrackerTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PasswordTracker"
    public static final String
    "create table PasswordTracker (mvccVersion LONG default 0 not null,passwordTrackerId LONG not null primary key,companyId LONG,userId LONG,createDate DATE null,password_ VARCHAR(75) null)"
    public static final String
    "drop table PasswordTracker"
  • com.liferay.portal.upgrade.v7_2_x.util.PhoneTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Phone"
    public static final String
    "create table Phone (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,phoneId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,number_ VARCHAR(75) null,extension VARCHAR(75) null,typeId LONG,primary_ BOOLEAN)"
    public static final String
    "drop table Phone"
  • com.liferay.portal.upgrade.v7_2_x.util.PortletItemTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "PortletItem"
    public static final String
    "create table PortletItem (mvccVersion LONG default 0 not null,portletItemId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,name VARCHAR(75) null,portletId VARCHAR(200) null,classNameId LONG)"
    public static final String
    "drop table PortletItem"
  • com.liferay.portal.upgrade.v7_2_x.util.RatingsEntryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RatingsEntry"
    public static final String
    "create table RatingsEntry (uuid_ VARCHAR(75) null,entryId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,score DOUBLE)"
    public static final String
    "drop table RatingsEntry"
  • com.liferay.portal.upgrade.v7_2_x.util.ReleaseTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Release_"
    public static final String
    "create table Release_ (mvccVersion LONG default 0 not null,releaseId LONG not null primary key,createDate DATE null,modifiedDate DATE null,servletContextName VARCHAR(75) null,schemaVersion VARCHAR(75) null,buildNumber INTEGER,buildDate DATE null,verified BOOLEAN,state_ INTEGER,testString VARCHAR(1024) null)"
    public static final String
    "drop table Release_"
  • com.liferay.portal.upgrade.v7_2_x.util.RepositoryEntryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "RepositoryEntry"
    public static final String
    "create table RepositoryEntry (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,repositoryEntryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,repositoryId LONG,mappedId VARCHAR(255) null,manualCheckInRequired BOOLEAN,lastPublishDate DATE null)"
    public static final String
    "drop table RepositoryEntry"
  • com.liferay.portal.upgrade.v7_2_x.util.RepositoryTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Repository"
    public static final String
    "create table Repository (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,repositoryId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,name VARCHAR(200) null,description STRING null,portletId VARCHAR(200) null,typeSettings TEXT null,dlFolderId LONG,lastPublishDate DATE null)"
    public static final String
    "drop table Repository"
  • com.liferay.portal.upgrade.v7_2_x.util.RoleTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Role_"
    public static final String
    "create table Role_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,roleId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,name VARCHAR(75) null,title STRING null,description STRING null,type_ INTEGER,subtype VARCHAR(75) null)"
    public static final String
    "drop table Role_"
  • com.liferay.portal.upgrade.v7_2_x.util.SystemEventTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "SystemEvent"
    public static final String
    "create table SystemEvent (mvccVersion LONG default 0 not null,systemEventId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,classNameId LONG,classPK LONG,classUuid VARCHAR(75) null,referrerClassNameId LONG,parentSystemEventId LONG,systemEventSetKey LONG,type_ INTEGER,extraData TEXT null)"
    public static final String
    "drop table SystemEvent"
  • com.liferay.portal.upgrade.v7_2_x.util.TeamTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Team"
    public static final String
    "create table Team (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,teamId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,groupId LONG,name VARCHAR(75) null,description STRING null,lastPublishDate DATE null)"
    public static final String
    "drop table Team"
  • com.liferay.portal.upgrade.v7_2_x.util.TicketTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Ticket"
    public static final String
    "create table Ticket (mvccVersion LONG default 0 not null,ticketId LONG not null primary key,companyId LONG,createDate DATE null,classNameId LONG,classPK LONG,key_ VARCHAR(75) null,type_ INTEGER,extraInfo TEXT null,expirationDate DATE null)"
    public static final String
    "drop table Ticket"
  • com.liferay.portal.upgrade.v7_2_x.util.UserGroupTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UserGroup"
    public static final String
    "create table UserGroup (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,userGroupId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,parentUserGroupId LONG,name VARCHAR(255) null,description STRING null,addedByLDAPImport BOOLEAN)"
    public static final String
    "drop table UserGroup"
  • com.liferay.portal.upgrade.v7_2_x.util.UserTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "User_"
    public static final String
    "create table User_ (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,externalReferenceCode VARCHAR(75) null,userId LONG not null primary key,companyId LONG,createDate DATE null,modifiedDate DATE null,defaultUser BOOLEAN,contactId LONG,password_ VARCHAR(75) null,passwordEncrypted BOOLEAN,passwordReset BOOLEAN,passwordModifiedDate DATE null,digest VARCHAR(255) null,reminderQueryQuestion VARCHAR(75) null,reminderQueryAnswer VARCHAR(75) null,graceLoginCount INTEGER,screenName VARCHAR(75) null,emailAddress VARCHAR(254) null,facebookId LONG,googleUserId VARCHAR(75) null,ldapServerId LONG,openId VARCHAR(1024) null,portraitId LONG,languageId VARCHAR(75) null,timeZoneId VARCHAR(75) null,greeting VARCHAR(255) null,comments STRING null,firstName VARCHAR(75) null,middleName VARCHAR(75) null,lastName VARCHAR(75) null,jobTitle VARCHAR(100) null,loginDate DATE null,loginIP VARCHAR(75) null,lastLoginDate DATE null,lastLoginIP VARCHAR(75) null,lastFailedLoginDate DATE null,failedLoginAttempts INTEGER,lockout BOOLEAN,lockoutDate DATE null,agreedToTermsOfUse BOOLEAN,emailAddressVerified BOOLEAN,status INTEGER)"
    public static final String
    "drop table User_"
  • com.liferay.portal.upgrade.v7_2_x.util.UserTrackerPathTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UserTrackerPath"
    public static final String
    "create table UserTrackerPath (mvccVersion LONG default 0 not null,userTrackerPathId LONG not null primary key,companyId LONG,userTrackerId LONG,path_ STRING null,pathDate DATE null)"
    public static final String
    "drop table UserTrackerPath"
  • com.liferay.portal.upgrade.v7_2_x.util.UserTrackerTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "UserTracker"
    public static final String
    "create table UserTracker (mvccVersion LONG default 0 not null,userTrackerId LONG not null primary key,companyId LONG,userId LONG,modifiedDate DATE null,sessionId VARCHAR(200) null,remoteAddr VARCHAR(75) null,remoteHost VARCHAR(75) null,userAgent VARCHAR(200) null)"
    public static final String
    "drop table UserTracker"
  • com.liferay.portal.upgrade.v7_2_x.util.WebDAVPropsTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "WebDAVProps"
    public static final String
    "create table WebDAVProps (mvccVersion LONG default 0 not null,webDavPropsId LONG not null primary key,companyId LONG,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,props TEXT null)"
    public static final String
    "drop table WebDAVProps"
  • com.liferay.portal.upgrade.v7_2_x.util.WebsiteTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Website"
    public static final String
    "create table Website (mvccVersion LONG default 0 not null,uuid_ VARCHAR(75) null,websiteId LONG not null primary key,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,url STRING null,typeId LONG,primary_ BOOLEAN,lastPublishDate DATE null)"
    public static final String
    "drop table Website"
  • com.liferay.portal.upgrade.v7_2_x.util.WorkflowDefinitionLinkTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "WorkflowDefinitionLink"
    public static final String
    "create table WorkflowDefinitionLink (mvccVersion LONG default 0 not null,workflowDefinitionLinkId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,typePK LONG,workflowDefinitionName VARCHAR(75) null,workflowDefinitionVersion INTEGER)"
    public static final String
    "drop table WorkflowDefinitionLink"
  • com.liferay.portal.upgrade.v7_2_x.util.WorkflowInstanceLinkTable
    Modifier and Type
    Constant Field
    Value
    public static final String
    "WorkflowInstanceLink"
    public static final String
    "create table WorkflowInstanceLink (mvccVersion LONG default 0 not null,workflowInstanceLinkId LONG not null primary key,groupId LONG,companyId LONG,userId LONG,userName VARCHAR(75) null,createDate DATE null,modifiedDate DATE null,classNameId LONG,classPK LONG,workflowInstanceId LONG)"
    public static final String
    "drop table WorkflowInstanceLink"
  • com.liferay.portal.verify.VerifyProcess
    Modifier and Type
    Constant Field
    Value
    public static final int
    -1
    public static final int
    0
    public static final int
    1